Wordpress/wp-admin
Ryan Boren acb9a18b88 Replace fieldset with h3 in settings pages. Props hansengel. see #5851
git-svn-id: https://develop.svn.wordpress.org/trunk@6837 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-14 02:40:17 +00:00
..
css Dashboard styling from mdawaffe. see #5750 2008-02-13 11:01:42 +00:00
images Butter upload buttons. Still need custom dialogs for music/video/other. 2008-02-11 07:44:21 +00:00
import Add post_password to export. Props Nazgul. fixes #4376 2008-02-07 19:22:59 +00:00
includes Hookup bulk delete for posts. 2008-02-13 20:53:18 +00:00
js Save tags lingering in quick add box upon save. Props fitzrev. fixes #5849 2008-02-14 00:51:28 +00:00
admin-ajax.php Fix edit slug ajax nonce. props nbachiyski. see #5816 2008-02-11 17:40:16 +00:00
admin-footer.php
admin-functions.php
admin-header.php Update salutation menu 2008-02-13 08:22:26 +00:00
admin.php
async-upload.php Add capability check to async-upload. Props xknown. fixes #5848 2008-02-13 23:16:11 +00:00
bookmarklet.php A few places we were missing links to new stylesheet. 2008-02-11 07:53:10 +00:00
categories.php Design update for link categories management. 2008-02-13 07:32:50 +00:00
comment.php
custom-header.php
edit-category-form.php
edit-comments.php
edit-form-advanced.php Save tags lingering in quick add box upon save. Props fitzrev. fixes #5849 2008-02-14 00:51:28 +00:00
edit-form-comment.php
edit-form.php Remove cookie checking from check_ajax_referer(). Check nonces instead. Props mdawaffe. fixes #5782 2008-02-06 21:19:47 +00:00
edit-link-categories.php Bump nuber of link cats per page. 2008-02-13 07:33:56 +00:00
edit-link-category-form.php
edit-link-form.php Separate meta box context into page and context to accommodate postbox API changes. see #5798 2008-02-08 21:06:15 +00:00
edit-page-form.php Do page, not post, meta boxes. Props arickmann. see #5798 2008-02-13 19:20:29 +00:00
edit-pages.php Bulk delete for manage pages. 2008-02-13 23:54:11 +00:00
edit-post-rows.php Manage->Pages design update 2008-02-12 05:51:53 +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 Manage Tags design update. Column spacing and justification need fixing. 2008-02-12 09:25:19 +00:00
edit.php Hookup bulk delete for posts. 2008-02-13 20:53:18 +00:00
export.php Change strong to avoid gettext ambiguity. Props RanYanivHartstein. fixes #5515 2008-02-14 00:57:29 +00:00
import.php
index-extra.php Dashboard styling from mdawaffe. see #5750 2008-02-13 10:07:57 +00:00
index.php Dashboard styling from mdawaffe. see #5750 2008-02-13 11:01:42 +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
link-manager.php Design update for link categories management. 2008-02-13 07:32:50 +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 Replace fieldset with h3 in settings pages. Props hansengel. see #5851 2008-02-14 02:40:17 +00:00
options-general.php Options are called Settings now. Props hansengel. see #5850 2008-02-14 00:39:38 +00:00
options-head.php Options are called Settings now. Props hansengel. see #5850 2008-02-14 00:39:38 +00:00
options-misc.php Replace fieldset with h3 in settings pages. Props hansengel. see #5851 2008-02-14 02:40:17 +00:00
options-permalink.php Options are called Settings now. Props hansengel. see #5850 2008-02-14 00:39:38 +00:00
options-privacy.php Options are called Settings now. Props hansengel. see #5850 2008-02-14 00:39:38 +00:00
options-reading.php Replace fieldset with h3 in settings pages. Props hansengel. see #5851 2008-02-14 02:40:17 +00:00
options-writing.php Replace fieldset with h3 in settings pages. Props hansengel. see #5851 2008-02-14 02:40:17 +00:00
options.php Options are called Settings now. Props hansengel. see #5850 2008-02-14 00:39:38 +00:00
page-new.php Move editor js to editor.js. fixes #5799 2008-02-09 13:08:28 +00:00
page.php Fix add custom field redirects. Props pishmishy. fixes #2788 2008-02-13 18:10:41 +00:00
plugin-editor.php More informative error message when plugin files are not writable. Props hansengel. fixes #5783 2008-02-13 23:58:23 +00:00
plugins.php Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
post-new.php Update post save notifications and redirects 2008-02-13 08:55:17 +00:00
post.php Fix add custom field redirects. Props pishmishy. fixes #2788 2008-02-13 18:10:41 +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
setup-config.php Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
sidebar.php A few places we were missing links to new stylesheet. 2008-02-11 07:53:10 +00:00
theme-editor.php More informative error message when theme files are not writable. Props hansengel. fixes #5783 2008-02-09 20:17:49 +00:00
themes.php
update-links.php
update.php First cut at plugin update. Props DD32 for the filesystem abstraction. see #5586 2008-02-11 05:45:54 +00:00
upgrade-functions.php
upgrade.php
upload.php A few places we were missing links to new stylesheet. 2008-02-11 07:53:10 +00:00
user-edit.php Trailing whitespace cleanup 2008-02-05 06:47:27 +00:00
users.php Fix users table formatting. Props Potter_System and markjaquith. fixes #5784 2008-02-10 07:28:14 +00:00
widgets.php Widget interface updates from mdawaffe. see #5583 2008-02-07 21:57:54 +00:00
wp-admin.css Dashboard styling from mdawaffe. see #5750 2008-02-13 10:07:57 +00:00