Lance Willett
|
944434824e
|
Twenty Fourteen: implement UX features in spite of being non-standard CSS selectors that won't validate. @viewport for a better touch experience on Windows, and ::selection for better text selection styles. See #25888 and #25898, props celloexpressions.
Built from https://develop.svn.wordpress.org/trunk@26069
git-svn-id: http://core.svn.wordpress.org/trunk@25989 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-09 23:16:09 +00:00 |
|
Andrew Nacin
|
867447c489
|
Avoid JSHint errors in admin comment.js. Declare globals, use single quotes.
props jorbin.
fixes #25885.
Built from https://develop.svn.wordpress.org/trunk@26068
git-svn-id: http://core.svn.wordpress.org/trunk@25988 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-09 21:30:10 +00:00 |
|
Andrew Nacin
|
8789532eb8
|
Avoid JSHint errors in color-picker.js. One var , single quotes, add missing semicolon, declare wpColorPickerL10n as global.
props jorbin.
fixes #25877.
Built from https://develop.svn.wordpress.org/trunk@26067
git-svn-id: http://core.svn.wordpress.org/trunk@25987 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-09 21:29:09 +00:00 |
|
Andrew Nacin
|
c81508dc43
|
Avoid JSHint errors. Use dot notation when able and declare pwsL10n as a global.
props jorbin.
fixes #25870.
Built from https://develop.svn.wordpress.org/trunk@26065
git-svn-id: http://core.svn.wordpress.org/trunk@25986 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-09 21:21:10 +00:00 |
|
Lance Willett
|
d485bc61f3
|
Twenty Fourteen: remove non-standard ::selection selectors. Closes #25898.
Built from https://develop.svn.wordpress.org/trunk@26062
git-svn-id: http://core.svn.wordpress.org/trunk@25985 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-09 18:47:10 +00:00 |
|
Sergey Biryukov
|
47151b3534
|
Add @return for WP_Query::parse_search(). props tivnet. fixes #25894.
Built from https://develop.svn.wordpress.org/trunk@26061
git-svn-id: http://core.svn.wordpress.org/trunk@25984 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-09 16:05:10 +00:00 |
|
Sergey Biryukov
|
297e714932
|
Declare the variable before using it. props tivnet. fixes #25895 for trunk.
Built from https://develop.svn.wordpress.org/trunk@26060
git-svn-id: http://core.svn.wordpress.org/trunk@25983 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-09 15:53:09 +00:00 |
|
Lance Willett
|
dee70a91a6
|
Twenty Fourteen: when header is more than 48px tall (like two lines of menu items), unfix the header so it doesn't overlap the page content. Props iamtakashi, fixes #25554.
Built from https://develop.svn.wordpress.org/trunk@26059
git-svn-id: http://core.svn.wordpress.org/trunk@25982 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-09 15:32:09 +00:00 |
|
Lance Willett
|
750258a7c6
|
Twenty Fourteen: fix gallery layout issue in IE, props jartes and iamtakashi. Fixes #25625.
Built from https://develop.svn.wordpress.org/trunk@26057
git-svn-id: http://core.svn.wordpress.org/trunk@25981 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-09 00:18:09 +00:00 |
|
Scott Taylor
|
53a2c3a181
|
Produce proper CAST for DECIMAL and NUMERIC in Meta Query. Adds a bunch of unit tests.
Props ericlewis.
Fixes #23033.
Built from https://develop.svn.wordpress.org/trunk@26055
git-svn-id: http://core.svn.wordpress.org/trunk@25980 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-08 23:11:08 +00:00 |
|
Andrew Ozz
|
753e745796
|
Merge the Widgets Area Chooser feature plugin. First run, see #25821
Built from https://develop.svn.wordpress.org/trunk@26054
git-svn-id: http://core.svn.wordpress.org/trunk@25979 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-08 23:05:10 +00:00 |
|
Scott Taylor
|
5129b9d0ff
|
Respect the compare operator value in meta_query when value evaluates to null . Adds Unit Test.
Props bradyvercher, gradyetc.
Fixes #22967.
Built from https://develop.svn.wordpress.org/trunk@26053
git-svn-id: http://core.svn.wordpress.org/trunk@25978 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-08 22:52:08 +00:00 |
|
Scott Taylor
|
275f39216a
|
Don't convert URLs inside <pre> and <code> tags when parsing string using make_clickable() .
Adds Unit Tests.
Props johnjamesjacoby, helen, nacin, adamsilverstein, sirbrillig.
Fixes #23756.
Built from https://develop.svn.wordpress.org/trunk@26052
git-svn-id: http://core.svn.wordpress.org/trunk@25977 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-08 22:38:10 +00:00 |
|
Sergey Biryukov
|
6bf2d27c98
|
Remove old debug comment. props nofearinc. fixes #25865.
Built from https://develop.svn.wordpress.org/trunk@26051
git-svn-id: http://core.svn.wordpress.org/trunk@25976 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-08 22:24:09 +00:00 |
|
Scott Taylor
|
734fe0f6ad
|
Split the content to balance open tags when <!--nextpage--> and <!--more.*?--> are used. Needs filter inline docs. The 4 unit tests that were previously failing for ticket 6297 now pass.
See #6297.
Props devesine.
Built from https://develop.svn.wordpress.org/trunk@26050
git-svn-id: http://core.svn.wordpress.org/trunk@25975 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-08 22:22:11 +00:00 |
|
Sergey Biryukov
|
e15b51efa3
|
Pass correct 'type' parameter to 'upgrader_process_complete' action in Theme_Upgrader.
props bamadesigner.
fixes #25882 for trunk.
Built from https://develop.svn.wordpress.org/trunk@26049
git-svn-id: http://core.svn.wordpress.org/trunk@25974 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-08 17:04:09 +00:00 |
|
Lance Willett
|
0f8be808ff
|
Twenty Fourteen: fix case of featured posts has_tag() check that was adding an empty footer element. See #25868, props iamtakashi.
Built from https://develop.svn.wordpress.org/trunk@26048
git-svn-id: http://core.svn.wordpress.org/trunk@25973 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-08 05:54:10 +00:00 |
|
Lance Willett
|
1b98c32e7a
|
Twenty Fourteen: performance win by reducing the number of post thumbnail sizes needed in the theme. Props iamtakashi, closes #25876.
Built from https://develop.svn.wordpress.org/trunk@26047
git-svn-id: http://core.svn.wordpress.org/trunk@25972 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-08 05:31:09 +00:00 |
|
Dion Hulse
|
90b6ccc88d
|
Add some missing braces to get_bookmarks() which was causing an early return. Introduced in [25934]. See #25468. Fixes #25874
Built from https://develop.svn.wordpress.org/trunk@26046
git-svn-id: http://core.svn.wordpress.org/trunk@25971 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-08 02:20:10 +00:00 |
|
Lance Willett
|
8e494481f8
|
Twenty Fourteen: add brief inline help text for Featured Content controls in Customizer. See #25837.
Built from https://develop.svn.wordpress.org/trunk@26045
git-svn-id: http://core.svn.wordpress.org/trunk@25970 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-08 01:09:10 +00:00 |
|
Lance Willett
|
d929fcd8c2
|
Twenty Fourteen: legibility improvements for small sidebar text. Fixes #25827 props iamtakashi.
Built from https://develop.svn.wordpress.org/trunk@26044
git-svn-id: http://core.svn.wordpress.org/trunk@25969 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-08 00:55:09 +00:00 |
|
Lance Willett
|
4a460f3779
|
Twenty Fourteen: better override for Background and Colors descriptions in Customizer, props obenland. See #25869.
Built from https://develop.svn.wordpress.org/trunk@26039
git-svn-id: http://core.svn.wordpress.org/trunk@25968 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-07 20:37:08 +00:00 |
|
Lance Willett
|
996e9823d7
|
Twenty Fourteen: add contextual help text to Background and Colors controls in Customizer, using the description field. Props rachelbaker, see #25869.
Built from https://develop.svn.wordpress.org/trunk@26038
git-svn-id: http://core.svn.wordpress.org/trunk@25967 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-07 20:28:11 +00:00 |
|
Lance Willett
|
5420155231
|
Twenty Fourteen: move all controls for managing Featured Content to the Customizer. Also implement smart fallbacks to not using a custom tag with the "featured" tag and sticky posts. Props obenland and celloexpressions, see #25549.
Built from https://develop.svn.wordpress.org/trunk@26037
git-svn-id: http://core.svn.wordpress.org/trunk@25966 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-07 20:25:09 +00:00 |
|
Lance Willett
|
26c7409f9c
|
Twenty Fourteen: clean up inconsistencies in content template files. Props iamtakashi, fixes #25868.
Built from https://develop.svn.wordpress.org/trunk@26036
git-svn-id: http://core.svn.wordpress.org/trunk@25965 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-07 19:05:09 +00:00 |
|
Andrew Ozz
|
87570ff683
|
jshint: fixes for revisions.js, props adamsilverstein, fixes #25864.
Built from https://develop.svn.wordpress.org/trunk@26035
git-svn-id: http://core.svn.wordpress.org/trunk@25964 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-07 18:14:10 +00:00 |
|
Lance Willett
|
d028b169d2
|
Twenty Fourteen: remove the pattern image used as a placeholder for featured images. This greatly improves the "first run" experience of the theme and gives it a more general appeal as a blog theme by putting less of a requirement on featured images. Props iamtakashi, fixes #25859.
Built from https://develop.svn.wordpress.org/trunk@26034
git-svn-id: http://core.svn.wordpress.org/trunk@25963 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-07 17:29:10 +00:00 |
|
Sergey Biryukov
|
b9387f0621
|
Add missing semicolon after wpLink object definition. props mt8.biz. fixes #25862.
Built from https://develop.svn.wordpress.org/trunk@26033
git-svn-id: http://core.svn.wordpress.org/trunk@25962 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-07 10:42:09 +00:00 |
|
Dion Hulse
|
560b0c8b0a
|
Fix a case where wp_guess_url() would leave a prefixed path in the generated URL when symlinks were involved. Fixes #25797
Built from https://develop.svn.wordpress.org/trunk@26031
git-svn-id: http://core.svn.wordpress.org/trunk@25961 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-07 03:34:10 +00:00 |
|
Lance Willett
|
904acbc865
|
Twenty Fourteen: minor template fixes and a placeholder screenshot.
Built from https://develop.svn.wordpress.org/trunk@26030
git-svn-id: http://core.svn.wordpress.org/trunk@25960 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-06 23:54:10 +00:00 |
|
Andrew Ozz
|
0743625aed
|
Add X-UA-Compatible meta tag in the admin, locking the compatibility mode in IE to the highest supported document mode. Fixes #25575.
Built from https://develop.svn.wordpress.org/trunk@26029
git-svn-id: http://core.svn.wordpress.org/trunk@25959 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-06 23:49:09 +00:00 |
|
Sergey Biryukov
|
bf6f02320a
|
A negative term parent value should be sanitized to 0, not 1. Fix a regression in sanitize_term_field() caused by [26010].
props mattheu for initial patch.
fixes #25852.
Built from https://develop.svn.wordpress.org/trunk@26028
git-svn-id: http://core.svn.wordpress.org/trunk@25958 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-06 23:41:09 +00:00 |
|
Sergey Biryukov
|
23de998e29
|
Fix inverted logic for displaying the 'Broken Theme' string. props pavelevap. fixes #25465.
Built from https://develop.svn.wordpress.org/trunk@26027
git-svn-id: http://core.svn.wordpress.org/trunk@25957 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-06 22:40:08 +00:00 |
|
Lance Willett
|
35af8942ab
|
Twenty Fourteen: add full-width featured images for layouts without a content sidebar, but use wp_is_mobile() to load smaller-sized images for mobile. Props iamtakashi, fixes #25758.
Built from https://develop.svn.wordpress.org/trunk@26026
git-svn-id: http://core.svn.wordpress.org/trunk@25956 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-06 20:40:10 +00:00 |
|
Sergey Biryukov
|
72d4b140fb
|
Make Twenty Fourteen the default theme. props markmcwilliams. fixes #25702.
Built from https://develop.svn.wordpress.org/trunk@26024
git-svn-id: http://core.svn.wordpress.org/trunk@25955 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-06 20:02:09 +00:00 |
|
Lance Willett
|
1c6e90efb0
|
Twenty Fourteen: add missing sidebar for post format archives. Props iamtakashi, fixes #25842.
Built from https://develop.svn.wordpress.org/trunk@26023
git-svn-id: http://core.svn.wordpress.org/trunk@25954 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-06 16:12:09 +00:00 |
|
Sergey Biryukov
|
918e8bab96
|
Remove irrelevant @see references. props mt8.biz. fixes #25843.
Built from https://develop.svn.wordpress.org/trunk@26022
git-svn-id: http://core.svn.wordpress.org/trunk@25953 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-06 10:17:09 +00:00 |
|
Lance Willett
|
16831f259d
|
Twenty Fourteen: improvements to Accent Color behavior, including a case where options were published too soon. Props celloexpressions, fixes #25580.
Built from https://develop.svn.wordpress.org/trunk@26021
git-svn-id: http://core.svn.wordpress.org/trunk@25952 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-05 23:29:08 +00:00 |
|
Lance Willett
|
c1b0fa9039
|
Twenty Fourteen: add Audio post format support. Props celloexpressions, closes #25807.
Built from https://develop.svn.wordpress.org/trunk@26020
git-svn-id: http://core.svn.wordpress.org/trunk@25951 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-05 21:52:09 +00:00 |
|
Lance Willett
|
52d6bb332d
|
Twenty Fourteen: remove a todo.
Built from https://develop.svn.wordpress.org/trunk@26019
git-svn-id: http://core.svn.wordpress.org/trunk@25950 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-05 21:49:08 +00:00 |
|
Lance Willett
|
b093d548fc
|
Twenty Fourteen: add print styles, props iamtakashi. Closes #25830.
Built from https://develop.svn.wordpress.org/trunk@26018
git-svn-id: http://core.svn.wordpress.org/trunk@25949 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-05 16:43:09 +00:00 |
|
Dion Hulse
|
c9683257db
|
Core Upgrader: Include an unmodified $wp_version in Core_Upgrader::upgrade(). This protects against cases where the global $wp_version has been modified. See #25772
Built from https://develop.svn.wordpress.org/trunk@26017
git-svn-id: http://core.svn.wordpress.org/trunk@25948 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-05 06:23:10 +00:00 |
|
Dion Hulse
|
9d011a0556
|
Core Upgrader success statistics: Pass the version of WordPress we're upgrading from, as well as the version being upgraded to. Props nacin. See #25772 for trunk
Built from https://develop.svn.wordpress.org/trunk@26016
git-svn-id: http://core.svn.wordpress.org/trunk@25947 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-05 06:20:09 +00:00 |
|
Dion Hulse
|
38a69e4ccc
|
Remove dead code from the Plugin Upgrader class. Props jdgrimes. Fixes #25470
Built from https://develop.svn.wordpress.org/trunk@26015
git-svn-id: http://core.svn.wordpress.org/trunk@25946 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-05 05:48:10 +00:00 |
|
Dion Hulse
|
b511346319
|
When checking filesystem permissions for core updates, only check the permissions of the files which we need to alter. Props nacin for initial patch. Fixes #25771 for trunk
Built from https://develop.svn.wordpress.org/trunk@26014
git-svn-id: http://core.svn.wordpress.org/trunk@25945 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-05 05:43:09 +00:00 |
|
Dion Hulse
|
21a3164b3b
|
Add a filter to the Background Updates debug email, matches the filter used on the non-debug post-update emails. Props pento. Fixes #25756
Built from https://develop.svn.wordpress.org/trunk@26013
git-svn-id: http://core.svn.wordpress.org/trunk@25944 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-05 02:15:10 +00:00 |
|
Scott Taylor
|
a519007202
|
Respect paged when offset is used in WP_Query . Adds unit tests.
Props coffee2code.
Fixes #18897.
Built from https://develop.svn.wordpress.org/trunk@26012
git-svn-id: http://core.svn.wordpress.org/trunk@25943 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-05 01:35:10 +00:00 |
|
Scott Taylor
|
ba3f75b3c3
|
Pass $args to the export_wp action in export_wp() , which is currently passed no arguments.
Props nickdaugherty.
Fixes #25574.
Built from https://develop.svn.wordpress.org/trunk@26011
git-svn-id: http://core.svn.wordpress.org/trunk@25942 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-05 01:27:08 +00:00 |
|
Scott Taylor
|
cefafee3d3
|
Cast proper fields to int when returning from wp_get_object_terms() . Add term_taxonomy_id and object_id to the list in sanitize_term() and sanitize_term_field() .
Fixes #17646. Adds unit tests.
Props simonwheatley, dd32, kovshenin.
Built from https://develop.svn.wordpress.org/trunk@26010
git-svn-id: http://core.svn.wordpress.org/trunk@25941 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-05 01:19:11 +00:00 |
|
Scott Taylor
|
7d7ba0aea3
|
Don't globalize version variables twice. See #23685.
Built from https://develop.svn.wordpress.org/trunk@26009
git-svn-id: http://core.svn.wordpress.org/trunk@25940 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-05 00:58:09 +00:00 |
|