Lance Willett
3c0f497fad
Twenty Fourteen: general cleanup for spacing, inline comments. Props obenland, see #25946 .
...
Built from https://develop.svn.wordpress.org/trunk@26227
git-svn-id: http://core.svn.wordpress.org/trunk@26134 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-15 21:20:09 +00:00
Lance Willett
433c648e1d
Twenty Fourteen: fix an issue with keyboard navigation where you couldn't navigate to the previous image. Props obenland, see #25946 .
...
Built from https://develop.svn.wordpress.org/trunk@26226
git-svn-id: http://core.svn.wordpress.org/trunk@26133 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-15 21:18:09 +00:00
Lance Willett
a1036ac9f0
Twenty Fourteen: changes to JavaScript files to pass jshint
, props jorbin. Fixes #25908 #25909 #25910 .
...
* Add global variable flags to top of JS files.
* Group variable declarations correctly.
Built from https://develop.svn.wordpress.org/trunk@26084
git-svn-id: http://core.svn.wordpress.org/trunk@26004 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-11 17:27:11 +00:00
Sergey Biryukov
4517d7b729
Remove the code for setting ajaxurl from Twenty Fourteen.
...
props celloexpressions.
fixes #25866 .
Built from https://develop.svn.wordpress.org/trunk@26083
git-svn-id: http://core.svn.wordpress.org/trunk@26003 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-11 15:51:10 +00:00
Lance Willett
8e0733a6c7
Twenty Fourteen: allow slider "Previous" and "Next" labels to be translated, props michahwave. Fixes #25897 .
...
Built from https://develop.svn.wordpress.org/trunk@26071
git-svn-id: http://core.svn.wordpress.org/trunk@25991 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-09 23:28: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
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
e0e2ace724
Twenty Fourteen: revamp the RTL stylesheet and related cleanup. Props iamtakashi, see #25801 .
...
Built from https://develop.svn.wordpress.org/trunk@25999
git-svn-id: http://core.svn.wordpress.org/trunk@25932 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-02 04:36:12 +00:00
Lance Willett
9d0e238255
Twenty Fourteen: JavaScript fixes after running jshint, see r25960:
...
* Enforce `===` instead of `==`
* Fix confusing use of `!`
* Remove unused variables like `calcNext`, defined but never used
* Proper use of braces
* Move functions out of if/else statements
* Document unknown functions as Microsoft-specific
Built from https://develop.svn.wordpress.org/trunk@25995
git-svn-id: http://core.svn.wordpress.org/trunk@25928 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-10-30 18:53:10 +00:00
Andrew Nacin
d0cfa40983
Add jshintrc to qunit.
...
props jorbin.
see #25187 .
Built from https://develop.svn.wordpress.org/trunk@25992
git-svn-id: http://core.svn.wordpress.org/trunk@25925 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-10-30 14:39:10 +00:00
Lance Willett
d8ba6cde31
Twenty Fourteen: further revise primary navigation functionality, simplify mobile navigation, and clean up the main JS file. Props obenland, iamtakashi. See #25554 .
...
Built from https://develop.svn.wordpress.org/trunk@25864
git-svn-id: http://core.svn.wordpress.org/trunk@25864 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-10-24 22:58:48 +00:00
Andrew Nacin
8ae8e01b67
Remove the old wp_auto_updates_maybe_update cron event. Schedule the new wp_maybe_auto_update event at 7 a.m. and 7 p.m. in the site's timezone.
...
see #27704 .
Built from https://develop.svn.wordpress.org/trunk@25825
git-svn-id: http://core.svn.wordpress.org/trunk@25825 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-10-24 22:53:14 +00:00
Lance Willett
a9cab6f3fb
Twenty Fourteen: further revise primary navigation functionality, simplify mobile navigation, and clean up the main JS file. Props obenland, iamtakashi. See #25554 .
...
Built from https://develop.svn.wordpress.org/trunk@25864
git-svn-id: http://core.svn.wordpress.org/trunk@25776 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-10-22 16:37:12 +00:00
Lance Willett
fafbee59f9
Twenty Fourteen: implement tag auto-complete for featured content settings, and uppercase __CLASS__
for consistency. Props kovshenin, see #25549 .
...
Built from https://develop.svn.wordpress.org/trunk@25813
git-svn-id: http://core.svn.wordpress.org/trunk@25725 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-10-16 18:27:09 +00:00
Lance Willett
7d22195cbb
Twenty Fourteen: merge Front Page Sidebar and Content Sidebar. Props iamtakashi, see #25565 ; closes #25565 .
...
Built from https://develop.svn.wordpress.org/trunk@25762
git-svn-id: http://core.svn.wordpress.org/trunk@25675 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-10-11 03:17:11 +00:00
Lance Willett
578abd0796
Twenty Fourteen: improved JS support for keyboard navigation for main navigation menu. Props obenland, see #25054 .
...
Built from https://develop.svn.wordpress.org/trunk@25757
git-svn-id: http://core.svn.wordpress.org/trunk@25670 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-10-10 15:33:10 +00:00
Lance Willett
c78cbb19ce
Twenty Fourteen: allow pages to have featured images, props iamtakashi. Fixes #25325 .
...
Built from https://develop.svn.wordpress.org/trunk@25735
git-svn-id: http://core.svn.wordpress.org/trunk@25648 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-10-08 21:22:10 +00:00
Lance Willett
bb63cf3c40
Twenty Fourteen: provide keyboard support for the primary navigation, props joedolson. See #25054 .
...
Built from https://develop.svn.wordpress.org/trunk@25731
git-svn-id: http://core.svn.wordpress.org/trunk@25644 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-10-08 17:56:09 +00:00
Lance Willett
cb7b1af550
Twenty Fourteen: remove Social Links integration. Props obenland, see #25094 .
...
Built from https://develop.svn.wordpress.org/trunk@25214
git-svn-id: http://core.svn.wordpress.org/trunk@25185 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-09-02 21:25:10 +00:00
Andrew Nacin
d06c049d51
Fix various typos in inline documentation. props nofearinc, fixes #25119 .
...
Built from https://develop.svn.wordpress.org/trunk@25094
git-svn-id: http://core.svn.wordpress.org/trunk@25078 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-08-22 22:01:08 +00:00
Lance Willett
0a85bdc7a1
Twenty Fourteen: change to just one footer widget area and use Masonry JS to display the widgets in columns. Props Frank Klein, closes #24874 .
...
Built from https://develop.svn.wordpress.org/trunk@25065
git-svn-id: http://core.svn.wordpress.org/trunk@25051 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-08-20 17:53:09 +00:00
Lance Willett
3054d405e6
Twenty Fourteen: Focus search box on search menu click, props kovshenin for original patch. Fixes #24895 .
...
Built from https://develop.svn.wordpress.org/trunk@25064
git-svn-id: http://core.svn.wordpress.org/trunk@25050 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-08-20 17:46:08 +00:00
Lance Willett
c0dcebf0a4
Twenty Fourteen: remove masthead-fixed
class after window returns to top. Props cainm, fixes #25026 .
...
Built from https://develop.svn.wordpress.org/trunk@25062
git-svn-id: http://core.svn.wordpress.org/trunk@25048 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-08-20 17:37:10 +00:00
Lance Willett
e0003939a2
Twenty Fourteen: change IDs to classes in markup and CSS selectors. Props obenland, see #24858 .
...
Built from https://develop.svn.wordpress.org/trunk@25060
git-svn-id: http://core.svn.wordpress.org/trunk@25046 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-08-20 17:31:08 +00:00
Lance Willett
7d35419e62
Importing the Further theme, first pass at the new default theme for 2014.
...
A magazine theme with clean, responsive design focused on highlighting featured content prominently on home page.
This is slated for 3.8. Development will occur in trunk for the theme, and in plugins for the nice-to-have features.
Nice-to-have improvements include:
- Add a Contributors page template to highlight authors.
- Easy-to-manage featured content.
- Add support for an Authors widget to highlight authors.
Welcome, Twenty Fourteen né Further. Props iamtakashi, see #24858 .
git-svn-id: http://core.svn.wordpress.org/trunk@24832 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-07-28 22:55:10 +00:00