Commit Graph

1010 Commits

Author SHA1 Message Date
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
Jared Cobb 9fc47db17f Make frontend scripts safe to run on non WC pages (check for objects)
For a more detailed explaination of why this is helpful, see
Issue #4202. In short, from a dev ops perspective, if we want to build /
concatonate our front end scripts into a single application.js file, we
need to ensure scripts first check for dependent global object helpers
before trying to use them. For example, there are several objects
(created via PHP using `wp_localize_script`) which generate objects such
as `wc_single_product_params`. These objects will not exist on most
other pages, however these scripts attempt to execute code that
references these objects.
2013-12-04 12:15:24 -07:00
James Koster b69c8da6a5 twenty fourteen compat. closes #4272 2013-12-03 16:53:47 +00:00
Mike Jolley 293c998a1d Set price slider min to min price. Closes #4183 2013-12-03 13:39:02 +00:00
Mike Jolley af34b43ee6 Tweaks for #4239 2013-12-03 12:14:12 +00:00
Ewout Fernhout bfa4ce53ff Allow custom checkout fields to be localized 2013-11-28 15:46:08 +01:00
Coen Jacobs 5ef0ba6a37 Minification for #4237 2013-11-28 14:39:42 +01:00
Gerhard 903af259e0 refactor inline product images js 2013-11-28 14:37:44 +02:00
Gerhard 238becb050 Refactor order notes inline js 2013-11-28 14:03:29 +02:00
Mike Jolley 0e0b9648d6 Minify #4213 2013-11-27 14:33:09 +00:00
Gerhard 06020f4bd5 Move all download permissions inline js to meta-boxes.js 2013-11-27 16:03:04 +02:00
Gerhard 6300e65582 Make downloadable product dropdown ajaxy, as per #4211 2013-11-26 15:54:34 +02:00
James Koster b4c66db7e2 remove unnecessary z-index on admin messages. closes #4200 2013-11-25 17:19:00 +00:00
Mike Jolley 8e7e75fc83 Add order item meta correct ajax hook 2013-11-25 16:30:12 +00:00
Mike Jolley fc87619d4c Correct add order item ajax event 2013-11-25 16:26:07 +00:00
Mike Jolley 0fae180f24 Minify all the things 2013-11-25 16:03:43 +00:00
Coen Jacobs 4afbd0b556 Merge branch 'function-call-refactor'
Conflicts:
	includes/admin/post-types/meta-boxes/class-wc-meta-box-order-data.php
	includes/shortcodes/class-wc-shortcode-cart.php
	includes/wc-template-functions.php
2013-11-25 15:42:26 +01:00
Coen Jacobs f7df17db1c Order functions woocommerce to wc refactor 2013-11-25 14:54:52 +01:00
Gregory K 8539e81d79 "export" is a reserved word in JavaScript 2013-11-25 07:18:01 -05:00
James Koster cf64302063 woocommerce status dashboard widget #4042 2013-11-25 10:40:05 +00:00
James Koster 1e1ff450b5 site content dashboard widget #4042 2013-11-25 10:40:05 +00:00
James Koster e2a56a92c5 status_table #4042 2013-11-22 17:21:18 +00:00
James Koster 48a6b2b6d8 debug report #4042 2013-11-22 17:20:25 +00:00
James Koster e9473e3aea tax rates table #4042 2013-11-22 17:18:04 +00:00
James Koster 517c4396a3 chosen #4042 2013-11-22 17:14:04 +00:00
James Koster d33af19913 reports #4042 2013-11-22 17:09:05 +00:00
James Koster 38ae710996 order items #4042 2013-11-22 16:54:11 +00:00
James Koster 5acbe6c5b3 order totals #4042 2013-11-22 16:52:36 +00:00
James Koster b2aee0c400 order notes #4042 2013-11-22 16:40:37 +00:00
James Koster a4c707342e order totals #4042 2013-11-22 16:38:16 +00:00
Mike Jolley cc40557077 filter for cart fragment #4132 2013-11-20 16:31:28 +00:00
Patrick Rauland 3fc598ff77 optimizing images 2013-11-19 12:59:01 -06:00
Scott Basgaard f3b2854638 woocommerce_json_search_products() is now a method of WC_AJAX. Use $this->json_search_products() instead. 2013-11-19 14:44:28 +01:00
Scott Basgaard bee41fb7e5 woocommerce_get_refreshed_fragments() is no longer. Update where it was called to new Ajax class method. 2013-11-19 13:33:26 +01:00
James Koster 9812551ad6 remove message.png #4042 2013-11-19 11:45:21 +00:00
James Koster 0257ce201a wc messages #4042 2013-11-19 11:22:59 +00:00
James Koster 489bf34385 attributes table. closes #4118 2013-11-19 11:04:45 +00:00
James Koster 902c81b8ca meta formatting. closes #3926 2013-11-19 10:30:53 +00:00
Mike Jolley 3d01a288ec hook: 'data-rel', Closes #4115 2013-11-18 13:00:56 +00:00
Coen Jacobs f0adcb65b7 Merge remote-tracking branch 'thenbrent/add_payment_method_issue_3396' 2013-11-18 12:33:23 +01:00
James Koster d25bdc821d meta formatting #3926 2013-11-15 16:38:21 +00:00