Wordpress/wp-admin
Ryan Boren ce5b15209f Order by and index on comment_date_gmt instead of comment_date to insulate order from offset changes. fixes #5773
git-svn-id: https://develop.svn.wordpress.org/trunk@6736 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-05 23:29:59 +00:00
..
css First pass at async upload, multi-upload, and gallery feature. Modified names from patch. Hat tip: tellyworth, skeltoac. 2008-01-25 19:21:11 +00:00
images Missing image from #5694 2008-01-21 22:16:02 +00:00
import Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
includes Order by and index on comment_date_gmt instead of comment_date to insulate order from offset changes. fixes #5773 2008-02-05 23:29:59 +00:00
js Fix edit link form categories a bit. AJAX add still needs work. 2008-02-02 20:31:56 +00:00
admin-ajax.php Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
admin-footer.php Have footer stay at the bottom even on short pages in long windows. Hat tip: DD32. 2008-01-14 03:16:56 +00:00
admin-functions.php
admin-header.php Have footer stay at the bottom even on short pages in long windows. Hat tip: DD32. 2008-01-14 03:16:56 +00:00
admin.php Call WP::init() just before kicking the init action so that the current user is setup as early as possible. fixes #4181 2008-01-09 20:08:59 +00:00
async-upload.php First pass at async upload, multi-upload, and gallery feature. Modified names from patch. Hat tip: tellyworth, skeltoac. 2008-01-25 19:21:11 +00:00
bookmarklet.php
categories.php
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 Unused var cleanup. Props DD32. see #5418 2008-01-04 19:36:34 +00:00
edit-category-form.php
edit-comments.php Mass select for users from cpoteet and mdawaffe. fixes #5592 2008-01-07 20:38:49 +00:00
edit-form-advanced.php Fix edit link form categories a bit. AJAX add still needs work. 2008-02-02 20:31:56 +00:00
edit-form-comment.php
edit-form.php Remember last editor chosen. Props mdawaffe. fixes #3978 2008-01-06 19:01:32 +00:00
edit-link-categories.php Some link manager juggling, still need to have submenu highlight when on sub-sub pages. 2008-01-04 20:18:55 +00:00
edit-link-category-form.php
edit-link-form.php Fix edit link form categories a bit. AJAX add still needs work. 2008-02-02 20:31:56 +00:00
edit-page-form.php Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
edit-pages.php Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
edit-post-rows.php Update comment count in single post row on post comment screen, edit.php?p=1&c=1. 2008-01-04 11:53:15 +00:00
edit-tag-form.php First cut at Manage->Tags. Props jhodgdon. see #5684 2008-01-25 19:29:01 +00:00
edit-tags.php Add beginnings of bulk tag delete. see #5684 2008-02-05 07:45:40 +00:00
edit.php Remove extra search box 2008-02-05 21:29:50 +00:00
export.php Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
import.php
index-extra.php New dashboard from mdawaffe. see #5750 2008-02-02 07:57:51 +00:00
index.php Add wp_count_posts(). 2008-02-05 19:08:14 +00:00
install-helper.php
install.php Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
link-add.php Update edit link pages. Link categories need work. 2008-01-31 20:04:54 +00:00
link-category.php
link-import.php Some link manager juggling, still need to have submenu highlight when on sub-sub pages. 2008-01-04 20:18:55 +00:00
link-manager.php Mass select for users from cpoteet and mdawaffe. fixes #5592 2008-01-07 20:38:49 +00:00
link-parse-opml.php
link.php Update edit link pages. Link categories need work. 2008-01-31 20:04:54 +00:00
media-upload.php First pass at async upload, multi-upload, and gallery feature. Modified names from patch. Hat tip: tellyworth, skeltoac. 2008-01-25 19:21:11 +00:00
menu-header.php Close the last li. 2008-01-16 06:55:20 +00:00
menu.php Comment bubble count fix from nbachiyski. fixes #5694 2008-01-29 16:43:20 +00:00
moderation.php
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 Don't hard code post type in edit forms. Props filosofo and DD32. fixes #4991 2008-02-02 19:22:14 +00:00
page.php Update edit page form. Post boxes need fixin' 2008-01-25 23:11:54 +00:00
plugin-editor.php
plugins.php Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
post-new.php Redirect to edit page with posted blurb as default. 2008-01-09 11:21:27 +00:00
post.php Redirect to edit page with posted blurb as default. 2008-01-09 11:21:27 +00:00
profile.php Fix profile submenu highlight. Make is_profile_page a constant so that register globals can't manipulate it. see #5736 2008-01-31 22:03:48 +00:00
rtl.css Post screen improvements^H^H^H, er, changes. Will file tickets for todos. 2008-01-03 08:03:29 +00:00
setup-config.php Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
sidebar.php Encoding before title. Props RanYanivHartstein. fixes #5519 for 2.5 2008-01-06 19:15:33 +00:00
theme-editor.php
themes.php Theme tagging from andy. fixes #5545 2007-12-31 18:39:43 +00:00
update-links.php
upgrade-functions.php
upgrade.php
upload.php
user-edit.php Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
users.php Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
widgets.php Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
wp-admin.css More edit.php butchery. Time for designers to take over 2008-02-05 21:27:10 +00:00