{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 (601 - 700 of 25602)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Changeset Author Message
[23092] koopersmith Add a canonical location for media frames, an alias to fetch attachments, and frame caching to custom header. fixes #22775.
[21153] nacin Add a check that previously fell through to the next branch in map_meta_cap(). for 3.4.
[16028] nacin Add a class to 'Your comment is awaiting moderation' in the comment walker and Twenty Ten's callback. fixes #15206.
[22162] koopersmith Add a class to the TinyMCE view end marker. Certain TinyMCE plugins scan for all spans in the document and remove any that do not have classes (or a handful of other attributes). This is quite aggressive, and breaks the regex used to scan for MCE views when transforming them back to plain text. Adding a class ensures that any plugins that do so will not break MCE views. see #21812, #21390.
[22473] nacin Add a class. see #16416.
[676] nacin Add a comment next to the only remaining call to wp_delete_user() in the testcases. (This one is okay.)
[22005] nacin Add a comment to get_shortcode_regex() mentioning its near clones elsewhere. see #21996.
[474] nacin Add a comment.
[11049] azaozz Add a complementary get_* function for posts_nav_link(), props filosofo, fixes #9094
[15225] nacin Add a constant for allow_subdirectory_install as conventional plugins have to be disabled on network.php. fixes #13844.
[872] nacin Add a constant to force known bugs and update the sample test config. see #49.
[355] westi Add a copy of PHPMailer from WordPress 3.2. We need to apply some hacks to make it testable - will try and work with upstream once I have this working to get them rolled back into core PHPMailer.
[252] westi Add a couple more tests for make_clickable().
[22950] ryan Add a create_posts check to _wp_translate_postdata(). Move the edit_post check to the top of the function. Props nacin fixes #22417
[2645] matt Add a default About page on install.
[6951] ryan Add a default for post_conten_filtered
[22869] ryan Add a delete link to the media modal. Props merty, nacin, koopersmith fixes #22524
[24251] nacin Add a delimiter to _wp_filter_build_unique_id()'s handling of static method callbacks. props scribu, fixes #23265.
[22245] koopersmith Add a down arrow button. see #21598, #21390, #21813.
[19125] nacin Add a few characters to remove_accents(). props SergeyBiryukov. props ampt for [UT471]. fixes #9591.
[518] westi Add a file to contain test cases for xmlrpc methods tested by calling internally and add a test case for the disabled by default behaviour.
[23565] SergeyBiryukov Add a filter for attributes on menu item links. props simonwheatley, DrewAPicture, SergeyBiryukov, nacin. fixes #16738.
[23775] helen Add a filter for get_the_url(). Make sure get_the_url() also checks for the quote post format, as it currently has a URL field. see #23570.
[17857] westi Add a filter in postbox_classes on the classes being returned so you can add ones to your metabox easily if you want. See #17323
[8958] westi Add a filter on $excerpt_length. Fixes #7778 props dougal.
[10412] westi Add a filter to allow post-by-email plugins better control over the content.
[9009] westi Add a filter to get_usernumposts. Fixes #7786 props Malaiac.
[18649] nacin Add a filter to is_multi_author(). props Viper007Bond, fixes #18600.
[7444] westi Add a filter to the jpeg_quality to allow for it to be modified. Fixes #6289.
[16047] westi Add a filter to the mime type list displayed in the iframe media uploader when viewing the media library. Fixes #6348 props wojtek.szkutnik
[10497] azaozz Add a filter to the post states list, props johnbillion, fixes #9033
[11253] westi Add a filter to the result of wp_get_object_terms(). Fixes #8704 props Denis-de-Bernardy.
[12012] westi Add a filter to the_author_posts_link(). Fixes #10691 props sirzooro and filosofo.
[21874] nacin Add a filter to wp_get_update_data. props usermrpapa, SergeyBiryukov. fixes #17838.
[20710] nacin Add a filter to wp_terms_checklist() that wraps the function's arguments. Mainly designed to allow checked_ontop to be turned off. props husobj. fixes #20054.
[14657] nacin Add a form action to network.php. props xibe, see #13383.
[13527] dd32 Add a front end Ajax handler. Props Denis-de-Bernardy. See #12400
[11317] azaozz Add a function to output a generic widget anywhere in a template, props Denis-de-Bernardy, fixes #9701
[5189] rob1n Add a function to unify private posts SQL based on capabilities -- get_private_posts_cap_sql(). Usage: get_private_posts_cap_sql($type), where $type is either 'post' or 'page'. Props molecularbear. fixes #3861
[18546] westi Add a general filter to wp_unique_post_slug to allow for full customisation of the uniqueness functionality. Fixes #14111.
[23776] helen Add a generic `get_attached_media()` function and use it in get_attached_audio|video|images. Add filters for the query args and resulting array. fixes #23843.
[6410] ryan Add a get_stylesheet_dir to sprintf in get_theme_mod. Props andy. fixes #5398
[18530] nbachiyski Add a gettext context to the Standard post format string in Press This to match other usages of Standard in a post format context
[14469] iammattthomas Add a home link to the navigation in twenty ten. Props iandstewart.
[11455] azaozz Add a hook in print_footer_scripts as in print_head_scripts, props arena, fixes #9856
[5579] rob1n Add a is_user_logged_in() check.
[20666] ryan Add a link to the Customizer from the Admin Bar appearance menu. Props sabreuse. fixes #20575
[6432] westi Add a link to the post a comment is for when editing a comment. Fixes #4345 props mgrouchy,
[4212] matt Add a little class to our links list
[9364] markjaquith Add a little padding to a.button, for to benefit glorious nation Webkit rounded corners
[22000] nacin Add a login_body_class filter to login_header(). fixes #21133.
[20625] nacin Add a max of 999 to the screen options items per page input. props georgestephanis. fixes #20420.
[23454] SergeyBiryukov Add a missing closing tag. fixes #23510. see #14358.
[19454] dd32 Add a missing translation. Props yuraz, vanillalounge. Fixes #19359
[18090] westi Add a ms_user_row_actions filter on the actions array for the Network Users table. Fixes #15932 props sorich87
[14369] westi Add a nag message for themes which are relying on the deprecated behaviour.
[11162] westi Add a nag message if the user is still using an auto-generated password. See #9710 props DD32.
[361] dd32 Add a new TestData set based off the latest Theme Test Data files.
[241] westi Add a new command line option '-n' which stops the drop_tables() call at the end to allow database to be examined when investigating test failures.
[258] westi Add a new test theme with page templates in a sub directory.
[16547] westi Add a nonce check on the confirm links in the Network Admin stage one.
[22212] koopersmith Add a nonce to wp_ajax_save_attachment. see #21390, #21807.
[18016] ryan Add a nonce.
[17992] ryan Add a nonce.
[17194] nacin Add a note about E_DEPRECATED in wp_debug_mode() because I keep seeing reports about people trying to define it.
[15560] nacin Add a note about REMOTE_ADDR behind proxies.
[17951] markjaquith Add a per-post-type nav menu items filter for plugin control. props aaroncampbell. see #16075
[11325] westi Add a permalink_structure_changed action to allow plugins to do something once the new structure has been applied to WP_Rewrite.
[16138] westi Add a post class if a password is required for the post to be displayed. See #13860 props zeo.
[15661] nacin Add a post type class to screen icons. props jfarthing84 for initial patch. see #14959.
[24080] markjaquith Add a post_format_meta filter. props alexkingorg. fixes #24162.
[21169] nacin Add a post_link_category filter to the permalink generation process. This allows a plugin to easily change which category gets represented in the URL. Previously, it went off the category with the smallest ID. props aaroncampbell fixes #18752
[2501] ryan Add a precautionary is_array() check around the plugin loading loop. http://mosquito.wordpress.org/view.php?id=1015
[5683] ryan Add a prophylactic sanitize_user()
[6817] ryan Add a prophylactic specialchars to the object in explain nonce. see #5838
[1213] nacin Add a revisions capability test for when the post cannot be edited once published because the edit_published_posts cap is denied. See [1212/tests]. See #16847. Trims westi's whitespace.
[23120] nacin Add a sane, inclusive HTML element/attribute schema to TinyMCE. TinyMCE 3.4.x (shipped with WordPress 3.4.x) had an HTML4-based schema definition, with HTML5 elements added to it. TinyMCE 3.5.x (shipping, again coincidentally, with WordPress 3.5) allows for HTML5 schema support, which also provides for full HTML5 attribute support. The problem is its HTML5 schema excludes all HTML4 elements and attributes that were dropped in the HTML5 spec, which is unacceptable behavior. This "duck punch" of TinyMCE's Schema.js file creates a new, sane schema. It is TinyMCE's HTML4 and HTML5 schema definitions recursively merged. Objects are not whitelisted in either schema to allow for embed elements as child nodes, so object, param, and embed remain separately whitelisted in the WordPress TinyMCE plugin. Our attempts to add other attributes in said plugin is now superceded. props koopersmith, azaozz. fixes #22790.
[13428] nacin Add a sanity check in install.php, accounting for whether PHP is running. fixes #11728
[13319] ryan Add a selection of headers to twentyten. see #9015
[12993] ryan Add a separate show_ui flag for post types. see #9674
[283] westi Add a set of test cases for sanitize_text_field() including the UTF8 ones hilighted by WP#11528.
[22321] koopersmith Add a sidebar to the media modal. * Adds `wp.media.view.Sidebar`, to aid in rendering the sidebar. * Removes the `directions` from the `Attachments` view and shifts search into a separate view (`wp.mce.view.Search`) that can be relocated at will. This also serves to simplify the `Attachments` view by removing the nested `list` and `$list` parameters. * Show the toolbar on the featured image workflow, effectively requiring confirmation before closing the dialog. see #21390, #21776, #21808.
[352] westi Add a simple bash script to run the tests to make my life a little easier.
[497] westi Add a simple extra size test for the potential improvements of #WP11214.
[16522] nacin Add a simple filter to allow removing the recent comments default widget styles. fixes #15493, see #14876.
[282] westi Add a simple import with serialized postmeta test case which hilights the issue in WP#10619.
[360] westi Add a simple test script for sending real emails with wp_mail to check that it actually works too.
[8152] hansengel Add a slide effect for menus collapsing/expanding
[11184] azaozz Add a space between image and name in bookmark-template.php, props sivel, fixes #8608
[19656] nacin Add a space.
[13523] nacin Add a tables_to_repair filter. fixes #11707
[253] westi Add a test case for the setup of the broken themes global by get_themes() relates to WP#10999.
[270] westi Add a test case for wpautop based on the new first post text from #11008.
[1006] nacin Add a test case that passed with the lack of a character class added in [WP21719]. see #WP21624.
[622] markjaquith Add a test for ?name=incomplete-post-slu redirection
[304] westi Add a test for WP#12860.
[1025] nacin Add a test for XML-RPC's deprecated login_pass_ok method. Rename enabled.php to basic.php - generic enough that it shouldn't change again.
[978] nacin Add a test for a non-declared wpdb property. see #WP18510.
[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.
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.