Commit Graph

1217 Commits

Author SHA1 Message Date
Mike Jolley 9031c7603f Sanitize taxonomy names. Closes #2844. 2013-04-08 21:11:55 +01:00
claudiosmweb 2aa712ef4a added filters to format the address 2013-04-07 05:31:21 -03:00
Mike Jolley fa91ef80d4 Cache helper sets DONOTCACHEPAGE during init, rather than in each shortcode, and the W3 Issue with database cached appeared to be because the add_option had autoload 'no'. Removing autoload no was the only workaround I could find.
Now works with all caching enabled in W3 Total cache. Closes #2862.

cc @coenjacobs
2013-04-05 22:24:56 +01:00
James Koster aebcf3ded6 twentythirteen bits 2013-04-05 16:17:41 +01:00
Mike Jolley d08b1679c8 Show non-existing product line items. Closes #2877 2013-04-05 13:44:38 +01:00
Mike Jolley 23eb142c79 Nonce check notice. Closes #2869. 2013-04-04 17:45:39 +01:00
Mike Jolley 9f510bb7e0 Check price is set when syncing prices for variations 2013-04-04 10:11:12 +01:00
Jorijn Smit 2ae7ec8360 PHP function fell outside PHP tags.
The function do_action() on line 983 fell outside the PHP tags en thus displayed as pure text in the admin panel.
2013-04-02 13:49:41 +03:00
Mike Jolley a86451aa90 Fix saving of download permissions in order admin. 2013-04-02 11:25:07 +01:00
Mike Jolley cbb84e0368 settings page notices 2013-03-30 13:28:25 +00:00
Mike Jolley afae4734d6 attribute name checking 2013-03-29 18:42:49 +00:00
Coen Jacobs 808e3024ca Do not sanitize old attribute name to not mess up comparing 2013-03-28 11:34:24 +01:00
Mike Jolley 728fd82af5 woocommerce_add_tinymce_lang array key. Closes #2823 2013-03-27 11:07:32 +00:00
Coen Jacobs 78c1db6a51 Sanitize id in woocommerce_get_product_to_duplicate function 2013-03-25 20:53:13 +01:00
Mike Jolley d4b57da561 Merge pull request #2810 from Geczy/master
Reports order link filter
2013-03-25 08:46:08 -07:00
Mike Jolley 1dd482efea Merge pull request #2800 from maxrice/bulk-product-hooks
Add actions to product bulk edit section
2013-03-25 08:44:48 -07:00
Mike Jolley 4c722c7338 Hide tax reports when taxes disabled. Closes #2797. 2013-03-25 15:43:14 +00:00
Matt 502e0586bf Filter order links in the reports 2013-03-25 10:46:02 -04:00
Mike Jolley 76c7aed302 Download system report for FF 2013-03-25 13:57:56 +00:00
Mike Jolley 8b99a175a2 version data on system status page. 2013-03-25 10:34:36 +00:00
Max Rice d04b3111d2 Add actions to product bulk edit section 2013-03-23 16:32:47 -04:00
Mike Jolley 414315fde0 start/end to prevent hook conflict. @growdev 2013-03-23 15:18:53 +00:00
Mike Jolley b87c7ebb01 lower case auto_increment. #2752 2013-03-22 20:47:07 +00:00
Dalton Rooney 00e54abdb2 Product gallery metabox should use thumbnails
Not full size images.
2013-03-21 13:04:15 -03:00
Mike Jolley c3e98eac8e always serialize. 2013-03-19 21:33:12 +00:00
Mike Jolley 161dca5b49 Unset post_parent Closes #2720. 2013-03-18 14:55:21 +00:00
Mike Jolley 00a65b7cbd Don't use woocommerce_clean for urls. Closes #2687. 2013-03-18 14:13:50 +00:00
Mike Jolley d6ec17604f Product tabs when a product type doesn't exist yet. Closes 2750. 2013-03-18 13:10:27 +00:00
Mike Jolley bda5770c83 #2718. Missed colon! 2013-03-18 12:52:00 +00:00
Mike Jolley b20cf841b6 Move welcome string. Closes #2718. 2013-03-18 12:49:13 +00:00
Mike Jolley 46dc3466d1 Removed Base Page Title option - rename the page instead. Closes #2727 2013-03-18 12:43:38 +00:00
Mike Jolley 38c7c8994f Merge pull request #2722 from lucasstark/patch-5
Missing = in label for product_length
2013-03-18 02:42:19 -07:00
Mike Jolley 946ecaaae2 Tweak - Filters for attribute default values. 2013-03-15 19:33:42 +00:00
Lucas Stark c6b8384563 Missing = in label for product_length 2013-03-14 14:19:51 -03:00
Mike Jolley ca46e4ec29 Fix attribute encoding issues. Closes #2644. 2013-03-10 16:55:53 +00:00
Mike Jolley 6f238650d1 Fix the page slurp 2013-03-10 14:33:27 +00:00
Mike Jolley c37f099fd5 Edit class Closes #2654. 2013-03-10 13:35:12 +00:00
Mike Jolley 5393fc7ddb Santize custom attributes. #2587 2013-03-07 19:34:29 +00:00
Mike Jolley ce24b83b7d Fix post code ranges. Closes #2624. 2013-03-07 14:02:50 +00:00
James Koster 3c1ad56bcd Re-applied image setting tooltips 2013-03-07 12:49:51 +00:00
Mike Jolley 26e730acb2 Tweak label. Closes #2621. 2013-03-07 11:16:17 +00:00
Mike Jolley 1315111e0f Clear cache when saving order items 2013-03-06 14:25:09 +00:00
Mike Jolley dbc6d47197 Flushes 2013-03-06 13:43:53 +00:00
Mike Jolley a9dc6510f4 Tweak from prices 2013-03-06 13:25:37 +00:00
Mike Jolley 089178e0e8 escape when output, not when saved. #2587 2013-03-05 21:20:00 +00:00
Mike Jolley 77eaf1f91d Activation/install/welcome 2013-03-05 18:50:44 +00:00
Coen Jacobs d2f8cd6a4a Do JS footer redirect after plugin update 2013-03-04 22:08:54 +01:00
Coen Jacobs dc4d8e58ad Do not redirect to welcome screen inside upgrade frame 2013-03-04 21:38:01 +01:00
Mike Jolley 995421b34f Flush on upgrade 2013-03-04 15:29:34 +00:00
Mike Jolley 4918d7a27d Billing email must be set to grant permission. #2555 2013-03-01 20:58:25 +00:00