WordPress.org

Make WordPress Core

{33} Commit messages (25754 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 (2501 - 2600 of 25754)

Changeset Author Message
[12046] markjaquith Add the author to the quick edit dropdown author list if they currently lack the ability to edit so as to avoid stealing their post away from them. fixes #10967
[12047] ryan Use array_intersect_assoc()
[12048] westi Ensure that Title is always set for plugin data as it was before. see #8964.
[12049] azaozz Bring WP_Dependencies::dequeue() in line with WP_Dependencies::enqueue(), props chrisbliss18, fixes #9870
[1204] saxmatt Bug fixes and version bump.
[1204] dd32 WP_HTTP Api tests: Ensure that fsockopen isn't disabled via the 'disable_fsockopen' option, can result in confusing test results
[12050] azaozz Smoooth animations for comment move to trash and undo, see #4529
[12051] azaozz Properly escape filename when sending to editor, props hakre sivel, fixes #10252
[12052] westi Remove duplicated create_function calls an use a private _search_terms_tidy function instead for tidying up the post/page searching when looking to attach orphans to a parent post or page.
[12053] westi Ensure we always have author info to check capabilities with. Fixes notice on Add new post page.
[12054] markjaquith Delete post thumbnail relationships for deleted attachments. props scribu. see #10928
[12055] azaozz Separate fields for image alt and image caption in the uploader.
[12056] markjaquith Allow pages to have thumbnails too. Props scribu. see #10928
[12057] ryan Strip commas and spaces from charset. Props Jose Carlos Norte
[12058] ryan Make get_adjacent_post work with custom post_types. Props prettyboymp. fixes #10717
[12059] markjaquith Only show Use for thumbnail link for image attachments. see #10928
[1205] saxmatt Cosmetic fixes from forums.
[1205] dd32 WP_HTTP Api tests: Ensure that the result is not a WP_Error, skipping this test can cause an uncaught fatal. It looks like the other test cases all catch this.
[12060] azaozz Merge set-post-thumbnail-handler.js with post.js, move Post Thumbnail meta-box to /includes/meta-boxes.php, see #10928
[12061] markjaquith Revert to old options table storage of rewrite_rules. Transient object caches would silently regenerate rewrite_rules without giving plugins a chance to readd endpoints. fixes #10981
[12062] ryan Improve sanitize_post() performance. Perform raw filtering only once. Add filter check to eliminate double filtering. Props johanee. fixes #10972 see #10801
[12063] westi Display a smaller filename in the theme editor urls and make theme files editable again. Fixes #10974.
[12064] markjaquith pull thumbnail scripts out of Page admin pages. see #10928. props scribu, gracious even in reversion.
[12065] azaozz Pull thumbnail scripts out of Posts screens too. see #10928
[12066] ryan Start roughing in GUU. see #10973
[12067] westi Mark the branch with an alpha version number.
[12068] westi Backport of the switch of the post|page being editing message from a create_function call to a normal function and reduce the duplicated code. See #10729 for 2.8 branch.
[12069] westi Update version info in phpDoc for _admin_notice_post_locked() see #10729.
[1206] saxmatt Gremlins in the options machine.
[1206] ryan Update cache tests to reflect new last_changed value. See #WP23448
[12070] westi Move theme preview away from using create_function and to predefined functions. See #10729 for 2.8 branch.
[12071] azaozz Fix replying to comments from admin, props josephscott
[12072] ryan Strip nulls
[12073] ryan Strip nulls
[12074] ryan Bump
[12075] ryan Rebump
[12076] ryan Tweak embed settings. Props Viper007Bond. see #10337
[12077] ryan 2.8.5
[12078] ryan 2.8.5
[12079] westi Merge updated pomo code. Includes new NOOP_Translations class see #10971 props nbachiyski.
[1207] saxmatt Don't delete everything if there are no posts.
[1207] ryan Revert accidental slashing test updates
[12080] westi Switch to using NOOP_Translations for untranslated sites. Fixes #10971 props nbachiyski.
[12081] markjaquith Save some clicks and optimize for the Upload, Set as thumbnail flow. props scribu. see #10928
[12082] ryan Set eol-style
[12083] ryan Set eol-style
[12084] westi Improve wptexturize performance. Fixes #10987 props johanee.
[12085] azaozz TinyMCE in Firefox: fix crash when dragging images with caption, drag the image together with the caption (only in Firefox 3.5+)
[12086] ryan GUU UI rough in. see #10973
[12087] ryan GUU UI rough in. see #10973
[12088] westi Ensure that trailing ) in urls are included in the link when it looks appropriate. Fixes #10990 props filosofo.
[12089] azaozz Tested with WordPress 2.8.5
[1208] saxmatt Whoops.
[1208] ryan Update cache tests for new last_changed value. See #WP23448
[12090] westi Improve _wp_filter_build_unique_id to give more consistent behaviour and make filter removal reliable for class based filters. Fixes #10535 props dd32.
[12091] westi Display better information about broken themes when there is no stylesheet. Fixes #10999 props sivel.
[12092] ryan Add option to optimize tables
[12093] ryan GUU UI rough in. see #10973
[12094] azaozz PressThis fixes from noel, fixes #11011
[12095] ryan Fix typo
[12096] ryan Allow non-admins to use Vimeo and allow regex in oEmbed URL formats. Props Viper007Bond. see #10337
[12097] ryan Plugin bulk upgrade rough in. see #10973
[12098] azaozz When inserting the embed shortcode in TinyMCE replace it with a placeholder image, update the 'wordpress', 'wpeditimage' and 'wpgallery' TinyMCE plugins, fix the audio and video "From URL" tabs in the uploader popup to accept only URLs for embedding, see #10337
[12099] azaozz Refresh script versions for [12098]
[1209] saxmatt Beta time!
[1209] ryan Update cache tests to reflect new last_changed value. See #WP23448
[120] saxmatt You can now press ESC to close the popup window.
[120] tellyworth profiler: record cache info
[12100] westi Fix some login typos. Fixes #11031 props filosofo.
[12101] westi Improve the inline documentation about character sets and link to up-to-date resources. Fixes #5831 props hakre.
[12102] westi Remove unnecessary and dead code from wp-app.php. Fixes #10938.
[12103] westi Provide context to the strings in the Plugin and Theme installers to allow for different grammatical gender. Fixes #10100.
[12104] azaozz Typo fixes, props dd32, fixes #11030
[12105] azaozz Remove unused vars in get_the_content and wp_link_pages, props filosofo, fixes #11028
[12106] azaozz Remove pointless var assignment in get_pages(), props filosofo, fixes #11027
[12107] azaozz Add subtitles and opening/closing DIVs on GUU results screen, see #10973
[12108] azaozz PressThis fixes from noel, see #11011
[12109] ryan Export and import custom taxonomies. Props chrisscott. fixes #10012
[1210] saxmatt Take out allowed users stuff since we're not using it.
[1210] westi Revisions: Add a test case which checks the _edit_last postmeta value after a revision restore Also validates some of the things to be fixed for the off-by-one issues with authorship. See: #20982, #16215 Props adamsilverstein for the original patch.
[12110] markjaquith Consolidate post_mime_type code. props scribu. fixes #10992
[12111] markjaquith thumbnail JS fixes. props scribu. see #10928
[12112] azaozz PressThis: fix TinyMCE config and IE6 css "hasLayout"
[12113] azaozz Fix trashing/untrashing comments when no JS, props caesarsgrunt, see #4529
[12114] azaozz Fix tag input tip in IE
[12115] azaozz Fix timeout for the inline buttons on images in TinyMCE.
[12116] ryan Remove slow left join pending better solution. see #4529
[12117] ryan Partial fix for theme subdir support. see #10467
[12118] ryan More theme subdir fixes. see #10467
[12119] ryan Theme subdirs that contain themes are not broken if missing a stylesheet. see #10467
[1211] saxmatt Actually delete user.
[1211] westi Revisions: When we are trying to save a new revision we shouldn't save one if the previous version was the same. See #7392 and #9843 props adamsilverstein
[12120] ryan Schedule trash collection from admin page loads. see #4529
[12121] azaozz Undo for posts, pages and media, props caesarsgrunt, see #4529
[12122] azaozz Fix possible bad query, props aaroncampbell, see #4529
[12123] ryan Fix revision3 scheme. Add photobucket oembed. see #10337
[12124] ryan Theme roots are prefixed with a slash. No need to add another. Props hakre. fixes #11036
[12125] ryan Introduce wp_kses_post() and wp_kses_data() for filtering unescaped data. Fixes slashing of displayed fields. fixes #10949
[12126] ryan Switch to wp_kses_data() for displayed filtering to avoid slashing. fixes #10949
[12127] markjaquith Allow ordering by comment_count. fixes #11037
Note: See TracReports for help on using and creating reports.