Commit Graph

5600 Commits

Author SHA1 Message Date
Mike Jolley b147146339 Merge pull request #3730 from lucanos/master
Added "Demo Store" Class to Body
2013-09-06 02:16:09 -07:00
Luke Stevenson fcfdee8ec7 Added "Demo Store" Class to Body
Adding "woocommerce-demo-store" class to body when option
"woocommerce_demo_store" is enabled.
(Handy to push down content to allow for banner, etc.)
2013-09-06 02:13:57 +10:00
Mike Jolley b883e92ba1 Fix from .14 2013-09-05 14:52:34 +01:00
Mike Jolley 4cf8e9ebde Remove echo 2013-09-04 18:13:09 +01:00
Mike Jolley 0405fabf69 Alt changes from .14 2013-09-04 17:22:35 +01:00
Mike Jolley ffa53754ac get_categories returns string Closes #3720 2013-09-04 14:57:12 +01:00
Mike Jolley 02af8a00a5 woocommerce_address_to_edit #3690 2013-09-04 14:57:12 +01:00
Mike Jolley aef58e8bf3 Merge pull request #3697 from BFTrick/fix-email-html-encoding
Removing HTML Decoding From Email From Name
2013-09-04 06:50:20 -07:00
Mike Jolley 402544afdb Merge pull request #3724 from corsonr/master
Added woocommerce_get_featured_product_ids() to get featured products IDs
2013-09-04 06:49:57 -07:00
Mike Jolley 38f03ec4cb Merge pull request #3723 from ragulka/disabled-buttons
Add disabled style to buttons
2013-09-04 06:47:23 -07:00
Mike Jolley 14e27bb073 Fixes from .14 2013-09-04 14:32:16 +01:00
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
Patrick Rauland 793303d2ad adding esc_html back in to properly escape html from email from name 2013-09-04 07:24:01 -05: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
Illimar Tambek 195ad20fe6 Compress compiled woocommerce.css 2013-09-04 09:58:58 +03:00
Illimar Tambek 9d7ce6a0ff Add disabled style to buttons 2013-09-04 09:50:22 +03:00
Patrick Rauland 80fc4ab0a7 allowing quotes in store name 2013-09-03 17:11:03 -05: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 fe4b13d36d removing html decoding from email from name 2013-08-27 12:23:42 -05: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