{33} Commit messages (25620 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 (1501 - 1600 of 25620)

Changeset Author Message
[8779] ryan Don't process keypress if the current row is null. see #7643
[8778] ryan Support Mac meta key. see #7643
[8777] ryan Comment manipulation keyboard shorcuts from nbachiyski. see #7643
[8776] azaozz Add tabindex to the comment reply form. Props nbachiyski, see #7435
[8775] ryan Ver bump
[8774] ryan Fix typo in wp-settings.php. Props mictasm, fixes #7638 for 2.6
[8773] ryan Mike filter suppression. Props DD32. see #7326
[8772] azaozz Fix typo in wp-settings.php. Props mictasm, fixes #7638
[8771] azaozz Don't overwrite $link object in link-manager.php
[8770] azaozz Pass default value to get_option(), fixes #7637
[876] saxmatt Fix for id= bug. Old code made obsolete by KSES.
[876] nacin Set tests memory_limit to -1. Any changes by core use these constants. We can consider adding it to tearDown() at some point in the future. fixes #6.
[8769] azaozz Fix position of admin notices, includes patch by caesarsgrunt, fixes #7619
[8768] azaozz Add white background to .postbox, props Speedboxer, fixes #7636
[8767] azaozz Reply to comments from admin, small improvements and fixes, see #7435
[8766] ryan Suppress query filters when called from get_posts(). see #7326 #7547
[8765] azaozz Hide the Reply button if no js and fix some HTML validation problems. Props nbachiyski, see #7435
[8764] azaozz Pass on variables to the wp_comment_reply filter. Props caesarsgrunt, see #7435
[8763] westi Only upgrade if we are installed. Fixes #7627 props pishmishy.
[8762] ryan Update phpMailer to 2.0.2. Props mattyrob. fixes #7474
[8761] ryan Don't 404 for categories, tags, and authors that exist but have no posts. see #5324
[8760] ryan Use farbtastic for custom header color picker. Props rmmccue. see #5591
[875] saxmatt Texturize tweak.
[875] nacin Rename the unit tests wp-config.php to wp-tests-config.php. Also: * Rename wp-testdata to data * Rename wp-testlib to includes * Rename wp-testcase to tests * Begin to remove files from the old test suite we no longer need to port code from fixes #98. see #42.
[8759] ryan Upgrade db with remote post during core update. see #5560
[8758] ryan Add edit and delete links to the Content->Links rows. Add get_edit_bookmark_link(). Add caching for individual bookmarks. see #7552
[8757] ryan Use wp_dropdown_pages() insead of parent_dropdown()
[8756] ryan Add sub page padding back. see #7552
[8755] westi Make it possible to clear the recently active plugins list. Fixes #7613 props caesarsgrunt.
[8754] westi Performance improvements using strpos. Fixes #7611 and #7610 props johnbillion.
[8753] ryan Show Settings for edit link form. see #7552
[8752] ryan Show Settings for edit page form. see #7552
[8751] ryan crazyhorse dash see #7552
[8750] ryan Fix delete page nonce. see #7552
[874] rboren Set $standalone to 1 for the update case to avoid headers already sent error.
[874] nacin Switch the HTTP tests to use a redirection script deployed on wordpress.org.
[8749] ryan wp_rand() - more randy rands for 2.6
[8748] ryan Consolidate contiguous whitespace in usernames . For 2.6
[8747] ryan RSS widget shouldn't link if there isn't a link. Props MtDewVirus. fixes #7614 for 2.6
[8746] ryan RSS widget shouldn't link if there isn't a link. Props MtDewVirus. fixes #7614
[8745] westi utf8 encode data from IPTC tags. Fixes #7495 for 2.6 branch props Txanny.
[8744] westi utf8 encode data from IPTC tags. Fixes #7495 for trunk props Txanny.
[8743] westi phpDoc updates for formatting functions. See #5638 props scohoust and santosj.
[8742] westi phpDoc corrections for wp-includes. See #7550 props santosj.
[8741] westi Improve grammar in Gears Enable Dialog. Fixes #7176 props Speedboxer.
[8740] ryan wpdb::has_cap() from mdawaffe. fixes #7609
[873] saxmatt Show categories nested by default. New wp_list_cats function that uses parse_str.
[873] kurtpayne Fix a fatal php error: Argument 1 passed to PHPUnit_Framework_TestCase::prepareTemplate() must be an instance of Text_Template, none given
[8739] ryan include mysql version in version check query string. Props andy. fixes #7600 for trunk
[8738] ryan Use a subquery in category__not_in query if the DB version supports it. Props pedrop. fixes #7599
[8737] ryan Add login_redirect filter. fixes #7002 for 2.6
[8736] ryan Add login_redirect filter. fixes #7002 for trunk
[8735] ryan Menu fixes. see #7552
[8734] ryan Menu fixes. see #7552
[8733] azaozz New colors and small improvements for the pwd strength meter, includes patch by Simek, fixes #7588
[8732] ryan Notice fixes. see #7509
[8731] ryan Don't ignore scheme when cookie value is empty. Props bendalton. fixes #7521
[8730] ryan Do secure redirect only for admin destinations. see #7561
[872] saxmatt Admin interface improvements.
[872] nacin Add a constant to force known bugs and update the sample test config. see #49.
[8729] ryan Move post row generation to functions in prep for some AJAX work. see #7552
[8728] ryan wp_rand() - more randy rands
[8727] azaozz Fix typo, props Simek fixes #7590
[8726] azaozz Some 'Show on screen' metabox settings styling, see #7552
[8725] azaozz Only Mozilla seems to support shorthand for border-radius. Reverting the rest, see #7584
[8724] ryan Global pagenow. see #7552
[8723] azaozz wp-admin.css cleanup, props Simek fixes #7584
[8722] azaozz Few small improvements to the password strength meter.
[8721] azaozz Remove extra filter, fixes #7585
[8720] azaozz Reply to comments from admin, first run, see #7435
[871] saxmatt Show RSS URIs in OPML file.
[871] nacin Fix failing verbose rewrite rule tests in test_query.php. see #96. Most of these factory posts did not have an author assigned to them, which means an %author% permalink was broken. Switch to %category% for something more consistent.
[8719] ryan gettext fix from msi08. fixes #7581
[8718] westi Add names for attachment templates, fix page template name extraction. See #7576.
[8717] westi Sort templates alphabetically in the theme editor. See #7576 props Terragg.
[8716] ryan Use WP_CONTENT_PATH to find find files. Props Terragg. fixes #7575 for trunk
[8715] azaozz Typecast to prevent errors when option is not set, see #7552
[8714] ryan Fix Image alignment input value. Props MtDewVirus. fixes #7573
[8713] ryan Default image alignment setting doesn't select a default radio button. Props MtDewVirus. fixes #7574
[8712] ryan First cut of 'Show on screen' metabox show/hide. Needs styling. see #7552
[8711] ryan Save large image size options. fixes #7569
[8710] ryan Move manage_comments_nav action after Apply. see #7552
[870] saxmatt Edit post slugs.
[870] nacin Close comment.
[8709] ryan Remove Stats from My Account menu. fixes #7567 see #7552
[8708] ryan Menu back-compat fixes. see #7552
[8707] ryan Move Install Plugins menu to the bottom. see #7552
[8706] ryan Respect argument in get_author_feed_link(). Props Latz. fixes #7564
[8705] ryan Move Setting menu to top-level. see #7552
[8704] ryan Consolidate contiguous whitespace in usernames
[8703] ryan Add space. see #7560
[8702] ryan Rename wp_insert_post filter to wp_insert_post_data to avoid collision. see #5196
[8701] ryan Option to force SSL. see #7561
[8700] markjaquith Consolidate our hide-if-no-js CSS/jQuery stuff. Now, just: hide-if-js, hide-if-no-js. Simple, easy to remember.
[86] mikelittle New and modified images. Fixed image paths.
[86] tellyworth import test fixes
[869] saxmatt Abstraction of a admin functions, new custom options page for general options, improved style.
[869] nacin Force constants to be re-defined after files are included.
[8699] markjaquith Fix Edit Page link
[8698] ryan Typo fix. Props josephscott. see #7446
Note: See TracReports for help on using and creating reports.