Mike Jolley
|
0411d1f9df
|
Combine two meta queries into one #4901
|
2014-02-27 15:40:07 +01:00 |
Mike Jolley
|
500ce37c63
|
Fix variation level reporting Closes #4885
|
2014-02-27 15:32:47 +01:00 |
Chuck Mac
|
10d2f9e22f
|
Passing post_id to the coupon save action
Pass post_id to the woocommerce_coupon_options_save action so we know what
coupon ID is being saved.
|
2014-02-27 15:30:18 +01:00 |
Mike Jolley
|
4b38c58c9b
|
Transifex links
|
2014-02-27 15:25:32 +01:00 |
Mike Jolley
|
d57989ca62
|
Use get_col for sku search - return multiple results.
|
2014-02-27 15:24:39 +01:00 |
JustinSainton
|
fee1bc5200
|
capital_p_dangit()
|
2014-02-27 15:24:32 +01:00 |
Mike Jolley
|
a215a94f5d
|
Rounding order_tax and order_shipping_tax restricts our ability to get an accurate tax_total after an order is made. Fixes some paypal rounding requests.
@coenjacobs
|
2014-02-27 15:23:21 +01:00 |
Mike Jolley
|
465b9b9d5f
|
Only show settings link if method has_settings
|
2014-02-27 15:23:10 +01:00 |
Mike Jolley
|
f42d1a1e6f
|
Correctly join post meta to fix order searches Closes #4855
|
2014-02-27 15:22:37 +01:00 |
Mike Jolley
|
61214a7eef
|
Sanitize screen id. Closes #4788
|
2014-02-27 15:21:09 +01:00 |
Mike Jolley
|
43d87e724e
|
Run array_unique on results of order search Closes #4855
|
2014-02-27 15:20:36 +01:00 |
Mike Jolley
|
f001d32bcd
|
Use md5 hash for transient names so that the lengths are valid. Closes #4851
|
2014-02-27 15:18:40 +01:00 |
Mike Jolley
|
4d831d02ee
|
Fix notice when left blank
|
2014-02-17 16:36:21 +01:00 |
Mike Jolley
|
1f295c9c69
|
Unify textdomains Closes #4814
|
2014-02-17 14:27:08 +01:00 |
Coen Jacobs
|
87c5274992
|
Better workaround for esc_url stripping spaces #4842
|
2014-02-17 13:35:38 +01:00 |
Coen Jacobs
|
a610e72c09
|
esc_attr instead of esc_url to preserve spaces in img src #4842
|
2014-02-17 13:35:38 +01:00 |
Mike Jolley
|
6d0a31b491
|
Update docblocks
|
2014-02-17 10:39:53 +01:00 |
Mike Jolley
|
4dcea21d76
|
Admin screen strings need to be sanitised to work with chinese chars Closes #4788
|
2014-02-14 11:58:50 +01:00 |
Mike Jolley
|
ee7db46934
|
Force a valid base when saving permalinks
|
2014-02-14 11:46:47 +01:00 |
tamarazuk
|
6f4a91e36e
|
Dashboard: Fixes # of "out of stock" products
Use woocommerce_notify_no_stock_amount rather than woocommerce_notify_low_stock_amount to count out of stock products
|
2014-02-14 09:22:06 +01:00 |
Mike Jolley
|
32932b0a61
|
Tweak the order of checks in bulk_and_quick_edit_save_post to make it more efficient on autosave #4765
|
2014-02-13 14:52:39 +01:00 |
Mike Jolley
|
8a9aa5880f
|
Fix line total display for order fees Closes #4766
|
2014-02-13 11:28:50 +01:00 |
Gerhard
|
f0dc27a47e
|
Fix variation download file url save for Amazon S3 extension.
|
2014-02-13 11:02:26 +01:00 |
James Koster
|
96c7437344
|
stock report icons. closes #4753
|
2014-02-13 10:44:59 +01:00 |
Mike Jolley
|
944327edfb
|
Vars in report classes Closes #4720
|
2014-02-12 16:18:53 +01:00 |
Mike Jolley
|
d1837896e4
|
Added tinymce buttons relevant to the short description
|
2014-02-12 11:44:21 +01:00 |
Mike Jolley
|
8ea9fd22df
|
Add versions to all scripts + styles to ensure browser cache is cleared
|
2014-02-12 10:32:39 +01:00 |
Mike Jolley
|
a4473f6679
|
Set $time Closes #4718
|
2014-02-11 17:06:11 +01:00 |
Mike Jolley
|
670048c600
|
Need to actually check $outdated. Derp. @coenjacobs
|
2014-02-11 16:26:22 +01:00 |
Mike Jolley
|
8d118c8693
|
Function comment #4714
|
2014-02-11 14:49:43 +01:00 |
Mike Jolley
|
8362bfe1b7
|
New notice aimed at identifying out of date template files in a theme. Also improves the status page.
@coenjacobs
|
2014-02-11 14:41:11 +01:00 |
Mike Jolley
|
5e02b72f1b
|
Sections can be lowered using sanitize_title Closes #4700
@coenjacobs pick me
|
2014-02-11 11:35:38 +01:00 |
James Koster
|
053915e58f
|
allow line breaks in customer addresses on order details page. closes #4709
|
2014-02-11 10:59:05 +01:00 |
Coen Jacobs
|
0033d6d116
|
Code standards update for #4675
|
2014-02-10 10:47:26 +01:00 |
Coen Jacobs
|
e934f293e9
|
Merge pull request #4675 from shoheitanaka/patch-1
$tax_code was url encoded , so decode it.
|
2014-02-10 10:45:41 +01:00 |
Mike Jolley
|
3eaef1d0f3
|
Merge pull request #4662 from Spreeuw/master
fixes date display on customer list page
|
2014-02-10 09:28:08 +00:00 |
Shohei Tanaka
|
f03dde7868
|
$tax_code was url encoded , so decode it.
I can't read tax code at this box, if used Japanese in tax code. I want to read it in Japanese, so decode here.
|
2014-02-08 15:50:03 +09:00 |
claudiosmweb
|
bfe3020897
|
removed unused global vars in WC_Report_Coupon_Usage::output_report, closes #4665
|
2014-02-07 15:37:31 -02:00 |
Ewout Fernhout
|
fe8335bbaf
|
fixes date display on customer list page
|
2014-02-07 15:50:11 +01:00 |
Mike Jolley
|
1ea1bb1a09
|
Translation credits
|
2014-02-07 13:06:20 +00:00 |
Mike Jolley
|
545441b2e3
|
Multiple attribute for email box Closes #4659
|
2014-02-07 10:10:50 +00:00 |
Mike Jolley
|
2dd73acb9d
|
Context for checkout string Closes #4646
|
2014-02-06 15:46:18 +00:00 |
Mike Jolley
|
8d52b8d243
|
No class exist check needed for files included once #4616
|
2014-02-05 15:02:30 +00:00 |
Mike Jolley
|
9222e6a854
|
woocommerce_coupon_options Hook breaks custom options - used in 2 places. May have been mistake
|
2014-01-31 14:48:23 +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 |
Mike Jolley
|
4abcc331dd
|
Ensure stock status is set for variations after setting to 0 Closes #4587
|
2014-01-29 14:39:55 +00:00 |
Mike Jolley
|
ad17813e70
|
Merge pull request #4590 from toddlahman/master
Removed urldecode from $_GET and $_REQUEST and Removed (document).ready from wc_print_js()
|
2014-01-28 09:58:59 -08:00 |
Mike Jolley
|
6f3e8c182e
|
Ensure gateways get loaded prior to emailing out Closes #4577
|
2014-01-28 12:36:20 +00:00 |
Mike Jolley
|
663bf25d79
|
Merge pull request #4569 from helgatheviking/master
add apply_filters to the product filters on the edit.php screen
|
2014-01-28 04:21:33 -08:00 |
Mike Jolley
|
239d673646
|
Change featured image notation to product Closes #4586
|
2014-01-28 11:58:20 +00:00 |