Commit Graph

9248 Commits

Author SHA1 Message Date
Mike Jolley ba365afd8b exclude api dir from docgen 2014-09-10 15:08:54 +01:00
claudiosmweb c385c56acc fixed the order items qty calculation, closes #6209 2014-09-10 11:07:24 -03:00
Barry Kooij 14221c0fba Display a backgroud color so text is readable while image loads. 2014-09-10 15:56:29 +02:00
Barry Kooij dc165a5bb6 Fixed a small typo. 2014-09-10 15:49:04 +02:00
Barry Kooij 7163e8dbbf Merge branch 'master' of github.com:woothemes/woocommerce 2014-09-10 15:48:21 +02:00
Barry Kooij fed1af8811 Only display WooConf banner if WooConf hasn't happend yet. 2014-09-10 15:48:13 +02:00
claudiosmweb 8eb16eec12 2.2 .pot file 2014-09-10 10:38:27 -03:00
Barry Kooij 9d3bcfd8d2 Removing RC1 from version. 2014-09-10 15:37:17 +02:00
James Koster 3afde01226 wooconf plug on welcome screen. 2014-09-10 12:18:43 +01:00
Mike Jolley 09a8d8a1ca JS min 2014-09-10 11:43:04 +01:00
Mike Jolley 4b4a067a41 Merge pull request #6208 from ragulka/form-field-id
Add `id` attribute to woocommerce_form_field args
2014-09-10 10:49:08 +01:00
Illimar Tambek 9215fa76f0 Revise id, input_class and label_class escaping 2014-09-10 12:39:31 +03:00
Mike Jolley d2ba3453c7 Merge pull request #6203 from maxrice/fix-order-get-item-total
Fix warnings with WC_Order::get_item_total()
2014-09-10 10:24:41 +01:00
Mike Jolley 564713fd2d Merge pull request #6204 from om4james/issue-6202
Fix query error when saving tax rates
2014-09-10 10:12:12 +01:00
Mike Jolley fe6b968153 Merge pull request #6207 from tamarazuk/master
Trigger event on order items save
2014-09-10 10:07:45 +01:00
Mike Jolley a7f6b25293 Merge pull request #6201 from Ninos/template-breadcrumb
Template breadcrumb - only remove last category seperator
2014-09-10 10:04:45 +01:00
Illimar Tambek cfe15e1e33 Add `id` attribute to woocommerce_form_field args
This change allows developers to supply their own id attribute
when using the `woocommerce_form_field` template function.
The default ID is the escaped key, keeping the default behaviour.
2014-09-10 11:34:37 +03:00
Tamara Zuk 3418895ced Trigger event on order items save 2014-09-10 00:17:12 -04:00
James Collins 1e251d36b6 Fix query error when saving tax rates
Fixes #6202
2014-09-10 09:47:09 +08:00
Max Rice 55d3ba0d9d Fix warnings with WC_Order::get_item_total()
When calling WC_Order::get_item_total() for a fee, $item[‘qty’] is not
set which causes a notice and warning.
2014-09-09 21:23:46 -04:00
Ninos Ego cc6cf6a881 Template breadcrumb - only remove last seperator
We should use ``rtrim()`` instead of ``trim()``, because otherwise
(depending to the $delimiter/$before/$after) it's possible to remove
also something from the beginning of the $parents variable.
2014-09-10 01:09:40 +02:00
Ninos Ego 46b786c14f Merge remote-tracking branch 'upstream/master' 2014-09-10 01:00:18 +02:00
claudiosmweb 2f1533ff94 created the wc_get_order_status_label() function 2014-09-09 14:14:10 -03:00
claudiosmweb c85a71dcee fixed the order status label 2014-09-09 14:00:37 -03:00
Mike Jolley c7dcd316a8 Merge pull request #6190 from maxrice/change-rest-api-docs-link
Update API docs to Apiary
2014-09-09 10:19:41 +01:00
Max Rice 6ccc10b891 Update API docs to Apiary 2014-09-08 18:09:10 -04:00
claudiosmweb 7f73587165 fixed the admin .pot file 2014-09-08 12:44:23 -03:00
Mike Jolley 27a20dd80e Docblock changes 2014-09-08 16:35:40 +01:00
claudiosmweb e2766e2a62 updated .pot files for WC 2.2 RC 2014-09-08 12:23:56 -03:00
Mike Jolley a187d29242 Update support links and read me versions/text 2014-09-08 16:19:25 +01:00
claudiosmweb 4a302aaba2 fixed the language pack upgrader docblocks 2014-09-08 12:11:47 -03:00
claudiosmweb 8f4e28b0be fixed the language pack upgrader to works well with WP 4.0, closes #6183 2014-09-08 12:08:24 -03:00
Mike Jolley 7ecd0009d0 Remove .org support link 2014-09-08 15:40:44 +01:00
Mike Jolley 3fb4deaa2b Prevent woocommerce_apply_base_tax_for_local_pickup breaking tax on virtual orders 2014-09-08 14:48:18 +01:00
Mike Jolley 0af94c135b Fix refund qty amounts
Fixes #6186
2014-09-08 13:07:12 +01:00
Mike Jolley ebed8dbc85 Correction to last commit to deal with tax arrays 2014-09-08 12:45:32 +01:00
Mike Jolley a588442cbb Format refund amounts as decimals
Fixes #6187
2014-09-08 12:42:30 +01:00
Mike Jolley 177dc3bb51 Tested upto 2014-09-08 12:18:15 +01:00
Mike Jolley c4ef86d44e scrutinizer patches 2014-09-08 00:37:55 +01:00
Mike Jolley bdd289f5f9 Coveralls 2014-09-08 00:04:02 +01:00
Mike Jolley 73f481291f Merge pull request #6185 from maxrice/webhooks-fix
Fix webhook delivery request header format
2014-09-08 00:03:12 +01:00
Mike Jolley 801dddf64e Merge pull request #6176 from maxrice/moar-unit-tests
MOAR unit tests
2014-09-08 00:03:03 +01:00
Mike Jolley 67e9b7b05f Merge pull request #6184 from maxrice/master
Use retina-friendly travis badge
2014-09-07 21:16:09 +01:00
Max Rice 7aa031c56a Fix webhook delivery request header format 2014-09-07 16:10:30 -04:00
Max Rice 2487698fcd Use retina-friendly travis badge 2014-09-07 15:48:26 -04:00
Max Rice ba47272599 update tests readme 2014-09-07 15:18:16 -04:00
Max Rice 6f532a93c4 Add coveralls.io for tracking test coverage 2014-09-07 14:53:33 -04:00
Max Rice 90ebdc2a26 Add scrutinizer config 2014-09-07 14:50:09 -04:00
Max Rice 7bd27712c5 Set WC specific values for tests config 2014-09-06 00:49:02 -04:00
Jim Greenleaf 31d863fe73 fix tests to work with any host 2014-09-06 00:47:22 -04:00