Commit Graph

1250 Commits

Author SHA1 Message Date
claudiosmweb 322c655e61 added validation for country code in tax settings, closes #5180 2014-05-27 19:03:21 -03:00
Mike Jolley 84740c1449 Merge pull request #5560 from woothemes/remove-tinymce-button
Removed unused TinyMCE button
2014-05-27 13:02:02 +01:00
Coen Jacobs 09a9463b0a Removed unused TinyMCE button 2014-05-26 16:17:56 +02:00
splashingpixels 7e787530e3 added check to make sure thumbnail url exists otherwise fallback to main url 2014-05-23 07:29:08 -07:00
splashingpixels 029bed8631 added delete variation image to be more specific 2014-05-22 20:46:42 -07:00
splashingpixels 22e9f833b1 return thumb size of variation image on upload 2014-05-22 20:18:50 -07:00
Mike Jolley 4877e28fcc Merge branch '2.1'
Conflicts:
i18n/languages/woocommerce-admin.pot
i18n/languages/woocommerce.pot
package.json
readme.txt
woocommerce.php
2014-05-14 14:14:38 +01:00
Mike Jolley aeeb68f3ff [2.2] Respect login hidden toggle Fixes #5479 2014-05-14 11:38:06 +01:00
claudiosmweb 38f4d7744d hide number input buttons in firefox 29 and later 2014-05-06 21:40:19 -03:00
Mike Jolley a042bd00dd Minify 2014-04-30 11:20:25 +01:00
James Koster 1839f7032b twenty thirteen spacing. 2014-04-30 11:07:51 +01:00
Mike Martel 6918602002 Updated minified woocommerce_admin JS 2014-04-25 09:29:21 +02:00
Mike Martel dc1271ce19 Cleanup indentation in woocommerce_admin.js
File mixed tabs and spaces. Converted all spaces to tabs.
2014-04-25 09:28:35 +02:00
Mike Martel 5b81c7f320 Allow negative amount in price field validation
The price field validation method in the admin js did not allow negative numbers, which are valid as eg. negative fees.
2014-04-25 09:28:35 +02:00
Mike Martel e0dc31620b Bind price and decimal input events to body in woocommerce_admin js
The event was bound to the element directly, causing problems when the elements was added after dom ready (through ajax). Now the decimal format check will always take place.
2014-04-25 09:28:35 +02:00
Mike Jolley 5d872918d6 Change the way order review data is appended to checkout to reduce likelihood of error
Fixes #5332
2014-04-24 15:08:38 +01:00
James Koster a4d754bbf7 tooltip max-width. closes #5304 2014-04-10 11:29:02 +01:00
Mike Jolley faa4aefbf5 Fix dashboard styles, and remove non-used styles 2014-04-08 11:15:05 +01:00
Mike Jolley 128eeb164c Only show upgrade notices, and use transient cache
Closes #5211
2014-04-07 16:39:19 +01:00
Mike Jolley 2b4906bf4c Prevent security error with try catch block Closes #5275 2014-04-07 14:34:47 +01:00
Mike Jolley 5810fe97a6 Prevent totals refreshing on every keydown event on the checkout
Fixes #5240
2014-04-07 12:42:54 +01:00
Mike Jolley 8cdd36b3cf min 2014-04-04 14:16:18 +01:00
JDGrimes f3ab25c12c Check wc_checkout_params.is_checkout against string '1' instead of int 1
This was causing `’init_checkout’` not to be triggered on page load. I
noticed this when the taxes for an order weren’t being shown on the
checkout page until changing the billing address.

Introduced in b85b1ab03b
2014-03-28 16:46:33 -04:00
James Koster c5656ee991 flat rate additional costs table 2014-03-25 13:59:30 +00:00
Mike Jolley 995f6a48f1 Trigger click event correctly in checkout 2014-03-24 11:16:07 +00:00
Mike Jolley 8007e4c102 Fix encoding issue with attribute values and move variation data to tooltip Closes #5169 2014-03-20 15:47:52 +00:00
splashingpixels c5f4120540 frontend woocommerce jshinted and coding standards 2014-03-19 16:02:54 -07:00
splashingpixels 222b57a159 frontend single-product jshinted and coding standards 2014-03-19 15:56:07 -07:00
splashingpixels b392b49147 frontend price-slider jshinted and coding standards 2014-03-19 15:54:38 -07:00
splashingpixels abf318db86 frontend credit-card-form jshinted and coding standards 2014-03-19 15:46:59 -07:00
splashingpixels 880d655539 frontend country-select jshinted and coding standards 2014-03-18 20:51:37 -07:00
splashingpixels f9f8b11d3a frontend chosen jshinted and coding standards 2014-03-18 20:44:22 -07:00
splashingpixels b85b1ab03b frontend checkout jshinted and coding standards 2014-03-18 20:42:53 -07:00
Juraj Kiss 888d57911c Fix bulk editing variation sale price #5164 2014-03-18 13:51:10 +01:00
splashingpixels ce3605ad36 cart jshinted and standard coding fixes 2014-03-17 20:08:41 -07:00
splashingpixels 6d2aa8b3c3 cart-fragments jshinted and standard coding fixes 2014-03-17 19:56:31 -07:00
splashingpixels cbb5a2fb55 address-il8n jshinted and standard coding fixes 2014-03-17 19:51:53 -07:00
Mike Jolley b321d6297b Use is_purchasable to determine if a variation cart button is needed, and potentially show empty_price_html Closes #5137 2014-03-17 12:12:10 +00:00
Mike Jolley c211164514 min 2014-03-17 10:53:54 +00:00
splashingpixels fc913b850f frontend add to cart jshinted and coding standards 2014-03-16 22:26:55 -07:00
splashingpixels e19fa9a73c frontend add to cart variation jshinted and coding standards 2014-03-16 22:19:58 -07:00
splashingpixels 0fda637dd9 lingering tooltip after gallery image delete fixes #5124 2014-03-13 21:27:18 -07:00
Mike Jolley 340efa690d Minify scripts for #5109 2014-03-12 14:34:49 +00:00
Mike Jolley d8116e4657 Merge pull request #5109 from jmotes/master
Fix for #5106 - allow checkout in older IE
2014-03-12 14:33:39 +00:00
splashingpixels be85affc89 variation bulk sale price edit over reaching causing errors on save 2014-03-11 17:03:55 -07:00
jmotes 1be965cdf9 Fix for #5106 - allow checkout in older IE 2014-03-11 18:54:37 -05:00
James Koster 8238739987 enable keyboard shortcuts in prettyPhoto 2014-03-11 11:14:25 +00:00
Coen Jacobs e2be27e7b5 Minified checkout.js for #5092 2014-03-10 17:22:17 +01:00
Niko Wicaksono e1d3cb6dd8 Allow city field to use another input method 2014-03-10 10:05:35 +07:00
Mike Jolley 90914cc3c8 Update LESS compiler and less files #5070 2014-03-06 16:23:43 +00:00
Mike Jolley ef0567ac4f Fix bulk edit % increase and decrease Closes #5068 2014-03-06 13:03:12 +00:00
Mike Jolley de2b608db3 We can hide suffix for prices in admin lists Closes #5048 2014-03-06 12:44:05 +00:00
James Koster dee51bd630 tabs. #5038 2014-03-05 09:37:40 +00:00
James Koster d55e72ada7 tabs. #5038 2014-03-05 09:37:26 +00:00
James Koster 9f75cf3316 tabs. closes #5038 2014-03-05 09:34:28 +00:00
Mike Jolley c01022f189 Fix variable product add file button after adding a new variation Closes #4994 2014-03-03 12:09:43 +00:00
splashingpixels 220c93f2b1 minified single-product.js 2014-03-01 12:12:25 -08:00
splashingpixels 76021004c1 external product review link not opening on load fixes #5008 2014-03-01 12:10:25 -08:00
Marc Pfister e365413cfc trim whitespace so parseHTML only contains HTML 2014-02-28 08:18:41 -07:00
Mike Jolley 77929bc27f grunt dev - updated languages 2014-02-27 14:21:25 +00:00
James Koster 957e4a6d6e product gallery images. closes #4963 2014-02-27 13:36:29 +00:00
Patrick Rauland f83cd143b6 adding year picker to reports section 2014-02-26 16:29:20 -06:00
Mike Jolley 6ff4ae1a7d Merge pull request #4903 from splashingpixels/master
Ran through jshint and fixed coding standards
2014-02-25 15:51:50 +00:00
Mike Jolley 3b8cbe350b Ensure button text stays changed 2014-02-24 15:39:15 +00:00
Mike Jolley 9a115dc1f4 Use parseHTML and enforce 1.8 jquery Closes #4899 2014-02-24 15:34:28 +00:00
splashingpixels 2944658f01 jshinted and coding standards see #4680 2014-02-21 20:08:08 -08:00
splashingpixels 9fe74e0073 jshinted and coding standards see #4680 2014-02-21 20:07:37 -08:00
James Koster 0d708cba34 radios. closes #4892 2014-02-21 16:16:23 +00:00
James Koster 981ad95e4c rating height fix. closes #4813 2014-02-17 14:17:55 +00:00
James Koster d3c1c4ec0f star rating tweaks. closes #4806 2014-02-17 12:49:19 +00:00
Mike Jolley 33ab2efb21 Min 2014-02-17 12:09:39 +00:00
Mike Jolley 9f7363a717 Turn off cursor for IE Closes #4824 2014-02-17 12:09:35 +00:00
claudiosmweb 199c13efda fixed the input names in assets/js/admin/meta-boxes-variations.js 2014-02-14 18:56:38 -02:00
claudiosmweb 3dd39c1fb9 fixed coding standards meta-boxes-variations.js
fixed some JSHint issues
this commit helps in #4680
2014-02-14 18:49:36 -02:00
claudiosmweb f3eb602532 fixed the indendation in assets/js/admin/meta-boxes-variations.js 2014-02-14 18:28:23 -02:00
claudiosmweb d3e4a18763 fixed the variation bulk edit, closes #4807
solved the issue with increase and decrease values forcing to be string the prompt return value
2014-02-14 18:24:48 -02:00
James Koster 081e1dc583 stack password reset fields on handheld. closes #4804 2014-02-14 15:18:37 +00:00
James Koster 64654094d4 stack password reset fields on handheld. closes #4804 2014-02-14 15:18:23 +00:00
Coen Jacobs 1f8baa241f Revert "Removed obsolete edit icon #4753"
This reverts commit c82ea5c84d.
2014-02-13 22:19:07 +01:00
Coen Jacobs c82ea5c84d Removed obsolete edit icon #4753 2014-02-13 15:46:15 +01:00
Mike Jolley 1ad036ebfb Fix multiple image selection for product gallery Closes #4751 2014-02-13 10:37:02 +00:00
James Koster 7b92e26341 reports font size tweak. closes #4732 2014-02-13 09:42:24 +00:00
James Koster f2f919ebca stock report icons. closes #4753 2014-02-13 09:38:08 +00:00
Mike Jolley aa0842a2a6 Fix manual order calculation when using non-standard decimal points Closes #4742 2014-02-12 15:01:56 +00:00
James Koster d031c05f10 twenty thirteen single product layout 2014-02-11 16:20:05 +00:00
James Koster 35228c8d9c stack login fields on handheld. closes #4653 2014-02-06 16:34:23 +00:00
James Koster d4c2d54b0d js fix #4629 2014-02-06 09:36:55 +00:00
James Koster 2b8ef5101f review pagination. closes #4629 2014-02-05 12:40:15 +00:00
James Koster 08eb24afa9 button width. closes #4627 2014-02-05 12:02:37 +00:00
James Koster dd24dc6c7e checkbox description wrapping #4615 2014-02-03 15:20:50 +00:00
Mike Jolley 4e9a21a8e8 Fix description wrapping Closes #4615
@jameskoster take a look
2014-02-03 15:05:41 +00:00
Mike Jolley b1b6e10b98 Result of Grunt minification + tx pull 2014-02-03 14:35:26 +00:00
James Koster a078b942e7 removed a ↓ closes #4598 2014-01-31 15:31:35 +00:00
toddlahman 13c24b410e Removed (document).ready from jQuery scripts
jQuery(document).ready(function($) { is equivalent to calling
jQuery(function($) {.

http://api.jquery.com/ready/
2014-01-30 18:44:17 -08:00
James Koster 361cb67adb removed #wc_get_started 2014-01-29 17:43:52 +00:00
James Koster 006541ae03 tweaked mijireh getting started message 2014-01-29 17:42:59 +00:00
James Koster 9b18edb2f7 Revert "remove mijireh assets"
This reverts commit 7afb6e2af1.
2014-01-29 17:37:38 +00:00
James Koster 7afb6e2af1 remove mijireh assets 2014-01-29 17:26:01 +00:00
James Koster cee534ac8f image optimisation 2014-01-29 17:22:07 +00:00
James Koster ef906de995 remove gear.png 2014-01-29 17:19:59 +00:00
James Koster 7c2778ac6c remove image_watermark 2014-01-29 17:19:02 +00:00
James Koster 29363f8dd8 remove star.png and update star-rating to use new icon font 2014-01-29 17:18:31 +00:00
James Koster 4efb2c6aba remove woocommerce-icons 2014-01-29 17:12:24 +00:00
James Koster 0eebc96eeb remove wc_icon 2014-01-29 17:11:14 +00:00
James Koster 2d6c4470a6 remove menu icons 2014-01-29 17:10:16 +00:00
Mike Jolley 154fae351c Unused assets 2014-01-29 17:07:44 +00:00
Mike Jolley 5b991cc3e1 Checkout min 2014-01-28 11:26:07 +00:00
Mike Jolley 39344f2ed5 Allow gateways to change the checkout place order button text on selection. Closes #4573 2014-01-28 11:25:57 +00:00
splashingpixels 8f5bf6dde7 Replaced deprecated jQuery live methods with on 2014-01-24 10:34:48 -08:00
James Koster ea1a82c612 twentyfourteen bits. closes #4558 2014-01-22 10:44:53 +00:00
James Koster 75b2c9f2da drag and drop icon. closes #4553 2014-01-22 10:36:51 +00:00
Mike Jolley bc779e5e2b Trigger change for country fields Closes #4546 2014-01-21 11:54:03 +00:00
Mike Jolley c6cd7e4017 Sliding payment boxes tweaks Closes #4538 2014-01-20 15:18:47 +00:00
James Koster a382733c51 floating h3s in checkout. closes #4523 2014-01-17 11:14:10 +00:00
splashingpixels 5b42f5f596 revised/ammend pull request 4513 2014-01-15 23:06:23 -08:00
splashingpixels 74f0d1c4c6 fixes shipping total not updating when select method is used on checkout page 2014-01-15 21:22:43 -08:00
splashingpixels c6018f58af fix shipping cost total not updating when using select dropdown method Fixes #4515 2014-01-15 19:33:21 -08:00
Mike Jolley 03f8d500a2 Input styling fixes 2014-01-13 12:46:54 +00:00
Mike Jolley 6d31f30a10 Merge pull request #4470 from vrozkovec/master
Update meta-boxes.js
2014-01-09 02:54:31 -08:00
James Koster ea95e0a242 2014 tweak 2014-01-08 16:24:33 +00:00
James Koster 1992e8411a fix breadcrumb issue in 2014. closes #4473 2014-01-08 15:42:15 +00:00
Mike Jolley 7ddd4d012a Move localisation to address-i18n.js for account page. Closes #4446 2014-01-08 14:38:20 +00:00
vrozkovec 3fe9994d59 Merge branch 'master' of git@github.com:vrozkovec/woocommerce.git 2014-01-08 01:39:28 +01:00
vrozkovec cb9a6fc8df Add filter options to product gallery images selector to make visible
filters of plugins such as the Enhanced Media Library
2014-01-08 01:38:54 +01:00
Vit Rozkovec 17a02b71c0 Update meta-boxes.js
Add filter options to product gallery images selector to make visible filters of plugins such as the Enhanced Media Library
2014-01-08 01:28:39 +01:00
Mike Jolley 2600744fd9 #4374 2013-12-31 12:22:05 +00:00
Mike Jolley e94247017c Merge pull request #4374 from splashingpixels/master
tooltips on variations not showing after using link all variations butto...
2013-12-31 04:21:36 -08:00
Mike Jolley 539a736882 woocommerce_wp_radio styling Closes #4383 2013-12-27 13:26:37 +00:00
James Koster b0412ccd25 product data tab select. closes #4370 2013-12-27 11:40:27 +00:00
Mike Jolley 329a96b452 Look for name of select Fixes #4365 2013-12-23 15:42:46 +00:00
splashingpixels 6487bc1125 tooltips on variations not showing after using link all variations button Fixes #4366 2013-12-14 07:50:18 -08:00
James Koster 1343731031 color tweaks 2013-12-13 10:45:13 +00:00
James Koster f6d057dc48 data tabs tweaks 2013-12-13 10:40:28 +00:00
Emyr Thomas 9c2d2dff75 Fix checkbox width in product data meta box 2013-12-12 20:50:04 +00:00
James Koster 05dda2c16a add gallery images link 2013-12-12 14:08:26 +00:00
James Koster bcee9b4a05 checkboxes in product data tabs #4356 2013-12-12 14:08:26 +00:00
James Koster 87ecd3dce5 short description meta box #4356 2013-12-12 14:08:26 +00:00
James Koster dbf1b15001 replace a few missed →'s. closes #4350 2013-12-12 13:42:29 +00:00
Emyr Thomas 3a3e678db6 Fix product details meta box tabs for small width screens 2013-12-10 12:10:08 +00:00
James Koster c22ebcc7ae twentyfourteen compat. closes #4272 2013-12-09 09:55:11 +00:00
James Koster 1eb979c5ba edit icon in customer list. closes #4287 2013-12-06 10:04:54 +00:00
Mike Jolley 82ba7cc310 Min #4299 2013-12-06 10:02:01 +00:00
Mike Jolley 4da2d1a3ba Merge pull request #4299 from Ramoonus/js
third party JS update
2013-12-06 02:01:28 -08:00
Ramon van Belzen d196fe401b jQuery Cookie 1.4 2013-12-05 19:55:37 +01:00
Ramon van Belzen 30464857f4 jquery blockUI update to latest stable 2013-12-05 19:54:20 +01:00
Mike Jolley 24be342db0 Fix sort icon in firefox. Closes #4283 2013-12-05 15:19:52 +00:00
James Koster 8d796ff9d5 edit icon. #4287 2013-12-05 15:03:27 +00:00
Mike Jolley 684fd36288 #4287 2013-12-05 13:18:04 +00:00
Mike Jolley 153c367ef4 Missing icons #4287 2013-12-05 13:16:52 +00:00
Coen Jacobs fe8f57c2e3 Minified all the JS files for #4289 2013-12-05 10:23:38 +01:00