Commit Graph

4793 Commits

Author SHA1 Message Date
Brent Shepherd a736cb90a3 Show accurate log name for PayPal 2013-04-12 12:01:19 +10:00
Mike Jolley f73c1f51c6 Allow extra flat rate options even if main rate is 0. Closes #2918. 2013-04-11 16:50:05 +01:00
Mike Jolley e64d152483 Option to set domain closes #2923 2013-04-11 16:32:39 +01:00
Mike Jolley 667a6e6a85 Readme date 2013-04-10 13:34:21 +01:00
Mike Jolley 98f6dde734 Order by +0 not signed. Closes #2922. 2013-04-10 13:30:34 +01:00
Mike Jolley 12e185e70b Merge pull request #2915 from maxrice/master
Fix coupon type filter typo
2013-04-09 06:14:03 -07:00
Max Rice 107877037f Fix coupon type filter typo 2013-04-09 07:56:37 -04:00
Mike Jolley dc70778b04 Merge pull request #2911 from claudiosmweb/pt_BR-patch1
Updated pt_BR translation
2013-04-09 04:15:35 -07:00
Mike Jolley 31b497a33e Cache helpers + notice for w3tc users 2013-04-09 10:38:40 +01:00
Mike Jolley 41b192326d Added autoload back - can't autoload all sessions at once 2013-04-09 09:40:23 +01:00
Mike Jolley d84d1c7a74 Tool to flush customer sessions 2013-04-09 09:40:07 +01:00
Mike Jolley 422b07b262 Reveal cart on adding_to_cart action 2013-04-09 09:38:55 +01:00
claudiosmweb e28c4d5817 updated pt_BR translation 2013-04-08 18:29:49 -03:00
Mike Jolley 3fe3f969cc Readme/version bump 2013-04-08 21:18:26 +01:00
Mike Jolley d3d6bf2c16 Merge pull request #2910 from claudiosmweb/address_filter_patch
Fixed woocommerce_my_account_my_address_formatted_address filter name
2013-04-08 13:17:15 -07:00
claudiosmweb 6adec88c40 fixed woocommerce_my_account_my_address_formatted_address filter name 2013-04-08 17:15:51 -03:00
Mike Jolley 9031c7603f Sanitize taxonomy names. Closes #2844. 2013-04-08 21:11:55 +01:00
Mike Jolley 594bc7b383 Tweak filter name #2895 2013-04-08 20:36:36 +01:00
Mike Jolley de3cce85dc Merge pull request #2895 from claudiosmweb/address_filters
Added new filters to format the address
2013-04-08 12:35:33 -07:00
Mike Jolley 6ef24149ac Fix piwik tracking. Closes #2845. 2013-04-08 20:33:42 +01:00
Mike Jolley b183fb2fb7 Better breadcrumbs Closes #2882 2013-04-08 20:10:55 +01:00
Mike Jolley 014e319528 Redirect filter Closes #2863. 2013-04-08 19:55:49 +01:00
Mike Jolley ccf31dde34 Merge pull request #2898 from deliciousbrains/bug-query-string-in-file-name
Fixes #2897: Long query string displayed as part of download file name
2013-04-08 11:51:23 -07:00
Mike Jolley ac340685ed Merge pull request #2905 from helgatheviking/master
Pass $args to woocommerce_before_template_part action
2013-04-08 11:37:13 -07:00
Mike Jolley f930ab27b6 More validation fixes. #2903. 2013-04-08 19:35:10 +01:00
Mike Jolley 91e1622b91 Ensure array has values Closes #2900. 2013-04-08 19:02:51 +01:00
Mike Jolley aaefe73942 Merge pull request #2894 from scarydakis/master
Products are displayed on product tag pages too.
2013-04-08 10:59:33 -07:00
Mike Jolley 0b87c37c7b Merge pull request #2889 from growdev/master
Fixes to template files that were causing validation errors.
2013-04-08 10:57:02 -07:00
Mike Jolley 62166fa318 Spanish fix. Closes #2902. 2013-04-08 18:55:57 +01:00
Mike Jolley 9977031a5d Nonces cannot be used on all pages with cache - removed them for add to cart actions + fixed caching for hiding the cart 2013-04-08 18:43:07 +01:00
Mike Jolley 57054b03d5 Orders dont' need to be public, and fix for order details when product does not exist. 2013-04-08 17:54:16 +01:00
Daniel Espinoza e0f6d5dfe0 Merge branch 'master' of github.com:woothemes/woocommerce 2013-04-08 10:46:55 -05:00
Kathy Darling bb35a00620 pass $args to woocommerce_before_template_part action 2013-04-08 17:32:57 +02:00
Mike Jolley 10ff7d3abd Merge pull request #2891 from andreibarabas/master
show button on checkout page
2013-04-08 03:52:36 -07:00
James Koster b5959a5d20 filters for cross-sell display 2013-04-08 11:46:11 +01:00
Brad Touesnard f6892a676c Fixes #2897: Long query string displayed as part of download file name 2013-04-07 15:13:47 -03:00
claudiosmweb 2aa712ef4a added filters to format the address 2013-04-07 05:31:21 -03:00
claudiosmweb 554381866b added $args in woocommerce_formatted_address_replacements filter 2013-04-07 05:30:02 -03:00
Stephan d5cf03a636 Products will display on product tag pages too.
Fixes issue #2893
2013-04-07 03:58:47 +10:00
Andrei Barabas a33513bd0c show button on checkout 2013-04-06 15:36:33 +03:00
Daniel Espinoza 65140143c3 Update NZ.php to mike's copy. 2013-04-05 22:01:58 -05:00
Daniel Espinoza eb6dfe9ad4 Changes to template files that were causing validation errors. 2013-04-05 21:56:36 -05:00
Daniel Espinoza 1286b11648 Merge branch 'master' of github.com:woothemes/woocommerce 2013-04-05 21:06:53 -05:00
Mike Jolley fa91ef80d4 Cache helper sets DONOTCACHEPAGE during init, rather than in each shortcode, and the W3 Issue with database cached appeared to be because the add_option had autoload 'no'. Removing autoload no was the only workaround I could find.
Now works with all caching enabled in W3 Total cache. Closes #2862.

cc @coenjacobs
2013-04-05 22:24:56 +01:00
James Koster fdc41f0863 readme 2013-04-05 16:17:56 +01:00
James Koster aebcf3ded6 twentythirteen bits 2013-04-05 16:17:41 +01:00
Mike Jolley d08b1679c8 Show non-existing product line items. Closes #2877 2013-04-05 13:44:38 +01:00
Mike Jolley 6f15a538d9 Merge pull request #2879 from krbvroc1/download_file_non_ssl
Switch download_url to non-SSL
2013-04-05 05:25:22 -07:00
Mike Jolley 3ecaa9516d BR closes #2876. 2013-04-05 13:23:50 +01:00
Mike Jolley 5b679175de Versions. Closes #2854. 2013-04-05 13:17:39 +01:00