Commit Graph

9172 Commits

Author SHA1 Message Date
Mike Jolley 50a0577b81 Separate inherited meta data from variation level meta data to stop bubbling up.
Fixes #6065
2014-08-28 15:38:51 +01:00
Mike Jolley cd73f82281 Reset fees before calculating/adding them again
Fixes #6090

@claudiosmweb Do you see any issues with this?
2014-08-28 13:48:33 +02:00
thenbrent ded8622529 Don't create redundant $payment_method var 2014-08-28 13:48:32 +02:00
Shiva Poudel 1c92a0b080 Better to use Time Constants since WordPress 3.5
Reference http://codex.wordpress.org/Transients_API#Using_Time_Constants
2014-08-28 13:48:32 +02:00
Florian Ludwig 35de0596cf Reduce confusion on using the all_meta filter 2014-08-28 13:48:31 +02:00
Shiva Poudel a175968805 For deployment process exclude *.md files 2014-08-28 13:48:30 +02:00
Florian Ludwig 1cc8ae0b64 Implemented more general filter array 2014-08-28 13:48:29 +02:00
Florian Ludwig bf8b999a80 Fixed jQuery call 2014-08-28 13:48:29 +02:00
Florian Ludwig f960cb6b01 Extend REST API to access also hidden order item meta 2014-08-28 13:48:28 +02:00
Florian Ludwig b2b6bcf2f4 Rewrote old JS to jQuery and allow usage of multiple product categories widgets on one page 2014-08-28 13:48:27 +02:00
Mike Jolley f75855251f get_category_parents can still be used for #6055 2014-08-28 13:48:27 +02:00
claudiosmweb 64625ba795 Added paypal refund reason/note
cc @mikejolley
2014-08-28 13:48:26 +02:00
claudiosmweb b2262e999d added sandbox support for paypal transaction url 2014-08-28 13:48:25 +02:00
claudiosmweb bf68cf1f68 fixed the paypal process_refund() method 2014-08-28 13:48:24 +02:00
Shiva Poudel 1a98301a34 Updated grunt-wp-i18n to 0.4.7 to support options.include 2014-08-28 13:48:24 +02:00
Shiva Poudel c6c01123a3 options.include for makepot admin task
Added an `includes` option for the `makepot` task to specify which files should be scanned.
`grunt-wp-i18n` has now support for [options.include](https://github.com/blazersix/grunt-wp-i18n#optionsinclude)
2014-08-28 13:48:23 +02:00
claudiosmweb c3e7e1e49f stopped deprecated warnings about like_escape() function since WP 4.0 2014-08-28 13:48:22 +02:00
claudiosmweb 2acfe34d0c updated the .pot files 2014-08-28 13:48:21 +02:00
Mike Jolley 88d7c39f96 Simplfy typo 2014-08-28 13:48:21 +02:00
Bryce 399081a44e Added actions before and after all available downloads
For `my-downloads.php` template file
2014-08-28 13:48:20 +02:00
Bryce 4400481972 Added Lao Kip Currency 2014-08-28 13:48:19 +02:00
Shiva Poudel 9e61a6bbf3 Tab index fix for PYG Currency and Symbol. 2014-08-28 13:48:18 +02:00
Shiva Poudel 8adeb9a216 Added Nepali Currency and Symbol. 2014-08-28 13:48:17 +02:00
thenbrent ece4b83562 Allow extensions to hijack i18n_product_type_alert 2014-08-28 13:48:16 +02:00
Mike Jolley e2aaafa599 Set simplify user agent 2014-08-28 13:48:16 +02:00
claudiosmweb 8f19fa1855 fixed wc_get_customer_available_downloads() query, closes #6057 2014-08-28 13:48:15 +02:00
Mike Jolley f84d90a1a0 Prevent related products shortcode creating errors
Closes #6114
2014-08-28 12:36:52 +01:00
Mike Jolley 7b73027417 Remove unused method
Closes #6097
2014-08-28 12:20:07 +01:00
Mike Jolley 01d184f1a7 Context for Georgia Closes #6105 2014-08-28 12:14:51 +01:00
Mike Jolley 3a6f0f3141 Merge pull request #6099 from benmatselby/qty-button-fix
Define a margin for the input.qty
2014-08-28 12:10:57 +01:00
Mike Jolley 4a73cb4e7e Merge pull request #6112 from axisthemes/replacement
Replacement for core Tweaks and fixes
2014-08-28 12:07:05 +01:00
Mike Jolley d526635609 Merge pull request #6096 from axistools/active-plugins
System Status report page
2014-08-28 11:44:49 +01:00
Mike Jolley 721933d3a1 Merge pull request #6055 from Ninos/template-breadcrumb
Template: breadcrumb - small fixes
2014-08-28 11:43:43 +01:00
Mike Jolley 2848ce2d50 Merge pull request #6106 from shivapoudel/patch-3
Ignorance for logs files excluded.
2014-08-28 10:08:42 +01:00
Mike Jolley 5d8d30bba3 Merge pull request #6108 from barrykooij/fix/6095
Only add the 'do_not_allow' if target user ($args[0]) is set.
2014-08-28 10:08:09 +01:00
Mike Jolley 83516086fb Merge pull request #6111 from thenbrent/remove_not_remote
Fix "remote" typo - should be "remove" in WC 2.2
2014-08-28 10:07:11 +01:00
Mike Jolley d7f40e1c42 Merge pull request #6113 from justinstern/master
Improve, fix, WC_Payment_Gateway::get_transaction_url()
2014-08-28 10:06:50 +01:00
shivapoudel c37f7a16e8 use of is_rtl() which were missed 2014-08-28 14:40:36 +05:45
shivapoudel 71986a10d8 Better href method applied 2014-08-28 14:38:14 +05:45
shivapoudel c90a421747 Updates with grunt dev for assets & POT; #6112 2014-08-28 11:35:28 +05:45
shivapoudel fc665a61b9 Resize vertical for log-viewer 2014-08-28 11:27:23 +05:45
justinstern 8417209d6c Improve, fix, WC_Payment_Gateway::get_transaction_url()
* Make the new get_transaction_url() method a bit more
flexible/convenient by passing in the full order object rather than
transaction_id
* Fix bug with core PayPal gateway get_transaction_url() override
2014-08-27 21:51:03 -04:00
shivapoudel 97ea988843 Remove unusual css stuff (i.e ;) 2014-08-28 06:40:32 +05:45
shivapoudel d4081a37b8 Remove extra line 2014-08-28 06:39:32 +05:45
shivapoudel 36d99ff2b5 em value change for .woocommerce-actions 2014-08-28 05:07:10 +05:45
shivapoudel 768a4f89ed Added '<hr />' before return-to-dashboard 2014-08-28 04:39:09 +05:45
shivapoudel db872e9704 Updates with grunt dev for assets & POT; #6110 2014-08-28 02:50:06 +05:45
shivapoudel 30ca85619d Better Tweet button alignment 2014-08-28 02:44:33 +05:45
shivapoudel cf42423b80 better using printf() 2014-08-28 02:41:32 +05:45
shivapoudel 4a4673be97 Clean WooCommerce actions in Welcome Page 2014-08-28 02:34:52 +05:45