Commit Graph

6364 Commits

Author SHA1 Message Date
Coen Jacobs 58f31163fc Correct do_action arguments fix for #4359
Reverts db9d3ff0b7 partially
2014-01-03 15:55:51 +01:00
Mike Jolley 9cd911ca8f version compare needs this to function 2014-01-03 14:13:18 +00:00
Mike Jolley 7cafdb4bf8 Prevent settings loading twice 2014-01-03 14:13:18 +00:00
Mike Jolley 685403dc30 wordwrap #4397 2014-01-03 14:13:18 +00:00
Mike Jolley 17744695e7 Merge pull request #4441 from shoheitanaka/patch-6
correct the state field setting of Japan.
2014-01-02 00:15:04 -08:00
Shohei Tanaka e6271e425d correct the state field setting of Japan.
States file of JP.php has existed. So please delete this line.
2014-01-01 06:37:23 +09:00
Mike Jolley d02b1386df Meta box tips Closes #4367 2013-12-31 14:38:41 +00:00
Mike Jolley a2688fad83 Fix ajax naming issues Closes #4368 2013-12-31 14:27:48 +00:00
Mike Jolley 18ffbdb82b Tweak form handlers since they are the same form - removed empty coupon message as a result. Closes #4362 2013-12-31 14:02:50 +00:00
Mike Jolley 8abaf12b5d Merge pull request #4439 from claudiosmweb/fix_typos_in_paypal_gateway
Fix esc_urL() in WC_Gateway_Paypal class
2013-12-31 04:56:15 -08:00
claudiosmweb 4efb0919d7 fixed coding standards in includes/gateways/paypal/class-wc-gateway-paypal.php 2013-12-31 10:53:55 -02:00
claudiosmweb bf81f45abc fixed the indentation in includes/gateways/paypal/class-wc-gateway-paypal.php 2013-12-31 10:45:02 -02:00
claudiosmweb 0b13814aac fixed esc_urL() in get_paypal_args method 2013-12-31 10:43:48 -02:00
Mike Jolley 0b07b16e38 woocommerce_my_account_message #4429 2013-12-31 12:38:33 +00:00
Mike Jolley 8eb77f783d Merge pull request #4429 from toddlahman/master
Registration error handler and my_account_message hook
2013-12-31 04:38:05 -08:00
Mike Jolley 7b1dc6fc41 Merge pull request #4437 from justinstern/master
A Pair of Useful Shipping Related Actions
2013-12-31 04:32:47 -08:00
Mike Jolley 5580d1e3dc Link format #4395 2013-12-31 12:26:50 +00:00
Mike Jolley 2600744fd9 #4374 2013-12-31 12:22:05 +00:00
Mike Jolley e94247017c Merge pull request #4374 from splashingpixels/master
tooltips on variations not showing after using link all variations butto...
2013-12-31 04:21:36 -08:00
Mike Jolley e624f53c7d Merge pull request #4434 from claudiosmweb/fix_reports_customer_list
Remove deprecated methods in includes/admin/reports/class-wc-report-customer-list.php
2013-12-31 04:15:12 -08:00
Mike Jolley 7bbbca39d6 Merge pull request #4436 from shoheitanaka/patch-5
correct address_formats in Japan
2013-12-31 04:14:10 -08:00
Mike Jolley 65dc89f80f Merge pull request #4438 from LeGaS/missing-textdomains
Add missing textdomains
2013-12-31 04:13:42 -08:00
legas fa85115260 Add missing textdomains 2013-12-31 09:50:01 +01:00
justinstern 9a2b801e7b A Pair of Useful Shipping Related Actions 2013-12-30 18:59:09 -05:00
Shohei Tanaka ea3834cdcc correct address_formats in Japan
in Japan ,the name order is last (family) name to first name.
2013-12-31 06:35:21 +09:00
claudiosmweb 9aaa8c8875 fixed coding standards 2013-12-30 14:28:39 -02:00
claudiosmweb b68b6f2faf fixed the indentation in includes/admin/reports/class-wc-report-customer-list.php 2013-12-30 14:25:35 -02:00
claudiosmweb 94586aa5b9 changed wpdb::escape to esc_sql() 2013-12-30 14:24:49 -02:00
Mike Jolley ee6c7c6d4c wc_print_notices Closes #4431 2013-12-30 14:29:13 +00:00
Mike Jolley 67af66b96c Add classes for placeholder Closes #4432 2013-12-30 14:22:13 +00:00
Mike Jolley cfd7358d35 Turkish States Closes #4424 2013-12-30 14:13:45 +00:00
Mike Jolley cdb1ad5e9e On cancel, use cart page unless otherwise defined. Closes #4375 2013-12-30 14:09:50 +00:00
Mike Jolley 3ab0b5e248 Merge pull request #4428 from justinstern/master
Notice fix and Checkout Shipping Method classes
2013-12-30 02:34:58 -08:00
Mike Jolley 58e952d85f Merge pull request #4430 from claudiosmweb/fix_top_rated_products_shortcode
Fix top rated products shortcode
2013-12-30 02:29:19 -08:00
Mike Jolley 7072ec810b Merge pull request #4423 from shoheitanaka/patch-3
misspelling in class-wc-admin-welcome.php
2013-12-30 02:20:22 -08:00
claudiosmweb cf756af1d5 fixed some coding standards 2013-12-29 11:54:55 -02:00
claudiosmweb 248e46c8f7 Fixed the indentation in the includes/class-wc-shortcodes.php file 2013-12-29 11:41:48 -02:00
claudiosmweb 37aa0fb53b fixed the posts_clauses filters in top_rated_products method of the WC_Shortcodes class 2013-12-29 11:40:43 -02:00
toddlahman 6f76d1941c Registration error handler and my_account_message hook
To block registration spam, and authenticate the $_POST values, a
woocommerce_process_registration_errors filter hook is needed.

WordPress has a login_message filter, which causes a duplicate message
on the My Account login page since WC uses the same filter hook name. A
different filter hook name, such as my_account_message, would eliminate
this issue.
2013-12-29 05:11:54 -08:00
justinstern e131804d7a Notice fix and Checkout Shipping Method classes
Fixes an admin notice.  Adds a single class to the checkout shipping
method elements for convenience in collecting all of them via CSS
selector
2013-12-29 04:31:44 -05:00
Shohei Tanaka 52e1cd5796 misspelling in class-wc-admin-welcome.php
Common misspelling of receive.
2013-12-29 05:19:20 +09:00
Mike Jolley 392d202e84 Merge pull request #4420 from ragulka/checkout-get-value
Only continue getting checkout value if null
2013-12-27 08:25:04 -08:00
Illimar Tambek 9b43089562 Only continue getting checkout value if null 2013-12-27 15:39:21 +02:00
Mike Jolley 68d2ac5dfe restore field back to original #4383 2013-12-27 13:27:22 +00:00
Mike Jolley 539a736882 woocommerce_wp_radio styling Closes #4383 2013-12-27 13:26:37 +00:00
Mike Jolley 9a6cf4512c Merge pull request #4418 from ChuckMac/master
Admin metabox billing information save fix
2013-12-27 04:28:09 -08:00
Mike Jolley c916b51ef7 Country select for edit address Closes #4396 2013-12-27 12:20:51 +00:00
James Koster b0412ccd25 product data tab select. closes #4370 2013-12-27 11:40:27 +00:00
Chuck Mac d852e14bea Admin metabox billing information save fix 2013-12-26 14:56:19 -05:00
Mike Jolley 0c9962cf93 Get correct name Fixes #4385 2013-12-24 14:28:25 +00:00