Thomas Guillot
1bae857b49
Merge pull request #937 from web2033/patch-1
...
New Jetpack domain
2016-03-10 15:23:12 -08:00
Eugene Kopich
ff3b49e7ae
New Jetpack domain
2016-03-10 13:36:21 +02:00
Caroline Moore
44550d40a3
Merge pull request #923 from Automattic/navigation-js-tab-documentation
...
Clarify TAB key support in navigation header comment; Fixes #917
2016-02-26 10:47:55 -05:00
sixhours
0ab215d1c8
Clarify TAB key support in navigation header comment
2016-02-26 10:05:46 -05:00
Konstantin Obenland
6ae11474be
Merge pull request #888 from jrfnl/feature/slim-down-travis
...
Slim down the travis script - remove superfluous checks.
Fixes #881 .
2016-02-11 09:42:09 -10:00
Tammie Lister
28ad049114
Merge pull request #914 from emiluzelac/patch-45
...
Miscellaneous readme.txt changes
2016-02-09 22:39:58 +00:00
Emil Uzelac
381ddf8c32
Update readme.txt
2016-02-09 16:39:10 -06:00
Tammie Lister
16918846b4
Merge pull request #913 from benoitchantre/update-year-in-copyrights
...
Update the year in copyrights
2016-02-09 22:04:42 +00:00
Emil Uzelac
bc0fa036bf
Update readme.txt
2016-02-08 22:39:25 -06:00
Emil Uzelac
3f38112b9a
Miscellaneous readme.txt Changes
...
* Version number test change.
* Capitalizing theme name to reflect the rest of the theme.
* Copyright year bump.
2016-02-08 22:35:17 -06:00
Benoît Chantre
d4dfd604eb
Update the year in copyrights
2016-02-08 21:36:23 +01:00
Tammie Lister
7cda9903b3
Merge pull request #897 from gregrickaby/patch-1
...
add blank line between selectors
2016-02-08 11:31:05 +00:00
Tammie Lister
782d182fc8
Merge pull request #911 from pra85/patch-1
...
Fix typos
2016-02-08 11:22:43 +00:00
Prayag Verma
16a1cae005
Fix typos
...
`exisiting` → `existing`
`Contibuting` → `Contributing`
2016-02-08 16:11:35 +05:30
David A. Kennedy
4cda33a52e
Merge pull request #904 from davidakennedy/master
...
Update browser support documentation
2016-01-21 13:58:39 -05:00
David A. Kennedy
9c58080f1a
Update browser support documentation
2016-01-21 13:56:08 -05:00
Greg Rickaby
9a08ca0bfb
add blank line between selectors
2016-01-05 13:09:04 -06:00
jrfnl
91d536d49c
Only get the jshint file when needed.
2015-12-26 05:00:11 +01:00
Caroline Moore
d40faf1e45
Merge pull request #887 from mrwweb/html5-inputs
...
List all HTML5 input types. Props @mrwweb
2015-12-21 10:07:53 -05:00
jrfnl
4a3cd975ec
Let's not forget to clear the js cache as they have changed.
2015-12-15 10:38:37 +01:00
jrfnl
e1f4b0add4
Updated based on feedback.
...
* Include skip-link-focus-fix.js in the js hint/lint tests & fix up the file.
* Pull in .jshintrc from WP SVN.
* Add PHPCompatibility Sniffs.
* Sync the ignore statements to always exclude .min.js files.
* Slim down the tested against PHP versions even more.
2015-12-15 10:09:54 +01:00
Konstantin Obenland
cdd101e16c
Remove comments not ending in a period.
...
Helps avoid Travis CI errors for wrongly formatted comments. Most of
these end of function comments (if not all) are useless anyway.
Props @WPAddiction for reporting.
Fixes #891 .
2015-12-14 18:05:14 -08:00
jrfnl
b8d776c59c
Slim down the travis script, add js checks and fix js errors thrown up.
...
What it will now do:
- Lint the php files against relevant PHP versions.
- Lint the js files once - the result won't change across PHP versions.
- Check against WPCS once - the result won't change across PHP versions.
What I have changed:
- Added linting against PHP 7 and HHVM, with HHVM being allowed to fail.
- Added js linting and style check per example from Twenty Sixteen.
- Moved to the faster container based environment for running travis.
- Script will no longer pull in PHPCS, WPCS and the JS linters in every build. Now they will only be pulled in when needed.
- Limited the clone depth for quicker cloning of external repositories.
- Removed the pulling in of WP and running builds against different WP versions as this wasn't used at all in the actual test scripts.
2015-12-13 15:03:43 +01:00
mrwweb
9ccc1faa9e
use sass var for select border color
2015-12-09 07:54:16 -08:00
Konstantin Obenland
8183b95b95
Merge pull request #886 from mrwweb/contrib_html5
...
Remove note on HTML5 and H1s following #776 .
2015-12-08 10:06:50 -08:00
mrwweb
309037e2ad
list all html5 input types. fixes #885
2015-12-08 08:28:48 -08:00
mrwweb
d461fd4400
remove note on HTML5 and H1s following #776
2015-12-08 07:31:58 -08:00
sarah ✈ semark
e57d8c38b4
Merge pull request #676 from grappler/content-single-post-format
...
Add support for post format templates in single post content.
2015-12-04 15:08:44 +00:00
Ulrich Pogson
60f7311f19
Add support for post formats in single post
2015-12-04 15:51:58 +01:00
alaczek
5e507c269e
Merge pull request #879 from Automattic/remove-custom-header-admin-callbacks
...
Remove custom header admin callbacks.
2015-12-04 10:12:53 +01:00
sarah
ead318fd20
Remove custom header admin callbacks.
...
These haven't been needed since 4.1, when the Header page under
Appearance was deprecated and linked to the Customizer instead.
2015-12-03 20:29:32 +00:00
sarah ✈ semark
193d073b84
Merge pull request #859 from jrfnl/feature/854-no-unncessary-php-tags
...
Avoid going in and out of PHP unnecessarily.
2015-12-03 20:13:49 +00:00
sarah ✈ semark
ffc3dbdf3b
Merge pull request #874 from limestreet/master
...
Update documentation references to present-best URLs.
2015-12-01 22:30:43 +00:00
patryk
4433c1f0b7
Last 3 non-https WordPress URLs updated and custom header link updated too - issue #734
2015-12-01 21:06:47 +01:00
patryk
be085c6d0c
Last 3 non-https WordPress URLs updated - issue #734
2015-12-01 19:34:53 +01:00
sarah ✈ semark
181dda8f01
Merge pull request #867 from WPAddiction/change-aside
...
Use a single aside for sidebar element, with sections for each widget.
2015-11-30 18:11:36 +00:00
alaczek
eb1040d530
Merge pull request #872 from Automattic/simplify-primary-location-name
...
Update 'primary menu' location to 'primary' to simplify for users.
2015-11-30 14:53:44 +01:00
sarah
f3fe297585
Update 'primary menu' location to 'primary' to simplify for users.
2015-11-30 12:59:37 +00:00
sarah ✈ semark
855b5eb7f2
Merge pull request #871 from emiluzelac/patch-44
...
Bumping (Tested up to:) version number
2015-11-30 09:40:39 +00:00
Emil Uzelac
e5627d01f7
Bumping (Tested up to:) version number
...
Minor version update, that's all.
2015-11-28 16:18:26 -06:00
Mark Batchelder
77e3087c2e
Changed widget wrapper from div to section
...
Per https://github.com/WordPress/twentysixteen/issues/355
2015-11-24 00:06:27 -08:00
Mark Batchelder
15cef7e795
Move aside from the widgets to the entire sidebar.
...
It appears that the entire sidebar should be one large aside instead of
making each widget it's own aside. At least that's how I understand it
when reading w3. It would make sense to make each widget it's own aside
if not all of the widgets were asides, but otherwise the entire sidebar
should be considered one aside.
Plus I think this would make more sense for accessibility and with the
widgets titles being h2 because if the entire sidebar had a title that
would be the h1.
https://www.w3.org/wiki/HTML/Elements/aside
2015-11-20 23:14:31 -08:00
Takashi Irie
53e6f845ad
Merge pull request #865 from noskov/master
...
Remove redundant empty new lines at the end of some files
2015-11-18 14:00:38 +00:00
Serge Noskov
5865825670
Remove redundant empty new lines at the end of some files
2015-11-18 08:22:05 +02:00
David A. Kennedy
666dbada97
Merge pull request #785 from carl-alberto/fixCustomizerHeaderTextColor
...
Fix Customizer header text color, applying the color change to the `a`, not the parent element.
2015-11-12 18:56:33 -05:00
carl alberto
f2722f9b3f
Fix for open issue #768 (Site title color in the Customizer)
...
This fixes the header text color link (blogname) to also update the same way as the blogdescription
Fix for open issue #768 (Site title color in the Customizer)
Fixed the missing Blog title text when "Display Header Text "option in the Customizer is toggled on/off
Updated the code to adjust the css color of .site-title a
Fix for the header color issue #816
2015-11-12 16:07:15 +08:00
David A. Kennedy
3fe3b95822
Merge pull request #861 from davidakennedy/master
...
Fix failing Travis build because of extra whitespace
2015-11-11 17:53:30 -05:00
David A. Kennedy
22b035ad55
Fix failing Travis build because of extra whitespace
2015-11-11 17:51:13 -05:00
jrfnl
8470f55f92
Avoid going in and out of PHP unnecessarily.
...
Closes #854
Includes minor alignment changes for easier readability/detection of start/end of conditions.
2015-11-11 22:59:40 +01:00
Tammie Lister
6f6de25568
Merge pull request #680 from iandunn/clearfix-max-width
...
Set a fixed table-layout in the clearfix to avoid max-width conflict
2015-11-11 20:55:35 +00:00