Allen Snook
|
bf898e642b
|
Merge pull request woocommerce/woocommerce-admin#566 from woocommerce/add/admin-notices-new-sales-record
Activity Panel: Inbox: New Sales Record Note
|
2018-10-22 09:26:13 -07:00 |
Jonathan Belcher
|
ecb3013fd3
|
Uses PHPBCF to autofix warnings and errors (https://github.com/woocommerce/woocommerce-admin/pull/611)
|
2018-10-22 12:20:14 -04:00 |
Allen Snook
|
a46d83aea3
|
Rewrite the queries a bit to leverage prepare when possible
|
2018-10-19 15:48:38 -07:00 |
Allen Snook
|
bb14dcd995
|
One argument per line in multi argument calls
|
2018-10-19 15:05:40 -07:00 |
Allen Snook
|
04b33f9e6b
|
Hook up the remainder of the sales record message. There can only be one.
|
2018-10-19 14:45:03 -07:00 |
Allen Snook
|
3155d5ec24
|
Merge pull request woocommerce/woocommerce-admin#507 from woocommerce/add/admin-notices-rest-api
Activity Panel: Inbox: Add REST API (GETters only)
|
2018-10-19 08:04:46 -07:00 |
Jonathan Belcher
|
f6d90821af
|
Fix phpcs errors
|
2018-10-17 12:51:48 -04:00 |
Jonathan Belcher
|
d800054c1e
|
Merge branch 'master' into fix/474
|
2018-10-17 12:42:03 -04:00 |
Allen Snook
|
2a94177f71
|
Fix per_page default handling, json encoding options, schema help
|
2018-10-16 12:49:01 -07:00 |
Allen Snook
|
054fbb4ee3
|
Accept page and per page params in REST query, return total count of notes in header
|
2018-10-16 12:49:01 -07:00 |
Claudio Sanches
|
c7ba8bd2c3
|
Fixed textdomain
|
2018-09-28 12:34:33 -03:00 |
Allen Snook
|
e5e175cfab
|
Fix static visibility, textdomain and use of JSON_FORCE_OBJECT
|
2018-09-27 10:48:25 -07:00 |
Allen Snook
|
cb7a5b3607
|
PHPCS all the things
|
2018-09-27 09:28:15 -07:00 |
Allen Snook
|
677c205ad2
|
Remove interface for this PR (actions will be hooked up later);
persist actions given during creation through to the db
|
2018-09-27 09:28:15 -07:00 |
Allen Snook
|
a930293c43
|
Improve prop validation, especially date handling
|
2018-09-27 09:28:15 -07:00 |
Allen Snook
|
4d8dfea84c
|
Break out separate note and notes classes for clarity
|
2018-09-27 09:28:14 -07:00 |
Allen Snook
|
45eeb57b62
|
Add CRUD and Data Stores for Admin Notes
|
2018-09-27 09:28:14 -07:00 |
Claudio Sanches
|
d8503ef720
|
Merge pull request woocommerce/woocommerce-admin#462 from woocommerce/fix/440
Added PHP tests
|
2018-09-27 12:31:36 -03:00 |
Claudio Sanches
|
d672a65e1f
|
Merge pull request woocommerce/woocommerce-admin#461 from woocommerce/fix/453
Casted numeric values to floats before performing arithmetic operations.
|
2018-09-27 12:29:29 -03:00 |
Peter Fabian
|
c368e44ff3
|
Updated language domain.
|
2018-09-24 17:56:43 +02:00 |
Peter Fabian
|
670436ac13
|
PHPCS fixes.
|
2018-09-24 17:24:08 +02:00 |
Peter Fabian
|
aa8a09adbe
|
Merge branch 'master' into fix/440
|
2018-09-21 10:59:47 +02:00 |
Peter Fabian
|
880d99986f
|
Fixed interval boundary function arguments in case no intervals are being added.
|
2018-09-20 16:23:19 +02:00 |
Peter Fabian
|
e28f8255c3
|
Casted numeric values to floats before performing arithmetic operations.
|
2018-09-20 16:03:27 +02:00 |
Claudio Sanches
|
76d5417e2b
|
Use WooCommerce's database prefi
Fixes woocommerce/woocommerce-admin#437
|
2018-09-18 17:03:42 -03:00 |
Peter Fabian
|
b556d55ca6
|
- Removed duplicate class.
- Overridden REST API endpoints via filters.
- Updated data store class prefixes.
- Removed debugging echo.
|
2018-09-18 12:24:43 +02:00 |
Peter Fabian
|
1b71184f23
|
Updated path to background process class.
|
2018-09-17 20:36:29 +02:00 |
Peter Fabian
|
d2ac6cdbe1
|
Added reporting REST API extensions to wc-admin.
|
2018-09-17 16:32:03 +02:00 |