{33} Commit messages (25604 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 (1401 - 1500 of 25604)

Changeset Author Message
[21683] koopersmith Add new media workflow scripts, styles, and templates. Please note that this commit does not integrate media into the existing UI. If you would like to see the new UI, navigate to the post editor and run the following in your browser's Javascript console: new wp.media.controller.Workflow().render().modal.open(); The Javascript is broken up into two files, with the slugs media-models and media-views. * media-models: The models are UI agnostic, and can be used independent of the views. If you'd like to create custom UIs, this is the script for you. * media-views: This is the Media Experience. The views (and controllers) depend on the models (which are listed as a dependency and will automatically be included thanks to wp_enqueue_script). The views also require the media templates, media-view styles, and the plupload bridge settings. Perhaps we should create a function to include the whole shebang, but in the meantime... To include media-views in the admin, run the following PHP in or after 'admin_enqueue_scripts': wp_enqueue_script( 'media-views' ); wp_enqueue_style( 'media-views' ); wp_plupload_default_settings(); add_action( 'admin_footer', 'wp_print_media_templates' ); see #21390.
[17861] koopersmith Add new metabox styles. see #17324.
[3513] ryan Add new page caps now that pages can be draft or publish. Brings page caps to parity with posts. Add delete caps for posts and pages. fixes #2382 #2336 #2301
[18318] dd32 Add new star.gif replacement with a Grey background (& White counterpart). Props chexee for star icons. Fixes #17428
[19986] azaozz Add new string to the proper i18n object, see #18311
[9614] ryan Add new user page
[16183] ryan Add new user page for network admin. Props PeteMall. see #14435
[18291] ryan Add no posts found message to templates. Props sorich87. fixes #17735
[22107] nacin Add no-customize-support to the body classes when the toolbar is showing. Allows for 'Customize' to be hidden when JS is disabled. props obenland, DrewAPicture. fixes #20896.
[13647] ryan Add no_found_rows argument to WP_Query::get_posts() to allow forcibly defeating SQL_CALC_FOUND_ROWS. Use no_found_rows for the query in get_boundary_post(). fixes #12557
[7978] ryan Add non-existent values instead of returning g false in update_post_meta(). Props filosofo. fixes #7018
[7540] ryan Add nonce and gettext to sidebar.php. Fix sidebar redirect.
[14730] markjaquith Add nonce protection for setting/removing featured post image. fixes #13438
[5478] ryan Add nonce to avoid AYS when restoring image header.
[5477] ryan Add nonce to avoid AYS when restoring image header.
[14725] ryan Add nonce to menu-locations-save. Props koopersmith. see #13378
[21837] nacin Add nonce_user_logged_out filters to wp_create_nonce() and wp_verify_nonce() for when there is no user ID. Provides plugins the ability to tie a nonce to some other characteristic of the session. props sc0ttkclark, fixes #21111.
[5407] ryan Add nonces to default theme.
[5406] ryan Add nonces to importers
[5405] ryan Add nonces to importers
[5404] ryan Add nonces to importers
[17262] nacin Add nonces to instances where the list table display() method is overridden. see #16188.
[8917] azaozz Add nonces to quick edit, see #6815
[5941] ryan Add nonces to tag importers. Props xknown. fixes #4811
[18807] markjaquith Add note about why double-serialization is done. props SergeyBiryukov. fixes #16597
[16690] scribu Add note about wp_next_scheduled() in wp_schedule_event(). See #14668
[21180] nacin Add note to get_allowed_mime_types() about the upload_mimes filter. props JustinSainton. fixes #20990.
[11405] azaozz Add nowrap for a.button, fixes #9884
[1394] rboren Add null check to $functions in apply_filters(). http://www.kackreiz.net/wordpress.php
[11407] ryan Add number_format_i18n filter. Props kambiz.k. fixes #7753
[2908] ryan Add object awareness to WP_Query. Props skeltoac. fixes #1700
[3867] ryan Add offset support to query_posts(). Props Mark Jaquith. fixes #2558
[9217] ryan Add opt-in optioon for comment hotkeys. Props nbachiyski. fixes #7643
[9871] ryan Add option defaults. Add arg to get_user_option() to avoid querying options table if user option is missing. see #8229
[6284] ryan Add option for ordering retrieved terms by slug or term_group. Props michelwp. fixes #5245
[7112] ryan Add option to check caps when querying a particular page status. fixes #6052
[7109] ryan Add option to check caps when querying a particular post status. fixes #6052
[10905] ryan Add option to check if term exists with given parent. Update ajax add-cat check to pass parent when checking if cat exists.
[5605] rob1n Add option to exclude pages to pages widget. see #4259
[12092] ryan Add option to optimize tables
[11018] ryan Add option to run wpautop for text widget. Props Denis-de-Bernardy. fixes #5113
[11319] ryan Add option to send password to users created from admin. Props Denis-de-Bernardy. fixes #9669
[11342] ryan Add option to wp_die to display a go back link. Props nbachiyski. fixes #5167
[17986] nacin Add option_page_capability_$option_page filter. see #14365.
[12821] ryan Add optional comment ID argument to comment template functions. Props filosofo. fixes #12006
[9212] ryan Add optional path arg to load_theme_textdomain(). Props filosofo. fixes #6951
[13171] ryan Add optional post ID arg to get_comments_link(). Props scribu. fixes #12249
[6899] ryan Add optional post ID arg to the_category and get_the_category_list. Props filosofo. fixes #5050
[3298] ryan Add optional user_id arg.
[7686] ryan Add or remove class=aligncenter when aligning images in TinyMCE. Props azaozz. fixes #6645 for 2.5
[7687] ryan Add or remove class=aligncenter when aligning images in TinyMCE. Props azaozz. fixes #6645 for trunk
[11457] ryan Add orderby = none option to wp_get_object_terms(). Props vladimir_kolesnikov. fixes #9937
[17353] nacin Add orderby and order hidden fields to each list form, to allow for state. props SergeyBiryukov, fixes #16341.
[11415] ryan Add orderby=none. Props DD32. fixes #9819
[2950] ryan Add ordered list tags to kses. fixes #1761
[23649] SergeyBiryukov Add orientation information to gallery items. props obenland. fixes #23695.
[18199] ryan Add padding to search subtitle. Props kawauso. fixes #17634
[10950] ryan Add page class to get_boddy_class(). Props nathanrice. fixes #9514
[10947] ryan Add page classes to page attachments. Props minusfive. fixes #9472
[9063] azaozz Add page options to edit/write page, remove the IE6 scrollbar hack (seems not to be needed any more), add the min-width to all admin pages, add the Page Options link to the end of the breadcrumbs
[6184] ryan Add page sanitization. Props xknown. fixes #5135 for 2.3
[6185] ryan Add page sanitization. Props xknown. fixes #5135 for trunk
[7047] ryan Add page saved notice.
[4120] ryan Add page specific admin_head action. Add admin_print_scripts actions.
[2020] rboren Add page template headers.
[22067] nacin Add page templates to the Twenty Twelve POT file. Remove tags from theme POT files. fixes #22016.
[11054] ryan Add page-id-x class to body for pages. jamescollins. see #7939
[1531] rboren Add pagename query var.
[10097] ryan Add paging links above comments list. Props Viper007Bond. fixes #8219
[11251] westi Add paging support to get_pages(). Fixes #4531 props DD32.
[8079] ryan Add paging to Manage->Categories. fixes #7136
[8078] ryan Add paging to Manage->Categories. fixes #7136
[8089] ryan Add paging to Manage->Pages. see #6561
[2481] ryan Add paging to Manage->Posts. http://mosquito.wordpress.org/view.php?id=1177
[8939] ryan Add paging to Walker class. Props hailin. fixes #7743
[18004] nacin Add paragraph tags around the blocks of contributors. see #17532.
[11374] azaozz Add param to the widget_display_callback hook, props Denis-de-Bernardy, fixes #9852
[9145] ryan Add parent arg to get_pages(). Props DD32. fixes #7247
[14876] ryan Add parent classes to nav menu. Props filosofo. see #12812
[13778] dd32 Add parent selection support for custom post_types to the Page Attributes metabox. See #12643
[2190] rboren Add parse_query_vars() and parse_query action.
[3789] ryan Add parse_request, send_headers, and wp actions.
[10847] ryan Add per page option to Screen Options for comments, posts, pages, and media.
[10908] ryan Add per page screen option for categories
[10909] ryan Add per page screen option for tags
[11027] ryan Add per page screen option to plugins page. see #9527
[7868] ryan Add per post counting to wp_count_comments(). Props josephscott. fixes #6884
[8063] ryan Add php end tag. fixes #7111
[14634] westi Add phpDoc for convert_to_screen() and get_column_headers().
[7241] westi Add phpDoc with copyright and licencing info to external ftp libs. Fixes #6155 props DD32.
[12151] azaozz Add phpdoc and extra filter to file.php, props dd32, fixes #11002
[23714] SergeyBiryukov Add phpdoc for $attr argument of wp_get_attachment_image(). props GaryJ. fixes #23791.
[1259] SergeyBiryukov Add phpdoc for WP_UnitTest_Factory public variables. props bobbravo2. fixes #24079.
[18658] nacin Add phpdoc for default arg for get_option(). props amereservant, solarissmoke, fixes #17819.
[18862] azaozz Add phpdoc for the section title, see #18690
[18863] nacin Add phpdoc for two WP_Screen methods. props jorbin, see #18785.
[12914] westi Add phpdoc to all the add_*_page functions. Rename arguments to empasise that people should be using Capabilities not User Levels and named hooks not __FILE__. See #12101.
[4185] ryan Add ping status to autosave post array. Props skeltoac.
[10999] ryan Add plugin filter by status. Move help verbage to contextual help. see #9527
[4110] ryan Add plugin page load hooks. Useful for queueing scripts for a particular plugin page.
Note: See TracReports for help on using and creating reports.