Commit Graph

12690 Commits

Author SHA1 Message Date
Claudio Sanches b6094f6874 Merge pull request #8579 from radarhere/patch-1
Fixed typo
2015-07-14 22:00:21 -03:00
Andrew Murray 5a2e7ec90d Fixed typo 2015-07-15 10:50:35 +10:00
Claudio Sanches 29011cccba Merge pull request #8577 from shivapoudel/notices-nonce
Fix - Nonce check when hide admin notices
2015-07-14 20:50:18 -03:00
Shiva Poudel cebaf41d34 Tweak - Template check docs btn as primary 2015-07-15 04:48:46 +05:45
Shiva Poudel 3fb422a7c2 Fix - Nonce check when hide admin notices 2015-07-15 04:40:47 +05:45
Shiva Poudel 5f30308512 No longer use of frontend colors notice 2015-07-15 04:39:28 +05:45
Shiva Poudel 6c936a162d Tweak coding standard for update notice script 2015-07-15 04:38:32 +05:45
Claudio Sanches 8b5fff38e4 Stop alerts when use delete all variations action 2015-07-14 14:08:59 -03:00
Claudio Sanches a28c1c1e33 Fixed language update for en_US, closes #8568 2015-07-14 12:18:51 -03:00
Claudio Sanches d2686f3d2e Don't show language update message for en_US #8568 2015-07-14 12:04:14 -03:00
Claudio Sanches 409dd81ab9 Fixed unit tests for WC_Cart::get_remove_url() 2015-07-14 12:02:32 -03:00
Claudio Sanches 08b59015c4 Merge pull request #8573 from vicky081/patch-6
get_permalink to wc_get_page_permalink
2015-07-14 11:22:32 -03:00
Claudio Sanches 066aff5222 Escape checkout cart-errors.php 2015-07-14 11:20:48 -03:00
Claudio Sanches 26a34a2587 Merge pull request #8574 from vicky081/patch-7
get_permalink to wc_get_page_permalink Updated
2015-07-14 11:20:33 -03:00
Claudio Sanches 6b810772ea Added jquery.serializejson.js to grunt 2015-07-14 11:18:03 -03:00
Mike Jolley c707f771ad serializeJSON to maintain POST data structure
@claudiosmweb
2015-07-14 13:49:45 +01:00
Mike Jolley c412a2eb3e Set $post during variation addition 2015-07-14 13:49:13 +01:00
Vignesh e702d47a17 get_permalink to wc_get_page_permalink Updated 2015-07-14 17:51:40 +05:30
Vignesh 0588c9fe1c get_permalink to wc_get_page_permalink
changed get_permalink to wc_get_page_permalink on class-wc-cart.php
2015-07-14 17:49:29 +05:30
Mike Jolley 8bf1cf60c5 Set $post global so its available like within the admin screens
@claudiosmweb
2015-07-14 12:28:31 +01:00
Mike Jolley 015ace770d Split up bulk edit ajax methods 2015-07-14 11:39:48 +01:00
Mike Jolley 44b91e5b66 Revert triggerHandlers back to trigger() for BW compat
Closes #8569
2015-07-14 10:28:49 +01:00
Mike Jolley 9b21c1c7a1 Add deprecation notices for woocommerce_update_option_X and keep this action working.
Before this change, options would be overwritten by the new filters.
2015-07-14 10:10:07 +01:00
Claudio Sanches 57ab3dc0c2 Improved WC_Language_Pack_Upgrader #8568 2015-07-13 17:29:45 -03:00
Claudio Sanches 6341b93fed POT 2015-07-13 11:03:14 -03:00
Claudio Sanches 2cc7fcfa3f Fixed missing textdomains 2015-07-13 11:03:03 -03:00
James Koster 043294b5ed template versions 2015-07-13 11:44:18 +01:00
Mike Jolley 53916e38bb Just return the URL 2015-07-13 11:00:10 +01:00
Mike Jolley ef89f82014 wc_get_page_permalink should check page_id was found 2015-07-13 10:59:34 +01:00
Mike Jolley 7a5f18fbc8 Merge pull request #8566 from vicky081/patch-5
get_permalink to wc_get_page_permalink
2015-07-13 11:58:11 +02:00
Vignesh e063d068d7 get_permalink to wc_get_page_permalink
Changed get_permalink to wc_get_page_permalink.
2015-07-13 15:01:52 +05:30
Mike Jolley 2f3cf18013 filter empty values during upgrade 2015-07-13 09:41:28 +01:00
Claudio Sanches 7b5bc0abde Merge pull request #8565 from SiR-DanieL/patch-6
New outdated templates tutorial link
2015-07-13 05:20:18 -03:00
Nicola Mustone 35d8572e0b new outdated templates tutorial link 2015-07-13 09:36:36 +02:00
Claudio Sanches eea72552f6 Added support for Jetpack Markdown in product short description, closes #8563 2015-07-11 21:35:47 -03:00
Claudio Sanches 6f63f5ecdc Merge pull request #8560 from thenbrent/fix_cart_tax_total
Use wc_cart_totals_taxes_total_html()
2015-07-11 00:34:31 -03:00
Claudio Sanches 589faffd89 Merge pull request #8559 from maxrice/patch-1
Introduce woocommerce_order_full_refunded_status filter
2015-07-11 00:34:14 -03:00
Claudio Sanches 78f82942bc Added license to package.json 2015-07-11 00:33:12 -03:00
thenbrent 571b4a5238 Use wc_cart_totals_taxes_total_html()
The order-review.php template was printing the tax total directly, which
meant extensions could not filter the tax total. This changes the tax total
to use the wc_cart_totals_taxes_total_html() similar to the cart-totals.php
template, which applies the 'woocommerce_cart_totals_taxes_total_html' filter.
2015-07-10 18:10:19 -07:00
Max Rice a9f6f7fdfe Introduce woocommerce_order_full_refunded_status filter
In certain situations it’s undesirable to automatically change the
order status for an order that has been fully refunded. For example, an
order processed with a credit card whose charge has been authorized but
not yet captured is typically voided, not refunded since no funds have
actually been transferred. In that case, it’s ideal to allow gateways
to change the status to cancelled instead.
2015-07-10 19:51:02 -04:00
Claudio Sanches ee1263db9c Minify 2015-07-10 20:17:47 -03:00
Claudio Sanches 9e4dc64f55 Merge branch 'master' of github.com:woothemes/woocommerce 2015-07-10 20:17:27 -03:00
Claudio Sanches b8a28bdab4 Admin variations - Cancel button reset the default form values
@mikejolley
2015-07-10 20:16:35 -03:00
Mike Jolley 86e0aa106e bulk_edit 2015-07-11 00:05:13 +01:00
Mike Jolley 3ec4003bbb Move add variation button and toolbars 2015-07-11 00:04:16 +01:00
Claudio Sanches 8b4711f655 Admin variations - Removed alert when add new variation 2015-07-10 19:30:14 -03:00
Claudio Sanches 441d3c44bb Admin variations - Go to previous page when delete the last variation in a page 2015-07-10 18:57:38 -03:00
Claudio Sanches 501742b07f Updated grunt dependencies 2015-07-10 18:48:04 -03:00
Claudio Sanches ae17f9e786 Updated grunt dependencies 2015-07-10 18:34:15 -03:00
Claudio Sanches e0c1cc7784 Admin variations - Turn on save button when add new variation 2015-07-10 18:31:38 -03:00