WordPress/wp-admin
nacin 57975112e7 Add line height to QuickPress media buttons. Prevents jitters as the images load. see #16927.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17744 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2011-04-28 12:44:41 +00:00
..
css Add line height to QuickPress media buttons. Prevents jitters as the images load. see #16927. 2011-04-28 12:44:41 +00:00
images Put sort arrows in sprite. Make 100% of th clickable. Align sort indicators. Remove unneeded padding. Props scribu. fixes #15580 2010-12-22 18:01:15 +00:00
includes Don't load the QuickPress widget via XHR. see #16927. Reverts [16725] as it's no longer needed. Reverts part of [14815], which introduced the behavior, see #10917. 2011-04-28 12:02:24 +00:00
js Don't load the QuickPress widget via XHR. see #16927. Reverts [16725] as it's no longer needed. Reverts part of [14815], which introduced the behavior, see #10917. 2011-04-28 12:02:24 +00:00
maint String fixes. props demetris. fixes #15688. 2010-12-05 14:31:18 +00:00
network Allow plugins to control user and network admin canonical redirects. fixes #17196 2011-04-20 20:19:50 +00:00
user Allow plugins to control user and network admin canonical redirects. fixes #17196 2011-04-20 20:19:50 +00:00
admin-ajax.php Distraction Free Writing mode, see #17136 2011-04-25 01:01:34 +00:00
admin-footer.php Remove dead browse happy code. Has not been used for 18months in core admin. Props ocean90. Fixes #4833 2010-04-25 08:40:37 +00:00
admin-functions.php
admin-header.php Distraction Free Writing mode, see #17136 2011-04-25 01:01:34 +00:00
admin-post.php
admin.php Add the load-edit-link-categories.php hook for back compat. fixes #16307. 2011-01-20 03:05:22 +00:00
async-upload.php Add cap and type checks to media item fetch. For trunk 2011-02-05 18:22:53 +00:00
comment.php Contextual help updates. Props dougwrites. see #15346 2010-11-12 15:03:34 +00:00
custom-background.php Update since phpdoc. Props demetris. fixes #15445 2010-12-01 19:24:38 +00:00
custom-header.php Expand submit_button() capabilities. Replace all (or almost all) manual HTML instances in WP. props sbressler. see #15064 2010-10-28 21:56:43 +00:00
edit-comments.php From post back to get. Props SergeyBiryukov. fixes #16335 2011-01-22 01:31:21 +00:00
edit-form-advanced.php Distraction Free Writing mode, see #17136 2011-04-25 01:01:34 +00:00
edit-form-comment.php submit_button() fixes. Props sbressler. See #15064 2010-11-13 23:49:53 +00:00
edit-link-form.php First pass of user admin. Network admin and screen cleanups. see #14696 2010-10-07 19:34:18 +00:00
edit-tag-form.php Tag textareas escaped earlier with textarea_escaped. see #15454. 2010-12-25 17:58:01 +00:00
edit-tags.php Pink the whites. 2011-02-09 17:35:36 +00:00
edit.php Fix redirects for trashed post bulk ops. Props nacin, SergeyBiryukov. fixes #16355 2011-01-25 19:30:24 +00:00
export.php Fix name attribute in export. props ocean90, see [16975], fixes #15901. 2010-12-19 20:56:38 +00:00
gears-manifest.php Default Google Gears ignoreQuery to true in manifest. see #13562 2010-05-30 08:45:50 +00:00
import.php Enqueue plugin-install scripts and styles on import.php. props ocean90, fixes #15842. 2010-12-20 16:47:23 +00:00
index-extra.php Don't load the QuickPress widget via XHR. see #16927. Reverts [16725] as it's no longer needed. Reverts part of [14815], which introduced the behavior, see #10917. 2011-04-28 12:02:24 +00:00
index.php Simplify this string. props jane, see #15346, see #15829. 2010-12-19 05:19:41 +00:00
install-helper.php More @since. props SergeyBiryukov, fixes #15445. 2010-12-20 09:25:21 +00:00
install.php Use the l10n helper js file in the installer. See #15124. 2010-11-12 11:44:08 +00:00
link-add.php s/blog/site/ in more places. props PeteMall, see #11644. 2010-04-30 01:54:32 +00:00
link-manager.php From post back to get. Props SergeyBiryukov. fixes #16335 2011-01-22 01:31:21 +00:00
link-parse-opml.php Update since phpdoc. Props demetris. fixes #15445 2010-12-01 19:24:38 +00:00
link.php Use Absolute URL's & API's in header redirects in more locations. See #14062 2010-10-27 10:43:43 +00:00
load-scripts.php Use stripos() instead of strpos( strtolower() ). Props hakre. see #16920 2011-04-11 18:55:11 +00:00
load-styles.php Use stripos() instead of strpos( strtolower() ). Props hakre. see #16920 2011-04-11 18:55:11 +00:00
media-new.php Use relative paths when including files, avoiding include_path. fixes #12594, props sorich87. 2010-04-18 06:14:45 +00:00
media-upload.php Add some nonce checks to the uploaders. Props duck_. For trunk. 2011-03-28 21:30:59 +00:00
media.php Fix media form error display. Props andyblackwell. fixes #13810 2010-12-08 19:44:48 +00:00
menu-header.php Don't refresh the admin menu after page load, apply the user-state from PHP, fix behaviour after folding the menu, props nacin, props nuxwin, fixes #10646, fixes #17058 2011-04-07 18:45:22 +00:00
menu.php Hide update bubble counts for users who can't perform the update. Props garyc40 for initial patch. Fixes #14447 2011-04-03 08:59:01 +00:00
moderation.php Always exit after wp_redirect. props filosofo, fixes #15518. 2010-12-09 18:02:54 +00:00
ms-admin.php Always exit after wp_redirect. props filosofo, fixes #15518. 2010-12-09 18:02:54 +00:00
ms-delete-site.php Expand submit_button() capabilities. Replace all (or almost all) manual HTML instances in WP. props sbressler. see #15064 2010-10-28 21:56:43 +00:00
ms-edit.php Always exit after wp_redirect. props filosofo, fixes #15518. 2010-12-09 18:02:54 +00:00
ms-options.php Network Admin, first pass. see #14435 2010-07-30 20:34:54 +00:00
ms-sites.php Always exit after wp_redirect. props filosofo, fixes #15518. 2010-12-09 18:02:54 +00:00
ms-themes.php Always exit after wp_redirect. props filosofo, fixes #15518. 2010-12-09 18:02:54 +00:00
ms-upgrade-network.php Always exit after wp_redirect. props filosofo, fixes #15518. 2010-12-09 18:02:54 +00:00
ms-users.php Always exit after wp_redirect. props filosofo, fixes #15518. 2010-12-09 18:02:54 +00:00
my-sites.php Help fixes. props zeo, fixes #15346. 2010-12-17 03:32:46 +00:00
nav-menus.php Don't show two 'Create Menu' buttons on nav-menus.php. fixes #16715. 2011-03-23 18:47:45 +00:00
network.php Set base if we return to network step 2. props scribu, fixes #15620. 2011-01-16 21:50:45 +00:00
options-discussion.php Help text edits. props dougwrites, fixes #15346. 2010-12-16 06:37:03 +00:00
options-general.php Remove PHP4 timezone support. Props hakre. fixes #16970 2011-04-13 17:30:02 +00:00
options-head.php Backwards compat for plugin use of updated=1. fixes #15660 2010-12-03 10:59:20 +00:00
options-media.php Help text edits. props dougwrites, fixes #15346. 2010-12-16 06:37:03 +00:00
options-permalink.php Help text edits. props dougwrites, fixes #15346. 2010-12-16 06:37:03 +00:00
options-privacy.php Help text edits. props dougwrites, fixes #15346. 2010-12-16 06:37:03 +00:00
options-reading.php Help text edits. props dougwrites, fixes #15346. 2010-12-16 06:37:03 +00:00
options-writing.php Do not allow the Press This links to be click-activated when they are meant to be dragged. fixes #17192. see #17184 2011-04-20 17:43:01 +00:00
options.php Allow dfault post format selections. fixes #15882. 2010-12-19 05:36:11 +00:00
plugin-editor.php Don't deactivate a plugin that is both network activated and activated on the main site after editing. Props SergeyBiryukov. fixes #16011 2010-12-30 19:02:14 +00:00
plugin-install.php Remove AJAX from list tables. first pass. see #16262. 2011-01-16 21:47:24 +00:00
plugins.php Remove more E_RECOVERABLE_ERROR checks. props duck_, see #16920. 2011-04-12 09:21:13 +00:00
post-new.php Die if user doesn't have caps for the post type. Props duck_. fixes #15259 2010-11-01 16:28:35 +00:00
post.php Don't load the QuickPress widget via XHR. see #16927. Reverts [16725] as it's no longer needed. Reverts part of [14815], which introduced the behavior, see #10917. 2011-04-28 12:02:24 +00:00
press-this.php Validate post status against capabilities in press this. Props nacin. for trunk 2011-04-26 17:15:44 +00:00
profile.php Update since phpdoc. Props demetris. fixes #15445 2010-12-01 19:24:38 +00:00
revision.php Mid-page headers should be h3, not h2. 2010-10-22 00:27:12 +00:00
setup-config.php Restore compat.php includes. see #16918 2011-04-07 15:47:04 +00:00
theme-editor.php Ensure we're matching the complete theme directory when excluding parent templates from the theme editor. props chrisbliss18, fixes #16607 for trunk. 2011-02-21 18:57:09 +00:00
theme-install.php Remove AJAX from list tables. first pass. see #16262. 2011-01-16 21:47:24 +00:00
themes.php Fix theme filtering when no JS. Props dd32. fixes #14936 2011-01-25 20:00:42 +00:00
tools.php Do not allow the Press This links to be click-activated when they are meant to be dragged. fixes #17192. see #17184 2011-04-20 17:43:01 +00:00
update-core.php Allow plugins to hook into /wp-admin/update-core.php. Props ampt. Fixes #15221 2011-04-03 09:41:19 +00:00
update.php Remove more E_RECOVERABLE_ERROR checks. props duck_, see #16920. 2011-04-12 09:21:13 +00:00
upgrade-functions.php
upgrade.php esc_url_raw() when doing urlencode() 2011-04-01 19:35:38 +00:00
upload.php From post back to get. Props SergeyBiryukov. fixes #16335 2011-01-22 01:31:21 +00:00
user-edit.php Back to Authors and Users should say Back to Users. Props SergeyBiryukov. fixes #16054 2011-04-18 21:53:15 +00:00
user-new.php Add additional promote_users checks. Show Add existing button only for multisite. Don't show bulk actions if user can't promote users. Show add new user menu if user has create_users but not promote_users. Props nacin. fixes #16501 for trunk 2011-02-09 17:30:26 +00:00
users.php Singular and plural strings for bulk user delete. Props nacin. fixes #16360 2011-04-21 16:48:12 +00:00
widgets.php Pinking shears 2010-11-17 18:47:34 +00:00