Commit Graph

962 Commits

Author SHA1 Message Date
Tammie Lister 05865aae73 Merge pull request #968 from Automattic/remove-post-formats
Removing post formats support and styles from _s
2016-06-13 22:52:08 +01:00
Caroline Moore e1144edb00 Merge pull request #949 from phoenixenero/master
Only show page entry footer if edit link is available; props @phoenixenero
2016-06-13 16:46:30 -04:00
Caroline Moore 2316b1981c Removing post formats support and styles from _s 2016-06-13 16:39:54 -04:00
Phoenix C. Enero ce8d6cc3ba Indent `.entry-footer` in `content.page.php` 2016-06-13 13:36:45 +08:00
David A. Kennedy a207291d10 Merge pull request #963 from davidakennedy/master
Fix errors in Travis CI from latest PR.
2016-05-26 18:03:24 -04:00
David A. Kennedy 8b60d6e2a6 Add new line at end of file for JS Hint. 2016-05-26 18:00:54 -04:00
David A. Kennedy a089ad81ac Fix errors in Travis CI from latest PR.
* `navigation.js` had a few spacing issues and variable placement problems causing JS Hint to throw errors.
* See: https://github.com/Automattic/_s/pull/900
2016-05-26 17:47:24 -04:00
Caroline Moore ad8a7c0ac7 Merge pull request #900 from iamtakashi/fix-menu-for-touch
Toggle focus class to allow submenu access on tablets. Props @iamtakashi
2016-05-26 16:03:16 -04:00
Caroline Moore 9c67bc3039 Merge pull request #961 from Automattic/sass-field-padding
Update form field padding in Sass so style.css and Sass match.
2016-05-26 14:55:16 -04:00
Caroline Moore af216fad7d Merge pull request #953 from paulgibbs/whitespace
Remove unnecessary tab character from readme. Props @paulgibbs
2016-05-26 14:48:26 -04:00
Caroline Moore d2eeef92d4 Update form field padding in SASS
Consolidate styles for form field/textarea padding in Sass.
2016-05-26 14:46:59 -04:00
Caroline Moore dc262c6a55 Consolidate styles for form field/textarea padding. Props @emiluzelac
Consolidate styles for form field/textarea padding. Props @emiluzelac
2016-05-26 14:46:28 -04:00
Caroline Moore cd2b6b3f59 Merge pull request #947 from emiluzelac/patch-47
Custom header comment re-wording, props @emiluzelac
2016-05-26 14:42:18 -04:00
Paul Gibbs e960a84d52 Remove unnecessary tab character from readme. 2016-05-09 08:54:43 +01:00
Emil Uzelac 6844caffe2 Redundant styles.
Leftover from: 309037e2ad (diff-da232d78aa810382f2dcdceae308ff8e)
2016-05-01 15:59:34 -05:00
Phoenix C. Enero 9d4675c7d6 Only show page footer if there's an edit link.
Checks the output of `get_edit_post_link()` before displaying the entry
footer.
2016-04-28 15:35:52 +08:00
Emil Uzelac d214674339 Custom header re-wording
A custom header is no longer commented: https://github.com/Automattic/_s/blob/master/functions.php#L132
2016-04-24 22:33:44 -05:00
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
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