WordPress/wp-admin
ryan 5ef3815c15 Upgrade instead of Update
git-svn-id: http://svn.automattic.com/wordpress/trunk@9908 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-11-26 19:20:03 +00:00
..
css Show red only on hover for delete links in tables. fixes #8358 2008-11-26 19:01:05 +00:00
images Screen icons 2008-11-26 13:51:25 +00:00
import Screen icons 2008-11-26 13:51:25 +00:00
includes Move Pending above Spam. fixes #8371 2008-11-26 18:53:59 +00:00
js Move Gallery Settings to the Gallery tab in the uploader, split the Upload tab in "From Computer" and "From URL" tabs 2008-11-26 02:27:37 +00:00
admin-ajax.php Fix QE and Reply actions on comments that come in via infinite comment stream 2008-11-25 02:41:54 +00:00
admin-footer.php Fix #favorite-actions position in IE7, footer position, horizontal scrollbar and expansion of postboxes in IE7, put back Browse Happy, fixes #8280 2008-11-24 00:20:34 +00:00
admin-functions.php
admin-header.php Screen icons 2008-11-26 13:51:25 +00:00
admin-post.php
admin.php Set proper menu parent for importers 2008-11-26 08:58:44 +00:00
async-upload.php Notice fixes from DD32. see #7509 2008-11-14 23:01:16 +00:00
categories.php Screen icons 2008-11-26 13:51:25 +00:00
comment.php Give context to more translations to allow for differentiation between plural noun, verb and adjective translations. Fixes #8154 props nbachiyski. 2008-11-21 18:16:44 +00:00
custom-header.php
edit-attachment-rows.php Fix media columns 2008-11-25 19:26:53 +00:00
edit-category-form.php Several small fixes: edit-category-form, admin-footer, plugins 2008-11-05 22:52:59 +00:00
edit-comments.php Screen icons 2008-11-26 13:51:25 +00:00
edit-form-advanced.php Screen icons 2008-11-26 13:51:25 +00:00
edit-form-comment.php Give context to more translations to allow for differentiation between plural noun, verb and adjective translations. Fixes #8154 props nbachiyski. 2008-11-21 18:16:44 +00:00
edit-link-categories.php Screen icons 2008-11-26 13:51:25 +00:00
edit-link-category-form.php Fix edit link category form, props kpdesign, fixes #8259 2008-11-17 20:22:40 +00:00
edit-link-form.php Screen icons 2008-11-26 13:51:25 +00:00
edit-page-form.php Screen icons 2008-11-26 13:51:25 +00:00
edit-pages.php Screen icons 2008-11-26 13:51:25 +00:00
edit-post-drafts.php
edit-post-rows.php Don't show tables when no posts or pages are found. fixes #8346 2008-11-26 00:36:25 +00:00
edit-tag-form.php 2 column Tags page, needs more styling 2008-10-25 08:01:37 +00:00
edit-tags.php Screen icons 2008-11-26 13:51:25 +00:00
edit.php Screen icons 2008-11-26 13:51:25 +00:00
export.php Screen icons 2008-11-26 13:51:25 +00:00
gears-manifest.php Stub _c() for gears manifest. fixes #8142 2008-11-19 19:50:10 +00:00
import.php Screen icons 2008-11-26 13:51:25 +00:00
index-extra.php
index.php Screen icons 2008-11-26 13:51:25 +00:00
install-helper.php
install.php Notice fixes from DD32. see #7509 2008-11-10 18:54:18 +00:00
link-add.php Move screen_meta() to admin header. Add all meta boxes before requiring admin-header. 2008-11-11 22:40:16 +00:00
link-category.php
link-import.php
link-manager.php Screen icons 2008-11-26 13:51:25 +00:00
link-parse-opml.php
link.php Move screen_meta() to admin header. Add all meta boxes before requiring admin-header. 2008-11-11 22:40:16 +00:00
media-new.php Bring back the H2s. Rough draft. 2008-10-17 20:02:03 +00:00
media-upload.php Screen icons 2008-11-26 13:51:25 +00:00
media.php
menu-header.php Fix tab button on the write screen in Opera, add tabindex to the menu, don't 'lock' the tab key between the title and the editor. Fixes #8197 2008-11-19 12:02:28 +00:00
menu.php Upgrade instead of Update 2008-11-26 19:20:03 +00:00
moderation.php
options-discussion.php Screen icons 2008-11-26 13:51:25 +00:00
options-general.php Screen icons 2008-11-26 13:51:25 +00:00
options-head.php
options-media.php Screen icons 2008-11-26 13:51:25 +00:00
options-misc.php Screen icons 2008-11-26 13:51:25 +00:00
options-permalink.php Screen icons 2008-11-26 13:51:25 +00:00
options-privacy.php Screen icons 2008-11-26 13:51:25 +00:00
options-reading.php Screen icons 2008-11-26 13:51:25 +00:00
options-writing.php Screen icons 2008-11-26 13:51:25 +00:00
options.php Remove top "Save" button from options.php 2008-11-19 05:08:58 +00:00
page-new.php Move screen_meta() to admin header. Add all meta boxes before requiring admin-header. 2008-11-11 22:40:16 +00:00
page.php Remove manual santization of redirect URLs (handled in wp_redirect()) 2008-11-19 06:32:10 +00:00
plugin-editor.php Screen icons 2008-11-26 13:51:25 +00:00
plugin-install.php Screen icons 2008-11-26 13:51:25 +00:00
plugins.php Sync arguments to plugin hooks to enable same function to be hooked on to both to enable backward compatible plugins. Fixes #8365 props strider72. 2008-11-26 15:23:51 +00:00
post-new.php Move screen_meta() to admin header. Add all meta boxes before requiring admin-header. 2008-11-11 22:40:16 +00:00
post.php Remove manual santization of redirect URLs (handled in wp_redirect()) 2008-11-19 06:32:10 +00:00
press-this.php More PressThis updates from Noel, see #7949 2008-11-25 02:06:52 +00:00
profile.php
revision.php
rtl.css Use css class instead of id to prevent validation errors with multiple instances, fixes #8192 2008-11-20 22:57:51 +00:00
setup-config.php Allow nested install. Props sivel. fixes #7997 2008-10-31 19:24:45 +00:00
sidebar.php
theme-editor.php Screen icons 2008-11-26 13:51:25 +00:00
themes.php Screen icons 2008-11-26 13:51:25 +00:00
turbo.php Screen icons 2008-11-26 13:51:25 +00:00
update-core.php Screen icons 2008-11-26 13:51:25 +00:00
update-links.php
update.php More core update to update-core.php. Allow re-installing current version (requires api.wp.org changes) 2008-11-06 03:31:41 +00:00
upgrade-functions.php
upgrade.php
upload.php Screen icons 2008-11-26 13:51:25 +00:00
user-edit.php Screen icons 2008-11-26 13:51:25 +00:00
user-new.php Screen icons 2008-11-26 13:51:25 +00:00
users.php Screen icons 2008-11-26 13:51:25 +00:00
widgets.php Screen icons 2008-11-26 13:51:25 +00:00
wp-admin.css Screen icons 2008-11-26 13:51:25 +00:00