Commit Graph

5382 Commits

Author SHA1 Message Date
Remi Corson f83c406179 Merge branch 'master' of https://github.com/woothemes/woocommerce 2013-09-04 15:24:50 +02:00
Remi Corson dcf34ed51b Merge branch 'master' of https://github.com/woothemes/woocommerce 2013-09-04 15:17:21 +02:00
Mike Jolley bfc2b52d10 Ensure product image has title 2013-09-04 14:17:17 +01:00
Mike Jolley e1631bd084 Reloads checkout after registration which fixes #3612, removes some notices preventing login cookie being set, moves cart check for #3162
No perfect solution for #3162. DB locking would probably cause more
issues that its worth, we cannot reliably use transactions as some
clients still use MyIsam. Best to accept orders and deal with stock
conflicts after the fact.
2013-09-04 11:26:19 +01:00
Remi Corson 3499e6fd73 Added woocommerce_get_featured_product_ids() to retrieve featured products IDs within an array 2013-09-04 11:17:13 +02:00
Mike Jolley 5e51ef1fce Refactor variation bulk edit JS Fixes #3148 2013-09-03 17:35:20 +01:00
Mike Jolley b797cdb672 Handle local pickup taxes when getting taxable address 2013-09-03 16:26:06 +01:00
Coen Jacobs 6c3cd27be7 Allow false values to hide desc_tip. Closes #3691 2013-09-03 17:22:59 +02:00
Mike Jolley 9472646609 Customisable query vars. #3708 2013-09-03 16:14:56 +01:00
Mike Jolley 75f9dfabc6 Remove round for percent discounts. Closes #3717 2013-09-03 13:45:38 +01:00
Mike Jolley 807534095e Introduce WC_HTTPS Helper to handle redirects and make checkout urls https before visiting them. Fixes #3311 2013-09-03 13:03:05 +01:00
Mike Jolley 7179900b75 Send tax inclusive, rounded item price to google. Fixes #3718
@coenjacobs .14?
2013-09-03 11:19:49 +01:00
Mike Jolley 7211d8ae3b Merge pull request #3683 from claudiosmweb/templates-patch-1
Fixed inline documentation in templates
2013-09-02 09:45:36 -07:00
Mike Jolley d7a68b68f2 Merge pull request #3696 from BFTrick/product-tabs-clean-input
Making Sure the User Doesn't Submit Garbage to woocommerce_sort_product_tabs Function
2013-09-02 09:45:25 -07:00
Mike Jolley 54b3d53a1b Flag a refresh when creating an account to prevent nonce issues. Fixes #3612.
@coenjacobs Might be for .14? Part of it anyway, can't cherry pick this
one.
2013-09-02 17:43:57 +01:00
Mike Jolley a9393b6a38 Merge pull request #3714 from corsonr/master
Updated French Translation
2013-09-02 08:43:27 -07:00
Remi Corson 745db1c178 Updated French Translation
Updated French translation
2013-09-02 16:00:37 +02:00
Mike Jolley d1b020b661 Add a script to add support for RTL when enabled to fix chosen. Fixes #3604
@coenjacobs maybe for .14?
2013-09-02 14:22:53 +01:00
Mike Jolley e5c8ed0383 Merge pull request #3678 from rnt/master
Generating pot file from shell & pot update
2013-09-02 05:45:35 -07:00
Mike Jolley 675b44ca62 Merge pull request #3684 from claudiosmweb/editorconfig-patch
Adds EditorConfig
2013-09-02 05:44:12 -07:00
Brent Shepherd f9a42a497d Pass instance of WC_Order to its filters
So that extensions hooking to the filters know which order the current
filter is being applied to and can perform customisation on specific
orders (not just all orders).

Conflicts:
	includes/class-wc-order.php
2013-09-02 14:31:11 +02:00
Mike Jolley 345ae3248f Merge pull request #3686 from GeertDD/ignorelogs
Ignore all log files except for .htaccess
2013-09-02 05:27:25 -07:00
Mike Jolley 8a530b87bc Merge pull request #3710 from drrobotnik/doc
correctly point to woocommerce_before_single_product_summary
2013-09-02 05:23:25 -07:00
Renato Covarrubias 6cae291e3b Merge branch 'master' of https://github.com/rnt/woocommerce 2013-08-31 14:46:48 -04:00
Renato Covarrubias f570fea67c If is executed from shell, generate output for shell. ;) 2013-08-31 14:46:25 -04:00
Renato Covarrubias 5f38c2d973 Merge remote-tracking branch 'upstream/master' 2013-08-31 12:23:11 -04:00
Brandon Lavigne 84bbe816b6 fix doc label to correctly point to woocommerce_before_single_product_summary 2013-08-30 15:24:45 -07:00
Coen Jacobs a50b5fef49 Minor Dutch translation bump, we need GlotPress 2013-08-28 20:37:11 +02:00
Patrick Rauland c074d64096 making sure the user doesn't submit garbage to woocommerce_sort_product_tabs 2013-08-27 10:40:21 -05:00
Coen Jacobs 9ba80fb34b Check for strlen to allow 0 values in attributes. Closes #3675
Conflicts:
	admin/post-types/writepanels/writepanel-product_data.php
2013-08-26 12:24:25 +02:00
Geert De Deckere 28c229d7b2 Ignore all log files except for .htaccess 2013-08-26 12:09:22 +02:00
Renato Covarrubias 78ee1dbb7a Updating woocommerce-admin es_ES 2013-08-26 00:49:14 -04:00
claudiosmweb f8e5a6b3ed added editorconfig 2013-08-25 16:11:19 -03:00
claudiosmweb 92b8dc48fa fixed indentation 2013-08-25 16:04:16 -03:00
claudiosmweb 78504f5373 update inline documentation in content-product.php and content-single-product.php 2013-08-25 16:02:44 -03:00
Renato Covarrubias 5286c3b927 I <3 run this from shell: php index.php generate 2013-08-24 21:19:56 -04:00
Renato Covarrubias 16cabda703 Base pot update 2013-08-24 21:09:48 -04:00
Mike Jolley 5efb976035 Make API url function work when permalinks are not pretty
@coenjacobs for .14 too
2013-08-23 20:29:24 +01:00
Mike Jolley fdbaac0acd Include template hooks early Fixes #3664 2013-08-23 16:58:19 +01:00
Mike Jolley 64d87cbef7 Make logout an endpoint. Still hide it from menus. Fixes #3589
@coenjacobs do we need to do something about this for .14? Will leave
for you next week :)
2013-08-23 16:41:02 +01:00
Mike Jolley 5289193021 Echo or return current page title. Closes #3660 2013-08-23 14:54:38 +01:00
Mike Jolley 27053e1abd escaping 2013-08-22 17:20:28 +01:00
Mike Jolley c534f26126 Addon layout fix 2013-08-22 12:38:08 +01:00
Mike Jolley 153541f5d5 Merge pull request #3665 from dimitrov-adrian/master
Adding Bulgarian states.
2013-08-22 04:25:51 -07:00
Mike Jolley 6902aa852c Fix fatal error when sending order mail 2013-08-22 12:25:32 +01:00
Mike Jolley 27f844b274 Key value pairs for order_meta 2013-08-22 12:25:17 +01:00
Mike Jolley 126068de8c Moved options around for checkout settings. 2013-08-22 12:11:19 +01:00
Mike Jolley 3d078397b3 Merge branch 'Re-organise-settings'
Moves settings together. Fixes #3497
2013-08-22 11:58:03 +01:00
Adrian Dimitrov c5f7d46109 Adding Bulgarian states. 2013-08-22 12:01:40 +03:00
Mike Jolley 7cca0658ce Merge pull request #3655 from ecoreng/patch-1
Date format error fixed
2013-08-21 14:03:42 -07:00