Commit Graph

350 Commits

Author SHA1 Message Date
Mike Jolley a0077826fb icon/menu 2012-03-12 08:13:49 +00:00
Mike Jolley 3b74269ed2 Merge pull request #773 from piffpaffpuff/master
menu icons when no manage_woocommerce capability
2012-03-12 00:09:18 -07:00
Mike Jolley 6e50486c20 minor fixes and version bump 2012-03-08 12:57:15 +00:00
Triggvy Gunderson 512b6538be menu icons for shop_manager when no manage_woocommerce capability
when the user has no manage_woocommerce capabilities the menu items
(like order) aren't grouped under woocommerce menu. then they showed
the default post it icon. while fixing this i discovered that it uses
the menu icons the old fashioned way instead of css sprites. fixed that
too. but the new icons are just placeholder, someone with the original
art files need to export the png again.
2012-03-07 12:59:23 +01:00
Mike Jolley 32e7140517 Improved coupon product id input. Closes #157. 2012-03-06 17:28:08 +00:00
Mike Jolley 5091b20844 Inline validation. Closes #733. 2012-03-05 17:19:06 +00:00
Patrick Garman fff9ee51b5 Updating to 1.5 2012-03-04 18:31:50 -06:00
Patrick Garman e998a8e6bb Merge branch 'master' of https://github.com/woothemes/woocommerce
Conflicts:
	assets/css/admin.css
2012-03-04 18:30:16 -06:00
Mike Jolley 75eb12db3f Fix attribute styling 2012-03-04 12:42:24 +00:00
Mike Jolley 411ebf23b6 min 2012-03-01 14:06:57 +00:00
Geert De Deckere bf6c5a4f29 Fixed the slideDown animation for the shipping address 2012-03-01 14:24:24 +01:00
Mike Jolley b978c16444 bought back activation css 2012-03-01 00:02:17 +00:00
Mike Jolley bd82c9b8be Minor fixes and update variation message 2012-02-29 22:13:27 +00:00
Mike Jolley 064685064e Fixed order tax saving and dupe key generation 2012-02-29 21:05:55 +00:00
Mike Jolley 1630a4edd4 Merge pull request #724 from piffpaffpuff/master
better product-tab-icons positioning for long tab-titles
2012-02-29 10:39:27 -08:00
Triggvy Gunderson ca246709ef better product-tab icons positioning for long tab-titles
the next icon on the right was visible when the product-tab title was
very long (like in german translations).
2012-02-29 19:31:55 +01:00
Mike Jolley b572aa90bf write panel min 2012-02-28 13:59:38 +00:00
Mike Jolley 87cbcfbe42 Merge pull request #716 from GeertDD/admin_edit_address_js
Prevent page from jumping back to top when clicking the links to edit billing/shipping details
2012-02-28 05:58:34 -08:00
Geert De Deckere 2e99884334 Prevent page from jumping back to top when clicking the links to edit billing/shipping details 2012-02-28 14:06:58 +01:00
Mike Jolley a2714544a4 cart limit item. Closes #646. 2012-02-27 18:22:54 +00:00
Mike Jolley a81a9bfcb5 Purchase notes - add text to a product to include in order tables after payment 2012-02-27 17:05:26 +00:00
Mike Jolley d5c54d686a Reset variations. Closes #705. 2012-02-27 13:14:33 +00:00
Mike Jolley a3772cd463 Dropdowns for country in order admin 2012-02-26 16:31:58 +00:00
Mike Jolley d452f16129 data min/max for variations 2012-02-26 01:26:42 +00:00
Mike Jolley 7f3b8b7ea3 read me + styles for right now 2012-02-25 21:16:38 +00:00
Mike Jolley eaef280e75 P Permissions. Add/revoke
Still working on this feature
2012-02-25 19:48:09 +00:00
Mike Jolley 013797d5e3 Made meta tables consistant 2012-02-25 11:43:25 +00:00
Mike Jolley bc854ca3e8 mmm 2012-02-24 22:12:25 +00:00
Mike Jolley 9554a4c52c Admin tweaks and mixed cart handling. Closes #651. 2012-02-24 20:04:05 +00:00
Mike Jolley 16cfdbd345 No need for prefix 2012-02-24 14:58:02 +00:00
Mike Jolley eef86edd73 data min fix for cart 2012-02-23 12:50:33 +00:00
Mike Jolley cc1c77db20 dynamic required 2012-02-23 11:19:45 +00:00
Mike Jolley 2851642b6c Hooks for quantity selectors and data-min tweaks 2012-02-22 19:45:12 +00:00
Mike Jolley 178a07584f typo 2012-02-21 20:49:58 +00:00
Mike Jolley b842672e03 comments link 2012-02-21 13:12:57 +00:00
Mike Jolley fd459d702a Order admin. Closes #680. 2012-02-21 12:53:36 +00:00
Mike Jolley 429e7ea1f3 bulk edit 2012-02-20 18:19:27 +00:00
Mike Jolley 565987dd56 Quick edit Closes #258. 2012-02-20 14:29:51 +00:00
Mike Jolley d14fccf694 Moved notice inline 2012-02-18 10:19:07 +00:00
Mike Jolley 4925069006 Notice when the configuration may cause permalink errors 2012-02-17 23:47:45 +00:00
Mike Jolley 1a06f85b6d data-min 2012-02-17 23:47:18 +00:00
Mike Jolley 7be443b1ad min 2012-02-17 19:22:41 +00:00
Geert De Deckere 005573afc4 Trigger 'change' event on the hidden variation_id input 2012-02-17 14:47:00 +01:00
Mike Jolley bfdf71fd26 Some install tweaks 2012-02-17 12:49:32 +00:00
Mike Jolley 1697bcd66c slider triggers 2012-02-16 18:12:14 +00:00
Mike Jolley 2ca3e7f5cc price slider from/to spans 2012-02-16 17:16:27 +00:00
Andrew White ae03c15e54 Fix JS minification error
When the woocommerce.js file is minified the update_checkout
method name is shortened, making the timeout call fail. This
patch fixes it by referring to the function directly when
setting up the timeout.
2012-02-16 13:31:47 +00:00
Mike Jolley bf13ba4a8b Install message 2012-02-15 23:45:55 +00:00
Mike Jolley fee63d1522 Expand/Close 2012-02-15 20:18:01 +00:00
Mike Jolley d559c5cc87 Friendlier installer 2012-02-15 17:31:44 +00:00
Mike Jolley 8b1b9c542c Color. Closes #632.
patrickgarman wants someone to merge 1 commit into woo themes:master from patrickgarman:master.
2012-02-14 15:34:12 +00:00
James Koster a08beb4a9f More fancybox 2012-02-14 15:14:07 +00:00
James Koster 43e1342c38 Fancybox tidying
removed extraneous markup / images replaced with css
2012-02-14 15:12:13 +00:00
James Koster 675b1d20ac Fancybox styles 2012-02-14 14:32:24 +00:00
Mike Jolley 871953aef3 min 2012-02-14 11:16:48 +00:00
Geert De Deckere 2849b3f532 Fixed 'unterminated string literal' in write-panels.js which broke the product data tabs 2012-02-14 11:59:00 +01:00
Patrick Garman 5bb373542a chocolate is a better default ;) need something other than white for custom statuses to be readable! 2012-02-13 20:00:37 +00:00
Mike Jolley 94d0a0cb3e Merge branch 'master' of https://github.com/woothemes/woocommerce 2012-02-13 19:44:17 +00:00
Mike Jolley 5139fa0920 Attributes panel 2012-02-13 19:21:52 +00:00
Mike Jolley 81c0a0eeaa variations panel cleanup 2012-02-13 15:08:54 +00:00
James Koster 1340126d23 star icons 2012-02-13 13:08:37 +00:00
Mike Jolley 57f5dc3296 Product page (admin) 2012-02-13 13:06:56 +00:00
Mike Jolley 32ae245056 Js min 2012-02-13 00:04:21 +00:00
Geert De Deckere 3bae87e394 Made confirmation for removing an attribute translatable 2012-02-12 17:29:32 +01:00
Mike Jolley e311b0d9fe hooks 2012-02-10 18:57:44 +00:00
Mike Jolley ef64bb8296 Few extra hooks in Javascript 2012-02-10 17:03:57 +00:00
Mike Jolley 808003e336 reset attribute select 2012-02-09 18:10:38 +00:00
Mike Jolley a562132458 Shipping classes for variations. Closes #553. 2012-02-08 14:39:31 +00:00
James Koster 85f6d53fab Comment fail :-) 2012-02-03 16:16:46 +00:00
Mike Jolley 20747c192d Hide message 2012-01-31 23:18:40 +00:00
Mike Jolley 17e22c8029 update_checkout trigger Closes #550. 2012-01-31 18:13:21 +00:00
James Koster cb180f87e2 different ticks 2012-01-28 18:32:53 +00:00
Mike Jolley c57ab7c33f Product page tidy + success icons 2012-01-28 15:20:49 +00:00
Mike Jolley 5ef054f1f8 Product admin tweaks 2012-01-27 20:21:36 +00:00
Mike Jolley de6b06b864 Add to cart validation, and a different redirect if theres an error 2012-01-27 18:31:30 +00:00
Mike Jolley 89a226a895 Store cart + shipping tax rows instead of a combination 2012-01-27 15:00:03 +00:00
Mike Jolley 2cfa6f046a Icon tweak 2012-01-25 22:07:44 +00:00
Mike Jolley 60647b0838 Error list. Closes #528. 2012-01-25 20:37:21 +00:00
Mike Jolley aa9f4385c8 Order items styling 2012-01-22 02:36:59 +00:00
Mike Jolley c0b6791944 Javascript for order total calculations 2012-01-22 02:36:46 +00:00
Mike Jolley 31fc0c6cca Cleaned up order page styling 2012-01-21 16:59:09 +00:00
Mike Jolley 197b629307 Chart/report fixes 2012-01-18 16:54:05 +00:00
Mike Jolley 3802145b96 Notice 2012-01-18 12:26:31 +00:00
Mike Jolley ce6f77d4e0 data-max for quantity inputs 2012-01-14 17:59:47 +00:00
Mike Jolley 2e66169262 Merge branch 'master' of https://github.com/woothemes/woocommerce 2012-01-14 01:24:11 +00:00
Mike Jolley aa4b074ca3 Rounding and calc totals 2012-01-14 01:23:16 +00:00
Mike Jolley cd8b0fd492 Order calculations 2012-01-13 21:25:39 +00:00
James Koster e79188b35c attributes table and tidy up 2012-01-13 15:13:57 +00:00
James Koster 9bd50d1897 Tabs 2012-01-13 14:04:04 +00:00
Mike Jolley 37a334cfc6 Tweak errors 2012-01-13 12:40:34 +00:00
James Koster 6cd6dafc11 price filter 2012-01-13 12:35:02 +00:00
Mike Jolley 8dbe617f21 Fix for locale counties. Closes #487. 2012-01-13 11:44:35 +00:00
James Koster b70e25eab2 More fronted stuff 2012-01-12 16:41:44 +00:00
James Koster 7a43e72982 more default css updates 2012-01-12 15:25:28 +00:00
Mike Jolley d94dc997b5 Merge 2012-01-12 00:45:20 +00:00
Mike Jolley 1dc5a3bc0b Revert 136456f805ccdf9b7b6bce027dc24da3c14d4281^..HEAD 2012-01-12 00:43:30 +00:00
Mike Jolley 0ac712b193 merge 2012-01-12 00:38:21 +00:00
Mike Jolley 70a799757c JS fix 2012-01-11 19:09:48 +00:00
James Koster d77fef200d New buttons styles for default theme 2012-01-11 19:07:33 +00:00
Mike Jolley 4756376faa JS fix 2012-01-11 19:06:06 +00:00