Mike Jolley
8e7ade8f70
Product options
2017-11-14 16:29:17 +00:00
Mike Jolley
79d918d33e
Merge branch 'feature/unsupported-theme' into update/move-settings-to-customizer-17148
...
# Conflicts:
# assets/css/admin-rtl.css
# assets/css/admin.css
# assets/css/woocommerce-rtl.css
# assets/css/woocommerce.css
2017-11-14 16:02:02 +00:00
Mike Jolley
bc16a85d22
Cropping settings
2017-11-14 16:01:36 +00:00
Mike Jolley
9c0446b369
Demo notice
2017-11-14 12:32:20 +00:00
Mike Jolley
286d04153c
Add class to handle changes
2017-11-14 12:08:57 +00:00
Mike Jolley
387093cd27
Merge pull request #17687 from rodrigoprimo/update/remove-unnecessary-travis-config
...
Travis configuration cleanup
2017-11-14 10:21:15 +00:00
Claudiu Lodromanean
16d318c56d
Merge pull request #17685 from woocommerce/fix/17348
...
Introduced product category filter threshold
2017-11-13 14:38:40 -08:00
Claudio Sanches
f27120f649
Introduced product category filter threshold and load categories dropdown
...
Only use WooSelect when have more than 100 terms
2017-11-13 19:47:48 -02:00
Claudio Sanches
487c039b1c
Fixed coding standards
2017-11-13 19:40:10 -02:00
Claudio Sanches
416c11d0e6
Merge pull request #17684 from woocommerce/update/phpcs-paths
...
Improved PHPCS installed_paths and included Woo sanitization and escaping functions
2017-11-13 19:34:44 -02:00
Claudio Sanches
fe21337203
Removed wc_format_decimal from escaping functions
2017-11-13 19:32:40 -02:00
Claudio Sanches
7a7cc3f3cd
Merge pull request #17680 from woocommerce/code-coverage-non-blocking
...
Generate code coverage report on a separate non-blocking Travis job
2017-11-13 19:26:27 -02:00
Claudio Sanches
9606d3e04b
Ignore .sublimelinterrc
2017-11-13 19:18:34 -02:00
Claudio Sanches
c62c394ed3
Autoload PHPCS dependencies
2017-11-13 19:18:21 -02:00
Claudiu Lodromanean
c1d0e9d79c
Merge pull request #17635 from woocommerce/feature/17551
...
Unsupported theme single product enhancements
2017-11-13 12:24:46 -08:00
claudiulodro
9b40ce842d
Remove function that isn't hooked to anything
2017-11-13 12:19:14 -08:00
claudiulodro
493b3b6550
Remove check. ALready handled elsewhere.
2017-11-13 12:16:44 -08:00
claudiulodro
074f9b76b0
Fix init bug and remove nowrap from buttons
2017-11-13 11:56:24 -08:00
The Dramatist
a25e871981
Parameter input, but checked wrong variable. ( #17681 )
...
Here `$offset` should be `$key`. Cause the parameter is named as `$key`.
2017-11-13 19:40:00 +00:00
Claudio Sanches
8e52dbaf26
Updated sanitization and escape functions on phpcs ruleset.xml
2017-11-13 17:30:22 -02:00
Claudio Sanches
ec11eb8ef1
Ignore IDE files
2017-11-13 17:29:58 -02:00
Rodrigo Primo
5078359eca
Remove unnecessary Travis environment variable PHP_LATEST_STABLE
2017-11-13 17:24:52 -02:00
Rodrigo Primo
9188f814c3
Remove unused Travis environment variable
...
This commit removes the unused Travis enrivonment variable PHP_LATEST_STABLE.
2017-11-13 17:22:46 -02:00
Rodrigo Primo
d847323867
Remove unnecessary Travis configuration
...
It is not necessary to declare environment variables for a specific build job if they are the same as the environment variables declared for all build jobs.
2017-11-13 17:18:31 -02:00
claudiulodro
57be95493a
phpcs
2017-11-13 10:42:28 -08:00
claudiulodro
9cc69ea021
Add ability to suppress titles to product_page shortcode
2017-11-13 10:36:58 -08:00
Rodrigo Primo
d26310f9c8
Forgot to change the logic to update codecov to run on the non-blocking Travis job
2017-11-13 16:19:36 -02:00
claudiulodro
f58e4d4b85
Remove stylesheet register
2017-11-13 10:11:50 -08:00
claudiulodro
8e0e0e8747
Cleanup and integrate styles into main stylesheet
2017-11-13 10:08:46 -08:00
Rodrigo Primo
2dcb04e2e2
Generate code coverage report on a separate non-blocking Travis job
...
Travis build is taking about 40 minutes to complete, and that is mostly because of the generation of the code coverage report.
To address that, this commit changes Travis configuration to run the command to generate code coverage report on a separate non-blocking Travis job. This way once the jobs that run the tests finishes, Travisi will mark the build as successful and will keep running code coverage on a separate job.
2017-11-13 15:57:11 -02:00
Claudiu Lodromanean
a2f8e08e85
Merge pull request #17675 from woocommerce/fix/17665
...
self_admin_url for multisite compatibility
2017-11-13 09:35:38 -08:00
Claudio Sanches
800877cb79
Merge pull request #17659 from woocommerce/speed-up-travis-builds
...
Disable XDebug to speed up Travis builds
2017-11-13 10:14:50 -02:00
Mike Jolley
4245855625
self_admin_url for multisite compatibility
...
Fixes #17665
2017-11-13 12:09:13 +00:00
Mike Jolley
315b2575fe
Merge pull request #17663 from axelmm/patch-1
...
Remove unnecessary formating, fixes #17662
2017-11-13 11:25:27 +00:00
axelmm
59534a09e7
Remove unnecessary html formatting
...
Dimensions and weight were unnecessary formatted as html (duplicating values of dimensions_html and weight_html), not as expected raw values
2017-11-11 22:33:22 +01:00
axelmm
fb94f67b0f
Remove unnecessary formating, fixes #17662
...
https://github.com/woocommerce/woocommerce/issues/17662
2017-11-11 17:26:09 +01:00
Rodrigo Primo
89542a9fb8
Disable XDebug to speed up Travis builds
...
This commit removes Xdebug from PHP runtime on all build jobs except PHP 7.1 to speed up Travis builds. Xdebug is needed in the PHP 7.1 build job because this job is used to generate code coverage.
2017-11-10 20:05:23 -02:00
claudiulodro
1934f67daf
Move unsupported product singles stuff to template loader class
2017-11-10 12:48:45 -08:00
claudiulodro
2609a4cd30
Bring up-to-date with feature branch
2017-11-10 10:43:15 -08:00
Claudiu Lodromanean
f78f42d9d6
Merge pull request #17638 from woocommerce/feature/17550-archives-template-support
...
Shortcode based shop page for unsupported themes
2017-11-10 10:39:34 -08:00
Mike Jolley
1d93d8f577
Columns styling
2017-11-10 17:50:56 +00:00
Mike Jolley
3bf47d7d97
Fixed tests
2017-11-10 17:45:01 +00:00
Mike Jolley
fb8db3313e
Clarify has_archive
2017-11-10 16:32:43 +00:00
Mike Jolley
5adb1edef5
Since options are hidden, remove notices for now - allow use.
2017-11-10 16:26:33 +00:00
Mike Jolley
220728544a
Merge pull request #17631 from woocommerce/update/page-caching-class
...
Page caching class
2017-11-10 14:12:13 +00:00
Mike Jolley
9734cc945e
Merge pull request #17654 from woocommerce/db-log-search
...
Ability to search in DB logs (improved)
2017-11-10 13:13:45 +00:00
Mike Jolley
26e640a9ac
Merge pull request #17615 from woocommerce/update/17418
...
More dummy data
2017-11-10 13:01:40 +00:00
Mike Jolley
279742da42
Merge pull request #17652 from jobthomas/master
...
Updated dummy-products.xml
2017-11-10 13:01:12 +00:00
Mike Jolley
9ac4725aac
Update path
2017-11-10 12:59:35 +00:00
Claudio Sanches
d0f191c363
Use table list search box and update form method to POST
2017-11-10 10:55:58 -02:00