Wordpress/wp-admin
Ryan Boren ab5bd75114 Add Howdy back to the admin_user_info_links filtered array. Props trepmal. fixes #17740
git-svn-id: https://develop.svn.wordpress.org/trunk@18232 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 16:40:42 +00:00
..
css H2 font weight = normal as Helvetica Neue Light doesn't scale well for lighter setting, props dd32, fixes #17743 2011-06-10 16:24:10 +00:00
images Refresh login form styles to match admin style refresh. Props iammattthomas. see #17324. 2011-06-10 02:37:37 +00:00
includes Cache the Dashboard RSS Widgets HTML output to reduce the memory footprint of including SimplePie. Fixes #16927 2011-06-10 06:31:39 +00:00
js Do not run bulk edit when the user clicks on a filter, fixes #17733 2011-06-10 00:01:16 +00:00
maint
network s/Themes Updates/Theme Updates/. props mitchoyoshitaka. fixes #17701. 2011-06-06 00:30:17 +00:00
user
admin-ajax.php Take that, PHP 5.0.5. Good riddens. see #14160. 2011-06-01 22:03:36 +00:00
admin-footer.php Move the in_admin_footer action out of p#footer-left.alignleft so it is just in div#footer to allow for it to be used more flexibly. Fixes #17358 props aaroncampbell. 2011-06-05 12:04:19 +00:00
admin-functions.php
admin-header.php Add Howdy back to the admin_user_info_links filtered array. Props trepmal. fixes #17740 2011-06-10 16:40:42 +00:00
admin-post.php
admin.php Introduce WP_MAX_MEMORY_LIMIT constant for the high memory limit we set when image processing and unzipping. 2011-04-28 16:25:36 +00:00
async-upload.php
comment.php
credits.php Oops. Credits API version remain unchanged. see #17518. 2011-06-06 06:46:11 +00:00
custom-background.php Validation fixes. Props ocean90, peaceablewhale. see #17364 2011-05-23 23:33:30 +00:00
custom-header.php Validation fixes. Props ocean90, peaceablewhale. see #17364 2011-05-23 23:33:30 +00:00
edit-comments.php Help Tab text updatates. Fixes #17312 prop dougwrites. 2011-06-01 15:37:04 +00:00
edit-form-advanced.php Remove redundant hidden parent_id input from edit form. Props solarissmoke. fixes #17656 2011-06-02 15:26:01 +00:00
edit-form-comment.php Don't show the Fullscreen button on the comment edit page, see #17136 2011-05-19 07:34:54 +00:00
edit-link-form.php Add 'Add New' buttons to edit links, edit media, and edit user screens. props sbressler, fixes #17499. 2011-05-19 19:52:11 +00:00
edit-tag-form.php Correct the logic for Taxonomy edit page actions. Props michaeltyson for initial patch. Fixes #17617 2011-05-31 05:05:42 +00:00
edit-tags.php Validation fixes. Props ocean90, peaceablewhale. see #17364 2011-05-23 23:33:30 +00:00
edit.php Do not run bulk edit when the user clicks on a filter, fixes #17733 2011-06-10 00:01:16 +00:00
export.php Validation fixes. Props ocean90, peaceablewhale. see #17364 2011-05-23 23:33:30 +00:00
freedoms.php
gears-manifest.php Default Google Gears ignoreQuery to true in manifest. see #13562 2010-05-30 08:45:50 +00:00
import.php
index-extra.php Cache the Dashboard RSS Widgets HTML output to reduce the memory footprint of including SimplePie. Fixes #16927 2011-06-10 06:31:39 +00:00
index.php Help Tab text updatates. Fixes #17312 prop dougwrites. 2011-06-01 15:37:04 +00:00
install-helper.php
install.php
link-add.php
link-manager.php
link-parse-opml.php
link.php
load-scripts.php
load-styles.php
media-new.php
media-upload.php
media.php Add 'Add New' buttons to edit links, edit media, and edit user screens. props sbressler, fixes #17499. 2011-05-19 19:52:11 +00:00
menu-header.php
menu.php Fix warnings in menu.php when plugins.php is enabled for non-supes. Props PeteMall. fixes #17702 2011-06-06 16:59:24 +00:00
moderation.php
ms-admin.php
ms-delete-site.php Add a nonce. 2011-05-22 23:18:58 +00:00
ms-edit.php
ms-options.php
ms-sites.php Always exit after wp_redirect. props filosofo, fixes #15518. 2010-12-09 18:02:54 +00:00
ms-themes.php
ms-upgrade-network.php
ms-users.php
my-sites.php
nav-menus.php Help Tab text updatates. Fixes #17312 prop dougwrites. 2011-06-01 15:37:04 +00:00
network.php Help Tab text updatates. Fixes #17312 prop dougwrites. 2011-06-01 15:37:04 +00:00
options-discussion.php Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. 2011-04-28 15:24:49 +00:00
options-general.php
options-head.php
options-media.php
options-permalink.php
options-privacy.php Help Tab text updatates. Fixes #17312 prop dougwrites. 2011-06-01 15:37:04 +00:00
options-reading.php
options-writing.php Make copying the PressThis bookmarklet code easier in WebKit browsers, fixes #17184 2011-06-08 01:33:07 +00:00
options.php Add option_page_capability_$option_page filter. see #14365. 2011-05-22 21:32:22 +00:00
plugin-editor.php url_encode file names in theme and plugin editor urls. Props kawauso. fixes #17038 2011-06-01 16:14:58 +00:00
plugin-install.php Be less specific about theme and plugin repo licenses (as they can vary in specifics). They are all compatible with the license WordPress uses, which is what matters. fixes #16514 2011-06-10 16:35:32 +00:00
plugins.php
post-new.php
post.php
press-this.php Fix JS error in Press This, props greuben, fixes #17501 2011-06-05 23:12:51 +00:00
profile.php
revision.php
setup-config.php
theme-editor.php url_encode file names in theme and plugin editor urls. Props kawauso. fixes #17038 2011-06-01 16:14:58 +00:00
theme-install.php Be less specific about theme and plugin repo licenses (as they can vary in specifics). They are all compatible with the license WordPress uses, which is what matters. fixes #16514 2011-06-10 16:35:32 +00:00
themes.php Be less specific about theme and plugin repo licenses (as they can vary in specifics). They are all compatible with the license WordPress uses, which is what matters. fixes #16514 2011-06-10 16:35:32 +00:00
tools.php Make copying the PressThis bookmarklet code easier in WebKit browsers, fixes #17184 2011-06-08 01:33:07 +00:00
update-core.php Core support for partial updates. see #10611. 2011-06-10 05:47:44 +00:00
update.php
upgrade-functions.php
upgrade.php
upload.php
user-edit.php Add 'Add New' buttons to edit links, edit media, and edit user screens. props sbressler, fixes #17499. 2011-05-19 19:52:11 +00:00
user-new.php
users.php Remove non-functional vestigal code. 2011-05-20 06:02:03 +00:00
widgets.php