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
Jasper de Groot
0f81201b53
Correct href for skip to content link
2016-02-27 13:26:48 +01: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
98c86c2bef
Remove content-box box-sizing on search fields
2016-02-26 10:15:37 -05:00
sixhours
0ab215d1c8
Clarify TAB key support in navigation header comment
2016-02-26 10:05:46 -05:00
David Uzelac
5f6ac85dfa
_s.pot update to reflect current strings
...
Most notable change is removal of: 60f7311f19
Thanks!
2016-02-14 21:44:43 -06: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
Sami Keijonen
21e812e748
Let the Core handle all the others arguments but the first one. This is better
...
for accessibility. And fewer strings to translate in your theme.
2016-02-10 13:51:10 +02: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
Chris Schmieder
592201e885
Added new style rule which sets left & right margins for 'Figure' elements to 0px (currently 40px via normalize.css) because margin is causing extra wide images (i.e. 1200px) to overflow the content area.
2016-02-07 20:57:58 -05:00
Ardalan Naghshineh
6b215b6e5c
Update the replace example in README.md
...
Many might choose multiple words as theme name, and they may not be sure where they should use a space, a hyphen or an underscore to separate words when doing the initial replacements. The example provided in the README file should cover that scenario.
2016-01-25 12:33:37 -07:00
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
Takashi Irie
7c5b0d8d18
Toggle focus class to allow submenu access on tablets
2016-01-13 11:13:59 +00: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
byjml
944803c5d4
Use consistent syntax for control structures
...
Changed the opening brace to ':' (or colon) and the closing brace to `endif;`
2015-12-06 15:24:01 +03:00
jrfnl
9638b7e3c6
Only generate pingback url header tag when relevant.
...
Rationale:
1. The principle of pingbacks is based on articles. Pingbacks are a special kind of comments and the article being 'pinged-back' has to be identifiable (which they're not on archive pages and the like).
2. WP only registers a ping if it can identify the article which is supposed to have been 'pung'. See: https://developer.wordpress.org/reference/classes/wp_xmlrpc_server/pingback_ping/
3. Pingbacks, like comments, can be disabled on a per article basis.
Therefore, having the pingback url auto-discovery header in place, only makes sense on singular pages where pings are open.
2015-12-04 16:44:38 +01: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