WordPress/wp-admin
2007-12-16 22:07:32 +00:00
..
css Updated RTL CSS from mani_monaj. fixes #5025 2007-09-20 23:36:45 +00:00
images Missing image from earlier commit. 2007-08-17 13:34:26 +00:00
import Change prints to echoes. Add check all button to avoid carpal clicking syndrome. Cleaned up some English. Fixes #5437. Hat tip: hailin. Changes from diff: moved JS inside of function so it didn't show up on every import page; moved button above form instead of next to submit button. 2007-12-16 22:07:32 +00:00
includes Invalid HTML in nested category checkbox list. Also cleans up source formatting a bit. Fixes #5462. Hat tip: 082net. 2007-12-16 21:40:36 +00:00
js Remember what attachment options you pick, fixes #4565. Hat tip: filosofo. 2007-12-16 03:00:38 +00:00
admin-ajax.php Autosave tags as well. Fixes #5359 props sembee 2007-12-11 20:30:22 +00:00
admin-footer.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
admin-functions.php Resurrect admin-functions.php and upgrade-functions.php for back compat. fixes #4956 2007-09-12 02:36:04 +00:00
admin-header.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
admin.php Switch to is_callable instead of function_exists to allow for class based importer plugins. Fixes #4614 2007-09-13 20:36:31 +00:00
bookmarklet.php Make css cache busting and rtl inclusion uniform across admin. Props mdawaffe. fixes #4830 2007-08-28 23:23:38 +00:00
categories.php jquery for list manipulation. Round one, fight. Props mdawaffe. fixes #4805 2007-10-09 22:49:42 +00:00
comment.php Switch error messages to have a footer instead of use wp_die, so they don't look busted. Use absint where appropiate. Formatting cleanup. Clearer styling and messaging on buttons. 2007-12-10 20:42:03 +00:00
custom-header.php Remove unused variables. Props DD32. see #5418 2007-12-06 06:37:30 +00:00
edit-category-form.php JS/AJAX form validation from mdawaffe. fixes #5299 2007-11-01 06:23:16 +00:00
edit-comments.php AJAX list manipulation fixes for single post comment moderation. Props mdawaffe. fixes #5236 2007-10-19 18:39:07 +00:00
edit-form-advanced.php jquery for list manipulation. Round one, fight. Props mdawaffe. fixes #4805 2007-10-09 22:49:42 +00:00
edit-form-comment.php Fix tab order when edit comments. Props Nazgul fixes #4726 2007-09-11 19:08:26 +00:00
edit-form.php Remove reference to the_quicktags. Props Nazgul. fixes #4925 2007-09-11 19:56:40 +00:00
edit-link-categories.php AJAX for link category add and delete. Props mdawaffe. fixes #5291 2007-10-31 03:53:32 +00:00
edit-link-category-form.php JS/AJAX form validation from mdawaffe. fixes #5299 2007-11-01 06:23:16 +00:00
edit-link-form.php Remove unused variables. Props DD32. see #5418 2007-12-06 06:37:30 +00:00
edit-page-form.php attribute_escape()s and int casts. see #4333 2007-05-25 09:41:04 +00:00
edit-pages.php Faster page_rows() from hailin. see #5303 2007-12-14 06:20:42 +00:00
edit-post-rows.php Remove debug cruft 2007-10-18 22:09:56 +00:00
edit.php Post filter fixes from mdawaffe. fixes #5249 2007-10-23 23:02:24 +00:00
export.php Move export_wp() to an include. Props tellyworth. fixes #5347 2007-11-15 05:32:33 +00:00
import.php correct logic grouping when reading importers. fixes #4763 2007-08-17 01:59:37 +00:00
index-extra.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
index.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
install-helper.php Remove unused variables. Props DD32. see #5418 2007-12-06 06:37:30 +00:00
install.php Remove non-functioning and misleading "Privacy" label on install. fixes #5012 2007-09-19 21:45:23 +00:00
link-add.php jquery for list manipulation. Round one, fight. Props mdawaffe. fixes #4805 2007-10-09 22:49:42 +00:00
link-category.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
link-import.php Fix category assigment during link import. fixes #5107 for trunk 2007-10-12 21:23:39 +00:00
link-manager.php jquery for list manipulation. Round one, fight. Props mdawaffe. fixes #4805 2007-10-09 22:49:42 +00:00
link-parse-opml.php Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986 2006-11-19 07:56:05 +00:00
link.php Add current_user_can() checks to link.php. Props DD32. fixes #4627 2007-10-16 16:09:01 +00:00
menu-header.php Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986 2006-11-19 07:56:05 +00:00
menu.php Allow plugins to handle admin page access failures. Fixes #5379 props donncha 2007-12-05 07:34:57 +00:00
moderation.php Fix comment delete links and ajax moderation. Props mdawaffe. fixes #5288 2007-10-31 01:37:58 +00:00
options-discussion.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
options-general.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
options-head.php Removing superfluous <br /> from Options-General. Props johnbillion. fixes #3929 for trunk. 2007-03-16 08:10:02 +00:00
options-misc.php s/bookmark/link/. Props JeremyVisser. fixes #3718 2007-03-07 01:35:39 +00:00
options-permalink.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
options-privacy.php Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986 2006-11-19 07:56:05 +00:00
options-reading.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
options-writing.php Pluggable random password generator from pishmishy. fixes #5401 2007-12-15 05:31:16 +00:00
options.php Remove redundant url filter. fixes #4663 2007-09-05 22:44:58 +00:00
page-new.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
page.php jquery for list manipulation. Round one, fight. Props mdawaffe. fixes #4805 2007-10-09 22:49:42 +00:00
plugin-editor.php Prevent plugins from taking down the install when plugin edits results in a fatal error. fixes #3254 2007-02-14 06:15:05 +00:00
plugins.php activate_plugin(), deactivate_plugins(), and deactivate_all_plugins() from Quandary. fixes #5210 2007-10-17 17:14:58 +00:00
post-new.php Add some filtering. Props jhodgdon. fixes #5030 2007-09-21 15:04:13 +00:00
post.php jquery for list manipulation. Round one, fight. Props mdawaffe. fixes #4805 2007-10-09 22:49:42 +00:00
profile-update.php Enable RTE for new users. fixes #3485 2006-12-19 23:19:12 +00:00
profile.php Add ID's to profile edit form's fieldsets. fixes #4434 2007-06-12 21:52:50 +00:00
rtl.css Updated RTL CSS from mani_monaj. fixes #5025 2007-09-20 23:36:45 +00:00
setup-config.php Move database class loading to a shared function to ensure all of WordPress is wp-content/wp-db.php aware. Fixes #5128 props ComputerGuru. 2007-10-06 08:18:33 +00:00
sidebar.php Make css cache busting and rtl inclusion uniform across admin. Props mdawaffe. fixes #4830 2007-08-28 23:23:38 +00:00
templates.php Use strpos instead of strstr where ever possible, for speed. Props rob1n. fixes #3920 2007-03-07 05:29:15 +00:00
theme-editor.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
themes.php Add switch_theme(). Cache current theme in options to avoid calling get_themes(). fixes #5346 2007-11-13 05:07:44 +00:00
update-links.php Consistently include wp-config.php. fixes #3349 2007-08-03 00:45:06 +00:00
upgrade-functions.php Resurrect admin-functions.php and upgrade-functions.php for back compat. fixes #4956 2007-09-12 02:36:04 +00:00
upgrade.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
upload.php Make css cache busting and rtl inclusion uniform across admin. Props mdawaffe. fixes #4830 2007-08-28 23:23:38 +00:00
user-edit.php use clean_url(). Nice catch, g30rg3x. see #4333 for trunk 2007-05-29 04:35:23 +00:00
users.php JS/AJAX form validation from mdawaffe. fixes #5299 2007-11-01 06:23:16 +00:00
widgets.php Remove trailing whitespace 2007-09-03 23:32:58 +00:00
wp-admin.css JS/AJAX form validation from mdawaffe. fixes #5299 2007-11-01 06:23:16 +00:00