Wordpress/wp-admin
Ryan Boren cf2daaf071 Don't run get_plugins() on every admin page load. Use cron for async update plugin requests. see #7372
git-svn-id: https://develop.svn.wordpress.org/trunk@8514 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-01 04:26:32 +00:00
..
css RTL support for Press This. Props RanYanivHartstein. see #7289 2008-07-13 17:57:23 +00:00
images Media Uploader improvements from azaozz: Improves the insert external image dialog, redirects to the gallery tab after "Save all changes" is clicked, shows the "Order" fields on the closed tabs, where they are easier to use, and only in the Gallery. see #7274 2008-07-10 03:49:52 +00:00
import gettext updates for cat2tag. Props msi08. fixes #7139 2008-07-07 23:49:22 +00:00
includes Don't run get_plugins() on every admin page load. Use cron for async update plugin requests. see #7372 2008-08-01 04:26:32 +00:00
js Don't apply checkboxes to invisible comments.Props mdawaffe. fixes #7433 for trunk 2008-07-29 22:16:39 +00:00
admin-ajax.php Fix gravatars for infinite comments. Props mdawaffe. fixes #7432 for trunk 2008-07-29 22:14:53 +00:00
admin-footer.php
admin-functions.php
admin-header.php Use conditional for whole sentence. Fixes #7385 for 2.7 2008-07-23 18:53:43 +00:00
admin-post.php Generic POST handler. see #7283 2008-07-11 20:24:35 +00:00
admin.php Generic POST handler. see #7283 2008-07-11 20:24:35 +00:00
async-upload.php SSL fixes. see #7001 2008-06-24 22:19:27 +00:00
categories.php Add paging to Manage->Categories. fixes #7136 2008-06-13 23:52:07 +00:00
comment.php Fix duplicate comment notifications. Props MtDewVirus. fixes #6892 for trunk 2008-05-28 15:37:59 +00:00
custom-header.php
edit-attachment-rows.php Use get_edit_post_link() instead of hardcoding edit links. Props mdawaffe. fixes #7425 2008-07-29 05:22:58 +00:00
edit-category-form.php Make the args for the category drop down query the same as the category table query so that the cache is used. Eliminates a query. see #7147 2008-06-17 05:45:21 +00:00
edit-comments.php Stay on the same page after moderating comments. Fixes #7412 for 2.7 2008-07-26 03:51:39 +00:00
edit-form-advanced.php Stop PHP warnings when $_GET[revision] is not set. Props DD32, see #7437 2008-07-30 12:32:04 +00:00
edit-form-comment.php
edit-form.php
edit-link-categories.php Fix assignment of links to the default category when a category is deleted. Props scohoust. fixes #7316 for trunk 2008-07-21 16:13:23 +00:00
edit-link-category-form.php
edit-link-form.php add_meta_box() for edit link form. fixes #6964 2008-05-30 21:16:15 +00:00
edit-page-form.php Stop PHP warnings when $_GET[revision] is not set. Props DD32, see #7437 2008-07-30 12:32:04 +00:00
edit-pages.php Use get_edit_post_link() instead of hardcoding edit links. Props mdawaffe. fixes #7425 2008-07-29 05:22:58 +00:00
edit-post-rows.php Use get_edit_post_link() instead of hardcoding edit links. Props mdawaffe. fixes #7425 2008-07-29 05:22:58 +00:00
edit-tag-form.php
edit-tags.php
edit.php Use get_edit_post_link() instead of hardcoding edit links. Props mdawaffe. fixes #7425 2008-07-29 05:22:58 +00:00
export.php
gears-manifest.php Latest TinyMCE, has new load options and bugfixes. 2008-07-31 04:01:30 +00:00
import.php
index-extra.php
index.php i18n fixes from nbachiyski. fixes #7195 2008-06-28 16:27:21 +00:00
install-helper.php
install.php Fix font sizes in the install/upgrade screens. Props azaozz. fixes #7276 2008-07-10 16:59:17 +00:00
link-add.php
link-category.php Check for WP_Error return from wp_update_term(). Props scohoust. fixes #7366 for trunk 2008-07-21 17:52:19 +00:00
link-import.php
link-manager.php
link-parse-opml.php
link.php
media-upload.php
media.php
menu-header.php Bulk delete/activate/deactivate for plugins. Split plugins into active and available lists. Props DD32. see #7091 2008-06-04 18:09:31 +00:00
menu.php Check for plugin updates more frequently, notify with double bubble trouble. Hat tip: mdawaffe. Fixes #7265. 2008-07-10 07:35:20 +00:00
moderation.php
options-discussion.php
options-general.php
options-head.php
options-misc.php
options-permalink.php Better solution for #4536. Slashless normalization of tag/category bases. fixes #7306 for trunk. see #4536 2008-07-17 19:41:48 +00:00
options-privacy.php
options-reading.php
options-writing.php Save enable_app and enable_xmlrpc settings. see #7157 2008-06-24 00:46:36 +00:00
options.php
page-new.php Add thickbox to pages that use media uploader. 2008-06-02 21:46:25 +00:00
page.php Use get_edit_post_link() instead of hardcoding edit links. Props mdawaffe. fixes #7425 2008-07-29 05:22:58 +00:00
plugin-editor.php Allow wp-content to exist outside of webroot. Props sambauers. see #6938 2008-05-27 17:55:24 +00:00
plugins.php Avoid possible XSS when displaying the list of invalid plugins fixes #6871 for trunk props xknown. 2008-07-30 06:38:40 +00:00
post-new.php Use get_edit_post_link() instead of hardcoding edit links. Props mdawaffe. fixes #7425 2008-07-29 05:22:58 +00:00
post.php Use get_edit_post_link() instead of hardcoding edit links. Props mdawaffe. fixes #7425 2008-07-29 05:22:58 +00:00
press-this.php Use get_edit_post_link() instead of hardcoding edit links. Props mdawaffe. fixes #7425 2008-07-29 05:22:58 +00:00
profile.php
revision.php Store current user rather than original post author when saving revisions. Props mdawaffe. fixes #7317 for trunk 2008-07-28 23:58:24 +00:00
rtl.css RTL friendly fonts from RanYanivHartstein. fixes #6616 2008-07-13 16:40:25 +00:00
setup-config.php Fix font sizes in the install/upgrade screens. Props azaozz. fixes #7276 2008-07-10 16:59:17 +00:00
sidebar.php
theme-editor.php Check fopen return value. Props Otto42 and pishmishy. fixes #4448 2008-06-27 20:14:50 +00:00
themes.php Use WP_CONTENT_DIR and URL when linking to theme screenshots. Props sambauers. see #6938 2008-06-03 17:17:45 +00:00
update-links.php
update.php Add delete_plugins and update_plugins caps. Props DD32. fixes #7096 2008-06-06 19:21:35 +00:00
upgrade-functions.php
upgrade.php Install styling from azaozz. fixes #7266 2008-07-09 04:33:31 +00:00
upload.php Use get_edit_post_link() instead of hardcoding edit links. Props mdawaffe. fixes #7425 2008-07-29 05:22:58 +00:00
user-edit.php Move the endif inside the table so [8461] doesn't break the html. Fixes #7399 props DD32. 2008-07-26 08:05:30 +00:00
users.php
widgets.php
wp-admin.css Check for plugin updates more frequently, notify with double bubble trouble. Hat tip: mdawaffe. Fixes #7265. 2008-07-10 07:35:20 +00:00