.. |
admin-db.php
|
Massive user_level fix. We were still using the user_level field in wp_users in some places, where we should just use the table prefixed usermeta value.
|
2005-07-09 01:27:46 +00:00 |
admin-footer.php
|
Rolling back auto-save
|
2005-04-20 19:19:07 +00:00 |
admin-functions.php
|
Migrate to caps.
|
2005-07-13 22:26:26 +00:00 |
admin-header.php
|
New schmancy posting interface
|
2005-06-14 07:31:36 +00:00 |
admin.php
|
Drafts clean up.
|
2005-07-08 22:59:15 +00:00 |
bookmarklet.php
|
Icon is broken
|
2005-02-15 00:48:36 +00:00 |
categories.php
|
wp_insert_category(), wp_update_category(), wp_delete_category().
|
2005-07-03 19:26:51 +00:00 |
dbx-key.js
|
New schmancy posting interface
|
2005-06-14 07:31:36 +00:00 |
dbx.js
|
New schmancy posting interface
|
2005-06-14 07:31:36 +00:00 |
edit-comments.php
|
Fix later
|
2005-02-11 02:00:38 +00:00 |
edit-form-advanced.php
|
Migrate to caps.
|
2005-07-13 22:26:26 +00:00 |
edit-form-comment.php
|
Comment updating cleanup. Add get_comment(), edit_comment(), get_comment_to_edit(), and wp_update_comment().
|
2005-06-26 19:55:12 +00:00 |
edit-form.php
|
Add get_post_to_edit() and get_default_post_to_edit(). More post.php cleanup.
|
2005-06-19 02:51:48 +00:00 |
edit-page-form.php
|
Massive user_level fix. We were still using the user_level field in wp_users in some places, where we should just use the table prefixed usermeta value.
|
2005-07-09 01:27:46 +00:00 |
edit-pages.php
|
Massive user_level fix. We were still using the user_level field in wp_users in some places, where we should just use the table prefixed usermeta value.
|
2005-07-09 01:27:46 +00:00 |
edit.php
|
Migrate to caps.
|
2005-07-13 22:26:26 +00:00 |
import-b2.php
|
Update includes in import files, fixes #1427
|
2005-07-02 23:39:29 +00:00 |
import-blogger.php
|
Use wpdb->escape instead of addslashes to prepare DB bound data.
|
2005-07-05 20:47:22 +00:00 |
import-greymatter.php
|
Use wpdb->escape instead of addslashes to prepare DB bound data.
|
2005-07-05 20:47:22 +00:00 |
import-livejournal.php
|
Use wpdb->escape instead of addslashes to prepare DB bound data.
|
2005-07-05 20:47:22 +00:00 |
import-mt.php
|
Use wpdb->escape instead of addslashes to prepare DB bound data.
|
2005-07-05 20:47:22 +00:00 |
import-rss.php
|
Use wpdb->escape instead of addslashes to prepare DB bound data.
|
2005-07-05 20:47:22 +00:00 |
import-textpattern.php
|
Use wpdb->escape instead of addslashes to prepare DB bound data.
|
2005-07-05 20:47:22 +00:00 |
index.php
|
Drafts clean up.
|
2005-07-08 22:59:15 +00:00 |
install-helper.php
|
Giant commit, sorry mailing list people. Move all table names to new $wpdb versions. Works but the whole app needs thorough testing now.
|
2004-05-24 08:22:18 +00:00 |
install.php
|
Setup admin's role during install. Props: Owen Winkler. fixes #1505
|
2005-07-13 19:55:05 +00:00 |
link-add.php
|
Localize strings. http://mosquito.wordpress.org/view.php?id=909 Props: nbachiyski
|
2005-02-25 00:20:48 +00:00 |
link-categories.php
|
Use wpdb->escape instead of addslashes to prepare DB bound data.
|
2005-07-05 20:47:22 +00:00 |
link-import.php
|
Use wpdb->escape instead of addslashes to prepare DB bound data.
|
2005-07-05 20:47:22 +00:00 |
link-manager.php
|
Remove HERE document. xgettext doesn't like it. http://mosquito.wordpress.org/view.php?id=1221 Props: nbachiyski
|
2005-04-09 04:32:38 +00:00 |
link-parse-opml.php
|
Cleaning up some includes.
|
2004-04-27 23:17:16 +00:00 |
menu-header.php
|
Move menus from levels to capabilities.
|
2005-07-13 16:04:14 +00:00 |
menu.php
|
Move menus from levels to capabilities.
|
2005-07-13 16:04:14 +00:00 |
moderation.php
|
Excellent spam moderation patch from CarLBanks - http://mosquito.wordpress.org/view.php?id=835
|
2005-02-11 01:52:19 +00:00 |
options-discussion.php
|
Remove extra paren. http://mosquito.wordpress.org/view.php?id=853
|
2005-02-11 06:49:07 +00:00 |
options-general.php
|
Roles update + UI from Owen.
|
2005-07-12 15:53:13 +00:00 |
options-head.php
|
Split admin-header.php into admin.php and admin-header.php. Split menu.php into menu-header.php and menu.php. Add plugin admin page support.
|
2004-10-19 03:03:06 +00:00 |
options-misc.php
|
Remove unused options.
|
2005-02-14 03:20:29 +00:00 |
options-permalink.php
|
Clearer message if we can't write the .htaccess file - http://mosquito.wordpress.org/view.php?id=694
|
2005-02-14 03:22:25 +00:00 |
options-reading.php
|
Fix confusing wording - http://mosquito.wordpress.org/view.php?id=481
|
2005-02-11 03:05:05 +00:00 |
options-writing.php
|
Roles update + UI from Owen.
|
2005-07-12 15:53:13 +00:00 |
options.php
|
Allow filtering of options
|
2005-06-10 08:51:40 +00:00 |
page-new.php
|
Page editing form cleaning and repair.
|
2005-06-19 03:07:16 +00:00 |
plugin-editor.php
|
Preserve entity encoding in plugin editor. http://mosquito.wordpress.org/view.php?id=957 Props: coffee2code
|
2005-02-24 18:13:02 +00:00 |
plugins.php
|
register_activation_hook() and register_deactivation_hook(). Let's try these on.
|
2005-07-04 21:53:26 +00:00 |
post.php
|
Migrate to caps.
|
2005-07-13 22:26:26 +00:00 |
profile.php
|
Roles update + UI from Owen.
|
2005-07-12 15:53:13 +00:00 |
quicktags.js
|
New schmancy posting interface
|
2005-06-14 07:31:36 +00:00 |
setup-config.php
|
Be sure about encoding. Fixes http://mosquito.wordpress.org/view.php?id=1222
|
2005-04-19 03:35:48 +00:00 |
sidebar.php
|
Missing closing bracket. Hat tip: Lucas.
|
2005-03-03 19:27:39 +00:00 |
templates.php
|
Remove reference to old wiki - http://mosquito.wordpress.org/view.php?id=1317
|
2005-05-09 11:01:12 +00:00 |
theme-editor.php
|
Bail if the theme does not exist.
|
2005-04-19 21:41:35 +00:00 |
themes.php
|
Usability hooks into wp.org
|
2005-05-09 11:37:36 +00:00 |
toggle.png
|
New schmancy posting interface
|
2005-06-14 07:31:36 +00:00 |
update-links.php
|
Use wpdb->escape instead of addslashes to prepare DB bound data.
|
2005-07-05 20:47:22 +00:00 |
upgrade-functions.php
|
Inverted logic. Should fix problem where user display name is stomped during upgrade.
|
2005-07-14 22:53:56 +00:00 |
upgrade-schema.php
|
Fill out level caps.
|
2005-07-13 20:16:06 +00:00 |
upgrade.php
|
DB escape fields inserted into usermeta table. Hide errors when dropping old columns from user table.
|
2005-06-14 23:22:55 +00:00 |
upload.php
|
Semi-colon semi-bug
|
2005-02-15 23:25:59 +00:00 |
user-edit.php
|
Roles update + UI from Owen.
|
2005-07-12 15:53:13 +00:00 |
users.php
|
Roles update + UI from Owen.
|
2005-07-12 15:53:13 +00:00 |
wp-admin.css
|
Roles update + UI from Owen.
|
2005-07-12 15:53:13 +00:00 |