{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 (1301 - 1400 of 25620)

Changeset Author Message
[8941] ryan Fix depth inversion. see #7635
[8940] ryan global wpdb. fixes #7767
[893] michelvaldrighi using "" for html attributes in some functions
[893] nacin Use @ticket annotation for tracking related tickets, largely replacing knownWPBug() and friends. The existing methods should remain, for use in dynamic or conditional contexts, like the canonical tests or an is_multisite() check. props duck_. see #102.
[8939] ryan Add paging to Walker class. Props hailin. fixes #7743
[8938] ryan Remove debug
[8937] ryan Fix role filter
[8936] ryan Column hiding for users. see #7725
[8935] ryan Partial phpdoc for widgets.php. Props jacobsantos. see #7661
[8934] ryan Partial phpdoc for widgets.php. Props jacobsantos. see #7661
[8933] ryan Column hiding for link categories. see #7725
[8932] ryan Column hiding for categories. see #7725
[8931] azaozz Get the hidden columns in edit-attachment-rows.php
[8930] ryan Column hiding for tags. see #7725
[892] michelvaldrighi user_pass_ok now uses md5()
[892] nacin Revert [886] and [888]. see [891].
[8929] azaozz phpDoc fixes for general-template.php and update.php, props jacobsantos, see #7550
[8928] azaozz _post_row() is "out of the loop", so it needs post id to find the tags
[8927] azaozz Cron improvement, props hailin, fixes #7068
[8926] ryan the_password_form filter from dancoulter. fixes #7758
[8925] ryan phpdoc for media.php. Props jacobsantos. fixes #7658
[8924] ryan phpdoc for rewrite.php. Props jacobsantos. fixes #7660
[8923] ryan Consolidate column header code. Add column hiding to taxonomy pages (incomplete). see #7725
[8922] azaozz Allow posts to be ordered by meta_key, props AaronCampbell, fixes#7431
[8921] ryan Update post_date for old drafts during upgrade. see #5698
[8920] ryan Set post_date for drafts. see #5698
[891] emc3 Fixed a typo.
[891] nacin Request all open tickets from a Trac install at once. This prevents repeated HTTP requests for individual tickets and allows us to keep knownWPBug (or @ticket - see #102) in place for tickets already closed, without any real performance penalty. This is good for tracking and also in case a bug is reopened. This shaved 30 seconds off the test suite run time for me.
[8919] ryan Typo fix. Props jdevalk.
[8918] azaozz Remove 'large' image size when deleting attachments, props ShaneF, fixes #7759
[8917] azaozz Add nonces to quick edit, see #6815
[8916] ryan Edit and Delete links for users. see #7552
[8915] azaozz Fix IE HTML button value mishandling, fixes #6469 for 2.6
[8914] azaozz Fix IE HTML button value mishandling, fixes #6469 for trunk
[8913] azaozz Update for the Save box in edit comment form.
[8912] ryan phpdoc for wp-admin/includes from jacobsantos. see #7527
[8911] ryan Edit and Delete links for link categories. see #7552
[8910] ryan Edit and Delete links for categories. see #7552
[890] saxmatt Allow query to take better advantage of query caching.
[890] markjaquith Doh. It was the error message that was wrong. :-)
[8909] azaozz Put timestamp icon back and fix the Categories postbox when in the right sidebar
[8908] ryan Edit and Delete links for tags page. see #7552
[8907] ryan Show Preview instead of View for unpublished posts and pages
[8906] ryan Remove image options from misc options whitelist. see #7552
[8905] ryan Move media settings to options-media.php. see #7552
[8904] ryan phpdoc for capabilities.php. Props jacobsantos. fixes #5632
[8903] ryan Press This rework from noel. see #7732
[8902] ryan Add echo option to wp_get_archives(). Props ShaneF. fixes #7749
[8901] azaozz Reattaching of orphan attachments and choose post/page ajaxed search box
[8900] ryan phpdoc for classes.php from jacobsantos. fixes #5635
[88] saxmatt Changed order, fixed some other things.
[88] tellyworth import test fixes & improvements
[889] michelvaldrighi whoops, forgot two globals
[889] markjaquith wp-tests-config-sample.php should be wp-test-config-sample.php
[8899] ryan phpdoc for rewrite.php from jacobsantos. see #7660
[8898] ryan Add missing return. Props DD32. see #7635
[8897] ryan Add type argument to wp_list_comments(). Make comments arg optional. Introduce separate_comments(). see #7635
[8896] ryan Support %date in next post link template. Props noel. fixes #7726
[8895] ryan Implement attachmenet delete link. Use get_edit_post_link(). see #7552
[8894] ryan Column hiding for media library. see #7725
[8893] ryan Rename some media text. see #7552
[8892] ryan Close comments for old posts. see #7741
[8891] ryan Themes API from josephscott. see #7519
[8890] azaozz Typo fix
[888] saxmatt Fixes, deleting implemented.
[888] nbachiyski Leave a comment to the ticket, even though it's fixed It's good to have a reference to the ticket without having to query Trac every time we run the test.
[8889] azaozz Publish postbox and post status select updates.
[8888] ryan Column hiding for links. see #7725
[8887] ryan s/ISP/Web Host/. Props msw0418. fixes #6831
[8886] ryan Don't show stick posts in recent posts widget. Props MtDewVirus. fixes #7739
[8885] ryan Fix core upgrade redirect. Props DD32. fixes #5560
[8884] ryan Plugin install cleanups from Simek. fixes #7717
[8883] ryan Move Show Settings into header and rename Advanced Options. Move preview links into submit box. see #7552
[8882] ryan Revert [8881], patch wasn't ready. see #7738
[8881] ryan Hook floated_admin_avatar to admin_init. Props DD32. fixes #7738
[8880] ryan ssh2 fs fixes from ShaneF and DD32. see #7690
[887] saxmatt Edit comments improvement, multiple comment delete not implemented yet.
[887] nbachiyski Don't use random string for action name
[8879] ryan Thumbnail and exif fixes from DD32. see #7622
[8878] ryan Add depth handling to comment_reply_link(). see #7635
[8877] ryan Add respondID and respondRoot args to cancelCommentReply(). see #7635
[8876] ryan Threaded comments improvements from DD32. see #7635
[8875] azaozz Edit/Save buttons and post status select changes.
[8874] azaozz Inline Documentation for general-template.php, props jacobsantos, fixes #5640
[8873] azaozz Inline Documentation for user.php, props jacobsantos, fixes #5512
[8872] azaozz Fix position of search tags box, props scohoust, fixes #7731
[8871] azaozz Fix "cursor in the air" in postboxes, fixes #7578
[8870] ryan Themes menu rewording. see #7552
[886] saxmatt Typo in previous commit.
[886] nbachiyski Remove reference to a fixed bug
[8869] ryan wp_list_comments() and threaded comment support. First cut. see #7635
[8868] ryan Don't allow submit box to be hidden. see #7552
[8867] azaozz Fix the position of the search field on all admin pages.
[8866] ryan Inline docs for wp-diff.php. Props jacobsantos. fixes #7662
[8865] ryan Handle ssh keys in ssf2 fs. Props ShaneF. see #7690
[8864] ryan Reorder comment actions. see #7552
[8863] ryan View links for posts and pages. see #7552
[8862] ryan Privacy Options for pages. see #7552
[8861] ryan Don't assign default to pass-by-ref var. Not compatible with all PHP versions. see #6815
[8860] ryan Column hiding for pages. see #7725
Note: See TracReports for help on using and creating reports.