Commit Graph

4989 Commits

Author SHA1 Message Date
Coen Jacobs 36767d8f22 Merge pull request #3131 from kloon/master
Fix 0 sale price not returning true in is_on_sale
2013-05-08 04:50:07 -07:00
Coen Jacobs 86e03c1048 Better backwards compatibility with _woocommerce_exclude_image
As committed on master branch:
- 59db08d70b
2013-05-08 13:35:37 +02:00
Coen Jacobs bcc3dc2c3f Allow layered nav to work with non pa_ prepended taxonomies
As committed on master branch:
- f49bd2cd77
2013-05-08 13:30:27 +02:00
Coen Jacobs 6ae41d83b2 Have the remove_taxes() method set subtotal to subtotal_ex_tax
As committed on master branch:
- 742cd3ae36
2013-05-08 13:29:35 +02:00
Mike Jolley 59db08d70b Better backwards compatibility with _woocommerce_exclude_image
@coenjacobs
2013-05-08 12:29:21 +01:00
Mike Jolley f49bd2cd77 Allow layered nav to work with non pa_ prepended taxonomies 2013-05-08 12:16:40 +01:00
Gerhard 97ad6e0cda Fix for 0 sale price not returning true in is_on_sale 2013-05-08 12:59:48 +02:00
John c887922500 new status reporting system
new status reporting system, this plugin list is better visually and
very better to read
2013-05-07 15:19:27 -03:00
ronnybjornstad 1abd5287bd Make date in Customers Order Notes localized
Added missing localization code to line 37.
2013-05-07 16:12:38 +03:00
Mike Jolley 742cd3ae36 Have the remove_taxes() method set subtotal to subtotal_ex_tax 2013-05-07 12:56:59 +01:00
Mike Jolley 12e4f332a3 gitignore 2013-05-07 12:49:07 +01:00
Vivek Gounder 00ece2649e Updated the return doc block with a brief explanation of the return type. 2013-05-07 16:36:11 +05:30
Coen Jacobs b46ec90fdf PayPal button should use 'button' and 'alt' classes.
As committed on master:
- 00cbde04e5
2013-05-07 13:05:54 +02:00
Coen Jacobs 00cbde04e5 PayPal button should use 'button' and 'alt' classes. Closes #3096 2013-05-07 13:02:45 +02:00
Vivek Gounder b4b94e0535 Updated the correct doc block for return type 2013-05-07 15:17:34 +05:30
Coen Jacobs c0a2cc565e Readme update with #3111 2013-05-06 22:48:55 +02:00
Coen Jacobs c2d8becf80 Merge pull request #3111 from krogsgard/master
Update CPT parameters for 'product_variation' and 'shop_coupon'
2013-05-06 13:47:06 -07:00
krogsgard 638b7f9b8b Update public parameters for 'product_variation' and 'shop_coupon' CPTs
Update 'public' parameters for 'product_variation' and 'shop_coupon' to 'false' and update 'query_var' parameter for 'product_variation' to false.
2013-05-06 15:42:59 -05:00
Aurel Roman f10219a9b7 Update ro_RO frontend translations 2013-05-06 18:07:43 +03:00
Coen Jacobs 89f9193d1f More esc_js action to prevent errors with translations
As committed on master branch:
- 38d892b14e
2013-05-06 15:26:25 +02:00
Coen Jacobs d2d7384e74 Merge pull request #3105 from kloon/master
esc_js ify WooCommerce
2013-05-06 06:24:34 -07:00
Gerhard 38d892b14e esc_js translatable strings to avoid js breaking on quote chars 2013-05-06 15:17:04 +02:00
Coen Jacobs 32d3652018 esc_js for translatable string in the javascripts
As on master branch:
- ba923875a2
- 3f1bca59cc
2013-05-06 15:04:52 +02:00
Coen Jacobs 3f1bca59cc Readme with #3103 2013-05-06 15:01:33 +02:00
Coen Jacobs dcd41e4797 Merge pull request #3103 from kloon/master
esc_js translatable strings for the JS
2013-05-06 06:00:16 -07:00
Gerhard ba923875a2 esc_js for translatable string in the javascripts 2013-05-06 14:50:28 +02:00
Coen Jacobs b2c6b9050f RUB currency symbol fixes
As done on master branch:
- 683d54f957
- 1671b1d713
2013-05-06 12:13:07 +02:00
Coen Jacobs 683d54f957 Readme update for #3091 2013-05-06 12:11:11 +02:00
Coen Jacobs 5ee2386337 Merge pull request #3091 from Almaz/patch-2
Localization - Added a point to the symbol of the Russian currency.
2013-05-06 03:10:15 -07:00
Coen Jacobs f03735d8f6 Add 'woocommerce_create_account_default_checked' for #3098 2013-05-06 12:03:31 +02:00
Almaz Mannanov 1671b1d713 +* Localization - Added a point to the symbol of the Russian currency 2013-05-03 21:28:26 +06:00
Coen Jacobs f9300bad55 Readme with #2828. Closes #2788 as well. 2013-05-02 17:29:02 +02:00
Coen Jacobs 656c897448 Merge pull request #2828 from thenbrent/formatted_product_name
Encapsulate formatted product name
2013-05-02 08:26:41 -07:00
Coen Jacobs 55922ee475 Added previous two changes to changelog 2013-05-02 17:13:00 +02:00
Coen Jacobs 9ab43587f8 Cast term_id as int before using in has_term
As committed in master branch: 7a21dacf5b
2013-05-02 17:11:50 +02:00
Coen Jacobs e0635a6db7 SKU: search case insensitive support
As committed in master as well: a93cee0cba
2013-05-02 17:09:50 +02:00
Coen Jacobs 7a21dacf5b Cast term_id as int before using in has_term. Closes #3077 #1999 2013-05-02 16:58:30 +02:00
Matt b79ef5a36c Duplicate capability hook 2013-05-02 09:09:32 -04:00
Coen Jacobs 2616251ed3 Code standards and readme for #3076 2013-05-02 14:00:22 +02:00
Coen Jacobs fd69d725e3 Merge pull request #3076 from kloon/master
SKU: search case insensitive
2013-05-02 04:56:53 -07:00
Coen Jacobs b1f3af5118 Removed ShareYourCart integration from core. Closes #2937 2013-05-02 13:38:00 +02:00
Coen Jacobs 595cc652db Removed Piwik integration from core 2013-05-02 13:31:03 +02:00
Coen Jacobs e9c9afc0fc Master branch is now 2.1-bleeding 2013-05-02 13:29:20 +02:00
Gerhard a93cee0cba SKU: search case insensitive support 2013-05-02 13:23:12 +02:00
Mike Jolley ee423eb852 Version bump 2013-05-02 12:21:52 +01:00
Mike Jolley 130a8074f9 ruble Closes #3072. 2013-05-02 12:10:23 +01:00
James Koster 491550f068 validation 2013-05-01 15:54:56 +01:00
Mike Jolley 91ab91cfe6 Reverse breadcrumbs Closes #3065. 2013-05-01 15:38:40 +01:00
Mike Jolley 2ed2be562e Better validation Closes #3059. 2013-05-01 15:24:28 +01:00
Mike Jolley ade1fd1555 Move click tracking code so it doesn't need a loop. Closes #3058 2013-05-01 14:39:51 +01:00