August 2009 Archives by thread
Starting: Sat Aug 1 21:12:17 UTC 2009
Ending: Fri Aug 28 07:18:06 UTC 2009
Messages: 133
- [wp-svn] [11761] trunk: Add some CYA cap checks.
m at wordpress.org
- [wp-svn] [11762] branches/2.8: Add some CYA cap checks.
m at wordpress.org
- [wp-svn] [11763] trunk/wp-admin: Add some CYA cap checks.
m at wordpress.org
- [wp-svn] [11764] trunk/wp-admin: More cap checks, for trunk
m at wordpress.org
- [wp-svn] [11765] branches/2.8/wp-admin: More cap checks, for 2.8
m at wordpress.org
- [wp-svn] [11766] branches/2.8/wp-admin: Add some CYA cap checks.
m at wordpress.org
- [wp-svn] [11767] branches/2.8: Bump
m at wordpress.org
- [wp-svn] [11768] trunk/wp-admin: Stop direct loading of files in wp-admin that should only be included, for trunk
m at wordpress.org
- [wp-svn] [11769] branches/2.8/wp-admin: Stop direct loading of files in wp-admin that should only be included, for 2.8
m at wordpress.org
- [wp-svn] [11770] tags/2.8.3/: 2.8.3
m at wordpress.org
- [wp-svn] [11771] trunk/wp-includes/media.php: Add support for 'include' and 'exclude ' to [gallery] (include="123, 456" would show only these attachments regardless of the parent post, exclude=" 789, 123" would exclude these attachments and show the rest).
m at wordpress.org
- [wp-svn] [11772] trunk/wp-includes/formatting.php: Ensure that users_can_register is sanitised correctly.
m at wordpress.org
- [wp-svn] [11773] trunk/xmlrpc.php: Allow user registration to be enabled by an XMLRPC client.
m at wordpress.org
- [wp-svn] [11774] trunk/wp-admin: Add support for sticky posts to the WXR exporter and importer.
m at wordpress.org
- [wp-svn] [11775] trunk/wp-admin/includes/update.php: Move plugin update notice output to the plugin specific hook so as to make them easier to filter and manage from plugins that want to do there own thing .
m at wordpress.org
- [wp-svn] [11776] trunk/wp-includes/media.php: Sanitize $include and $exclude in the gallery shortcode
m at wordpress.org
- [wp-svn] [11777] trunk/wp-includes: rel=canonical for singular pages.
m at wordpress.org
- [wp-svn] [11778] trunk/wp-admin: Show Empty Trash button only when the user has cap.
m at wordpress.org
- [wp-svn] [11779] trunk/wp-admin: Notice fixes, props mrmist, see #4529
m at wordpress.org
- [wp-svn] [11780] trunk/wp-includes/l10n.php: Correct the name of the filter in _nx() .
m at wordpress.org
- [wp-svn] [11781] trunk/wp-admin/options-misc.php: Remove errant <tr> to fix validation error.
m at wordpress.org
- [wp-svn] [11782] trunk/wp-mail.php: Limit wp-mail blog by email checks to every 5 minutes.
m at wordpress.org
- [wp-svn] [11783] trunk/xmlrpc.php: Ensure that XMLRPC clients can tell the difference between unapproved and spam comments .
m at wordpress.org
- [wp-svn] [11784] trunk: Make it much easier to filter contact methods from user profiles adding and removing at will .
m at wordpress.org
- [wp-svn] [11785] trunk/wp-admin/includes/update.php: Fix warnings in wp_plugin_update_rows(), see #10464
m at wordpress.org
- [wp-svn] [11786] trunk/wp-mail.php: Set the interval to 5 minutes like I meant.
m at wordpress.org
- [wp-svn] [11787] trunk/wp-includes/class-feed.php: Pass the filename to the wp_feed_cache_transient_lifetime filter to give the plugins some context .
m at wordpress.org
- [wp-svn] [11788] trunk/wp-admin: Scroll back to the same location after saving a file in the Plugin and Theme editors
m at wordpress.org
- [wp-svn] [11789] trunk/xmlrpc.php: Seperate out the XML-RPC server active behaviour from object construction so that plugins can use the utility functions when extending the XML-RPC server .
m at wordpress.org
- [wp-svn] [11790] trunk/wp-includes: Don' t do autosave while the TinyMCE spellchecker is active ( it strips all the markup), fixes #10515
m at wordpress.org
- [wp-svn] [11791] trunk/wp-content/themes/default/sidebar.php: Correct comments and remove unecessary echos from the default themes sidebar templete file .
m at wordpress.org
- [wp-svn] [11792] trunk/wp-includes/default-widgets.php: Pass the widget instance as context to the widget_title and widget_text filters .
m at wordpress.org
- [wp-svn] [11793] trunk/wp-admin/comment.php: Fix notice when trying to view comments due to Trash implementation.
m at wordpress.org
- [wp-svn] [11794] trunk/wp-includes/default-widgets.php: Strip slashes in the text widget for users without the unfiltered_html capability , props jamescollins, fixes #10563
m at wordpress.org
- [wp-svn] [11795] trunk/wp-includes/link-template.php: Apply get_edit_post_link filter.
m at wordpress.org
- [wp-svn] [11796] trunk/wp-admin/includes/post.php: get_sample_permalink_html filter
m at wordpress.org
- [wp-svn] [11797] trunk/wp-login.php: Reject activation keys that are arrays.
m at wordpress.org
- [wp-svn] [11798] branches/2.8/wp-login.php: Reject activation keys that are arrays.
m at wordpress.org
- [wp-svn] [11799] trunk/wp-login.php: Enforce activation key to be a string.
m at wordpress.org
- [wp-svn] [11800] branches/2.8/wp-login.php: Enforce activation key to be a string.
m at wordpress.org
- [wp-svn] [11801] trunk/wp-login.php: Pass user login when resetting passwords.
m at wordpress.org
- [wp-svn] [11802] trunk/wp-login.php: urlencode login
m at wordpress.org
- [wp-svn] [11803] trunk/wp-login.php: Make it raw
m at wordpress.org
- [wp-svn] [11804] branches/2.8/wp-login.php: Pass user login when resetting passwords .
m at wordpress.org
- [wp-svn] [11805] branches/2.8: Bump
m at wordpress.org
- [wp-svn] [11806] tags/2.8.4/: 2.8.4
m at wordpress.org
- [wp-svn] [11807] trunk/wp-admin: Fix bulk edit, some cleanup and message fixes for moving in/out of the trash, see #4529
m at wordpress.org
- [wp-svn] [11808] trunk/wp-admin/includes/file.php: Strip slashes from POST data in request_filesystem_credentials(), props dd32, fixes #10567
m at wordpress.org
- [wp-svn] [11809] trunk/wp-app.php: Fix notice in APP server if no authentication credentials supplied.
m at wordpress.org
- [wp-svn] [11810] trunk/wp-app.php: Enable the APP attachment file download to work correctly rather than just returning a lot of php notices .
m at wordpress.org
- [wp-svn] [11811] branches/2.8/wp-app.php: Enable the APP attachment file download to work correctly rather than just returning a lot of php notices .
m at wordpress.org
- [wp-svn] [11812] trunk/wp-app.php: Fix two more notices in the APP implementation.
m at wordpress.org
- [wp-svn] [11813] trunk/wp-includes/formatting.php: Fix wptexturisation of quotes when enclosed by brackets.
m at wordpress.org
- [wp-svn] [11814] trunk/wp-includes/theme.php: Support location of category templates based on category slug as well as id .
m at wordpress.org
- [wp-svn] [11815] trunk/wp-admin: Refactor the meta boxes out of the edit pages and into an include file.
m at wordpress.org
- [wp-svn] [11816] trunk/wp-admin/includes/meta-boxes.php: Add the new file too.
m at wordpress.org
- [wp-svn] [11817] trunk/wp-includes/query.php: Always respect custom post_type in queries.
m at wordpress.org
- [wp-svn] [11818] trunk/wp-admin/includes/class-wp-filesystem-ssh2.php: Fix class-wp-filesystem-ssh2 put_contents() for empty files, props lostinlafayette dd32, fixes #10604
m at wordpress.org
- [wp-svn] [11819] trunk/wp-admin/includes/file.php: Remove dot and silence errors in get_filesystem_method()
m at wordpress.org
- [wp-svn] [11820] trunk/wp-settings.php: Send Retry-After header when in maintenance mode, props sirzooro, fixes #10439
m at wordpress.org
- [wp-svn] [11821] trunk/wp-admin/includes/class-wp-filesystem-ftpext.php: Fix WP_Filesystem_FTPext->exists(), props dd32, fixes #10060
m at wordpress.org
- [wp-svn] [11822] trunk/wp-includes/query.php: Fix displaying pages and attachments, props dd32, see #10605
m at wordpress.org
- [wp-svn] [11823] trunk/wp-admin/includes: Add constants for ftp connections timeouts , props dd32, see #10522
m at wordpress.org
- [wp-svn] [11824] trunk: Fix warning in wp-admin/widgets. php when using Accessibility Mode on brand new install, fixes #10610
m at wordpress.org
- [wp-svn] [11825] trunk/wp-includes/media.php: Check if EXIF extension is loaded, props dd32, fixes #10613
m at wordpress.org
- [wp-svn] [11826] trunk: Increase timeout on cron-based requests when checking for upgrades, props dd32, fixes #10349
m at wordpress.org
- [wp-svn] [11827] trunk/wp-admin/includes/dashboard.php: Fix non-translated strings in dashboard, fixes #10617
m at wordpress.org
- [wp-svn] [11828] trunk/wp-includes/kses.php: Do not use lambda functions in wp_kses_decode_entities(), props mdawaffe, fixes #10623
m at wordpress.org
- [wp-svn] [11829] trunk/wp-includes/update.php: Make the operator precedence obvious by using parenthesis.
m at wordpress.org
- [wp-svn] [11830] trunk/wp-admin/user-edit.php: Remove old query args when updating user profile, props dd32, fixes #9038
m at wordpress.org
- [wp-svn] [11831] trunk/wp-admin/includes: WP_Filesystem fixes and phpdoc, props hakre dd32, see #10304
m at wordpress.org
- [wp-svn] [11832] trunk/wp-admin/install.php: Restore the default behaviour on install of blogs appearing in search engines .
m at wordpress.org
- [wp-svn] [11833] branches/2.8/wp-admin/install.php: Restore the default behaviour on install of blogs appearing in search engines .
m at wordpress.org
- [wp-svn] [11834] trunk/wp-admin/install.php: Add in the missing </td> so that the install page validates correctly.
m at wordpress.org
- [wp-svn] [11835] trunk/wp-includes/http.php: Don use has_action() before do_action() in http.php, props Viper007Bond, fixes #10625
m at wordpress.org
- [wp-svn] [11836] trunk/wp-includes/comment.php: Kill entity check in wp_blacklist_check().
m at wordpress.org
- [wp-svn] [11837] trunk: Speed up jQuery based scripts, props Denis-de-Bernardy, see #10021
m at wordpress.org
- [wp-svn] [11838] trunk/wp-includes: Prophylactic escapes
m at wordpress.org
- [wp-svn] [11839] trunk/wp-includes/comment-template.php: Don' t show comments template if post is empty
m at wordpress.org
- [wp-svn] [11840] trunk/wp-admin/includes/post.php: Use the current user as author for autosave, fixes #10004
m at wordpress.org
- [wp-svn] [11841] trunk: "Trash" updates, props caesarsgrunt, see #4529
m at wordpress.org
- [wp-svn] [11842] trunk/wp-admin/import/wordpress.php: Don' t import _wp_attachment_metadata.
m at wordpress.org
- [wp-svn] [11843] trunk/wp-admin/edit.php: Show My Posts as default view on the Edit Posts screen for users without ' edit_others_posts' cap.
m at wordpress.org
- [wp-svn] [11844] trunk/wp-includes/formatting.php: Removed trailing .) from the URL in make_clickable()
m at wordpress.org
- [wp-svn] [11845] trunk/wp-includes/formatting.php: Better regex for [11844]
m at wordpress.org
- [wp-svn] [11846] trunk: Ensure that drafts viewed over XMLRPC have a correct gmt date set.
m at wordpress.org
- [wp-svn] [11847] branches/2.8: Ensure that drafts viewed over XMLRPC have a correct gmt date set.
m at wordpress.org
- [wp-svn] [11848] trunk/wp-includes/formatting.php: Treat comma, colon and semi-colon the same way.
m at wordpress.org
- [wp-svn] [11849] trunk/wp-includes/author-template.php: Pass the to the {get_}the_author_meta filters.
m at wordpress.org
- [wp-svn] [11850] trunk/xmlrpc.php: Make the number of pages argument to wp. getPages properly optional.
m at wordpress.org
- [wp-svn] [11851] trunk/wp-admin/admin-ajax.php: Add autosave_generate_nonces action.
m at wordpress.org
- [wp-svn] [11852] trunk: Move _wp_get_user_contactmethods() into the registrations functions file so it is always available when required .
m at wordpress.org
- [wp-svn] [11853] trunk/wp-includes: Replace eval usage in request processing with new WP_MatchesMapRegex() class usage.
m at wordpress.org
- [wp-svn] [11854] trunk/wp-admin/edit-category-form.php: Don' t offer to make a category its own parent - that just wouldn't work.
m at wordpress.org
- [wp-svn] [11855] trunk/wp-admin/options-privacy.php: Remove Sphere from search list.
m at wordpress.org
- [wp-svn] [11856] trunk/wp-admin/includes/plugin.php: Make add_object_page() and add_utility_page() use add_menu_page() rather than duplicated code.
m at wordpress.org
- [wp-svn] [11857] trunk: Minify admin CSS.
m at wordpress.org
- [wp-svn] [11858] trunk: More jQuery based scripts optimizations, props Denis-de-Bernardy, see #10021
m at wordpress.org
- [wp-svn] [11859] trunk/wp-admin/rtl.dev.css: Add rtl.dev.css.
m at wordpress.org
- [wp-svn] [11860] trunk/wp-includes/comment.php: Pass correct old status when transitioning comment status.
m at wordpress.org
- [wp-svn] [11861] trunk/wp-admin/includes/class-wp-upgrader.php: Fix fs_no_folder error message display.
m at wordpress.org
- [wp-svn] [11862] trunk/wp-admin/includes/class-wp-upgrader.php: fs_connect() fixes.
m at wordpress.org
- [wp-svn] [11863] trunk/wp-includes/script-loader.php: Show correct max upload filesize error message, props dd32, fixes #10495
m at wordpress.org
- [wp-svn] [11864] trunk/wp-includes/feed-rss2.php: Force correct feed type for wfw: CommentRss element.
m at wordpress.org
- [wp-svn] [11865] trunk/wp-includes/wp-db.php: Machine parseable db error codes.
m at wordpress.org
- [wp-svn] [11866] trunk/wp-includes/link-template.php: Add rel attribute to next/ previous post links.
m at wordpress.org
- [wp-svn] [11867] trunk/wp-content/themes: Make the default and classic themes comment textareas valid XHTML.
m at wordpress.org
- [wp-svn] [11868] trunk/wp-admin/includes/media.php: Add global JS vars and actions to the media uploader iframe
m at wordpress.org
- [wp-svn] [11869] trunk/wp-includes/canonical.php: Canonical redirect for attachment_id queries that have a permalink.
m at wordpress.org
- [wp-svn] [11870] trunk: Fix error in widgets.js, props Denis-de-Bernardy, see #10021
m at wordpress.org
- [wp-svn] [11871] trunk/wp-admin/includes/post.php: Fix notice in wp-admin/includes/ post.php, props harrym, fixes #10678 for trunk
m at wordpress.org
- [wp-svn] [11872] branches/2.8/wp-admin/includes/post.php: Fix notice in wp-admin/ includes/post.php, props harrym, fixes #10678 for 2.8
m at wordpress.org
- [wp-svn] [11873] trunk/wp-includes/capabilities.php: Don' t let contributors to re-publish their trashed posts, props caesarsgrunt, see #4529
m at wordpress.org
- [wp-svn] [11874] trunk: Clean up .button and .button[disabled] CSS classes, add spinner and gray-out buttons after clicking Publish or Update post.
m at wordpress.org
- [wp-svn] [11875] trunk/wp-includes: Add JSON compat for PHP < 5.2, props Viper007Bond, see #10337
m at wordpress.org
- [wp-svn] [11876] trunk/wp-admin/css: Remove background from .button[disabled]
m at wordpress.org
- [wp-svn] [11877] trunk/wp-includes/class-json.php: Clean up white space in class-json.php
m at wordpress.org
- [wp-svn] [11878] trunk/wp-includes: Move the storage of the metadata for trashed posts into the post meta table rather than storing it in an option .
m at wordpress.org
- [wp-svn] [11879] trunk: Fix race condition with autosave when clicking Publish immediately after entering post title , fixes #6728
m at wordpress.org
- [wp-svn] [11880] trunk/wp-includes/post.php: Fix returning to the previous post_status when restoring posts from the trash , see #4529
m at wordpress.org
- [wp-svn] [11881] trunk/wp-admin/admin-ajax.php: Fix comment moderation for authors, props scribu, fixes #10677
m at wordpress.org
- [wp-svn] [11882] trunk/wp-admin/import/mt.php: Correctly CamelCase TypePad.
m at wordpress.org
- [wp-svn] [11883] trunk: Make option_name the primary key for the options table.
m at wordpress.org
- [wp-svn] [11884] trunk/wp-admin/includes/upgrade.php: Fix quotes, props Denis-de-Bernardy, see #2699
m at wordpress.org
- [wp-svn] [11885] trunk/wp-content/themes/default/page.php: Comments for default theme Pages.
m at wordpress.org
- [wp-svn] [11886] trunk/wp-content/themes/default/functions.php: Define in the default theme.
m at wordpress.org
- [wp-svn] [11887] trunk/wp-includes/capabilities.php: Disallow unfiltered uploads for admins by default.
m at wordpress.org
- [wp-svn] [11888] branches/2.8/wp-includes/capabilities.php: Disallow unfiltered uploads for admins by default.
m at wordpress.org
- [wp-svn] [11889] branches/2.8/wp-admin/import/wordpress.php: Don' t import _wp_attachment_metadata.
m at wordpress.org
- [wp-svn] [11890] branches/2.8/wp-includes: Prophylactic escapes
m at wordpress.org
- [wp-svn] [11891] branches/2.8/wp-includes: Replace eval usage in request processing with new WP_MatchesMapRegex() class usage.
m at wordpress.org
- [wp-svn] [11892] trunk/wp-mail.php: Allow a plugin to do a complete takeover of Post by Email
m at wordpress.org
- [wp-svn] [11893] trunk/wp-mail.php: Allow a plugin to do a complete takeover of Post by Email
m at wordpress.org
Last message date:
Fri Aug 28 07:18:06 UTC 2009
Archived on: Fri Aug 28 07:18:08 UTC 2009
This archive was generated by
Pipermail 0.09 (Mailman edition).