Joshua Flowers
f213f5cb66
Make customer name empty string by default instead of null
2019-04-12 16:50:43 +08:00
Joshua Flowers
5838e2ab48
Add import controller tests
2019-04-12 16:50:42 +08:00
Joshua Flowers
0a42757628
Process customer during order update instead of pre-processing all
2019-04-12 16:50:42 +08:00
Joshua Flowers
780c9da3d2
Hook up regenerate UI setting to new import endpoint
2019-04-12 16:50:42 +08:00
Joshua Flowers
1f016b5418
Add days and skip options to regenerate reports function
2019-04-12 16:50:42 +08:00
Joshua Flowers
4180b48346
Add reports import controller and endpoint
2019-04-12 16:50:42 +08:00
Kelly Dwan
754c2a07eb
Update changelogs with latest versions, bump package versions where outdated ( https://github.com/woocommerce/woocommerce-admin/pull/2039 )
2019-04-11 14:43:45 -04:00
Justin Shreve
7fc70157c9
WC_Admin_Loader/PHP Refactor + Method to publish core ready features ( https://github.com/woocommerce/woocommerce-admin/pull/1863 )
...
* Try: Setup plugin to publish core library on npm
* Documentation clean up.
* Handle PR Feedback: Fix notices from happening in WC Core from API usage, fix sidebar dashboard ordering in menu, remove preload function check since we are supporting WP 5+, add a filter for preloading data and move usage to respective feature code, move features to a specific folder for bundiling, fix script translations.
* Fix code comment on analytics preload
* Continue refactoring code, and make it possible to launch 'embedded' features via the process as well.
* Fix note hook
* Fix note load order
* Address PR feedback: Fix class name, load leaderboard endpoint
* Remove example code prior to merge
2019-04-11 14:31:31 -04:00
Jeff Stieler
9265943bdf
Update admin notes readme.
...
Resize large image, add syntax highlighting to PHP snippets, fix example file link paths.
2019-04-11 11:32:45 -06:00
Jeff Stieler
1ed5a559bc
Fix stock card input styling in Firefox.
2019-04-11 09:42:14 -06:00
Albert Juhé Lluveras
f80880b80c
Add PHP autofix to pre-commit hook ( https://github.com/woocommerce/woocommerce-admin/pull/2022 )
...
* Add PHP autofix to pre-commit hook
* Remove unnecesary 'dev/null' output path
* Add error message if PHP_CodeSniffer is not installed
* Add periods to comments
* Fix comment
2019-04-11 09:05:59 +02:00
Joshua T Flowers
eb0b137020
Hook up leaderboards endpoint to dashboard ( https://github.com/woocommerce/woocommerce-admin/pull/2004 )
...
* Add allowed leaderboards endpoint to prefetch list
* Hook up leadboards endpoint to dashboard
* Skip data fetch for leaderboard if per page is less than 1
* Add tests to check for rendered html display
2019-04-11 10:53:05 +08:00
Renovate Bot
fe32dbb041
Update dependency postcss-color-function to v4.1.0
2019-04-11 00:49:42 +00:00
Jeff Stieler
e190d513c2
Merge pull request woocommerce/woocommerce-admin#2031 from woocommerce/renovate/node-watch-0.x
...
Update dependency node-watch to v0.6.1
2019-04-10 17:39:02 -06:00
Jeff Stieler
2d12f866c8
Merge pull request woocommerce/woocommerce-admin#2030 from woocommerce/renovate/marked-0.x
...
Update dependency marked to v0.6.2
2019-04-10 17:33:44 -06:00
Jeff Stieler
b5fa378f92
Merge pull request woocommerce/woocommerce-admin#2029 from woocommerce/renovate/lerna-monorepo
...
Update dependency lerna to v3.13.2
2019-04-10 17:17:45 -06:00
Jeff Stieler
2614fca209
Merge pull request woocommerce/woocommerce-admin#2028 from woocommerce/renovate/eslint-5.x
...
Update dependency eslint to v5.16.0
2019-04-10 15:13:36 -06:00
Jeff Stieler
1fc73b8449
Merge pull request woocommerce/woocommerce-admin#2027 from woocommerce/renovate/autoprefixer-9.x
...
Update dependency autoprefixer to v9.5.1
2019-04-10 14:44:40 -06:00
Renovate Bot
1e01735900
Update dependency autoprefixer to v9.5.1
2019-04-10 20:29:28 +00:00
Jeff Stieler
8feeb33558
Merge pull request woocommerce/woocommerce-admin#2010 from woocommerce/renovate/lock-file-maintenance
...
Lock file maintenance
2019-04-10 14:27:06 -06:00
Renovate Bot
bc447af1f8
Lock file maintenance
2019-04-10 18:49:23 +00:00
Jeff Stieler
4b2ac14994
Merge pull request woocommerce/woocommerce-admin#2015 from woocommerce/notes-queue-group
...
add WCA queue group to the unsnooze notes scheduled action
2019-04-10 10:21:39 -06:00
Justin Shreve
4727417746
Add a mobile app note ( https://github.com/woocommerce/woocommerce-admin/pull/2008 )
2019-04-10 11:49:02 -04:00
Albert Juhé Lluveras
5ae9ee65b0
PHP Lint fixes ( https://github.com/woocommerce/woocommerce-admin/pull/2023 )
2019-04-10 10:49:00 +02:00
Renovate Bot
cd2e942628
Update dependency node-watch to v0.6.1
2019-04-10 02:41:47 +00:00
Renovate Bot
333179449b
Update dependency marked to v0.6.2
2019-04-10 01:49:23 +00:00
Renovate Bot
f76d9b1a30
Update dependency lerna to v3.13.2
2019-04-10 01:41:56 +00:00
Renovate Bot
10fdb21aea
Update dependency eslint to v5.16.0
2019-04-10 00:44:29 +00:00
Paul Sealock
704e3aec1a
Merge pull request woocommerce/woocommerce-admin#1685 from woocommerce/update/isInvalidDate
...
Calendar: Use isInvalidDate to disallow date selections
2019-04-10 09:44:08 +12:00
Paul Sealock
888eb9a0f6
Calendar: update to Gutenberg's isInvalidDate
2019-04-10 07:59:27 +12:00
Kelly Dwan
6cab171d59
SearchListControl: Add an onSearch callback to allow dynamic updating of the list ( https://github.com/woocommerce/woocommerce-admin/pull/1992 )
...
* SearchListControl: Add an onSearch callback to allow dynamic updating the list
* Update changelog
2019-04-09 11:42:21 -04:00
Kevin Killingsworth
007ff933ce
Fix withSelect to release resources on unmount ( https://github.com/woocommerce/woocommerce-admin/pull/1999 )
...
* Add fresh-data dev info support for dev builds.
This adds support for dev info to be accessed from the JavaScript
console for more information about resources handled by fresh-data.
* Update fresh-data to 0.6.0
* Fix withSelect to release resources on unmount
Previously, withSelect wasn't releasing resources from fresh-data when
it was unmounting. This fixes that behavior and now clears a component's
requirements correctly when unmounting.
2019-04-09 09:56:25 -05:00
Kevin Killingsworth
85fda4d61f
Add fresh-data dev info support for dev builds. ( https://github.com/woocommerce/woocommerce-admin/pull/1978 )
...
* Add fresh-data dev info support for dev builds.
This adds support for dev info to be accessed from the JavaScript
console for more information about resources handled by fresh-data.
* Update fresh-data to 0.6.0
2019-04-09 09:55:01 -05:00
Timmy Crawford
1ce257587a
Update Link in readme to Proper Location ( https://github.com/woocommerce/woocommerce-admin/pull/2026 )
...
Quick change of some copy/paste that was pointing the release notes at an old blocks post.
2019-04-09 07:47:14 -07:00
Albert Juhé Lluveras
f4c487dcd5
Fix wrong dates in Reviews and Orders panels of the Activity Panel ( https://github.com/woocommerce/woocommerce-admin/pull/2013 )
...
* Fix wrong dates in Reviews and Orders panels of the Activity Panel
* Avoid using long boolean checks in unread-indicators
2019-04-09 09:50:00 +02:00
Joshua T Flowers
e31be343e2
Make customer name extendable ( https://github.com/woocommerce/woocommerce-admin/pull/1976 )
...
* Make customer name extendable
* Update get_customer_name to favor user profile information
* Update customer name on profile update
* Add tests around customer name getting and setting
* Prefix customer name filter with woocommerce_reports_
2019-04-09 11:39:39 +08:00
Joshua T Flowers
f682fe76be
Add leaderboard controller and endpoint ( https://github.com/woocommerce/woocommerce-admin/pull/1995 )
...
* Add leaderboard controller and endpoint
* Add existing leaderboard stats to leaderboard endpoint
* Add persisted query to leaderboard params
* Add leaderboard endpoint tests
* Check if extended_info params are set before assigning
* Change number param input format to mixed inside wc_admin_number_format
2019-04-09 11:34:56 +08:00
Jeff Stieler
2ec3e9843a
Merge pull request woocommerce/woocommerce-admin#1872 from woocommerce/add/1831-order-milestone-notifications
...
Add order milestone notifications.
2019-04-08 16:04:07 -06:00
Paul Sealock
1efdbf6256
Merge pull request woocommerce/woocommerce-admin#1994 from woocommerce/fix/search-filter-focus
...
Fix/search filter focus
2019-04-09 08:06:40 +12:00
Paul Sealock
6c079012e6
Search filter: focus input box instead of back button
2019-04-09 07:22:14 +12:00
Jeff Stieler
f734f01598
Clear recurring order milestones event on plugin deactivation.
2019-04-08 13:10:39 -06:00
Ron Rennick
870f7ddfcf
add WCA queue group to the unsnooze notes scheduled action
2019-04-08 16:04:56 -03:00
Albert Juhé Lluveras
baf3bc3e28
Scroll to top only when URL changes ( https://github.com/woocommerce/woocommerce-admin/pull/1989 )
2019-04-08 19:53:28 +02:00
Albert Juhé Lluveras
f47f1097bb
Fix date filter layout on Android ( https://github.com/woocommerce/woocommerce-admin/pull/1996 )
...
* Make filter date content position static
* Make date picker scrollable
2019-04-08 11:54:27 +02:00
Jeff Stieler
e2f163c2f2
Fix stock quantity input on change.
2019-04-05 14:31:20 -06:00
Albert Juhé Lluveras
dbf0a8d169
Split D3Chart utils axis file ( https://github.com/woocommerce/woocommerce-admin/pull/2000 )
2019-04-05 11:01:12 +02:00
Joshua T Flowers
753780bf7b
Onboarding: Add levels REST API ( https://github.com/woocommerce/woocommerce-admin/pull/1938 )
...
* Add levels rest controller
* Add default levels
* Add onboarding level API tests
* Drop all since tags
* Make pre-response levels array associative for easier formatting
* Fix level tests for associative array
2019-04-05 10:35:30 +08:00
Jeff Stieler
a36788dfb4
Fix stock panel product link for variations.
2019-04-04 11:11:48 -06:00
Paul Sealock
a554040414
Merge pull request woocommerce/woocommerce-admin#1993 from woocommerce/phpcs/data-stores
...
phpcs lint fixes for /data-stores/ folder
2019-04-04 14:58:12 +13:00
Jeff Stieler
c3ef41fc12
Focus quantity input when entering edit mode.
...
Makes the keyboard-first and screen reader experience much better.
2019-04-03 18:05:19 -06:00