Commit Graph

13241 Commits

Author SHA1 Message Date
Mike Jolley 14c0a3ce90 Merge pull request #9117 from panvagenas/master
issue #9116
2015-09-14 10:47:54 +01:00
Akeda Bagus 6906eb4eae Added support to GET, POST, PUT, and DELETE tags. 2015-09-13 17:59:07 +07:00
Akeda Bagus 2980ffd66b Added support to POST, PUT, and DELETE categories. 2015-09-13 17:59:07 +07:00
Akeda Bagus f781d393c8 Added API support for product shipping classes.
This change implements GET, POST, PUT, and DELETE handlers for shipping
classes endpoint, /products/shipping_classes.

Fixes #8948.
2015-09-13 17:54:23 +07:00
Panagiotis Vagenas 8e37f8d0a5 #9116. Moving the action outside the curly braces will do the trick. 2015-09-13 10:03:25 +03:00
Claudio Sanches 4a774943e9 Merge pull request #9113 from woothemes/issues/9110-fix-failed-log-test
Assert log line format and its log message instead of log line equality.
2015-09-12 16:51:46 -03:00
Akeda Bagus f3dfdd20da Assert log line format and its log message instead of log line equality.
Timestamp is not reliable to assert during the test.
2015-09-12 21:18:41 +07:00
Claudio Sanches 03ed840a79 Merge pull request #9109 from SiR-DanieL/related-products-args
Wrong per_page attribute
2015-09-11 18:24:56 -03:00
Mike Jolley 8b601adb3c Merge pull request #9108 from woothemes/issues/9101-dont-show-undo-if-product-is-not-purchasable
Don't show undo link if removed item product is out of stock.
2015-09-11 11:33:32 +01:00
Nicola Mustone cc3962cddb wrong per_page attribute 2015-09-11 10:53:26 +02:00
Akeda Bagus 82a7c70334 Don't show undo link if removed item product is out of stock. 2015-09-11 15:22:09 +07:00
Claudio Sanches 95de4a8d23 Merge pull request #9103 from woothemes/revert-9098-issues/8948
Revert "Added API support for product shipping classes."
2015-09-10 14:22:21 -03:00
Claudio Sanches 194f9cd6ec Revert "Added API support for product shipping classes." 2015-09-10 14:22:11 -03:00
Mike Jolley 53c6bebbd0 Select 1=1 instead of '1' when using get_var
Fixes #9102
2015-09-10 16:49:51 +01:00
Mike Jolley 28c971a6f8 Remove donation link 2015-09-10 16:27:38 +01:00
Mike Jolley 8ec5986d48 Tweak hash logic 2015-09-09 22:29:54 +01:00
Claudio Sanches 1a97aeb0b3 Merge pull request #9098 from woothemes/issues/8948
Added API support for product shipping classes.
2015-09-09 12:27:38 -03:00
Kevin Hagerty 1c6dad110e improved spacing, filter name more conventional, added esc_attr 2015-09-09 10:11:09 -04:00
Akeda Bagus 1f18d861ce Added API support for product shipping classes.
This change implements GET, POST, PUT, and DELETE handlers for shipping
classes endpoint, /products/shipping_classes.

Fixes #8948.
2015-09-09 20:38:11 +07:00
Mike Jolley 71b8f0ddff Change loops wording
Closes #8818
2015-09-09 11:26:11 +01:00
Mike Jolley a0411e7d8b Apparently allowing full screen fixes wistia notices
Fixes #9052
2015-09-09 11:06:26 +01:00
Mike Jolley 19171057cd Merge pull request #9090 from gdevlugt/issue/9086
Coupon usage count can become negative
2015-09-09 10:02:42 +01:00
Geoffrey de Vlugt 9d7d40ced1 Coupon usage count can become negative
This commit fixes issue #9086
2015-09-09 09:56:32 +02:00
Kevin Hagerty 849a3598c9 add a filter to the array of the html classes for an order note
allow plugins to hook into the display of order notes to add classes.
2015-09-08 20:11:04 -04:00
Beka Rice bef88f2e82 [2.5] Filter when purchase note is showed
For WooCommerce 2.5: adds `woocommerce_purchase_note_order_statuses`
filter and pulls purchase note logic up from
/order/order-details-item.php
2015-09-08 14:01:49 -04:00
rchq 332c1bdf9c Update abstract-wc-order.php
Created an action to be able to hook into and add additional notification triggers.
2015-09-08 11:00:22 -07:00
Kathy Darling 9571b8827e Add `woocommerce_admin_order_item_thumbnail` filter in `html-order-item.php`. 2015-09-08 13:41:12 -04:00
Mike Jolley 799353e8f2 Wait for variation update before submit
@claudiosmweb
2015-09-08 14:30:41 +01:00
Mike Jolley 4084b8b359 Merge pull request #9075 from krautnerds/fix-lost-password-form-handling
Fix lost password form handling for space before/after email
2015-09-08 11:45:22 +01:00
Mike Jolley 6306c3afde get_formatted_meta allow 0 values
Fixes #9072
2015-09-08 11:39:50 +01:00
Mike Jolley 14ee9e2daa Merge pull request #9074 from khag7/khag7-patch-1
fix HTML for the order total column
2015-09-08 10:24:19 +01:00
Mike Jolley 36e3061618 Merge pull request #9076 from mattallan/deleted_order_download_permissions
Don't try add new download permissions if order has been deleted
2015-09-08 09:36:19 +01:00
matttallan bbe11fdd6b Don't try add/remove download permissions if order does not exist 2015-09-08 15:28:38 +10:00
Claudio Sanches d7c7527529 Merge pull request #9073 from krautnerds/fix-inefficient-jQuery-usage
Fixed all inefficient selector usages
2015-09-08 00:03:44 -03:00
Florian Ludwig 5cffd789a4 Removed unused variable 2015-09-08 00:08:40 +02:00
Florian Ludwig 9966f6b0a4 Fixed issue where space before or after mail led to "Invalid e-mail" error 2015-09-08 00:08:32 +02:00
Kevin Hagerty 98ad7b405d Merge pull request #2 from khag7/khag7-patch-1
fix HTML for the order total column
2015-09-07 17:35:42 -04:00
Kevin Hagerty a59b3482e8 fix HTML for the order total column
the HTML generated now uses get_formatted_order_total, same solution used for issue #9047
2015-09-07 17:30:55 -04:00
Kevin Hagerty 4d32da5479 Merge pull request #1 from woothemes/master
repo sync
2015-09-07 17:23:28 -04:00
Florian Ludwig 2761a42a13 Fixed one more inefficient jQuery selector 2015-09-07 19:53:47 +02:00
Florian Ludwig 35655f8544 Fixed all inefficient selector usages
Use find for more efficient selectors - more information on e.g.
https://24ways.org/2011/your-jquery-now-with-less-suck/
2015-09-07 19:51:10 +02:00
Manos Psychogyiopoulos e3dad9106f elseif 2015-09-07 19:17:33 +03:00
Manos Psychogyiopoulos d9d11974fe introduce context in transient with price filters 2015-09-07 19:13:41 +03:00
Mike Jolley e863c4678a min 2015-09-07 16:58:13 +01:00
Mike Jolley 821434cbb7 Fix geolocation redirect with querystring 2015-09-07 16:58:05 +01:00
Mike Jolley a056e3e649 Unslash key description
Closes #9068
2015-09-07 16:29:03 +01:00
Mike Jolley 358f3f79fa Don't use extract() in add_rate
#9057
2015-09-07 16:02:23 +01:00
Mike Jolley 5b8b4c1e97 Readme 2015-09-07 15:40:18 +01:00
Mike Jolley 38a5d04c53 woocommerce_save_account_details_required_fields hook
Closes #9056
2015-09-07 15:21:57 +01:00
Mike Jolley 3e0986bce0 Merge pull request #9053 from khag7/khag7-patch-1
Improve order total formatting
2015-09-07 14:43:49 +01:00