Commit Graph

1248 Commits

Author SHA1 Message Date
Mike Jolley 4b87f933a4 Extension compatibility fix #3026 2013-04-29 15:17:03 +01:00
Mike Jolley 073227317c Merge pull request #3026 from MZAWeb/master
Make easier for 3rd party plugins to get reports and charts info
2013-04-29 07:15:09 -07:00
Mike Jolley a2788af011 fix screen ids 2013-04-25 16:18:27 +01:00
Daniel Dvorkin a8c722dc72 Make reports and charts discovery easier
Extract the reports and charts definition to a new woocommerce_get_reports_charts() function so third party plugins can get easily the data.

Also add a string key to each chart so it's easier and more reliable to identify them, because order, name and function can change.
2013-04-24 22:25:12 -03:00
Mike Jolley efa8d9fe62 Brazil states fixes 2013-04-24 15:37:49 +01:00
Mike Jolley 505170da93 Merge pull request #2994 from claudiosmweb/fix_i18n_brazil_states
Fix i18n for Brazilian States
2013-04-24 07:25:43 -07:00
Mike Jolley 3e43a19c30 Fix Screen ids when plugin name localised. Closes #3013.
Closes #3016.
2013-04-24 14:29:38 +01:00
Mike Jolley 706e78af72 Save hook should be named differently for coupon data. 2013-04-24 13:27:03 +01:00
Mike Jolley 91ffd711ce Merge pull request #2990 from kloon/master
Apply the_content filter to taxonomy archive descriptions
2013-04-23 08:11:12 -07:00
Mike Jolley b473f3f96a Update field descirption so its clear validation is done when order is placed. Closes #3006. 2013-04-23 15:58:10 +01:00
Gerhard 7bbe6f1d51 Add support for MAC line endings when importing tax rates 2013-04-22 10:43:25 +02:00
claudiosmweb abd2deaec8 Added function to correct the Brazilian states in orders and clients 2013-04-19 18:18:04 -03:00
Justin Stern 143079c9e9 Renamed Order Items 'Cost' column to 'Totals' for clarity 2013-04-18 16:04:03 -04:00
Max Rice 4a54236563 Allow class callbacks for report functions 2013-04-17 12:13:21 -04:00
Mike Jolley 8d2c2b5368 Missing textdomains 2013-04-17 16:03:27 +01:00
Mike Jolley e9cfd5b32a Updated docs links 2013-04-17 10:16:37 +01:00
Mike Jolley f3be90b9b5 Order item meta - skip serialized fields. Closes #2962. 2013-04-16 15:50:09 +01:00
Mike Jolley 003dab8525 Better workaround for #2975 2013-04-16 15:39:07 +01:00
Mike Jolley c211603fc9 Fix saving options for attribute taxonomies containing special chars. Closes #2975. 2013-04-16 14:41:23 +01:00
Mike Jolley b40cf953f3 Merge pull request #2968 from piffpaffpuff/master
use base_country for tax calculations in manually created orders
2013-04-16 05:48:59 -07:00
Mike Jolley d64b83a9f9 Use the core function #2971 2013-04-16 13:37:01 +01:00
Gerhard c3397e3664 Removed space 2013-04-16 09:03:26 +02:00
Gerhard b172757a8e Remove url params from filenames on orders in backend under Downloadable Product Permissions 2013-04-16 09:01:50 +02:00
Mike Jolley e16d222f96 Merge pull request #2960 from bengummer/issue-2958
patch shop_order.php for issue 2958
2013-04-15 07:07:19 -07:00
Mike Jolley ba0b4196fa Posted 'text' terms are not slugs. Only striptags/slashes - don't change to slugs. Closes #2955. 2013-04-15 13:15:42 +01:00
Ben Gummer ddd92141bf patch shop_order.php for issue 2958
adds ` UTC` to the variable passed to `strtotime` to ensure that the `strtotime` function does not assume the local timezone when converting.
2013-04-15 21:02:19 +10:00
Triggvy Gunderson 53c13f721b base_country js param for order tax calculation
added  woocommerce_writepanel_params.base_country to fix tax
calculation when an order is created manually. if you click the button
calc taxes the js uses base_country to calc when no billing/shipping
country is selected. just like the the message says: "If no
billing/shipping is set it will use the store base country".
2013-04-14 22:59:18 +02:00
Mike Jolley 02d8aec39c Over-sanitized. Closes #2933. 2013-04-12 09:51:10 +01:00
Mike Jolley 12e185e70b Merge pull request #2915 from maxrice/master
Fix coupon type filter typo
2013-04-09 06:14:03 -07:00
Max Rice 107877037f Fix coupon type filter typo 2013-04-09 07:56:37 -04:00
Mike Jolley d84d1c7a74 Tool to flush customer sessions 2013-04-09 09:40:07 +01:00
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