Barry Kooij
|
ac35cac823
|
Unit Testing: Added test_add_to_cart_simple and test_add_to_cart_variable methods.
|
2014-10-22 00:25:52 +02:00 |
claudiosmweb
|
8a9e3d7e4f
|
[2.2] fixed edit account page fields, closes #6577
|
2014-10-21 11:31:17 -02:00 |
Barry Kooij
|
4d3fbaa9e0
|
Regex escape mathes before using them as regex to prevent delimiter problems.
|
2014-10-21 15:20:19 +02:00 |
Barry Kooij
|
153664d1f1
|
Merge branch 'master' of github.com:woothemes/woocommerce
|
2014-10-21 15:09:52 +02:00 |
Barry Kooij
|
e122cf482a
|
Changed pregmatch delimiters and optimized regex.
Fixes #6584.
|
2014-10-21 15:09:43 +02:00 |
Barry Kooij
|
23db5a8c74
|
Start of cart unit tests.
|
2014-10-21 15:09:03 +02:00 |
Barry Kooij
|
77521f699b
|
Optimized cart get_checkout_url method.
|
2014-10-21 15:08:51 +02:00 |
claudiosmweb
|
42820ea88d
|
introduced the wc_strtolower() function, closes #6575
|
2014-10-21 10:51:16 -02:00 |
Mike Jolley
|
40bd9bc974
|
Merge pull request #6587 from rhyswynne/master
Added DocBlock to woocommerce_after_shop_loop_item
|
2014-10-21 13:25:40 +01:00 |
Mike Jolley
|
9933b2711b
|
Merge pull request #6586 from helgatheviking/filter_email_actions
add filter for woocommerce_email_actions
|
2014-10-21 13:25:30 +01:00 |
Mike Jolley
|
e41c9f3f91
|
Merge pull request #6585 from SiR-DanieL/bacs-slashes
Fixed indentation and added wp_unslash
|
2014-10-21 13:25:02 +01:00 |
Mike Jolley
|
4d44bf2c36
|
Merge pull request #6539 from helgatheviking/variation-is-defined
add variation class method which tests if all the attributes are set
|
2014-10-21 13:24:10 +01:00 |
Mike Jolley
|
b09f1062da
|
Merge pull request #6579 from woothemes/hotfix-unqiue-nonce-edit-details
[2.2] Make edit account details nonce unique to customer.
|
2014-10-21 13:17:36 +01:00 |
Gerhard
|
045046492f
|
Fix nonce check on edit address.
|
2014-10-21 13:24:01 +02:00 |
Rhys
|
981883d7a4
|
Added DocBlock to woocommerce_after_shop_loop_item documenting the hooked functions added to it.
|
2014-10-21 11:54:34 +01:00 |
Kathy Darling
|
1320f7421b
|
add filter for woocommerce_email_actions
|
2014-10-21 11:52:07 +02:00 |
Gerhard
|
afc0ddf6e7
|
Propper verify nonce use on order tracking page.
|
2014-10-21 09:46:14 +02:00 |
Gerhard
|
5c1ad63876
|
Propper verify nonce use on checkout
|
2014-10-21 09:44:53 +02:00 |
Nicola Mustone
|
b9a89e4589
|
Fixed indentation and added wp_unslash
|
2014-10-21 09:43:57 +02:00 |
Barry Kooij
|
f26df90a25
|
Added wp_kses_post to purchase note
|
2014-10-21 09:09:20 +02:00 |
Gerhard
|
9645519f0f
|
Bump template version for nonce name change.
|
2014-10-21 09:03:17 +02:00 |
Gerhard
|
a08b501ebc
|
Propper verify nonce use on edit account.
|
2014-10-21 08:53:54 +02:00 |
Gerhard
|
817e23a807
|
Propper verfiy nonce use on edit address.
|
2014-10-21 08:52:19 +02:00 |
Gerhard
|
36ae6b8876
|
remove more debug info.
|
2014-10-21 08:51:35 +02:00 |
Gerhard
|
9b7fd195a7
|
remove debug info.
|
2014-10-21 08:51:00 +02:00 |
Gerhard
|
1c46b7324a
|
Register nonce used same name as register form button.
|
2014-10-21 08:50:23 +02:00 |
Gerhard
|
9f438edfa0
|
Correctly use verify nonce on register
|
2014-10-21 08:41:52 +02:00 |
Gerhard
|
f2e65f0857
|
Propper verify_nonce use on reset password functionality.
|
2014-10-21 08:39:16 +02:00 |
Gerhard
|
1bc74317df
|
Use wp_verify_nonce correctly in process_login
|
2014-10-21 08:33:48 +02:00 |
Gerhard
|
1fd61e6d75
|
Use wp_verify_nonce correctly in save_account_details.
|
2014-10-21 08:31:48 +02:00 |
Gerhard
|
22cffec564
|
Revert nonce fieldname to original.
|
2014-10-21 08:30:30 +02:00 |
Mike Jolley
|
96a9e48823
|
Refactored stock emails with consistent filters mirroring other email classes
Closes #6580
|
2014-10-20 16:59:02 +01:00 |
Mike Jolley
|
6f7ff36940
|
Prefix filter names #6576
|
2014-10-20 16:12:35 +01:00 |
Mike Jolley
|
1922b377e8
|
Corrected comment
|
2014-10-20 16:10:39 +01:00 |
Mike Jolley
|
5724d1c43f
|
Merge pull request #6576 from primozcigler/master
Added the filter for the ajax cart_hash
|
2014-10-20 16:10:23 +01:00 |
Mike Jolley
|
4fa1404d86
|
Merge pull request #6572 from doublesharp/patch-2
Update class-wc-addons-gateway-simplify-commerce.php
|
2014-10-20 16:06:57 +01:00 |
Mike Jolley
|
881ab9edf1
|
Merge pull request #6573 from SiR-DanieL/system_-status
Improved system status
|
2014-10-20 16:06:40 +01:00 |
Mike Jolley
|
42e64f61dd
|
Merge pull request #6571 from axisthemes/grunt-dep
Grunt tasks updated
|
2014-10-20 15:31:30 +01:00 |
Gerhard
|
3b1ccbc23b
|
Added var to wrong funciton :|
|
2014-10-20 09:41:28 +02:00 |
Gerhard
|
1fdff91114
|
Make edit account details nonce unique to customer.
|
2014-10-20 09:35:54 +02:00 |
Primoz Cigler
|
bbdcdc923a
|
Added the filter for the ajax cart_hash, because in some cases (for example when using WPML) the empty string does not refresh the page fragments properly.
|
2014-10-18 20:54:25 +02:00 |
Nicola Mustone
|
a14bc870c4
|
Improved system status
|
2014-10-18 11:56:58 +02:00 |
doublesharp
|
8dae054e0c
|
Update class-wc-addons-gateway-simplify-commerce.php
Use new $order->get_status() in lieu of legacy $order->status to support the new post_status format in WC 2.2
|
2014-10-18 01:04:40 -07:00 |
shivapoudel
|
01e5f59548
|
Updated devDepedencies :)
|
2014-10-18 11:18:22 +05:45 |
shivapoudel
|
7fe1dd4ccd
|
Better arrange of the grunt-contrib-* tasks
|
2014-10-18 11:14:47 +05:45 |
shivapoudel
|
f3849de0cd
|
deploy task is unused so let's remove :)
|
2014-10-18 11:09:20 +05:45 |
James Koster
|
51db7f9ef2
|
scale deprecated #5606
|
2014-10-17 20:58:43 +01:00 |
James Koster
|
734b8c7f53
|
replace gradient mixin refs with bourbon equivalent #5606
|
2014-10-17 20:55:07 +01:00 |
James Koster
|
c21261d6e8
|
css #5606
|
2014-10-17 20:39:33 +01:00 |
James Koster
|
ef831d70c7
|
replace border box mixin with bourbon equivalent #5606
|
2014-10-17 20:34:03 +01:00 |