{33} Commit messages (25668 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 (701 - 800 of 25668)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Changeset Author Message
[299] westi Add a test for actions using closures in PHP 5.3. See WP#10493
[301] westi Add a test for closures without arguments too.
[292] westi Add a test for do_action with a single keyed array as its argument. Relates WP#11241.
[439] westi Add a testcase for #WP18463 - wp_mail called with an address like <address@tld.com>
[302] westi Add a testcase for get_userdata(). See WP#13317.
[11900] markjaquith Add a the_terms filter, and use a default ", " sep. props scribu. fixes #10600
[12013] westi Add a title to the Home link output by wp_page_menu(). Fixes #10594 props amilanov.
[16044] westi Add a todo. See #14772.
[20083] duck_ Add a trailing colon for consistency with other widget labels. See #20158.
[19837] nacin Add a translator's comment. see #19924.
[14164] nbachiyski Add a translators comment to clarify what comes after at
[1104] dd32 Add a unit test for #21841
[11448] westi Add a wp_lostpassword_url() function to complete the set. Based on patch from ramiy fixes #9932.
[5251] rob1n Add ability to convert all categories to tags. fixes #4135
[14434] nacin Add ability to drag objects from meta boxes and drop them into your menu. Includes multiple-select before dragging. Select all is todo. Checkboxes remain non-JS fallback. props koopersmith, see #13247.
[13126] ryan Add ability to query by domain and/or path to get_blog_details(). Improve blog details caching. Use get_blog_details() in ms-settings.php so queries are cached. see #11644
[19536] nacin Add about.php maintenance/security release strings for translation. see #19346.
[19136] nacin Add about.php text/tabs to credits.php and freedoms.php. (Caution: Styles may settle during shipping.) see #18742.
[22619] ryan Add abstract methods back to WP_Image_Editor and refresh phpdoc. Props DH-Shredder, markoheijnen, kurtpayne, nacin see #6821
[10364] azaozz Add action "admin_enqueue_scripts" to make it easy for plugins to queue JavaScript and CSS for specific admin pages
[11155] azaozz Add action "in_widget_form" allowing plugins to add extra fields, don't show "Save" button if a widget doesn't have settings form, fixes #9651
[10362] azaozz Add action hook in admin footer so plugins can output scripts there on specific pages only, props GamerZ, fixes #8859
[13525] nacin Add action to top of widgets.php. props ptahdunbar, fixes #12190
[12164] ryan Add actions for option writes. Props apokalyptik
[14106] nacin Add actions to the form tags of user-new, user-edit, and post edit. props sivel, fixes #11933.
[12996] wpmuguru Add activate link for network plugins in single site install, props nacin, fixes #12139
[13082] dd32 Add add_plugins_page() function to add a submenu of the Plugins Page. Fixes #11377
[851] nacin Add add_post_terms() term factory method. see #96.
[14174] ryan Add add_users cap to allow distringuishing between adding and creating users.
[13775] dd32 Add additional columns to the Posts Comments view. Props arena. Fixes #11231
[20567] ryan Add additional files/dirs for removal and tidy up $_old_files. Props aldenta Fixes #20472
[17432] ryan Add additional promote_users checks. Show Add existing button only for multisite. Don't show bulk actions if user can't promote users. Show add new user menu if user has create_users but not promote_users. Props nacin. fixes #16501 for 3.1
[17431] ryan Add additional promote_users checks. Show Add existing button only for multisite. Don't show bulk actions if user can't promote users. Show add new user menu if user has create_users but not promote_users. Props nacin. fixes #16501 for trunk
[15250] nacin Add admin UI labels for menu items of unpublished posts. props koopersmith, fixes #13822. #stringchange
[17957] nacin Add admin body classes for the WP branch, WP version, and current admin color. props andy, fixes #17496.
[16432] markjaquith Add admin-bar class to body_class() if the admin bar is showing. fixes #15455
[2944] ryan Add admin-db include. Props donncha. fixes #1751
[6915] ryan Add admin_init action. fixes #5924
[5181] rob1n Add admin_xml_ns action to <html> in the admin header. Props jhodgdon. fixes #4077
[5309] rob1n Add admin_xml_ns to upload.php's <html>, since it doesn't use admin-header.php.
[3549] ryan Add alpha sort to wp_get_archives(). Props skippy. fixes #247
[23940] SergeyBiryukov Add alt attribute for selected image. see #19570.
[10744] azaozz Add alt text and filter to wp_get_attachment_image(), props Sam_a, fixes #8732
[19855] ryan Add an "Edit Site" submenu to the admin bar site menu when a super admin visits a blog dashboard. see #18188
[19950] nacin Add an @return. fixes #19974.
[11371] westi Add an action link to allow for plugins to be deleted individually. Also switch to storing the deletion information and redirecting before displaying. Fixes #9835 props DD32.
[7310] westi Add an action to allow plugins to add extra related links to the list. Fixes #6232.
[13048] ryan Add an echo arg to some general template functions. Props ShaneF. fixes #11842
[882] nbachiyski Add an error message in case the config file is missing
[935] nacin Add an explicit test for self-removal of actions.
[17579] dd32 Add an extra FTP_LANG_DIR override constant to short-circuit WP_Filesystem_Base::find_folder(WP_LANG_DIR);. See #11495
[294] westi Add an extra test for apply_filters_ref_array to test the result of the filter. See WP#12723
[13227] ryan Add an index on comment_parent to speed up wp_delete_comment() reparenting queries. fixes #12289
[13593] dd32 Add an update count bubble to the Updates menu. See #12517
[14881] ryan Add ancestor classes. Props filosofo. see #12812
[11009] azaozz Add and edit widget when js is disabled, see #9511
[4267] ryan Add and use delete class on delete buttons. Props mdawaffe. fixes #3187
[12396] azaozz Add another arg to 'get_comment_time' filter, props miqrogroove, fixes #11421
[616] nacin Add another assertion to test_wp_get_themes_default().
[16635] nbachiyski Add another pair of parentheses, so that the right-hand win_is_writable() isn't always called. Fixes #15616
[268] westi Add another real world example which links incorrectly in 2.8.6
[309] westi Add another test case for menu_page_url. See WP#13923 props nacin.
[7009] ryan Add approve and spam links
[7902] ryan Add arg as array. Props MtDewVirus. fixes #6924
[9092] ryan Add arg to comments_template() for requesting separating comments by type. see #7635
[7837] ryan Add arg to make special chars optional when generating passwords. fixes #6842 for 2.5
[7836] ryan Add arg to make special chars optional when generating passwords. fixes #6842 for trunk
[20025] nacin Add argument to get_theme_feature_list() to allow the tags to be returned without hitting the WP.org API. We'll be using this to translate tags. Remove trailing space in the 'Light' string. see #20103.
[20481] nacin Add arrays together in WP_Theme::get_allowed() to preserve keys (theme names could be numeric). props ocean90, fixes #15306.
[9017] azaozz Add arrow to "favorites" link
[6278] westi Add atom:self link to rss2 feeds per RSS Best Practices Profile. Fixes #5205 props lexhair and rubys.
[11747] azaozz Add attachment ID to the wp_generate_attachment_metadata filter, props taco1991, fixes #10494
[22323] koopersmith Add attachment details to the media sidebar. * Also moves most of the `Frame` view's `createSelection` method to a real `Selection` model (which inherits from the `Attachments` model). * Properly assigns the library within the `Gallery` state, allowing for the `Gallery` state to inherit from the `Library` state. see #21390.
[22247] koopersmith Add attachment display settings to the media modal. * Add a media view for button groups. * Add button dropdown containers. * Add a dropdown property to the button media model. fixes #22206, #21814, see #21390, #21813, #21598.
[9213] westi Add attachment support to wp_mail. Fixes #7787 props AaronCampbell.
[10691] ryan Add auth_cookie_expiration filter
[10685] ryan Add auth_redirect action
[22151] nacin Add author URI and complete theme URI to Twenty Ten. props DrewAPicture, fixes #22012.
[10728] azaozz Add author column to detached media, props scribu, fixes #9282
[3037] ryan Add author support to wp_title(). Props graeme. fixes #1615
[2154] rboren Add author_link filter.
[863] rboren Add author_name query and author permalinks.
[11851] ryan Add autosave_generate_nonces action. Props prettyboymp. fixes #10634
[7360] ryan Add avatar support to default theme.
[9207] ryan Add avatar_size arg. Props Otto42. see #7635
[23641] markjaquith Add back "Add New" next to h2 on Nav Menus screen. props DrewAPicture. see #23641
[16356] scribu Add back 'Submitted on ' text. Props zeo. See #14579
[22381] nacin Add back Update Services help. props DrewAPicture, fixes #22365.
[21181] nacin Add back an empty line removed in [21180].
[17529] ryan Add back compat fields to queried category objects. Props scribu, duck_. fixes #16857 for 3.1
[17528] ryan Add back compat fields to queried category objects. Props scribu, duck_. fixes #16857 for trunk
[19555] ryan Add back compat support for my-account-with-avatar admin bar node id. fixes #19426
[5899] ryan Add back compat to get_the_category. Props nbachiyski. fixes #4771
[5138] rob1n Add back in a question mark. Props foolswisdom. fixes #3143
[351] duck_ Add back knownWPBug for future automated ticket reopening, see [350]
[21974] nacin Add back the space between class names removed in [21914]. see #21871.
[1395] rboren Add back the trailing slash to paged permalinks.
[11146] azaozz Add background color on widget control with blue admin, props arena, fixes #9589
[898] nacin Add basic admin bar tests for #WP21117, a conflict between the 'new-content' parent node and a post type by the name of 'content'.
[14231] dd32 Add basic email/url validation to General options page. Prevents users entering a invalid Admin email or WordPress/Site Address which is not in URL form. Props technosailor for initial patch, slightly reworked. See #12868
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Note: See TracReports for help on using and creating reports.