Commit Graph

944 Commits

Author SHA1 Message Date
Caroline Moore fbd667fd6b Update copyright date in style.css header 2016-04-14 17:18:18 -04:00
Tammie Lister ab228109f5 Merge pull request #938 from emiluzelac/patch-46
Add widget description - props @emiluzelac
2016-03-29 00:02:55 +01:00
Tammie Lister 21208ab381 Merge pull request #915 from samikeijonen/master
comments_popup_link arguments props @samikeijonen.
I think Travis is having a moment about other issues so going to commit as on testing this it does work. Thanks.
2016-03-29 00:01:17 +01:00
Emil Uzelac d92026bb8f Update functions.php 2016-03-28 17:51:13 -05:00
Emil Uzelac debdbd5c6e Add widget description
I keep seeing authors leave description as-is (empty) and believe that it wouldn't hurt to add something in by default. This is a general description taken from https://github.com/WordPress/twentysixteen/blob/master/functions.php#L150

At the same time it shows good practice how to escape the content and translate the string too.
2016-03-22 16:42:46 -05:00
Caroline Moore 019bd2408e Merge pull request #918 from daviduzelac/patch-1
_s.pot update to reflect current strings. Props @daviduzelac
2016-03-18 17:44:02 -04:00
Caroline Moore 94fe1a9515 Merge pull request #927 from jaspermdegroot/skip-link
Correct href for skip to content link. Props @jaspermdegroot
2016-03-18 17:17:28 -04:00
Caroline Moore 7304cc1414 Merge pull request #924 from Automattic/input-search
Remove content-box box-sizing on search fields. Fixes #895
2016-03-18 17:11:24 -04:00
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
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