Commit Graph

7326 Commits

Author SHA1 Message Date
Mike Jolley 54a7c11dd3 Use protocol relative URLs in the cart widget because it gets cached and can display on https or http pages Closes #5135 2014-03-17 10:53:54 +00:00
Mike Jolley c211164514 min 2014-03-17 10:53:54 +00:00
Mike Jolley 5d12647a43 Merge pull request #5148 from splashingpixels/jshint
Jshint
2014-03-17 10:03:18 +00:00
splashingpixels fc913b850f frontend add to cart jshinted and coding standards 2014-03-16 22:26:55 -07:00
splashingpixels e19fa9a73c frontend add to cart variation jshinted and coding standards 2014-03-16 22:19:58 -07:00
Mike Jolley eaa2033570 Merge pull request #5097 from JustinSainton/patch-3
Filter JSON search customers query
2014-03-14 14:55:04 +00:00
Mike Jolley 7f417c0e8e Fix sale flash for out of stock sale items Closes #5119 2014-03-14 13:41:25 +00:00
Mike Jolley e6b348ba83 Merge pull request #5129 from splashingpixels/product-gallery-images
lingering tooltip after gallery image delete fixes #5124
2014-03-14 13:35:24 +00:00
Mike Jolley abfafa7ce3 Correct discount calculation in admin when fees are involved. Closes #5103 2014-03-14 13:20:59 +00:00
Mike Jolley ad5f510979 Item meta list classes Closes #5083 2014-03-14 12:40:55 +00:00
Mike Jolley 036969db21 Move plugin headers to main WC POT file Closes #5073
Languages will need updating.
2014-03-14 10:08:57 +00:00
Mike Jolley cf50b4977d Filter the filename Closes #5074 2014-03-14 10:04:41 +00:00
splashingpixels 0fda637dd9 lingering tooltip after gallery image delete fixes #5124 2014-03-13 21:27:18 -07:00
Mike Jolley adc604e0e2 Move loop_end hook as it is generic and used in all WP loops 2014-03-13 13:07:47 +00:00
Mike Jolley c27a5a3f4d Merge pull request #5082 from crazyscience/patch-2
Fix for Issue #3367
2014-03-12 14:37:40 +00:00
Mike Jolley 340efa690d Minify scripts for #5109 2014-03-12 14:34:49 +00:00
Mike Jolley d8116e4657 Merge pull request #5109 from jmotes/master
Fix for #5106 - allow checkout in older IE
2014-03-12 14:33:39 +00:00
Mike Jolley 165b573c48 Merge pull request #5116 from kloon/fix_AED_currency_symbol
Remove opening bracket from AED currency symbol
2014-03-12 14:13:56 +00:00
Gerhard 37ed91cedf Remove opening bracket from AED currency symbol 2014-03-12 15:50:51 +02:00
Mike Jolley b160a00464 Pass args through for deprecated function Closes #5087 2014-03-12 14:38:03 +01:00
Mike Jolley 26b5ffa3d0 Only append generator tag on HTML pages Closes #5113 2014-03-12 14:38:03 +01:00
Coen Jacobs fa089f7c0d Merge pull request #5077 from woothemes/transient-expiration
set_transient calls should have expiration to prevent autoloading
2014-03-12 13:02:42 +01:00
Coen Jacobs 3617316357 Updated expiry times for transients 2014-03-12 12:58:41 +01:00
Mike Jolley 9164cca62f Merge pull request #5115 from thenbrent/woocommerce_no_available_payment_methods_filter
Add no_available_payment_methods_message filter
2014-03-12 11:36:02 +00:00
Mike Jolley 8523fe8f34 Merge pull request #5114 from thenbrent/woocommerce_cart_totals_fee_html_filter
Add 'woocommerce_cart_totals_fee_html' filter
2014-03-12 11:35:43 +00:00
Mike Jolley d78016b216 Merge pull request #5108 from splashingpixels/admin-bulk-sale-price
variation bulk sale price edit over reaching causing errors on save
2014-03-12 11:35:21 +00:00
Mike Jolley 71bcef64a1 Merge pull request #5104 from InoPlugs/patch-2
Update class-wc-checkout.php
2014-03-12 11:34:29 +00:00
Mike Jolley 6c313c95af Merge pull request #5101 from justinstern/master
Don't trailingslash Order Cancel URLs with a Query String
2014-03-12 11:31:43 +00:00
thenbrent bcd3c71c7d Add no_available_payment_methods_message filter 2014-03-12 21:14:06 +10:00
thenbrent 18efa7341a Add 'woocommerce_cart_totals_fee_html' filter 2014-03-12 21:11:22 +10:00
splashingpixels be85affc89 variation bulk sale price edit over reaching causing errors on save 2014-03-11 17:03:55 -07:00
jmotes e754c2ec87 Merge pull request #1 from jmotes/patch-1
Fix for #5106 - allow checkout in older IE
2014-03-11 18:56:03 -05:00
jmotes 1be965cdf9 Fix for #5106 - allow checkout in older IE 2014-03-11 18:54:37 -05:00
InoPlugs Webdesign a284d7fe69 Update class-wc-checkout.php
We need this hook to mark the fees our plugin (additional fee based on gateway) adds to the the order. Otherwise we can't tell if a fee was added by the user (Add fee button), by another plugin or by our plugin.
2014-03-11 19:48:51 +01:00
James Koster 8238739987 enable keyboard shortcuts in prettyPhoto 2014-03-11 11:14:25 +00:00
justinstern 6dfce64e47 Don't trailingslash Order Cancel URLs with a Query String
With non-pretty permalinks enabled, this was producing a URI like
http://example.com/?page_id=7/  That final unnecessary trailing slash
messes up some redirect gateways that are passed the cancel URL
2014-03-11 00:04:49 -04:00
Andrew Benbow 2f5fb72a9c Update class-wc-gateway-paypal.php
modify currency error message to include both sent and returned currencies for comparison
2014-03-10 23:23:30 +00:00
JustinSainton e91ca49b6d Filter JSON search customers query
Because the json_search_customer_name action is in the scope of $this, and there's no instance of it to allow remove_action() to play nicely with, it's really difficult to modify this query.  And, unfortunately, it's quite non-performant on large user tables.

One possible option would be to allow users to filter this query directly.  This PR reflects that approach.

For reference: https://gist.github.com/curtismchale/9470986, #5095
2014-03-10 14:54:27 -07:00
Coen Jacobs e2be27e7b5 Minified checkout.js for #5092 2014-03-10 17:22:17 +01:00
Mike Jolley 24206298d7 Merge pull request #5092 from wicaksono/master
Allow city field to use another input method
2014-03-10 15:36:13 +00:00
Niko Wicaksono e1d3cb6dd8 Allow city field to use another input method 2014-03-10 10:05:35 +07:00
crazyscience 9898aee867 Fix for Issue #3367
Fixed a bug where the application attempts to schedule an event using a function name rather than a hook name
2014-03-07 11:17:11 -08:00
Coen Jacobs 03163c54b0 set_transient calls should have expiration to prevent autoloading 2014-03-07 09:29:01 +01:00
Coen Jacobs 4d24dad5f6 Merge branch 'refs/heads/2.1'
Conflicts:
	package.json
	readme.txt
	woocommerce.php
2014-03-06 17:48:12 +01:00
Coen Jacobs 895759954e Version bump to 2.1.5 2014-03-06 17:32:08 +01:00
Mike Jolley fbeb3bc822 Update LESS compiler and less files #5070 2014-03-06 17:29:52 +01:00
Mike Jolley 90914cc3c8 Update LESS compiler and less files #5070 2014-03-06 16:23:43 +00:00
Coen Jacobs 53d5244aa1 Changelog bump for 2.1.5 changes 2014-03-06 16:32:36 +01:00
splashingpixels 7a28434ab4 get_related fixed tags OR query not excluding product ID 2014-03-06 16:27:13 +01:00
Mike Jolley a955a5ba5d Fallback for add ons page loading 2014-03-06 16:26:47 +01:00