Commit Graph

1315 Commits

Author SHA1 Message Date
Naoko Takano (McCracken) ef2a0e7c00 Improve "Continue reading" word order for i18n
Resolves translation word order issue for some locales when the screen reader only text is invisible.
Fixes #1088
2017-06-12 16:08:10 +09:00
jrfnl 1bf6817e44 WPCS: verify the text domain provided for all translatable strings.
Ref: https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Customizable-sniff-properties#internationalization-setting-your-text-domain
2017-06-12 01:41:31 +02:00
jrfnl b78d053772 PHPCS: Move the recommended command line arguments into the custom ruleset. 2017-06-12 00:21:34 +02:00
jrfnl 0d353e1c0c Rename the PHPCS ruleset.
If the file is called `phpcs.xml` or `phpcs.xml.dist`, it is automatically picked up by PHPCS.

A `phpcs.xml` is given preference over a `phpcs.xml.dist` file. So renaming the file to `phpcs.xml.dist` allows for people to use the file provided by `_s` if they choose not to add their own, but also leaves people the freedom to easily overrule it.
2017-06-12 00:11:53 +02:00
David A. Kennedy 59b66c7dd5 Merge pull request #1098 from iliman/patch-1
Update readme.txt to make tags consistent with style.css
2017-06-10 14:41:48 -04:00
Ilya cd88228bf3 Create readme.txt 2017-06-10 16:18:38 +04:00
David A. Kennedy ef5351227e Merge pull request #1001 from Clorith/master
Make the `content.php` more flexible with post types by using `is_singular()`
2017-06-10 01:26:55 -04:00
David A. Kennedy 7a04605a0b Remove invalid rel="designer" attribute
Refresh of #1016
Fixes #1020
2017-06-10 00:58:56 -04:00
David A. Kennedy 9b576d5852 Merge pull request #1060 from gatespace/license-add-sass
Add license and update Normalize site link to Sass file.
2017-06-10 00:49:10 -04:00
David A. Kennedy 3cad864383 Merge pull request #1081 from bahiirwa/master
Add new accessibility `word-wrap` styles to Sass files to match main stylesheet
2017-06-10 00:40:07 -04:00
David A. Kennedy 7320fe67a3 Merge pull request #1106 from vinoddalvi/master
Adding ID to comment labels for post articles
2017-06-10 00:29:24 -04:00
David A. Kennedy 606e1135dd Merge pull request #1093 from B-07/patch-2
Make doctype lowercase for better consistency with other HTML tags
2017-06-09 23:02:24 -04:00
David A. Kennedy c6d64b63fc Merge pull request #1112 from davidakennedy/master
Fix build errors related to #1066
2017-06-09 16:33:12 -04:00
David A. Kennedy 4d66f92ea4 Merge branch 'master' of github.com:davidakennedy/_s 2017-06-09 16:30:19 -04:00
David A. Kennedy 1e9b0c686e Fix build errors related to #1066
Tweak #1066 to fix build errors

Adjust location of placeholder text
2017-06-09 16:29:17 -04:00
David A. Kennedy 187caf5d69 Adjust location of placeholder text 2017-06-09 16:24:18 -04:00
David A. Kennedy b408191a9c Tweak #1066 to fix build errors 2017-06-09 16:19:21 -04:00
David A. Kennedy 007f792515 Fix build errors related to #1066 2017-06-09 16:10:50 -04:00
Ilya 94bbb1cbf7 Remove tags 2017-06-09 23:47:31 +04:00
David A. Kennedy 3aa7934d56 Merge pull request #1066 from yoavf/fix/edit-post-link-i18n
Prevent broken translations in some locales for the edit post link
2017-06-09 15:46:16 -04:00
David A. Kennedy ba3966924f Merge pull request #1078 from mtomas7/patch-1
Allow category display in post preview even when only one category
2017-06-09 15:36:46 -04:00
David A. Kennedy df40a3da23 Update README.md to be consistent with new file name
See #1064
2017-06-09 15:22:15 -04:00
David A. Kennedy bfa0b9a024 Merge pull request #1111 from grappler/feature/1064-extras
Replace extras.php with template-functions.php to make the file name more useful

Fixes #1064
2017-06-09 15:17:42 -04:00
David A. Kennedy cc7ca98ab4 Merge pull request #1034 from joshmcrty/master
Update .site-title styles instead of anchor in customizer script.

Closes #990
2017-06-09 15:00:38 -04:00
Ulrich Pogson 118dc76631 Replace extras.php with template-functions.php
fixes #1064
2017-06-09 20:37:13 +02:00
David A. Kennedy 458a207fe5 Update WordPress version and copyright date 2017-06-09 12:32:15 -04:00
David A. Kennedy b28c6d6ca2 Merge pull request #1110 from davidakennedy/master
Switch versions of PHP Code Sniffer for build process
2017-06-09 12:10:54 -04:00
David A. Kennedy 521b475f3b Switch versions of PHP Code Sniffer for build process
* Switches to 2.9 branch to avoid failed builds for now.

See: https://github.com/Automattic/_s/issues/1067#issuecomment-307258832

See #1079
2017-06-09 12:03:55 -04:00
David A. Kennedy 812fefd66e Merge pull request #1101 from jrfnl/feature/i18n-and-code-layout
I18n and code layout improvements.

* Fixes missing /* translators */ comments for translatable text strings containing placeholders.
* Fixes infractions against the "For associative arrays, values should start on a new line." code style rule.
2017-06-09 11:51:46 -04:00
David A. Kennedy d2b58f60fe Merge pull request #1100 from jrfnl/feature/i18n-translation-call-context
I18n: Fix a translation call for a text string which needs context
2017-06-09 11:25:37 -04:00
David A. Kennedy 923d8f1f6a Merge pull request #1099 from jrfnl/feature/fix-code-obfuscation
Code obfuscation: Fix assignment within a condition
2017-06-09 11:23:59 -04:00
David A. Kennedy 97eb58a129 Merge pull request #1012 from jrfnl/feature/fix-i18n-issue
Fix translatability of comments title
2017-06-08 19:37:17 -04:00
David A. Kennedy f0867cf9b5 Merge pull request #1084 from mrwweb/theme-team-contrib
Clarify who maintains _s
2017-06-08 19:21:11 -04:00
Vinod Dalvi d61599b1ef Adding ID to comment labels for post 2017-05-10 14:11:46 +05:30
jrfnl a65be48368 CS: Fix code layout of nested function calls with associative arrays. 2017-04-03 00:46:36 +02:00
jrfnl 8cefd8f258 I18n: ensure all text strings with placeholders have translators comments. 2017-04-03 00:46:24 +02:00
jrfnl 9c0cb095c7 Code obfuscation: Fix assignment within a condition 2017-04-03 00:44:57 +02:00
jrfnl 5c27fded17 I18n: Fix a translation call for a text string which needs context 2017-04-03 00:39:36 +02:00
Ilya a56faf9823 Update readme.txt
Remove post-formats from tags
2017-03-25 15:50:52 +04:00
Bappi 095f3422f7 doctype uppercase to lowercase 2017-03-16 01:15:18 +06:00
Kristian Kalvå 8c3f5845da Update _menus.scss
Change 1.5em to 100% to prevent magic numbers.
2017-03-02 13:24:16 +01:00
mrwweb 37265f3b86 clarify who maintains _s and standardize returns in CONTRIBUTING.md 2017-02-09 08:41:27 -08:00
Laurence Bahiirwa aa06f2a3dd Merge pull request #1 from bahiirwa/bahiirwa-patch-1
Matching Style.css
2017-02-03 16:39:03 +03:00
Laurence Bahiirwa f8801ea673 Matching Style.css
Adding word-wrap to .screen-reader-text to improve accessibility just like in style.css
2017-02-03 16:38:32 +03:00
Tomas M dfab67a260 Allow category display in post preview even when only one category
Via: https://core.trac.wordpress.org/changeset/40023
2017-01-31 12:54:55 -06:00
Yoav Farh 5a2f2893da santize translation 2017-01-03 20:27:16 +02:00
Yoav Farh 1f1def7496 update comment 2017-01-03 18:23:33 +02:00
Yoav Farh b3287e9b58 Make sure the translation of the post editing link doesn't break because of screen reader text 2017-01-03 18:14:17 +02:00
Kazue Igarashi 05cbf69ba1 Add license and update Normalize site link to sass file.
Correction error of @989 and @1003.
2016-12-27 15:34:01 +09:00
Tammie Lister b330bbaba7 Fix the issue with naming after merge 2016-12-24 23:28:36 +00:00