Tamara Zuk
af442599b1
Code Standards: Finish up admin includes
...
* fixed indentation - swapped spaces for tabs at start of line, swapped
tabs for spaces min-line for alignment
* removed instances of `@return void` and `@access public`
@see http://make.wordpress.org/core/handbook/coding-standards/php/
@see part 1: #6157
2014-11-30 01:52:32 -05:00
Tamara Zuk
f63c5e8c8f
Execute `woocommerce_order_action_{$action}` only once
...
Prevents a “Maximum function nesting level reached” fatal error in
certain cases.
Since this ends up running on `’save_post’`, updating something like
the order status while hooked onto to
`woocommerce_order_action_{$action}` causes a fun recursion :)
2014-11-30 00:14:22 -05:00
Tamara Zuk
551159510c
Autosuggest product tags on bulk edit
...
This tiny change helps users quickly add tags to products using bulk
edit.
2014-11-29 23:59:58 -05:00
Barry Kooij
23b38f9490
Typos
2014-11-29 12:35:36 +01:00
Barry Kooij
0ccf153227
Merge branch 'master' of github.com:woothemes/woocommerce
2014-11-29 12:33:43 +01:00
Barry Kooij
21b7fe60f6
Codestandards
2014-11-29 12:33:36 +01:00
claudiosmweb
80ea5420c3
[API] Fixed the action parameters in the methods to create and edit orders, closes #6845
2014-11-28 10:22:35 -02:00
Claudio Sanches
8e929c1ee8
Merge pull request #6859 from SiR-DanieL/master
...
Edit link for WC Pages
2014-11-28 09:40:32 -02:00
Claudio Sanches
1afa04e7f6
Merge pull request #6857 from splashingpixels/product-gallery-images
...
undefined index when product image gallery side meta box is removed fixe...
2014-11-28 09:40:10 -02:00
Claudio Sanches
ac98f678c0
Merge pull request #6856 from JustinSainton/patch-3
...
Update grunt-wp-i18n dev dependency
2014-11-28 09:39:11 -02:00
Claudio Sanches
05e5b52ad6
Merge pull request #6858 from bryceadams/debug-suffix
...
Add stupidtable.min.js
2014-11-28 09:37:38 -02:00
Nicola Mustone
c25b86e0ae
Edit link for WC Pages
2014-11-28 09:06:15 +01:00
Bryce
0967525a72
Bit of code formatting
2014-11-28 14:21:01 +07:00
Bryce
5e0cbb4676
Add stupidtable.min.js
2014-11-28 14:17:58 +07:00
splashingpixels
13ad1100c5
undefined index when product image gallery side meta box is removed fixes 6855
2014-11-27 20:42:58 -08:00
Justin Sainton
3af23cb7f5
Update grunt-wp-i18n dev dependency
2014-11-27 20:15:49 -08:00
Barry Kooij
c2321aeb94
Code standards.
2014-11-27 22:38:36 +01:00
Barry Kooij
d990daed57
Typo.
2014-11-27 22:36:46 +01:00
claudiosmweb
b6cd6b8735
Fixed some coding standards
2014-11-27 15:29:52 -02:00
Claudio Sanches
4f4ad23dfa
Merge pull request #6853 from axisthemes/attribute-hightlight
...
Attribute hightlight
2014-11-27 15:10:00 -02:00
shivapoudel
84bc7a2339
Cleanup for WC_Admin_Attributes Class
2014-11-27 22:34:19 +05:45
shivapoudel
3aa67ac352
Fixes attribute menu highlight, closes #6849
2014-11-27 22:32:11 +05:45
Mike Jolley
2c1c9896c5
Remove remove_variation and replace with remove_variations
2014-11-27 15:44:51 +00:00
Mike Jolley
44af56ff75
Simplify feature_product()
2014-11-27 15:40:39 +00:00
Mike Jolley
e3c1ebc927
Simplify mark_order_status()
2014-11-27 15:37:42 +00:00
Mike Jolley
3415b5d7c0
In the cart, add variation selected data to the permalink.
...
Closes #6060
2014-11-27 15:04:24 +00:00
Mike Jolley
2cfaead676
Added numeric sort for attributes. Closes #5978
2014-11-27 14:49:02 +00:00
claudiosmweb
fb955e8a40
[API] Added error message when try search a product with a invalid SKU
2014-11-27 10:52:24 -02:00
claudiosmweb
553fe744cf
[API] Created a route to get products by SKU, closes #6847
2014-11-27 10:34:55 -02:00
claudiosmweb
15996a1dee
Created the wc_get_product_id_by_sku() function
2014-11-27 10:31:56 -02:00
Claudio Sanches
7e8365bf94
Merge pull request #6851 from woothemes/revert-6847-sku
...
Revert "Look up product by sku"
2014-11-27 10:06:36 -02:00
Claudio Sanches
7a62f75eca
Revert "Look up product by sku"
2014-11-27 10:06:28 -02:00
Mike Jolley
2c6debf1f4
Merge pull request #6850 from bryceadams/patch-6839
...
improve get_rating_count() for rating-less reviews
2014-11-27 11:07:30 +00:00
Mike Jolley
313ec0fbd9
Readme for #6847
2014-11-27 11:05:13 +00:00
Mike Jolley
d8c6d3b9c3
Merge pull request #6847 from harrisonde/sku
...
Look up product by sku
2014-11-27 11:04:26 +00:00
Mike Jolley
48ffa859cf
Merge pull request #6837 from ragulka/email-settings-action-hooks
...
Introduce email settings action hooks
2014-11-27 11:01:31 +00:00
Mike Jolley
251160d512
Added 'top freebies' to product report.
...
Closes #5596
2014-11-27 10:36:21 +00:00
Mike Jolley
6df4c143cc
Adjust total for partially refunded order totals
...
Closes #6666
2014-11-27 10:04:18 +00:00
Bryce
83a457b29c
improve get_rating_count() for rating-less reviews
...
Should close #6839 .
According to `woocommerce_enable_review_rating` &
`woocommerce_review_rating_required`, it will do a different DB query,
so that when reviews without ratings are allowed, it will do a query
that counts those comments as reviews.
2014-11-27 14:32:09 +07:00
Harrison DeStefano
7c42b66a02
product by sku
2014-11-26 15:51:04 -05:00
Claudio Sanches
9ff8627b4e
Merge pull request #6844 from SiR-DanieL/patch-2
...
Typo itme -> item
2014-11-26 16:08:37 -02:00
Nicola Mustone
b074f63a7e
Typo itme -> item
2014-11-26 19:07:13 +01:00
Mike Jolley
4ab54ee140
re-run stupid table on save
2014-11-26 16:50:05 +00:00
Mike Jolley
5f77ee752e
Merge pull request #6814 from bryceadams/patch-6026
...
#6026 - Introduction of Sort Code 'locale' for BACS
2014-11-26 16:23:40 +00:00
Bryce
8f89ef9c0b
Remove locales with 'Sort Code'
...
Wrong swamp
2014-11-26 23:03:48 +07:00
Mike Jolley
4bc63de72a
Added 'stupidtable' script to allow order item sorting on the order screen (by name, cost, qty).
...
Closes #5998
2014-11-26 15:37:06 +00:00
Mike Jolley
2e398a3a79
Decoupled the order summary and payments area. Both are updated independently via ajax fragments and can be moved around via actions. TEMPLATES OVERRIDING THESE TEMPLATES WILL NEED TO UPDATE THEIR FILES.
...
Closes #5781
Closes #6570
2014-11-26 14:19:53 +00:00
Mike Jolley
3904035003
Disable already added attributes #6189
2014-11-26 11:35:07 +00:00
Mike Jolley
06129f60cd
Message when updating attributes #6189
2014-11-26 11:14:08 +00:00
Mike Jolley
d9f26e7848
Remove troublesome 'featured image' text replacement
...
Little gain in keeping this - not worth the overhead. Closes #6451
2014-11-26 11:03:39 +00:00