{33} Commit messages (25602 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 (1201 - 1300 of 25602)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Changeset Author Message
[10986] markjaquith elbow room for upgrade.php
[10987] azaozz Submit the form when setting items per page option so it's visible straight away
[10988] azaozz Keep the same name and remove unused core, see [10987]
[10989] ryan make_clickable() regex fixes. Props piouPiouM. fixes #9390
[1098] saxmatt Remove author element in order to keep our commitment to never reveal email addresses.
[1098] westi XMLRPC: Add a test case for #WP22320 to check the metaweblog.getRecentPosts return when the user has no posts. Props redsweater.
[10990] ryan Enforce unique email addresses. Props Denis-de-Bernardy. fixes #9563
[10991] ryan Fix unregister_widget(). see #8441
[10992] ryan Cache user lookups made by nicename. Add get_user_by(). fixes #4170
[10993] ryan Case-insensitive sorting of themes in themes.php. Props demetris. fixes #9570
[10994] azaozz TinyMCE 3.2.2.3_1087 fixes WebKit bug in Sizzle.js among others
[10995] azaozz Add "code" class to more URL input fields, props johnbillion, fixes #8383
[10996] azaozz Add "View page" link in the status notice after a page has been updated
[10997] ryan Make user_nicenames unique. Props Denis-de-Bernardy. fixes #1626
[10998] ryan Improve meta_form() query. Props Denis-de-Bernardy. fixes #8561
[10999] ryan Add plugin filter by status. Move help verbage to contextual help. see #9527
[1099] saxmatt Might fix some OPML imports but I'm pretty sure I just broke others.
[1099] nbachiyski Remove trailing whitespace
[109] mikelittle Fixed error submitting comments from b2edit Thanks to ventonegro on the forums.
[109] tellyworth simplify query tests, add more
[10] saxmatt WordPress branding.
[10] tellyworth more capabilities tests
[10] helenyhou Retina assets: various arrows, date icon, generic gear icon, image edit, list table view, media button and icons, blue admin menu, xit, pointer arrow and flag, and RSS; from the excellent empireoflight.
[11000] ryan Add filter showing all plugins that have an upgrade available. see #9527
[11001] ryan Move leader text to contextual help. see #9527
[11002] ryan Fix translation of plugin metadata. Props DD32. fixes #9573
[11003] ryan Plugin search and paging. Props DD32. see #9527
[11004] ryan Show actions based on plugin active status. see #9527
[11005] ryan consolidate plugin/theme/core upgrade/install functions. Props DD32. see #7875
[11006] ryan RTL fixes. Props yoavf. fixes #9521
[11007] ryan Add manage_comments_custom_column hook. Props sirzooro, coffee2code. fixes #9583
[11008] westi Better view on Manage Themes when only one theme installed. Fixes #9029.
[11009] azaozz Add and edit widget when js is disabled, see #9511
[1100] saxmatt Massive admin tweak commit. Improved consistency, numerous bug fixes, redesigned link forms, tweaked options more, left the ugly grey bar I didn't mean to add in the first place but tweaked it too.
[1100] scribu move bootstrap.php and install.php to includes directory fixes #137
[11010] azaozz Press This notice fixes, props DD32, fixes #9593
[11011] ryan Add some CYA clean_url()s
[11012] ryan Install/upgrade cleanups. Props DD32, sivel. see #7875
[11013] ryan Trailing whitespace cleanup
[11014] ryan Fix bulk action lists. see #9527
[11015] ryan Update Jcrop to 0.9.8. Props nbachiyski. fixes #9545
[11016] ryan Fix PHP error in magpie. Props jsixpack. fixes #9225
[11017] ryan Use unlocalized hook name. Props hakre. fixes #9438
[11018] ryan Add option to run wpautop for text widget. Props Denis-de-Bernardy. fixes #5113
[11019] ryan Cast to array to fix warning. Props johnkolbert, Denis-de-Bernardy. fixes #9128
[1101] saxmatt Bump.
[1101] scribu fix DIR_TESTDATA definition. see #137
[11020] ryan Fix warning in wp_ob_end_flush_all(). Props richcon. fixes #5109
[11021] ryan Cast to array to avoid warning. Props Denis-de-Bernardy, pamelatech. fixes #9116
[11022] ryan Grammar fix. Props Denis-de-Bernardy. fixes #9601
[11023] ryan Allow pipes through clean_url(). Props scohoust. fixes #7145
[11024] ryan Eliminate unecessary preg_replace. Props bernzilla, Denis-de-Bernardy. fixes #5624
[11025] ryan Update pclzip to 2.7. Props simek. fixes #9464
[11026] azaozz Show thumbnails for comments on attachments on Edit Comments screen
[11027] ryan Add per page screen option to plugins page. see #9527
[11028] azaozz Remove passing by reference in WP_Upgrader, see #7875
[11029] ryan Remember status and page when redirecting. see #9527
[1102] saxmatt Textile checkin. Props to Jaykul for prodding me into this.
[1102] scribu fix test_wp_update_comment()
[11030] ryan Handle upgrade of old text widgets. Props Denis-de-Bernardy. fixes #9608
[11031] ryan Fix typing in cat_is_ancestor_of(). Props filosofo. fixes #9614
[11032] ryan Hook name back-compat from Denis-de-Bernardy. fixes #9438
[11033] ryan Wrap get_user_by() in function_exists check. Props alexrabe. fixes #9617
[11034] ryan Remember last view for plugins page. see #9527
[11035] ryan Remember last view for comments page
[11036] ryan Typo fix. Props DD32. fixes #9609
[11037] ryan get_terms_orderby, get_terms_fields, and tag_clooud-sort filters. Props jhodgdon, filosofo. fixes #9004
[11038] ryan Use dist pczlip. see #9615 #9464
[11039] ryan Fix all link. Props mtekk. see #9527
[1103] saxmatt Added warning text.
[1103] scribu don't assume that the tests framework is in an /includes/ folder see #137
[11040] markjaquith Drop the dual-use of db_version. Now it just stores the version. Post-upgrade hook triggered by separate binary db_upgraded option. fixes #9618
[11041] azaozz Remove remnants from widgets search, see #9511
[11042] ryan Update plugins leader text
[11043] ryan When on manage page, default favorite actions to the correspoding create page.
[11044] ryan When on create page, default favorite actions to the correspoding manage page.
[11045] azaozz Optionally use the class name as id_base, see #9511
[11046] ryan Grammar fix. Props novasource, Denis-de-Bernardy. fixes #9135
[11047] azaozz Change text in link categories forms, fixes #9612
[11048] azaozz Don't output <br /> for empty posts, props Denis-de-Bernardy, fixes #6128
[11049] azaozz Add a complementary get_* function for posts_nav_link(), props filosofo, fixes #9094
[1104] saxmatt Version numbers.
[1104] dd32 Add a unit test for #21841
[11050] azaozz wordcount.js fix for nbsp passed as #160 char, props Denis-de-Bernardy, fixes #9597
[11051] azaozz Properly set the default tab in the uploader, props fuggi, fixes #7219
[11052] azaozz Notice fixes, props sivel, see #9393
[11053] ryan Faster query to see if page has children
[11054] ryan Add page-id-x class to body for pages. jamescollins. see #7939
[11055] ryan Don't remember search in last view. see #9527
[11056] ryan Update pclzip to 2.8 and apply x64 patch. Props demetris. fixes #9615
[11057] ryan Don't notify post author of own comments. Props Denis-de-Bernardy. fixes #8695
[11058] azaozz Queue all default scripts for the head when a custom script lists them as dependencies, fixes #9620
[11059] ryan Fix wp_nonce_ays() go back link. fixes #7436
[1105] saxmatt Updated to use proper mime type.
[1105] nbachiyski Add temp_filename() method Creates a temporary filename and returns its filename.
[11060] ryan Add comment-reply-login class. Props mattwalters. fixes #8633
[11061] ryan Always display the default header when previewing a theme. Props Viper007Bond. fixes #9152
[11062] ryan Formatting cleanups. Props Viper007Bond. fixes #8703
[11063] ryan SS2 FS fixes. Props DD32. fixes #8210
[11064] ryan Return empty list if requests bookmark category does not exist. Props Viper007Bond. fixes #7507
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Note: See TracReports for help on using and creating reports.