Commit Graph

1372 Commits

Author SHA1 Message Date
Sami Keijonen 3f9c31b6a1 Update screen-reader-text class. 2017-10-22 19:00:06 +03:00
Oliver Juhas aca1c3bc0d Fixing "Upload Theme" button text 2017-10-19 14:21:36 +02:00
Bappi 8d9886c535 Add necessay backticks 2017-10-10 23:30:46 +06:00
Bappi e4665250dd Change links http:// to https://
All necessary links checked and updated to https, some remain as http as those aren't using secured protocol yet
2017-10-10 23:29:36 +06:00
Thomas Guillot ce47408461 Remove `aria-hidden` attribute from the post thumbnail link 2017-09-28 16:00:04 +01:00
Andrei Surdu 3b7b0309f1 Added a note about the need to rename `_s.pot`. 2017-09-21 20:02:23 +03:00
Philip Arthur Moore a0ee266dee Merge pull request #1205 from jrfnl/feature/build-against-highest-php-version
Travis: build against highest available PHP version
2017-09-15 23:30:02 +07:00
Philip Arthur Moore cb61c4e722 Merge pull request #1201 from keeps21/css-fix
Remove CSS rules for quotes - Issue #1192
2017-09-15 20:58:16 +07:00
jrfnl 420b44af22 Travis: build against highest available PHP version
The new Trusty images as per Sept 7 include an image for PHP 7.2 (even though it hasn't been released yet).

The `_s` build tests are run against the lowest/highest supported PHP version for 5 and 7.
As `7.2` is now available, it should replace the `7.1` build.
2017-09-13 20:47:58 +02:00
Stephen Hoult fa137f0112 Remove CSS rules for quotes - Issue #1192 2017-09-11 10:04:16 +01:00
David A. Kennedy 67cdccbb67 Merge pull request #1191 from Automattic/woocommerce-support
Add basic WooCommerce Integration
2017-08-31 12:49:18 -04:00
Tiago Noronha 196ee77755 Remove unused CSS. 2017-08-31 08:59:25 +01:00
Tiago Noronha 649b59d063 New lines and spacing. 2017-08-30 12:14:55 +01:00
Tiago Noronha 5f5eaa4bbf File must end with a newline character. 2017-08-30 12:03:53 +01:00
Tiago Noronha c45e5f8743 Update from master. 2017-08-30 11:39:22 +01:00
Tiago Noronha 24b0596c71 Load WooCommerce Star fonts via inline styles. 2017-08-28 22:15:22 +01:00
alaczek 142e2d5030 Merge branch 'master' into update-single-post-nav 2017-08-28 18:04:38 +10:00
alaczek c05e3ab6ec Remove the screen reader text for Previous/Next post navigation. Update .pot file. 2017-08-28 17:54:58 +10:00
Jeffrey Pearce db7f3ed04f Adds WooCommerce plugin file paths.
Related Pull Request #1191
2017-08-25 16:52:26 +02:00
Tiago Noronha af3353c783 Fix column-width sass mixin. 2017-08-23 17:13:49 +01:00
David A. Kennedy 9bf12e5851 Merge pull request #1153 from truongwp/add-white-spaces
Add new line at the end of file and missing white space

Also, update PHPCS ruleset to check coding standard for CSS and SCSS files.
2017-08-18 16:33:29 -04:00
Tiago Noronha 48ed0b7e11 Add commas to each array value. 2017-08-18 19:13:21 +01:00
Tiago Noronha 5d5eb2105d Newline character. 2017-08-18 19:10:10 +01:00
Tiago Noronha 7cb40fa6ce Associative arrays keys should start on a new line. 2017-08-18 19:09:44 +01:00
Tiago Noronha f26859169b Tweaks to docblocks. 2017-08-18 19:03:03 +01:00
Tiago Noronha b87901e508 Add link to new product gallery documentation. 2017-08-18 18:53:02 +01:00
Tiago Noronha 4081a62eae Tweak mini cart implementation comment. 2017-08-07 00:14:51 +01:00
Tiago Noronha d9ad954cdf Move mini cart implementation example inside woocommerce.php 2017-08-07 00:06:52 +01:00
Tiago Noronha 579ad2eeea Second arg of the_widget is an array. 2017-08-07 00:04:22 +01:00
Tiago Noronha e72ba5b291 Remove global variable. 2017-08-07 00:00:35 +01:00
Tiago Noronha b0a272a755 Merge array with wp_parse_args. 2017-08-06 23:55:29 +01:00
Tiago Noronha 3e5f77d27c Remove unnecessary filters. 2017-08-06 23:49:25 +01:00
Tiago Noronha 115319d206 Remove extra line break between the function and the hook. 2017-08-06 23:46:41 +01:00
Tiago Noronha bf725e430f Replace see with @link 2017-08-06 23:44:38 +01:00
Thomas Guillot 92bcf64ba4 Merge remote-tracking branch 'origin/add-featured-image-content-options' into add-featured-image-content-options 2017-08-03 12:44:05 +01:00
Thomas Guillot 387df73308 _s: Add featured images to Post and Pages with the ability to hide them via Content Options.
_s: Fix Travis CI error

_s: Add missing coma in array
2017-08-03 12:40:39 +01:00
Thomas Guillot 10b9a6673a _s: Add featured images to Post and Pages with the ability to hide them via Content Options.
_s: Fix Travis CI error

_s: Add missing coma in array
2017-08-03 10:50:32 +01:00
Tiago Noronha ee3aa735cf Move translators comment to the correct line. 2017-08-01 16:06:15 +01:00
Tiago Noronha 14d29b036d Add missing PHP opening and closing tags. 2017-08-01 15:55:25 +01:00
Tiago Noronha 46a41b2042 Newlines, data validation, and translators comment. 2017-08-01 15:42:22 +01:00
Tiago Noronha 27e68252f6 Basic WooCommerce Integration. 2017-08-01 14:21:13 +01:00
David A. Kennedy f9d4a471e5 Merge pull request #1017 from mrwweb/post-type-templates
Allow for content-{post_type}.php template files in single.php

See #1148
2017-07-26 16:58:46 -04:00
David A. Kennedy f349fc5ad7 Merge pull request #1140 from truongwp/patch-1
Correct code indentation to align with WordPress code standards
2017-07-26 14:50:42 -04:00
Truong Giang 9fcb8dab40 Correct code indentation 2017-07-27 00:37:56 +07:00
David A. Kennedy 33290af84e Merge pull request #1184 from grappler/feature/phpcs-php52
Travis: Use Ubuntu Trusty by default and Precise for PHP 5.2
2017-07-26 12:26:46 -04:00
Truong Giang 6e75903248 Update PHPCS ruleset to check coding standard for CSS and SCSS files 2017-07-24 08:23:45 +07:00
Truong Giang 5ba1b9acb0 Add new line at the end of file and missing white space 2017-07-24 08:22:43 +07:00
Ulrich Pogson 4e69e3ffe1 Use Ubuntu Trusty by default and Precise for PHP 5.2
Starting July 18th 2017, Travis will begin switching the default image to trusty, which does not support PHP 5.2 or 5.3.

https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming
2017-07-18 23:40:25 +02:00
David A. Kennedy e88d9e02d9 Merge pull request #1183 from grappler/feature/phpcompatibility
Fix failing travis test from PHPCompatibility changes in master
2017-07-18 14:51:56 -04:00
Ulrich Pogson 8eb93e96cf Clone specific PHPCS rulesets 2017-07-17 20:26:51 +02:00