| [24134]
|
potbot
|
POT, generated from r24131
|
| [24133]
|
potbot
|
POT, generated from r24131
|
| [24132]
|
potbot
|
POT, generated from r24131
|
| [24131]
|
lancewillett
|
Bundled themes: remove `the_title_attribute()` title attributes where it duplicates `the_title()` in anchor text. Props nacin, fixes #24203.
|
| [24130]
|
nacin
|
Better logic for preg_match() calls in ms-functions.php. fixes #24222.
|
| [24129]
|
nacin
|
Variables passed by reference do not need to be set first.
props kovshenin.
see #24222.
|
| [24128]
|
nacin
|
Remove an extra argument passed to get_the_content() in the deprecated the_content_rss().
props rlerdorf.
see #24210.
|
| [24127]
|
nacin
|
Terms list table:
* Don't call single_row() with an undeclared and unused $taxonomy argument.
* Don't define optional parameters before required parameters in the _rows() method. Make them required.
* Move empty( $terms ) check above other operations. This function was improperly returning an else case until [24123].
props rlerdorf.
see #24210.
|
| [24126]
|
nacin
|
Required arguments can't follow optional arguments.
Make required arguments optional in confirm_blog_signup().
Mark arguments as required in _future_post_hook(), the walker method display_element(), get_author_link() (deprecated), and the WP_Widget constructor.
props rlerdorf.
see #24210.
|
| [24125]
|
nacin
|
delete_user_setting() and remove_action() were getting called with too many args. props rlerdorf. see #24210.
|
| [24124]
|
SergeyBiryukov
|
Fix typo in phpdoc. props belloswan. fixes #24217.
|
| [24123]
|
SergeyBiryukov
|
Remove redundant echo calls from list tables. Don't mix string concatenation with direct output. see #24210.
|
| [24122]
|
SergeyBiryukov
|
Remove extraneous function parameters in wp_video_shortcode(). props rlerdorf. see #24210.
|
| [24121]
|
SergeyBiryukov
|
Remove extraneous function parameters in the wpdb class. props rlerdorf. see #24210.
|
| [24120]
|
SergeyBiryukov
|
Remove extraneous function parameters in the network admin. props rlerdorf. see #24210.
|
| [24119]
|
ocean90
|
Revisions UI update:
* Style status loading as a regular update message like on the other screens
* Move compare two checkbox to diff header to avoid an overlap on long post titles
* Restore color shades for the scope of changes visualisation
* Show tooltips while moving the slider handle
* Diff header styling
* Move color declarations to classic/fresh stylesheets
* Sync admin color stylesheets
props jrbeilke for initial patch. see #23935.
|
| [24118]
|
SergeyBiryukov
|
Fix typo in get_the_post_format_image(). props rlerdorf. see #23964. see #24210.
|
| [24117]
|
azaozz
|
Revert [24113], wp-tinymce.js.gz is missing couple of files.
|
| [24116]
|
ocean90
|
Optimize jQuery selector for checkbox synchronization. props SergeyBiryukov. see #24136.
|
| [24115]
|
nacin
|
WP_Query: If the post_type QV is an array with only one element, don't treat it as a multiple post type query.
If there is only one post type used by all taxonomies for a tax query, set the post type to the string.
fixes #24204.
|
| [24114]
|
helen
|
Better responsive CSS for post format switcher. Remove some JS debug cruft. props wonderboymusic. see #24046.
|
| [24113]
|
bumpbot
|
Compress scripts/styles: 3.6-beta1-24113. TinyMCE updated.
|
| [24112]
|
SergeyBiryukov
|
Remove excess margin on the menus accordion in IE7. props bobbravo2. fixes #24095.
|
| [24111]
|
SergeyBiryukov
|
Fix display of post format icons and post titles in IE7. props kovshenin. fixes #24120.
|
| [24110]
|
markjaquith
|
Fix the appearance of a blank media item due to [23893].
props kovshenin. fixes #24094.
|
| [24109]
|
potbot
|
POT, generated from r24100
|
| [24108]
|
potbot
|
POT, generated from r24100
|
| [24107]
|
potbot
|
POT, generated from r24100
|
| [24106]
|
potbot
|
POT, generated from r24100
|
| [24105]
|
potbot
|
POT, generated from r24100
|
| [24104]
|
potbot
|
POT, generated from r24100
|
| [24103]
|
potbot
|
POT, generated from r24100
|
| [24102]
|
potbot
|
POT, generated from r24100
|
| [24101]
|
potbot
|
POT, generated from r24100
|
| [24100]
|
bumpbot
|
Compress scripts/styles: 3.6-beta1-24100.
|
| [24099]
|
SergeyBiryukov
|
Remove unused variable and CSS class. see #24046.
|
| [24098]
|
markjaquith
|
Post format UI refresh.
* Post format switcher does not go away after clicking
* Refresh of format switcher style
* Highlighting of active post format
* Prompt text goes under the switcher
* Better animations
see #24046. props wonderboymusic, johnjamesjacoby, aaroncampbell, PeteMall.
Also, because I forgot it on [24006]: props saracannon.
|
| [24097]
|
SergeyBiryukov
|
Avoid an undefined variable notice. props lightningspirit. fixes #24190.
|
| [24096]
|
SergeyBiryukov
|
Fix typo in phpdoc. props jcastaneda. fixes #24185.
|
| [24095]
|
bumpbot
|
Compress scripts/styles: 3.6-beta1-24095.
|
| [24094]
|
markjaquith
|
Prevent a PHP Warning for $post_format.
props MZAWeb, kovshenin. see #24011.
|
| [24093]
|
markjaquith
|
the_post_format_gallery() (and Twenty Thirteen using it).
fixes #24126. props obenland, wonderboymusic.
|
| [24092]
|
markjaquith
|
Screen option for Post Format UI.
props nacin. see #23930.
|
| [24091]
|
markjaquith
|
Smarter structured post format caching.
fixes #24002. props kovshenin, wonderboymusic.
|
| [24090]
|
bumpbot
|
Compress scripts/styles: 3.6-beta1-24090.
|
| [24089]
|
markjaquith
|
Allow any post format to be default, not just ones with explicit support.
props SergeyBiryukov. fixes #24036.
|
| [24088]
|
markjaquith
|
Clean up gallery-mode toggling in post-formats.js and make sure it is set on first load.
see #24062
|
| [24087]
|
markjaquith
|
Force gallery state for gallery post format.
props lessbloat, wonderboymusic. fixes #24062.
|
| [24086]
|
bumpbot
|
Compress scripts/styles: 3.6-beta1-24086.
|
| [24085]
|
markjaquith
|
Restore the title visibility for Asides (but keep autogeneration fallback).
see #24011.
|
| [24084]
|
markjaquith
|
Fix some issues related to status/aside editor height changing.
props wonderboymusic. fixes #23992.
|
| [24083]
|
markjaquith
|
Fix issue with [embed] in post_format_compat.
props kovshenin. fixes #24070.
|
| [24082]
|
markjaquith
|
Fix redundant use of array_keys() around get_post_format_slugs().
props SergeyBirkukov, wonderboymusic. fixes #24089.
|
| [24081]
|
markjaquith
|
post-new.php?format=X will pre-fill the format, to allow for Post-Format-chosen-first editor jump-starting.
props kovshenin, wonderboymusic. fixes #24116.
|
| [24080]
|
markjaquith
|
Add a post_format_meta filter.
props alexkingorg. fixes #24162.
|
| [24079]
|
markjaquith
|
Allow the_post_format_image() to choose an image size late in the game.
props davidwilliamson, SergeyBiryukov. fixes #23945.
|
| [24078]
|
markjaquith
|
Fix mangled image output in compat function.
props wonderboymusic. see #24175.
|
| [24077]
|
markjaquith
|
Make the content area smaller for Aside/Status posts.
props wonderboymusic. fixes #23992.
|
| [24076]
|
azaozz
|
Upgrade to Plupload 1.5.7, fixes #24163
|
| [24075]
|
helen
|
Respect $compat values for the link format fallback output. props wonderboymusic. see #23347.
|
| [24074]
|
lancewillett
|
Twenty Thirteen: avoid setting absolute positioning and a magic height number for child comments. This allows for a more flexible layout. Props obenland, fixes #24172.
|
| [24073]
|
lancewillett
|
Twenty Thirteen: fix case where title in author bio was indented when avatars were disabled in Discussion settings. Props obenland, fixes #24167.
|
| [24072]
|
lancewillett
|
Twenty Thirteen: remove `hgroup` from the theme markup structure since it's been dropped from HTML5 spec. Props obenland for the starter patch. Fixes #24114.
|
| [24071]
|
lancewillett
|
Twenty Thirteen: avoid orphans in Aside date post meta. Props obenland, fixes #24166.
|
| [24070]
|
lancewillett
|
Twenty Thirteen: update JavaScript-based accessibility function hooked to `hashchange` event to verify user input correctly. Props mfields for the original patch.
Also add textarea to list of elements. See #23875.
|
| [24069]
|
nacin
|
Removed testing
|
| [24068]
|
nacin
|
Testing new repo
|
| [24067]
|
bumpbot
|
Compress scripts/styles: 3.6-beta1-24067.
|
| [24066]
|
markjaquith
|
Multiple improvements to image post format insertion and display.
* get_tag_regex() altered based on Unit Tests.
* Changes to post-formats.js to provide size and link context during image selection.
* Captions are now output in the_post_format_image() when present.
* The meta value for url is respected for the image post format when the HTML in the image meta doesn't include a link
props wonderboymusic. fixes #23965, #23964. see #24147, #24046.
|
| [24065]
|
nacin
|
dbDelta: When parsing out the DEFAULT value, avoid being too greedy. props hbanken, fixes #15948.
|
| [24064]
|
helen
|
CSS coding standards for [23995]. props SergeyBiryukov. see #23810.
|
| [24063]
|
nacin
|
Rename the show_post_format_ui filter to enable_post_format_ui. 'show' is a different concept - this filter entirely disables the UI. see #23929.
|
| [24062]
|
markjaquith
|
Fix some mangled HTML in image format posts compat.
props SergeyBiryukov. fixes #24147.
|
| [24061]
|
bumpbot
|
Compress scripts/styles: 3.6-beta1-24060.
|
| [24060]
|
nacin
|
Redirect after save on options-permalink.php to ensure permalinks are fully flushed. fixes #9296. see #14345 for more.
|
| [24059]
|
nacin
|
Wait until keyup to set the slug input on the post page, otherwise the final character is not stored. props SergeyBiryukov, fixes #23613.
|
| [24058]
|
nacin
|
Adjust some strings in wp-signup.php.
* Remove double space.
* Remove outer HTML.
props pavelevap, SergeyBiryukov.
fixes #22306.
|
| [24057]
|
nacin
|
Return false in get_post_format() if the post does not exist.
props adamsilverstein, ericlewis.
fixes #23255.
|
| [24056]
|
nacin
|
Add user_search_columns filter to WP_User_Query::prepare_query().
props aaroncampbell.
fixes #16366.
|
| [24055]
|
nacin
|
Image editors: multi_resize() should require height and width. Crop is now optional and defaults to false. props DH-Shredder. fixes #23884.
|
| [24054]
|
nacin
|
Document that fetch_feed() can accept multiple URLs, thus leveraging SimplePie's multifeed feature. props JustinSainton, fixes #22140.
|
| [24053]
|
nacin
|
Add wp_registration_url() and register_url filter.
props scribu, JustinSainton, SergeyBiryukov.
fixes #17950.
|
| [24052]
|
nacin
|
Remove ancient 'lookup' quicktag from the text editor. This had called up answers.com.
props mboynes, jonbishop, SergeyBiryukov.
fixes #23322.
|
| [24051]
|
nacin
|
Improve the performance of backslashit() by avoiding regular expressions. backslashit() is used heavily in date_i18n().
props jbutkus.
fixes #22286.
|
| [24050]
|
nacin
|
Add .displaying-header-text to the default themes, as the Custom Header page toggles this class. props obenland, fixes #24113.
|
| [24049]
|
nacin
|
Customize requires edit_theme_options. If you only have switch_themes (rare, but a case that core supports), you should not have access. fixes #21413.
|
| [24048]
|
nacin
|
Revert [23871] - Customize should be added to the menu, but not hacked in as first. see #21413.
|
| [24047]
|
nacin
|
WP Styles: Correctly print 'after' data when scripts are concatenated. props stephenh1988. fixes #20836.
|
| [24046]
|
nacin
|
Ensure that the resulting post time is localized after the date is changed. props SergeyBiryukov. fixes #24072.
|
| [24045]
|
SergeyBiryukov
|
Correct phpdoc for get_content_quote(). props kovshenin. see #24009.
|
| [24044]
|
bumpbot
|
Compress scripts/styles: 3.6-beta1-24044.
|
| [24043]
|
markjaquith
|
Hide the post title and auto-generate based on the post body, for the status and aside post formats.
props kovshenin. see #24011.
|
| [24042]
|
azaozz
|
Post locks:
- Show 'Saving revision...' while autosaving after a post has been taken over. Change to 'Your latest changes were saved as a revision.' when autosave completes.
- Make sure a user exists before using $user->display_name.
- Add 'post_lock_text' action for extending the message text.
|
| [24041]
|
bumpbot
|
Compress scripts/styles: 3.6-beta1-24041.
|
| [24040]
|
ocean90
|
Revisions JS: Fix typo. props westi . fixes #24136.
|
| [24039]
|
ocean90
|
Post Formats: Change post screen icon on selection. props markjaquith. fixes #24140.
|
| [24038]
|
bumpbot
|
Compress scripts/styles: 3.6-beta1-24038.
|
| [24037]
|
markjaquith
|
Hide Media button for Status and Aside post types.
props kovshenin. fixes #24013.
|
| [24036]
|
lancewillett
|
Twenty Thirteen: remove toolbar callback in functions.php -- and add an `!important` in its place in the stylesheet. Props obenland, fixes #24129.
|
| [24035]
|
lancewillett
|
Twenty Thirteen: search form fixes for IE7, and add fallback search type selector to RTL stylesheet, see r23961. Closes #23997.
|