WordPress/wp-admin
2007-12-24 07:08:37 +00:00
..
css
images First pass at some of the header/footer styles. Again, work in progress. A few menu item renames. 2007-12-22 09:46:13 +00:00
import Importer refactoring from tellyworth. fixes #5522 2007-12-24 06:20:34 +00:00
includes Importer refactoring from tellyworth. fixes #5522 2007-12-24 06:20:34 +00:00
js Rename file. see #4470 2007-12-19 22:46:02 +00:00
admin-ajax.php Autosave tags as well. Fixes #5359 props sembee 2007-12-11 20:30:22 +00:00
admin-footer.php
admin-functions.php
admin-header.php A better addLoadEvent which kicks off when the DOM is ready instead onLoad, which kicks off after images finish. Code from Dean Edwards, Mathias Miller, John Resig, Jesse Skinner. Should speed up front-end execution. 2007-12-24 07:08:37 +00:00
admin.php Better is_admin() check from filosofo and pishmishy. fixes #5487 2007-12-19 17:56:16 +00:00
bookmarklet.php
categories.php jquery for list manipulation. Round one, fight. Props mdawaffe. fixes #4805 2007-10-09 22:49:42 +00:00
comment.php A few more stylings -- options/settings still need a lot more work. 2007-12-23 10:05:37 +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 Use __ngettext() for plurals. Props darkdragon. see #4865 2007-12-20 17:05:06 +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 Add a link to the post a comment is for when editing a comment. Fixes #4345 props mgrouchy, 2007-12-20 20:31:46 +00:00
edit-form.php
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 Fix html for post customfields entry box. Fixes #5068 props minusfive. 2007-12-20 20:36:35 +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 Newer and Older entries, rather than next/previous. 2007-12-24 04:25:04 +00:00
export.php Move export_wp() to an include. Props tellyworth. fixes #5347 2007-11-15 05:32:33 +00:00
import.php
index-extra.php To avoid monolithic commits I'm going to be bringing this in piece by piece. No need to file bug about lack of styling, it's on purpose right now. Trunk will be hit with the oogly stick for 2-3 days. This brings in structure for new dashboard. 2007-12-20 20:23:30 +00:00
index.php pre flight commit, BOOM. hat tip: rboren. 2007-12-21 22:24:04 +00:00
install-helper.php Remove unused variables. Props DD32. see #5418 2007-12-06 06:37:30 +00:00
install.php Show DB errors if WP_DEBUG and if installing. see #5473 2007-12-22 17:45:30 +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
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
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
menu.php First pass at some of the header/footer styles. Again, work in progress. A few menu item renames. 2007-12-22 09:46:13 +00:00
moderation.php Use __ngettext() for plurals. Props darkdragon. see #4865 2007-12-20 17:05:06 +00:00
options-discussion.php
options-general.php A few more stylings -- options/settings still need a lot more work. 2007-12-23 10:05:37 +00:00
options-head.php
options-misc.php A few more stylings -- options/settings still need a lot more work. 2007-12-23 10:05:37 +00:00
options-permalink.php
options-privacy.php A few more stylings -- options/settings still need a lot more work. 2007-12-23 10:05:37 +00:00
options-reading.php A few more stylings -- options/settings still need a lot more work. 2007-12-23 10:05:37 +00:00
options-writing.php A few more stylings -- options/settings still need a lot more work. 2007-12-23 10:05:37 +00:00
options.php
page-new.php
page.php jquery for list manipulation. Round one, fight. Props mdawaffe. fixes #4805 2007-10-09 22:49:42 +00:00
plugin-editor.php
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
post.php jquery for list manipulation. Round one, fight. Props mdawaffe. fixes #4805 2007-10-09 22:49:42 +00:00
profile-update.php
profile.php Fix funky char, remove IE taunt. Props nbachiyski. see #4470 2007-12-20 05:50:57 +00:00
rtl.css
setup-config.php Set error if there is a problem connecting to the DB. Props skeltoac and Potter_System. fixes #5495 2007-12-20 02:10:09 +00:00
sidebar.php
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
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
upgrade.php
upload.php
user-edit.php
users.php JS/AJAX form validation from mdawaffe. fixes #5299 2007-11-01 06:23:16 +00:00
widgets.php
wp-admin.css A few more stylings -- options/settings still need a lot more work. 2007-12-23 10:05:37 +00:00