WordPress/wp-admin
2005-03-10 09:50:26 +00:00
..
admin-footer.php Axing of geo stuff, major cleanups on permalink options, style tweaks. 2004-09-15 15:09:39 +00:00
admin-functions.php Fix timestamp editing. http://mosquito.wordpress.org/view.php?id=1022 2005-03-10 09:50:26 +00:00
admin-header.php "Version" CSS so people reload on upgrading. 2005-03-04 19:43:30 +00:00
admin.php Plugin page hooks. Props: morganiq. http://mosquito.wordpress.org/view.php?id=785 http://mosquito.wordpress.org/view.php?id=797 2005-02-07 01:15:06 +00:00
bookmarklet.php Icon is broken 2005-02-15 00:48:36 +00:00
categories.php Just a little code cleanup and case normalization. http://mosquito.wordpress.org/view.php?id=360 2004-12-14 09:22:21 +00:00
edit-comments.php Fix later 2005-02-11 02:00:38 +00:00
edit-form-advanced.php Obey default pingback setting. http://mosquito.wordpress.org/view.php?id=945 2005-03-07 00:01:57 +00:00
edit-form-comment.php Fix timestamp editing. http://mosquito.wordpress.org/view.php?id=1022 2005-03-10 09:50:26 +00:00
edit-form.php Obey default pingback setting. http://mosquito.wordpress.org/view.php?id=945 2005-03-07 00:01:57 +00:00
edit-page-form.php Fix strtotime warning. http://mosquito.wordpress.org/view.php?id=981 2005-03-06 05:48:41 +00:00
edit-pages.php http://mosquito.wordpress.org/view.php?id=522 2005-02-11 02:27:45 +00:00
edit.php Wrong arguments for user_can_edit_user() in wp-admin/edit.php. http://mosquito.wordpress.org/view.php?id=865 Hat tip: Agent Orange 2005-02-13 19:30:34 +00:00
import-b2.php Vanquishing the terror of iso-8859-1. 2004-08-30 07:16:40 +00:00
import-blogger.php Blogger import fix - http://mosquito.wordpress.org/view.php?id=365 2005-02-11 02:44:38 +00:00
import-greymatter.php Remove 1=1 clause 2005-02-14 05:16:48 +00:00
import-livejournal.php Vanquishing the terror of iso-8859-1. 2004-08-30 07:16:40 +00:00
import-mt.php Patch from Carthik 2005-02-25 23:09:14 +00:00
import-rss.php Preserve GUIDs in imports 2005-02-01 10:04:01 +00:00
import-textpattern.php Escape content and title before inserting into the DB. http://wordpress.org/support/2/12153 2004-09-04 08:03:20 +00:00
index.php Mark strings for localization. http://mosquito.wordpress.org/view.php?id=1033 2005-03-05 18:31:59 +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 Localize default post, category, and comment. Remove unnecessary addslashes/stripslashes. Validate admin email address. http://mosquito.wordpress.org/view.php?id=994 Props: slebog and nbachiyski 2005-03-05 02:27:08 +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 Localize strings. http://mosquito.wordpress.org/view.php?id=909 Props: nbachiyski 2005-02-25 00:20:48 +00:00
link-import.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
link-manager.php Fix bulk link operations. http://mosquito.wordpress.org/view.php?id=949 2005-02-24 18:59:52 +00:00
link-parse-opml.php Cleaning up some includes. 2004-04-27 23:17:16 +00:00
menu-header.php Fix edit page menu highlighting. http://mosquito.wordpress.org/view.php?id=799 Hat tip: mdawaffe 2005-03-02 16:30:00 +00:00
menu.php Plugin page hooks. Props: morganiq. http://mosquito.wordpress.org/view.php?id=785 http://mosquito.wordpress.org/view.php?id=797 2005-02-07 01:15:06 +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 Comment registration goodness. Hat tip to Jason at noprequisite.com for user_identity code. 2005-01-31 06:38:12 +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 Tidy spacing a little 2005-02-14 23:25:16 +00:00
options.php No bad HTML when there's quotes in options. 2005-02-14 04:39:17 +00:00
page-new.php Improvements to page handling. Move form to own page, put under "Write", ambiguiate language, and fix redirect. 2004-11-16 19:29:51 +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 Embolden active plugins. 2005-01-14 20:20:29 +00:00
post.php Don't make post slug sticky until the post is published. http://mosquito.wordpress.org/view.php?id=531 2005-03-10 03:01:45 +00:00
profile.php Allowing more hooks into authentication - Hat tip: http://dev.webadmin.ufl.edu/~dwc/2005/03/02/authentication-plugins/ 2005-03-09 22:49:42 +00:00
quicktags.js fixed bug #279, and fixed datetime to make it a proper w3cdtf string 2004-09-14 16:35:58 +00:00
setup-config.php http://mosquito.wordpress.org/view.php?id=586 2005-02-11 03:51:13 +00:00
sidebar.php Missing closing bracket. Hat tip: Lucas. 2005-03-03 19:27:39 +00:00
templates.php Mark strings for localization. http://mosquito.wordpress.org/view.php?id=1033 2005-03-05 18:31:59 +00:00
theme-editor.php Strip slashes from theme name. Encode special chars in theme name. http://mosquito.wordpress.org/view.php?id=978 and http://mosquito.wordpress.org/view.php?id=953 2005-02-26 06:38:18 +00:00
themes.php Highlight current theme - http://mosquito.wordpress.org/view.php?id=868 2005-02-14 05:36:54 +00:00
update-links.php Removal of changes.xml bloat. 2005-02-14 03:11:23 +00:00
upgrade-functions.php Two small tweaks before release 2005-02-15 03:32:43 +00:00
upgrade-schema.php Localize time format. http://mosquito.wordpress.org/view.php?id=994 2005-02-28 04:45:58 +00:00
upgrade.php gettext install and upgrade. http://mosquito.wordpress.org/view.php?id=994 From nbachiyski 2005-02-27 23:09:58 +00:00
upload.php Semi-colon semi-bug 2005-02-15 23:25:59 +00:00
user-edit.php Allowing more hooks into authentication - Hat tip: http://dev.webadmin.ufl.edu/~dwc/2005/03/02/authentication-plugins/ 2005-03-09 22:49:42 +00:00
users.php Allowing more hooks into authentication - Hat tip: http://dev.webadmin.ufl.edu/~dwc/2005/03/02/authentication-plugins/ 2005-03-09 22:49:42 +00:00
wp-admin.css Big buttons for login and registration, more robust registration and password recovery. 2005-02-05 02:19:00 +00:00