Commit Graph

1250 Commits

Author SHA1 Message Date
jrfnl ccaa222ba4 Minor automated testing tweaks.
* Add PHP 7.1 to the travis test matrix as it will be released soon.
* Set `testVersion` for PHPCompatibility so we receive the messages for the right PHP versions.
2016-08-25 23:24:57 +02:00
Bappi c7cea499fc Add end comment
On line no 36
2016-08-17 08:24:36 +06:00
Bappi 723d20d157 Automattic url http to https
We have https for the wordpress.org link, so why not in the Automattic url as well!
2016-08-17 08:10:33 +06:00
Bappi 15f2dca3f6 Fix typo
line no 11, it says _s -based theme. I think - before based is not necessary there
2016-08-17 07:44:39 +06:00
Marcin Krzemiński e3fe096115 Translation fix for a comment string 2016-08-12 19:19:27 +02:00
Bappi 923b473266 Update Normalize site link 2016-08-09 03:42:26 +06:00
Marius 46528fa9b2 Make the `content.php` more flexible
replace `is_single()` with `is_singular()` to make sure custom post types are accounted for by default
2016-08-07 21:22:32 +02:00
Philip Arthur Moore f9471cdfb7 Merge branch 'gatespace-use-tab-indent' 2016-07-26 20:29:40 +07:00
Philip Arthur Moore f2033c3b23 Merge branch 'use-tab-indent' of git://github.com/gatespace/_s into gatespace-use-tab-indent 2016-07-26 20:29:21 +07:00
Ulrich Pogson 71771d92d7 Remove deprecated constant HEADER_TEXTCOLOR 2016-07-24 21:22:27 +02:00
Pooria Atarzadeh c2b091c75e fix license info in readme.txt 2016-07-16 23:52:04 +08:00
p0o 54792f7077 add GPL v2.0 license 2016-07-15 23:34:23 +08:00
Pooria Atarzadeh 6c46c0b04d remove white space 2016-07-15 23:09:00 +08:00
Pooria Atarzadeh 8acc6184dc revert back to how it was 2016-07-15 23:08:26 +08:00
Pooria Atarzadeh 18f5bdd32d add v2 or later 2016-07-15 22:59:29 +08:00
Pooria Atarzadeh 043e3e5eac Update version number 2016-07-15 22:56:34 +08:00
Pooria Atarzadeh f75298a514 Fix version number to v2 2016-07-15 22:55:48 +08:00
Pooria Atarzadeh abd562a93d Change license to v2.0 2016-07-15 22:54:29 +08:00
Pooria Atarzadeh c3af88aa27 Add the link to license file 2016-07-15 22:20:52 +08:00
Pooria Atarzadeh 1a0ce1389b Link to license in readme 2016-07-15 22:18:31 +08:00
Pooria Atarzadeh 45be547453 Add GPL v3 license 2016-07-15 22:14:17 +08:00
David A. Kennedy ed64fc99b9 Merge pull request #988 from davidakennedy/master
Fix skip to content link.
2016-07-15 10:04:01 -04:00
David A. Kennedy 44f41babcd Fix skip to content link.
* Reverts this commit: https://github.com/Automattic/_s/pull/927 The issue for that, #928 referenced an old commit. The `id` is still in the source though.
* Brought up by #982. The `id` was correct, should not have been changed and this fixes everything.

Fixes #982
2016-07-15 09:53:29 -04:00
Philip Arthur Moore c5d2d2ca6f Merge pull request #944 from mrwweb/fix-archive-description-class
change .taxonomy-description to more accurate .archive-description
2016-07-14 23:19:25 +07:00
Konstantin Obenland ca2bfd6d8b Merge pull request #882 from byjml/patch-1
Use consistent syntax for control structures
2016-07-14 08:31:57 -07:00
Tammie Lister 6f5c516ea5 Merge pull request #985 from josephfusco/clean-whitespace
Clean up trailing whitespace, thanks for this @josephfusco.
2016-07-14 14:04:35 +01:00
Joseph Fusco 601fba886f DRY gallery columns 2016-07-11 09:42:08 -04:00
Joseph Fusco 2332726a3d Clean up trailing whitespace 2016-07-11 09:17:29 -04:00
Tammie Lister 36768cda37 Merge pull request #978 from emiluzelac/patch-49
Tested up to: 4.5.3 version bump.
2016-07-11 13:00:42 +01:00
Tammie Lister fc6e7b9240 Merge pull request #984 from josephfusco/clean-whitespace
Clean up trailing whitespace
2016-07-11 12:52:59 +01:00
Joseph Fusco dcf2d6705c Clean up trailing whitespace 2016-07-11 00:25:11 -04:00
Kazue Igarashi d1ea3e1a75 Using tabs instead of mixed tabs/spaces
Mixed usage of tabs/spaces for `/inc/jetpack.php` and `/sass/style.scss`.
2016-07-05 13:04:11 +09:00
Emil Uzelac a09221d202 Tested up to: 4.5.3 version bump. 2016-06-27 16:44:53 -05:00
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