{33} Commit messages (25651 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 (601 - 700 of 25651)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Changeset Author Message
[9511] ryan Add caching to get_comments(). see #8057
[9510] azaozz Make postboxes easier to drop in the left column
[950] saxmatt Label on search form.
[950] nbachiyski Typo: missed a paren when defining the methods
[9509] azaozz Preview fixes: different method of showing previews for published posts, now uses the proper templates. Fixes #8052
[9508] ryan Redirect back to correct comment page after replying. Props Viper007Bond. fixes #8055
[9507] ryan Redirect back to correct comment page after replying. Props Viper007Bond. fixes #8055
[9506] ryan Notice fixes from filosofo and Viper007Bond. see #7509
[9505] azaozz RTL CSS for 2.7, props mani_monaj, see #8047
[9504] ryan Localization for wp-mail. Props filosofo. fixes #8051
[9503] ryan Revert POP3 changes. Localization for wp-mail. Props filosofo. see #8051
[9502] ryan Verbump
[9501] ryan Use only one enclosure type. Props hailin. fixes #8017
[9500] ryan Bump script loader version for quicktags.
[94] mikelittle Removed spell checker.
[94] tellyworth add TestFlagFunctions
[949] saxmatt Some new options and an option cleanup.
[949] nbachiyski Rename get() to get_object_by_id() All the other object manipulation methods have object in its name. Also it's better for the reader to know we get it by id, otherwise it's too generic.
[9499] azaozz Add slash to the path when loading translations for default TinyMCE plugins from the plugins directory, fixes #7994
[9498] azaozz Fix Screen Options in IE, fixes #8045
[9497] azaozz Fix path when loading translations for default TinyMCE plugins from the plugins directory, fixes #7994
[9496] azaozz Fix typo in wp-admin.css, props 112502, fixes #8046
[9495] azaozz Fix quick editing of last page in Edit Pages, props yoshi, fixes #8044
[9494] ryan Version bump
[9493] ryan IF copy fails, chmod target to 0644 and try again
[9492] markjaquith Fix small typo in last commit.
[9491] markjaquith Update to publish box styles. More horizontal room, consistent button placement, better for i18n, better wording.
[9490] ryan Warning fixes
[948] emc3 Tweaked test version of the_meta() a little
[948] nbachiyski Introduce create_and_get() Sometimes we need to get the object after creating it and this is a convenient shortcut. As a consequence, it introduces get(), so that we have a common way to retrieve object by its id
[9489] ryan Warning fixes
[9488] ryan Warning fix
[9487] ryan Remove unused gzipcompression option
[9486] ryan Don't descend into single post title for the home page. see #3805
[9485] ryan Use get_option instead of get_settings
[9484] ryan link_before and link_after for wp_list_pages(). Props thee17. fixes #8041
[9483] azaozz Fix js error on dashboard when no comments in Recent Comments module
[9482] ryan Warning fixes
[9481] ryan Warning fixes
[9480] westi Translation fix.
[947] emc3 Added per-post custom metadata support.
[947] ryan Check if IXR_Error
[9479] westi Notice Fix.
[9478] ryan Verbump
[9477] ryan Warning fixes
[9476] ryan Fix drafts module
[9475] ryan Warning fixes
[9474] ryan Fix warning
[9473] azaozz Preview fixes: ensure autosave is run at least once on new posts before preview, properly show previews for pending and scheduled posts.
[9472] azaozz Keep background color for comments that need moderation
[9471] azaozz Fix typo in edit-form-comment.php, props 112502, fixes #8037
[9470] azaozz Fix validation errors, add CDATA on inline JS, props Viper007Bond, fixes #8026
[946] emc3 Added per-post custom metadata support.
[946] ryan WP_Object_Cache::switch_to_blog() tests. see #WP21434
[9469] azaozz Remove outdated TinyMCE files, fix loading of translations for default plugins, fixes #7994
[9468] westi Redirect correctly on page deletion. Fixes #8030.
[9467] ryan Copy fresh over classic
[9466] westi Add missing translation call.
[9465] ryan Make sure Upload button always shows. Props filosofo. see #6979
[9464] matt Gravatars for user page.
[9463] westi Remove unecessary gap at the bottom of the post page.
[9462] ryan Beta 1
[9461] ryan Bump
[9460] ryan Remove debug
[945] saxmatt Removed global $siteurl and $blogfilename, use get_settings. Syntax fix for wp-db.
[945] nacin Stop dropping the entire database when running the test suite as it is no longer necessary to do such heavy-handed cleaning. When the test suite runs the install script, it will drop all of its own tables. So, single site plus multisite global tables for whichever prefix is configured. Change the sample prefix to wptests_ so someone does not accidentally clear out a wp_ install, and can run them side-by-side.
[9459] ryan Pass along POST info when requesting credentials
[9458] ryan media-new visibility fix. Props filosoof. see #6979
[9457] azaozz Fix View All Comments link on dashboard
[9456] ryan Validation fixes from Viper007Bond. fixes #8026
[9455] azaozz List page comments on edit-comments.php
[9454] azaozz Don't change text for Screen Options
[9453] azaozz Fix bulk edit and preview url
[9452] azaozz Do cap check when shoving a preview
[9451] azaozz Preview for both drafts and published posts/pages
[9450] ryan Move Parent, Template, and Order to the side
[944] michelvaldrighi using gmt_offset option instead of time_difference from now on
[944] ryan More cache replace assertions
[9449] ryan Default privacy box to the side
[9448] ryan Default privacy box to the side
[9447] ryan Default some widgets to the side
[9446] ryan Default all boxes to open
[9445] ryan Reorder dash widgets
[9444] ryan Make user settings global
[9443] ryan Allow nested install. Props sivel. fixes #7997
[9442] ryan Typo fix
[9441] ryan Better i18n support for automatic upgrade. Props nbachiyski. fixes #8023
[9440] ryan Bump swf script versions
[943] michelvaldrighi aliasing time_difference to gmt_offset in get_settings(), for great justice
[943] ryan Tests for add_query_arg(). see #WP21332
[9439] azaozz Disable dblclick for pages, posts and taxonomy QE
[9438] ryan Flash degradation fixes from filsofo. see #6979
[9437] azaozz Doubleclick on comment text to open QE
[9436] markjaquith Improvements to the Edit Comment screen
[9435] ryan One form so filters stack
[9434] azaozz More edit comment page fixes
[9433] markjaquith Revert to simple Edit Post title for post editing screen. No longer makes sense with lack of breadcrumbs and the actual post title box so high on the screen
[9432] matt Test for alternative blog-style comment layout.
[9431] markjaquith Add right_now_table_end action hook so plugins can add to the Right Now summary table. props Malaiac
[9430] markjaquith Bring Comment Save postbox up to parity with Post/Page Publish postbox
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Note: See TracReports for help on using and creating reports.