{33} Commit messages (25622 matches)

Report designed to help manage the list of contributors. Shows commit messages since 3.1 was tagged

Note: If you'd like a RSS feed of the changesets a they happen, Please use the timeline rss feed instead.

Results (2201 - 2300 of 25622)

Changeset Author Message
[11800] ryan Enforce activation key to be a string.
[11801] ryan Pass user login when resetting passwords.
[11802] ryan urlencode login
[11803] ryan Make it raw
[11804] ryan Pass user login when resetting passwords.
[11805] ryan Bump
[11806] ryan 2.8.4
[11807] azaozz Fix bulk edit, some cleanup and message fixes for moving in/out of the trash, see #4529
[11808] azaozz Strip slashes from POST data in request_filesystem_credentials(), props dd32, fixes #10567
[11809] westi Fix notice in APP server if no authentication credentials supplied.
[1180] saxmatt Updated to use the latest and greatest.
[1180] SergeyBiryukov Correct the expected results in remove_accents() test for German umlauts. props ocean90. see #3782.
[11810] westi Enable the APP attachment file download to work correctly rather than just returning a lot of php notices. Fixes #10372 for trunk props mysz.
[11811] westi Enable the APP attachment file download to work correctly rather than just returning a lot of php notices. Fixes #10372 for 2.8 branch props mysz.
[11812] westi Fix two more notices in the APP implementation. This time in the root /service page.
[11813] westi Fix wptexturisation of quotes when enclosed by brackets. Fixes #1418 props voyou1.
[11814] westi Support location of category templates based on category slug as well as id. Fixes #10614 based on patch from scribu.
[11815] westi Refactor the meta boxes out of the edit pages and into an include file. See #9674 props wnorris.
[11816] westi Add the new file too.
[11817] markjaquith Always respect custom post_type in queries. props dd32, filosofo. fixes #10605
[11818] azaozz Fix class-wp-filesystem-ssh2 put_contents() for empty files, props lostinlafayette dd32, fixes #10604
[11819] azaozz Remove dot and silence errors in get_filesystem_method()
[1181] saxmatt Use different query number syntax and hide time and queries by default.
[1181] kurtpayne Fixing the location detection for jQuery from [23183]. This will now detect that jQuery is a series of 2 dependencies, and verify that each one is referenced correctly.
[11820] azaozz Send Retry-After header when in maintenance mode, props sirzooro, fixes #10439
[11821] azaozz Fix WP_Filesystem_FTPext->exists(), props dd32, fixes #10060
[11822] azaozz Fix displaying pages and attachments, props dd32, see #10605
[11823] azaozz Add constants for ftp connections timeouts, props dd32, see #10522
[11824] azaozz Fix warning in wp-admin/widgets.php when using Accessibility Mode on brand new install, fixes #10610
[11825] azaozz Check if EXIF extension is loaded, props dd32, fixes #10613
[11826] azaozz Increase timeout on cron-based requests when checking for upgrades, props dd32, fixes #10349
[11827] azaozz Fix non-translated strings in dashboard, fixes #10617
[11828] azaozz Do not use lambda functions in wp_kses_decode_entities(), props mdawaffe, fixes #10623
[11829] westi Make the operator precedence obvious by using parenthesis.
[1182] rboren Fix grammar and markup errors. Thanks eke.
[1182] joehoyle Add some tests for WP_Image_Editor_GD, specifically testing image alpha testing. see #23039
[11830] azaozz Remove old query args when updating user profile, props dd32, fixes #9038
[11831] azaozz WP_Filesystem fixes and phpdoc, props hakre dd32, see #10304
[11832] westi Restore the default behaviour on install of blogs appearing in search engines. Fixes #10621 for trunk.
[11833] westi Restore the default behaviour on install of blogs appearing in search engines. Fixes #10621 for 2.8 branch.
[11834] westi Add in the missing </td> so that the install page validates correctly.
[11835] azaozz Don use has_action() before do_action() in http.php, props Viper007Bond, fixes #10625
[11836] ryan Kill entity check in wp_blacklist_check(). Props tellyworth. fixes #9965
[11837] azaozz Speed up jQuery based scripts, props Denis-de-Bernardy, see #10021
[11838] ryan Prophylactic escapes
[11839] ryan Don't show comments template if post is empty
[1183] saxmatt Bug that was causing duplicate queries.
[1183] joehoyle Added missing test image for WP_Image_Editor_GD
[11840] azaozz Use the current user as author for autosave, fixes #10004
[11841] azaozz "Trash" updates, props caesarsgrunt, see #4529
[11842] ryan Don't import _wp_attachment_metadata. It is regenerated when the attachment is imported.
[11843] azaozz Show My Posts as default view on the Edit Posts screen for users without 'edit_others_posts' cap.
[11844] azaozz Removed trailing .) from the URL in make_clickable()
[11845] azaozz Better regex for [11844]
[11846] westi Ensure that drafts viewed over XMLRPC have a correct gmt date set. Fixes #10244 for trunk props josephscott.
[11847] westi Ensure that drafts viewed over XMLRPC have a correct gmt date set. Fixes #10244 for 2.8 branch props josephscott.
[11848] westi Treat comma, colon and semi-colon the same way.
[11849] westi Pass the to the {get_}the_author_meta filters. Fixes #10661 props scribu
[1184] saxmatt More query reduction.
[1184] SergeyBiryukov esc_url() test for scheme case. props mdawaffe. see #23187.
[11850] westi Make the number of pages argument to wp.getPages properly optional. See #10659 props redsweater.
[11851] ryan Add autosave_generate_nonces action. Props prettyboymp. fixes #10634
[11852] westi Move _wp_get_user_contactmethods() into the registrations functions file so it is always available when required. Fixes #10662.
[11853] westi Replace eval usage in request processing with new WP_MatchesMapRegex() class usage. See #9602 props hakre.
[11854] westi Don't offer to make a category its own parent - that just wouldn't work. Fixes #10644 props scribu.
[11855] ryan Remove Sphere from search list. Props niallkennedy. fixes #10637
[11856] westi Make add_object_page() and add_utility_page() use add_menu_page() rather than duplicated code. Fixes #9942 props scribu.
[11857] ryan Minify admin CSS. see #10664
[11858] azaozz More jQuery based scripts optimizations, props Denis-de-Bernardy, see #10021
[11859] ryan Add rtl.dev.css. see #10664
[1185] saxmatt Reducing queries and forward thinking database fields.
[1185] SergeyBiryukov wptexturize() test for non-breaking spaces around hyphens. props redsweater. see #23185.
[11860] ryan Pass correct old status when transitioning comment status. Props hakre. fixes #8863
[11861] ryan Fix fs_no_folder error message display. Props jeff_. fixes #10608
[11862] ryan fs_connect() fixes. Props dd32. fixes #10541
[11863] azaozz Show correct max upload filesize error message, props dd32, fixes #10495
[11864] ryan Force correct feed type for wfw:CommentRss element. Props peaceablewhale. fixes #10016
[11865] ryan Machine parseable db error codes. Props dd32. fixes #10293
[11866] westi Add rel attribute to next/previous post links. Fixes #4209 props vladimir_kolesnikov
[11867] westi Make the default and classic themes comment textareas valid XHTML. Fixes #8971 props vladimir_kolesnikov.
[11868] azaozz Add global JS vars and actions to the media uploader iframe
[11869] ryan Canonical redirect for attachment_id queries that have a permalink.
[1186] rboren Unify user and author queries on cache_userdata
[1186] ryan Tests for get_pages() caching. see #WP23167
[11870] azaozz Fix error in widgets.js, props Denis-de-Bernardy, see #10021
[11871] azaozz Fix notice in wp-admin/includes/post.php, props harrym, fixes #10678 for trunk
[11872] azaozz Fix notice in wp-admin/includes/post.php, props harrym, fixes #10678 for 2.8
[11873] azaozz Don't let contributors to re-publish their trashed posts, props caesarsgrunt, see #4529
[11874] azaozz Clean up .button and .button[disabled] CSS classes, add spinner and gray-out buttons after clicking Publish or Update post.
[11875] azaozz Add JSON compat for PHP < 5.2, props Viper007Bond, see #10337
[11876] azaozz Remove background from .button[disabled]
[11877] azaozz Clean up white space in class-json.php
[11878] westi Move the storage of the metadata for trashed posts into the post meta table rather than storing it in an option. See #4529.
[11879] azaozz Fix race condition with autosave when clicking Publish immediately after entering post title, fixes #6728
[1187] saxmatt Fixes from forum thread: http://wordpress.org/support/6/4615.
[1187] joehoyle Added some more tests for WP_Image_Editor_GD for crop(), rotate() etc
[11880] azaozz Fix returning to the previous post_status when restoring posts from the trash, see #4529
[11881] azaozz Fix comment moderation for authors, props scribu, fixes #10677
[11882] westi Correctly CamelCase TypePad. Fixes #10686 props niallkennedy.
[11883] ryan Make option_name the primary key for the options table. Props Denis-de-Bernardy. fixes #2699
Note: See TracReports for help on using and creating reports.