Claudio Sanches
7ad096e932
Merge branch 'master' of github.com:woothemes/woocommerce
2015-02-18 15:31:18 -02:00
Claudio Sanches
73d787aba7
Removed coding styles from scrutinizer
2015-02-18 15:31:10 -02:00
Mike Jolley
eb312400e6
Merge pull request #7479 from mjepson/master
...
Fix sales report description
2015-02-18 17:23:28 +00:00
Magnus Jepson
ded1cf76e0
Fix sales report description
...
Net Sales report tooltip description was misleading by “excluding
refunds”
2015-02-18 18:19:10 +01:00
Claudio Sanches
6c7a22b910
Removed admin message from user profile pages, closes #7478
2015-02-18 15:06:11 -02:00
Claudio Sanches
5eec1d0b8d
Removed external coverage from scrutinizer
2015-02-18 15:04:13 -02:00
Claudio Sanches
8d567bc045
Try to fix the scrutinizer upper_lower_casing
2015-02-18 14:37:53 -02:00
Claudio Sanches
25c706433f
Fixed the .scrutinizer.yml indentation
2015-02-18 14:34:26 -02:00
Claudio Sanches
877d173086
Fixed scrutinizer upper_lower_casing
2015-02-18 14:30:23 -02:00
Claudio Sanches
c1fa11b0d5
Fixed the yml file
2015-02-18 14:14:11 -02:00
Claudio Sanches
69f44e1d4f
Changed get_bloginfo("title") to get_bloginfo("name")
2015-02-18 13:47:30 -02:00
Claudio Sanches
0979fc475a
Merge pull request #7466 from qTranslate-Team/master
...
replace get_bloginfo('name') with get_bloginfo('name', 'display')
2015-02-18 13:44:49 -02:00
Mike Jolley
12732ce3a6
Further licence tweak
2015-02-18 13:04:21 +00:00
Mike Jolley
b318e43d29
Update copyright notice in licence.txt
2015-02-18 12:53:53 +00:00
Mike Jolley
fb5290db2e
Fix breadcrumb on shop page
2015-02-18 12:53:39 +00:00
Mike Jolley
470b259a8a
Don't download GeoIP Database until geolocation option is enabled in settings.
2015-02-18 12:53:24 +00:00
Mike Jolley
b6e7e4e8ad
Improve category coupon message.
...
Closes #7463
2015-02-18 11:17:58 +00:00
Mike Jolley
697ece3b3c
Merge pull request #7475 from woothemes/improve-get-downloads-speed
...
Improve wc_get_customer_available_downloads speed
2015-02-18 11:12:19 +00:00
Gerhard
7beb159927
Remove posts join from wc_get_customer_available_downloads, speeds query up by 50%
2015-02-18 12:04:19 +02:00
John Clause
6c9f863c04
replaced get_bloginfo('name') with get_bloginfo('name','display')
2015-02-17 20:56:18 -07:00
John Clause
7197afae08
pulled the latest
2015-02-17 20:30:16 -07:00
Claudio Sanches
28bf06b702
Improved the woocommerce_email_get_option filter, closes #7464
2015-02-18 00:28:26 -02:00
John Clause
b295c64c7f
more arguments to woocommerce_email_get_option filter
2015-02-17 15:59:14 -07:00
Claudio Sanches
c97dffcc66
Improved the WC_Admin::admin_footer_text(), closes #7461
2015-02-17 16:24:11 -02:00
Claudio Sanches
fa638d288e
POT
2015-02-17 14:43:22 -02:00
Mike Jolley
47840d0f42
Added date to readme
2015-02-17 16:27:15 +00:00
Mike Jolley
81b7ed934e
Call Logger before logging errors
2015-02-17 16:20:26 +00:00
Mike Jolley
d1c19d5782
Check for GZIP support
2015-02-17 16:19:33 +00:00
Mike Jolley
217c3a49ff
If logged in, populate customer data from user meta.
...
Closes #7459
2015-02-17 15:47:28 +00:00
Mike Jolley
5ec61e3acd
Tweak transient welcome redirect
2015-02-17 15:24:12 +00:00
Mike Jolley
4feb5fbda9
Restock after refund is successful Closes #7449
2015-02-17 14:56:22 +00:00
Mike Jolley
573cf63413
update checks
2015-02-17 14:24:45 +00:00
Mike Jolley
8126b7ef58
When purchasing multiple downloadable products (same item), multiply download limit by qty purchased.
...
Closes #7451
2015-02-17 14:03:44 +00:00
Mike Jolley
d50a64dd55
Merge pull request #7454 from shivapoudel/scrutinizer-checks
...
Remove repeated code_rating & duplication
2015-02-17 13:53:16 +00:00
shivapoudel
2c03510505
External code coverage and PHP code sniffer are different tool
2015-02-17 19:00:40 +05:45
Bryce
a0b50541cc
Proposed solution for api all order status counts
...
I’m not sure if this is the best way or if it needs work. What do you
think @maxrice @claudiosmweb?
With `status` set to `any`, it returns:
```
stdClass Object
(
[count] => stdClass Object
(
[pending] => 0
[processing] => 2042
[on-hold] => 4
[completed] => 2993
[cancelled] => 13
[refunded] => 0
[failed] => 4
)
)
```
If not `any, same as before.
Closes #7433
2015-02-17 13:27:38 +07:00
shivapoudel
ff8f1ab710
Remove repeated code_rating & duplication
2015-02-17 11:02:49 +05:45
Mike Jolley
44cf2c2b70
Filter before max_related_posts
2015-02-16 16:48:11 +00:00
Mike Jolley
bd11f51d04
Double shop page in breadcrumb and white space issues.
...
Fixes #7432
2015-02-16 16:21:48 +00:00
Mike Jolley
600b561fd9
Small timeout on checkout update action to prevent several triggering at once.
...
Closes #7423
2015-02-16 15:45:25 +00:00
Mike Jolley
4cfabb8e16
Only update checkout when form.checkout exists
...
Fixes #7422
2015-02-16 14:57:04 +00:00
Mike Jolley
ac8d97ab54
No need to add double quotes here Closes #7447
2015-02-16 14:33:12 +00:00
Mike Jolley
7899dd95d6
Run File URLs through esc_url_raw instead of wc_clean to preserve spaces.
...
Closes #7442
2015-02-16 14:23:13 +00:00
Mike Jolley
7902522e96
Merge pull request #7424 from roykho/placeholder-image
...
fix string array conversion notice when passing array to get_image metho...
2015-02-16 14:00:41 +00:00
Mike Jolley
8bdd4fc283
Run item meta label through wc_attribute_label() in admin order page.
...
Closes #7420
2015-02-16 13:49:44 +00:00
Mike Jolley
a668b87801
Merge pull request #7446 from SiR-DanieL/patch-6
...
Added target _blank to the template structure doc link
2015-02-16 13:17:28 +00:00
Mike Jolley
5c1a0d92e8
Related posts - replace ORDER BY RAND() with random offset.
...
Closes #7436
2015-02-16 13:16:18 +00:00
Mike Jolley
c6c7952520
WordPress coding standard https://scrutinizer-ci.com/docs/tools/php/code-sniffer/standards
2015-02-16 12:58:49 +00:00
Nicola Mustone
1f0fe09910
Added target _blank to the template structure doc link
2015-02-16 13:55:28 +01:00
Mike Jolley
e58e9cb426
Merge pull request #7444 from SiR-DanieL/patch-6
...
Target _blank on Theme integration guide
2015-02-16 12:46:48 +00:00