Aristeides Stathopoulos
|
831b4463d0
|
Merge pull request #5 from woothemes/master
sync
|
2016-09-09 16:49:48 +03:00 |
Justin Shreve
|
e1e6c682b5
|
* Stop using _ as a prefix for protected or private vars and functions. We have a keyword for that.
* Introduces set_id and get_id to WC_Data for the CRUD classes to share
|
2016-09-09 05:36:54 -07:00 |
Aristeides Stathopoulos
|
734f284fa4
|
WordPress.PHP.YodaConditions.NotYoda
|
2016-09-08 01:32:24 +03:00 |
Mike Jolley
|
311c540662
|
Merge pull request #11833 from aristath/master
Coding Standards (2nd pass)
|
2016-09-07 10:14:17 +01:00 |
Mike Jolley
|
cf59524dd7
|
Fix order total race condition in CRUD
|
2016-09-07 09:28:11 +01:00 |
Aristeides Stathopoulos
|
cc0b29ccf4
|
PEAR.Functions.FunctionCallSignature.SpaceAfterCloseBracket
|
2016-09-02 05:00:46 +03:00 |
Aristeides Stathopoulos
|
8fe4cd65a4
|
PEAR.Functions.FunctionCallSignature.SpaceBeforeOpenBracket
|
2016-09-02 04:12:22 +03:00 |
Aristeides Stathopoulos
|
fde1037757
|
fix failing tests.
|
2016-09-01 23:50:14 +03:00 |
Aristeides Stathopoulos
|
f2730eea02
|
WordPress.WhiteSpace.ControlStructureSpacing.BlankLineAfterEnd
|
2016-08-27 08:57:05 +03:00 |
Aristeides Stathopoulos
|
17961f6484
|
WordPress.Arrays.ArrayDeclaration.ValueNoNewline
|
2016-08-27 06:04:10 +03:00 |
Aristeides Stathopoulos
|
58b9df6564
|
WordPress.Arrays.ArrayDeclaration.NoSpaceAfterOpenParenthesis
|
2016-08-27 05:23:54 +03:00 |
Aristeides Stathopoulos
|
b063bcfe4c
|
last item in a multiline-array should end in a comma
|
2016-08-27 04:46:45 +03:00 |
Mike Jolley
|
9bd57414c5
|
Remove set and get prop - no longer need the extra overhead since functions won't return wp_error now.
|
2016-08-26 10:48:17 +01:00 |
Mike Jolley
|
3637814b92
|
Revert use of default_data for default args and just set that in constructor
|
2016-08-25 13:31:03 +01:00 |
Mike Jolley
|
25883f8687
|
Set_props helper to load data from DB and handle errors
|
2016-08-25 13:05:27 +01:00 |
Mike Jolley
|
077f57f139
|
Merge branch 'master' into WC_Data_Exception
|
2016-08-25 11:03:14 +01:00 |
Mike Jolley
|
d936dfa87e
|
[2.6] Allow has_shipping_method to deal with instance ids
Fixes #11772
|
2016-08-25 10:58:11 +01:00 |
Mike Jolley
|
938361535f
|
Exception handling
|
2016-08-24 16:02:19 +01:00 |
Mike Jolley
|
d9798f7226
|
Set reading to prevent exceptions during DB load
|
2016-08-24 14:37:19 +01:00 |
Mike Jolley
|
7e30e8dda3
|
Set defaults and handle order reads without exceptions
|
2016-08-24 12:34:19 +01:00 |
Mike Jolley
|
53f01b52a8
|
Bring back WC_Data_Exception
|
2016-08-24 10:46:29 +01:00 |
Mike Jolley
|
b727acd96e
|
Implement get and set prop methods
|
2016-08-23 18:48:48 +01:00 |
Mike Jolley
|
2636d04ba6
|
Setters
|
2016-08-23 15:25:50 +01:00 |
Mike Jolley
|
a8e47992a6
|
Put back add_product for convenience. Fix unit tests.
|
2016-08-22 18:00:52 +01:00 |
Mike Jolley
|
95b11606fc
|
get_product_from_item -> get_product
|
2016-08-22 16:51:24 +01:00 |
Mike Jolley
|
c88984eb0e
|
Replace add methods
|
2016-08-22 16:48:19 +01:00 |
Mike Jolley
|
fc2e039882
|
Deprecate add_product etc
#11601
|
2016-08-22 14:51:53 +01:00 |
Mike Jolley
|
fdd7e797ba
|
API get refunds
|
2016-08-22 13:15:15 +01:00 |
Mike Jolley
|
9e45927803
|
Create refund with crud
|
2016-08-22 13:15:15 +01:00 |
Mike Jolley
|
21ad196297
|
Use CRUD in wc_save_order_items
|
2016-08-19 13:43:33 +01:00 |
Mike Jolley
|
594bceedf2
|
Comment out exception code - see #11715
|
2016-08-17 17:07:30 +01:00 |
Mike Jolley
|
709dec9ef1
|
Create and update handling
|
2016-08-17 16:53:01 +01:00 |
Mike Jolley
|
0b9a5998cc
|
Exception class
|
2016-08-17 11:44:56 +01:00 |
Mike Jolley
|
99be0167b4
|
Order type doesn't appear to be used anywhere, and I'd expect other plugins extending orders to have their own classes anyway making this a bit pointless.
@thenbrent
|
2016-08-16 13:02:22 +01:00 |
Mike Jolley
|
1baef12395
|
qty -> quantity
|
2016-08-16 12:36:38 +01:00 |
Mike Jolley
|
3f08d116d8
|
Start using crud for order requests
|
2016-08-15 17:27:33 +01:00 |
Mike Jolley
|
0113dbd7c5
|
Use wc_do_deprecated_action
|
2016-08-15 11:08:36 +01:00 |
Mike Jolley
|
0dd41179aa
|
Prefix item ids and revert some changes to add_products method for ease of use.
|
2016-08-15 11:02:25 +01:00 |
Mike Jolley
|
7796fe9cf1
|
Clean item/group cache when remove_order_items is used.
|
2016-08-12 16:48:48 +01:00 |
Mike Jolley
|
71afe5fdf7
|
Fix get_items
|
2016-08-09 14:21:54 +01:00 |
Mike Jolley
|
f4a4f6c361
|
Reduce stock and other notices
|
2016-08-09 14:15:04 +01:00 |
Mike Jolley
|
7861b76e9b
|
Checkout handling
Also introduces add_item so you can add items to an order before the
order exists. Save at once is more efficient.
|
2016-08-09 14:02:40 +01:00 |
Mike Jolley
|
971cff77b8
|
Fixed unit tests
|
2016-08-08 17:47:50 +01:00 |
Mike Jolley
|
39eb584321
|
Merge branch 'master' into orders-crud-function-update
|
2016-08-08 17:24:40 +01:00 |
Mike Jolley
|
e8d85005d7
|
Handle default status
|
2016-08-08 17:24:39 +01:00 |
Mike Jolley
|
9d66367699
|
Status change fixes
|
2016-08-08 17:03:43 +01:00 |
Mike Jolley
|
a8759fc0aa
|
Meta/product handling
|
2016-08-08 16:20:15 +01:00 |
Paul Kilmurray
|
4484877481
|
initialize $tax_rates variable
There are situations where the $tax_rates may not be initialized in the conditional, which in turn throws an error later in the function.
|
2016-08-08 10:36:04 +07:00 |
Mike Jolley
|
0b04ee195c
|
Over sanitization
|
2016-08-05 15:43:12 +01:00 |
Mike Jolley
|
f694f297e8
|
Use get_id()
|
2016-08-03 12:57:32 +01:00 |