Commit Graph

3716 Commits

Author SHA1 Message Date
Mike Jolley d8ec3aa094 Fix help icon position. Closes #2012. 2012-12-18 13:15:44 +00:00
Mike Jolley f663a71550 Media upload (started) 2012-12-18 12:04:33 +00:00
Mike Jolley 940c556c40 Insert into button 2012-12-18 10:14:05 +00:00
Mike Jolley 2dc706095b Improve bulk actions and fix after save attributes. 2012-12-18 07:23:13 +00:00
Mike Jolley 01ff7b1083 Fix save attributes for custom attributes. Closes #2002. 2012-12-18 07:08:16 +00:00
Mike Jolley 019b207a5e Allow get_catalog_ordering_args to have an order passed to it. Closes #2007 2012-12-18 06:57:49 +00:00
James Koster 275bbede54 retina'd admin stars 2012-12-17 22:04:05 +00:00
James Koster ac16d88efa retina'd the stars 2012-12-17 21:56:17 +00:00
Mike Jolley b468f89559 Link images and column header. #2003 2012-12-17 21:46:20 +00:00
James Koster 7f62afe47e deleted ID added SKU 2012-12-17 21:44:52 +00:00
James Koster c0de90b98e variation skus 2012-12-17 21:41:37 +00:00
James Koster c738ee6ace dummy data skus 2012-12-17 21:31:39 +00:00
Mike Jolley 42cbd49905 Merge pull request #2003 from GeertDD/admin_thumbs
Proportional thumbnails for the admin products table
2012-12-17 13:11:41 -08:00
Mike Jolley 177874c9d3 Filters for login widget. Closes #1998. 2012-12-17 21:08:13 +00:00
Coen Jacobs 2630b2f4a8 Merge pull request #2008 from warrendholmes/master
- Make sure product has categories/tags when updating stock status.
2012-12-17 12:51:20 -08:00
Warren Holmes ec8b756940 - Make sure product has categories/tags when changing stock status. 2012-12-17 22:30:54 +02:00
Mike Jolley 487d749a03 fix tax saving 2012-12-17 19:29:39 +00:00
Geert De Deckere a25c5415a3 Proportional thumbnails for the admin products table 2012-12-17 16:40:21 +01:00
James Koster e1970c497b consistent titles on star ratings 2012-12-17 14:48:19 +00:00
Warren Holmes 6d00768a15 Revert "Check categories and tags are available on a product before doing count updates."
This reverts commit 98525111f3.
2012-12-17 14:53:03 +02:00
Warren Holmes 98525111f3 Check categories and tags are available on a product before doing count updates. 2012-12-17 14:39:27 +02:00
Coen Jacobs c8fa43d7bb Constructors can't return data. Set property instead. Closes #1994
Instead of returning the bool (which is impossible in a constructor)
the WC_Coupon constructor now sets a property coupon_valid during
constructing that can be used to check if the coupon is valid.
2012-12-17 13:20:22 +01:00
Coen Jacobs 198cf65bd4 Shortcodes, checks for set values and cleanup. Closes #1996 2012-12-17 13:09:34 +01:00
Mike Jolley 383a8cfcb5 Merge pull request #1995 from maxrice/patch-2
Fix WC_Shipping_Method::get_fee() PHPDoc
2012-12-16 12:49:07 -08:00
Max Rice 30f6b5b798 Fix WC_Shipping_Method::get_fee() PHPDoc 2012-12-16 14:27:07 -05:00
Mike Jolley b0c2a11c90 1 table but no colspans, qty column removed 2012-12-16 16:28:54 +00:00
Mike Jolley 42f491c544 Merge pull request #1992 from grappler/patch-2
Split review items from total
2012-12-16 08:01:52 -08:00
grappler 786d27be88 Split review items from total
This change give the user more control and makes the page better for mobile sites. An example can be seen here.
https://www.shultzilla.com/checkout/
2012-12-15 17:29:01 +01:00
Coen Jacobs 60152139a7 Removed double spaces in WC_Cart class methods 2012-12-15 13:01:42 +01:00
Coen Jacobs 9a92fb48a1 Merge branch 'master' of https://github.com/woothemes/woocommerce
Conflicts:
	classes/class-wc-query.php
	classes/class-wc-tax.php
2012-12-15 13:00:34 +01:00
Coen Jacobs 7b5e74626a Remove pass by reference for objects
Done all files except for external libaries: shareyourcart, cssmin,
lessc

@mikejolley Should we update those libraries as well?
2012-12-15 12:53:32 +01:00
Coen Jacobs cc08f08b2f Merge pull request #1990 from warrendholmes/master
Scope on functions and remove var
2012-12-15 03:42:11 -08:00
Warren Holmes b5474d0a85 Correct scope.
- class-wc-validation.php
2012-12-15 00:03:34 +02:00
Warren Holmes f2ce67fc47 Correct scope, remove ise of var.
- class-wc-tax.php
2012-12-15 00:03:00 +02:00
Warren Holmes 27e315f494 Correct scope, remove use of var.
- class-wc-seetins-api.php
2012-12-15 00:01:58 +02:00
Warren Holmes 02c8253b93 Change private name. 2012-12-15 00:00:04 +02:00
Warren Holmes ab7e656757 Consistent name convention for private/protected class variables. 2012-12-14 23:57:23 +02:00
Warren Holmes de00354f57 Corect scope, remove use of var.
- class-wc-query.php
2012-12-14 23:55:19 +02:00
Warren Holmes 6b7205a417 Correct scope, remove use of var.
- class-wc-product-variation.php
2012-12-14 23:54:13 +02:00
Warren Holmes 0e491d6ffe Correct scope, remove use of var.
- class-wc-product-variable.php
2012-12-14 23:52:46 +02:00
Warren Holmes 5b0297d181 Correct scope, remove use of var.
- class-wc-product-simple.php
2012-12-14 23:51:27 +02:00
Warren Holmes 5fa9923a48 Correct scope, remove use of var.
- class-wc-product-grouped.php
2012-12-14 23:50:51 +02:00
Warren Holmes 21b09ff9a7 Correct scope, remove use of var.
- class-wc-product-external.php
2012-12-14 23:49:46 +02:00
Warren Holmes b99ba56abc Correct scope. remove use of var.
- class-wc-order.php
2012-12-14 23:48:36 +02:00
Warren Holmes d702e6109e Correct scope.
- class-wc-logger.php
2012-12-14 23:44:43 +02:00
Warren Holmes 8e5fc48846 Correct scope, remove use of var.
- class-wc-customer.php
2012-12-14 23:43:45 +02:00
Warren Holmes 23564f9995 Correct scope, remove use of var.
- class-wc-coupon.php
2012-12-14 23:41:59 +02:00
Warren Holmes ad46eb134b Correct scope, remove use of var.
- class-wc-countries.php
2012-12-14 23:37:41 +02:00
Warren Holmes d13d56ca14 Correct scope, remove us of var. 2012-12-14 23:27:29 +02:00
Warren Holmes afa53b4e26 Correct scope, remove use of var.
- class-wc-cart.php
2012-12-14 23:26:07 +02:00