Philip Arthur Moore
964c19070f
The commit 6986e21182 (diff-9dbd3b63f5d2589b5eb1701e92893803)
began (in part) breaking Travis CI builds in _s. There’s most certainly room for improvement to _s code with regard to WordPress Coding Standards, but let’s exclude WordPress.Variables.GlobalVariables and correct all coding standards errors on localhost before removing the excludes from our GitHub-hosted ruleset.
2014-11-01 08:06:22 +07:00
Philip Arthur Moore
7de804d3b3
Better rules for Travis CI.
2014-11-01 08:02:31 +07:00
Philip Arthur Moore
b443161ed6
Better build config for Travis CI. [skip ci]
2014-11-01 07:45:39 +07:00
Philip Arthur Moore
2540fb7b7f
Better WordPress Coding standards.
...
This minor commit kicks off code improvements to _s so that it’s fully in line with WordPress Coding Standards rules.
2014-11-01 07:09:58 +07:00
Konstantin Obenland
eab9f19d63
Merge pull request #633 from sdavis2702/master
...
Remove unnecessary comparisons. Closes #632 .
2014-10-14 18:02:44 -07:00
Sean Davis
5ab860c48b
remove unnecessary comparison
2014-10-14 19:57:47 -05:00
Sean Davis
b9ebebb28b
remove unnecessary comparison
2014-10-14 19:57:29 -05:00
Kirk Wight
348886e168
Comment correction: "setup" is a noun, "set up" is the action.
2014-10-07 18:58:25 -07:00
Konstantin Obenland
71e1f948b4
Merge pull request #628 from grappler/languages-readme
...
Update links to those relevant to themes.
2014-10-05 17:50:41 +02:00
Ulrich Pogson
8404380366
Update links to those relevant to themes
2014-10-05 18:31:20 +03:00
Tim Moore
85247e7996
Merge pull request #605 from 1upon0/master
...
Update style.css fixes #587
2014-09-21 09:48:40 -06:00
Tim Moore
bdab57a53f
Fix child menu styling inheritance. See #587
2014-09-21 09:47:04 -06:00
Ram Ratan Maurya
1ca71befe2
Remove border-radius mixin
2014-09-14 22:56:29 +05:30
Konstantin Obenland
b9191d970e
Merge pull request #612 from emiluzelac/patch-33
...
Double quotes for consistency.
2014-09-14 09:41:41 -07:00
Philip Arthur Moore
097b54dda2
Merge branch 'Entry-Meta-Output'
2014-09-11 08:45:31 +07:00
Konstantin Obenland
907403fc52
Merge branch 'Entry-Meta-Output' of https://github.com/Automattic/_s into Entry-Meta-Output
...
Conflicts:
content-single.php
2014-09-10 18:06:15 -07:00
Konstantin Obenland
7a9b1656f6
_s: Update pot file to reflect changes.
2014-09-10 17:50:08 -07:00
Konstantin Obenland
a14b802e75
_s: Move edit link in template tag for consistency
...
Every time `_s_entry_footer()` is used, it’s followed by
`edit_post_link()`. Might as well just move that back in the template
tag.
2014-09-10 17:41:19 -07:00
Emil Uzelac
e6ffa223e0
Double quotes for consistency
...
```_s``` uses ```""``` throughout except in clearings.
2014-09-09 21:39:38 -05:00
Ram Ratan Maurya
00c220b1c5
Inherit box-sizing for best practice
...
Using inheritance allows easy override on other elements, and also it’s the best practice.
2014-09-09 05:09:46 +05:30
Konstantin Obenland
f136ddd333
Merge pull request #516 from chrisdc/continue_reading_link
...
Add post title to the continue reading link for context.
2014-09-04 13:43:31 -07:00
Christopher Crouch
23b5c08098
Add hidden post title to the continue reading link
2014-09-04 21:12:40 +01:00
Thomas Guillot
2990f8260c
_s: Update to entry meta output. See #537
...
* Rename function
* Move edit link outside of function
* Remove comments link on single post
2014-09-04 13:28:24 +02:00
Konstantin Obenland
2c3cc41478
Merge pull request #601 from pixelstrolch/comments-hyphens
...
Delete hyphens.
2014-09-01 16:04:40 -05:00
Stefan Brechbühl
f0340a66e4
Delete hyphens
...
in comment headings
2014-09-01 22:44:54 +02:00
Yash Gupta
a88e0e989e
Update style.css
...
fixes #587
2014-09-01 17:00:07 +05:30
Konstantin Obenland
b76f394a79
Merge pull request #594 from MickeyKay/sass-fixes
...
Add fixes for faulty Sass import paths and negative values.
Closes #588 .
2014-08-29 13:54:45 +02:00
Konstantin Obenland
6e4a3f5e20
Merge pull request #596 from MickeyKay/sass-header-file
...
Change Sass headings file name and import path.
2014-08-24 19:09:20 +02:00
MickeyKay
aadc4a1e57
Change Sass headings file name and import path.
2014-08-23 13:57:51 -07:00
MickeyKay
4effd896ff
Add fixes for faulty Sass @import paths and negative values.
2014-08-22 17:00:32 -07:00
Philip Arthur Moore
ba41e2222a
Merge pull request #586 from yoarts/patch-1
...
Change plugin references to theme references in Travis CI config file.
2014-08-20 15:18:46 +07:00
yoarts
b1af13868b
Rewording "plugin" to "theme"
2014-08-20 14:31:45 +07:00
Tammie Lister
a3e0022dd5
Changes description of mixin - props @r007
...
Relates to #582
2014-08-18 16:38:19 +01:00
Philip Arthur Moore
86575390b5
Kick off Travis CI Build Monitoring for _s
...
See https://github.com/Automattic/_s/issues/553 .
2014-08-18 00:38:51 +07:00
Philip Arthur Moore
f490e2839f
Merge pull request #581 from philiparthurmoore/master
...
Introduce Coding Standards Checks into Underscores
2014-08-18 00:26:27 +07:00
Philip Arthur Moore
f8b66133ed
Prepare Underscores for Coding Standards. See https://github.com/Automattic/_s/issues/553 . [skip ci]
2014-08-18 00:12:38 +07:00
Jason Clarke
52b11510b8
Update archive.php
...
Revising the "primary" element to use a "div" vs. "section" to bring it into sync with index.php and single.php
2014-08-17 13:02:35 -04:00
Philip Arthur Moore
895b7a93ab
Prepare Underscores for Coding Standards. See https://github.com/Automattic/_s/issues/553 .
2014-08-17 23:40:13 +07:00
Tammie Lister
e88ad83914
Merge pull request #571 from corvannoorloos/patch-2
...
Update input field border color props @corvannoorloos
2014-08-14 17:00:37 +01:00
Tammie Lister
9db21f4850
Merge pull request #570 from corvannoorloos/patch-1
...
Indentation using tabs instead of mixed tabs/spaces- props @corvannoorloos
2014-08-14 11:30:38 +01:00
Cor van Noorloos
bf1e501b00
Update input field border color
...
now matches style.css
2014-08-13 19:06:04 +02:00
Cor van Noorloos
354ad2b896
indentation using tabs instead of mixed tabs/spaces
...
see https://github.com/Automattic/_s/pull/565
2014-08-13 18:38:51 +02:00
Tammie Lister
4bba66e25e
Puts width in right place
...
Props @corvannoorloos
2014-08-13 14:34:23 +01:00
Tammie Lister
47267e9fd5
Merge pull request #568 from fsylum/master
...
Reordering vendor-prefixes property in the mixin: props @fsylum
2014-08-13 13:11:47 +01:00
Firdaus Zahari
99c20e0e24
Update _mixins-master.scss
2014-08-13 20:03:49 +08:00
Firdaus Zahari
6a8b42795d
Put vendor specific property first
2014-08-13 20:03:05 +08:00
Tammie Lister
96718641de
Adds in missing class
...
Brings in class that was missing from updated Sass but in style.css.
Props @corvannoorloos
2014-08-13 12:18:30 +01:00
Mike Griffiths
16587b5123
Removed vendor prefixes, except where it fixes a specific bug or quirk
2014-08-11 18:20:09 +01:00
Tammie Lister
beae35b2e2
Merge pull request #550 from Automattic/_sass
...
Brings sass into _s
Sass now comes with _s - you can simply check an option on underscores.me and get a version with Sass.
Props to: @gregrickaby @bradp @hugobaeta @obenland @sabreuse @MichaelArestad @jacklenox @karmatosed
2014-08-11 18:17:19 +01:00
Konstantin Obenland
1f62b392e8
_s: Bring back closing curly brace.
...
Erroneously removed while trying to sort out a merge conflict, when I
squashed `_sass` commits.
2014-08-11 09:55:33 -07:00