Commit Graph

4659 Commits

Author SHA1 Message Date
Mike Jolley 566e10eeb0 Less conditionals for JS loader 2013-02-25 10:32:13 +00:00
Mike Jolley 69db6a4262 Login form initial state. Closes #2505. 2013-02-25 10:17:16 +00:00
Mike Jolley 48a4ce1384 New interface didn't pass correct value to old hook. Closes #2520. 2013-02-25 10:12:45 +00:00
Mike Jolley aa250f35a7 Hook should be after messages. #2510 2013-02-25 10:10:11 +00:00
Mike Jolley 8d54dbdad5 Merge pull request #2508 from judgej/patch-1
Update woocommerce-ajax.php
2013-02-25 02:08:42 -08:00
Mike Jolley 2f3b7f339a Merge pull request #2510 from krbvroc1/before_after_hooks
Add encompassing hooks to cart and mini-cart
2013-02-25 02:06:55 -08:00
Mike Jolley 110ad84146 Merge pull request #2516 from Geczy/master
Filter on get_items()
2013-02-25 02:03:48 -08:00
Mike Jolley e7c1390ba9 Merge pull request #2517 from Ramoonus/master
nl_NL update
2013-02-25 02:03:20 -08:00
Matt 31b3201a3c woocommerce_order_get_items filter on get_items() 2013-02-24 10:00:42 -05:00
Ramon van Belzen 69f9cd1ad4 More strings 2013-02-24 14:02:52 +01:00
Ramon van Belzen db9f872c5a nl_NL more strings translated 2013-02-24 10:53:06 +01:00
Ramon van Belzen efb303443a nl_NL Country strings 2013-02-24 10:44:42 +01:00
Ramon van Belzen 28e54e0989 nl_NL first bit of the day 2013-02-24 10:31:50 +01:00
Ramon van Belzen 5a728ed5ae admin-NL refreshed 2013-02-24 10:20:40 +01:00
kukac7 0a3c0bf43e hungarian translation v0.8.6
86%
2013-02-23 17:36:23 +01:00
kukac7 e3b35fa318 hungarian translation v0.8.4
84%
2013-02-22 22:50:55 +01:00
Ken Bass edc53f4624 Add encompassing hooks to cart and mini-cart 2013-02-22 13:14:59 -05:00
Jason Judge 8b33de17c3 Update woocommerce-ajax.php 2013-02-22 16:30:01 +00:00
Coen Jacobs 9bdb243da0 Tagging RC2 2013-02-22 14:19:13 +01:00
James Koster 69e793df50 messages 2013-02-22 12:13:22 +00:00
Mike Jolley c086d7236a Initial display Closes #2505. 2013-02-22 08:55:48 +00:00
Mike Jolley 38ac7a5fc2 woocommerce_coupon_loaded Closes #2506 2013-02-22 08:44:40 +00:00
Mike Jolley 947a0aa483 kses Closes #2503. 2013-02-21 19:55:58 +00:00
Mike Jolley 884c217c12 Merge pull request #2497 from thenbrent/variable-writepanel-tweaks
Tweaks to the Variable Product Writepanel
2013-02-21 02:16:43 -08:00
Mike Jolley 3019d3b605 Merge pull request #2498 from dziudek/master
Fix for the HTML syntax error in the recent products widget form on the back-end
2013-02-21 02:15:58 -08:00
Mike Jolley 42e8502b52 Merge pull request #2494 from neilpie/master
Template path in email admin area has plugin directory hardcoded
2013-02-21 02:15:22 -08:00
Neil Pie b6cc12b5e6 Update classes/abstracts/abstract-wc-email.php
whitespace
2013-02-21 09:31:45 +00:00
Neil Pie 39785ee760 Merge branch 'master' of github.com:woothemes/woocommerce 2013-02-21 09:23:47 +00:00
Neil Pie 633f353245 conditional for WC_Email template base in abstract constructor 2013-02-21 09:23:32 +00:00
Tomasz Dziuda c960019ad2 Fix for the HTML syntax error in the recent products widget form on the back-end
The problem was caused by unclosed paragraph tag.
2013-02-21 10:15:00 +01:00
Coen Jacobs dfddb41774 Merge pull request #2496 from thenbrent/slug-not-sanitize
Use product_type slug not sanitized term name
2013-02-21 00:14:25 -08:00
Coen Jacobs c0797549e9 Use slug instead of sanitzed title of term to determine product type
Props @thenbrent for:
https://github.com/woothemes/woocommerce/commit/b2a868301c622d03702f5828
5cb6d97972511953#commitcomment-2663540
2013-02-21 09:10:58 +01:00
Brent Shepherd 102cbe78b0 Make slug elements ucfirst for class name
For example, instead of `WC_Product_Variable_subscription` create the
class name `WC_Product_Variable_Subscription`.
2013-02-21 16:32:20 +10:00
Brent Shepherd 4ceb988536 Use product_type slug not sanitized term name 2013-02-21 15:13:23 +10:00
Brent Shepherd 6c384a0d34 Trigger change event when bulk editing variation 2013-02-21 13:51:54 +10:00
Brent Shepherd 1f8314c3a2 Add woocommerce_variable_product_bulk_edit_actions
For extensions to add new bulk edit actions on the "Edit Product"
screen for variable products.
2013-02-21 13:21:33 +10:00
Neil Pie 9b984bac5f sloppy whitespace 2013-02-21 00:59:21 +00:00
Neil Pie 11835b1004 Brings correct template path format into line with WC generate file paths 2013-02-21 00:57:46 +00:00
Neil Pie 11782d4f2b Fixes issue with displaying email template path in admin 2013-02-21 00:39:38 +00:00
Mike Jolley ff940426fc Merge pull request #2492 from krbvroc1/widget_login_error_class
Undo change from hyphen to underscore
2013-02-20 16:21:47 -08:00
Ken Bass b53dee1770 Undo change from hyphen to underscore 2013-02-20 17:40:32 -05:00
Mike Jolley 624f6e63be Margin fix. a98de826f0 2013-02-20 22:26:27 +00:00
Mike Jolley 59ff162e5a Coupon amounts for after tax discount. Closes #2485. 2013-02-20 22:09:57 +00:00
Mike Jolley c696c99cee woocommerce_error class 2013-02-20 20:52:38 +00:00
Mike Jolley 3d0001700d Merge pull request #2491 from krbvroc1/widget_login_fix
Undo esc_html and fix class name
2013-02-20 12:51:09 -08:00
Ken Bass 9a51b63174 Change esc_html to wp_kses and fix class name 2013-02-20 15:49:14 -05:00
Mike Jolley b8c3e159de Query published coupon. Closes #2487. 2013-02-20 20:48:40 +00:00
Mike Jolley 35d5e2997a Work with 4dp for discounts so totals add up. Closes #2476. 2013-02-20 18:50:28 +00:00
Mike Jolley 15e6b14b58 Focus Closes #2479. 2013-02-20 18:20:28 +00:00
Mike Jolley e0ef659cb9 Reset after showing shortcode. Closes #2475. 2013-02-20 18:10:03 +00:00