Commit Graph

36166 Commits

Author SHA1 Message Date
Mike Jolley 7f2ea5cc2f Fix tests for batches 2019-06-14 13:43:29 +01:00
Mike Jolley d88ab33dda Split batch and settings into traits 2019-06-14 11:44:09 +01:00
rmalviya 4190e9fd4b Add missing post_type=product in url
Show Products->Categories active when clicked on "Make Default" link
under any product category and fix #23923.
2019-06-14 12:28:08 +05:30
rmalviya 0e896f82fa Change misleading tooltip for product sale meta box
Clarify the sale start and end time by changing the tooltip for
product sale price dates and fix #23931.
2019-06-14 11:12:54 +05:30
rmalviya 5df3621640 Do not unslash password when resetting
Similar to PR(#23926) don't unslash password fields when posted
while resetting password or changing account details.
2019-06-14 09:16:21 +05:30
rmalviya 01025f9628 Stop unslashing password while registering user
After 79ff1b10e password is not unslashed while logging in but
this missed removing `wp_unslash` from password while registering.
This causes the mismatch of password if user registered with a
password containing quote (`"`).
Fixes #23922.
2019-06-14 09:16:21 +05:30
Renovate Bot 21e0bc3821
Update dependency lint-staged to v8.2.1 2019-06-13 19:08:29 +00:00
Claudio Sanches aaf789ad64
Merge pull request #23920 from woocommerce/fix/codex-links
Updated outdated codex URLs
2019-06-13 14:50:49 -03:00
Mike Jolley 9a7f47bfdf Tool ran should be true 2019-06-13 17:24:29 +01:00
Mike Jolley 893fa62594 Break up execute_tool method 2019-06-13 17:19:58 +01:00
Mike Jolley 1a98d24b38 More abstract methods 2019-06-13 16:54:53 +01:00
Mike Jolley 85f980d865 CS 2019-06-13 16:53:28 +01:00
Mike Jolley 29b45d8f88 Make get_object abstract 2019-06-13 16:49:34 +01:00
Claudio Sanches ff7439d65f
Merge pull request #23928 from woocommerce/try/fix-wp-version-for-php-52-53
Fix WP version to 5.1.1, last one that supports PHP < 5.6.
2019-06-13 12:44:28 -03:00
Mike Jolley 989a9978e2 Docblock CS 2019-06-13 16:28:07 +01:00
Mike Jolley d54bb381c0 meta_id default to 0 2019-06-13 16:17:58 +01:00
Mike Jolley 7aa7ca1baf CS 2019-06-13 16:11:59 +01:00
Mike Jolley f927305443 set_backorders 2019-06-13 15:33:56 +01:00
Mike Jolley cd847fb4ea CS 2019-06-13 15:19:15 +01:00
Mike Jolley 6e82a35766 CS 2019-06-13 15:17:00 +01:00
Mike Jolley 865bb6b615 Fix WP_User ID 2019-06-13 15:14:05 +01:00
Mike Jolley 0b770df6a4 Break up get_environment_info 2019-06-13 14:59:37 +01:00
Peter Fabian c4b48eb64e Fix WP version to 5.1.1, last one that supports PHP < 5.6. 2019-06-13 15:43:59 +02:00
Mike Jolley 4b719c2ea7 CS 2019-06-13 14:42:22 +01:00
Mike Jolley e0d4032452 CS 2019-06-13 14:40:04 +01:00
Mike Jolley 525716e5cb Lookup table usage 2019-06-13 14:37:38 +01:00
Mike Jolley 7bb20c33e3 cs 2019-06-13 14:03:36 +01:00
Mike Jolley c0e2d73467 cs 2019-06-13 13:46:33 +01:00
Mike Jolley d9ef295d74 CS 2019-06-13 13:38:12 +01:00
Mike Jolley 8ebd9d0144 config 2019-06-13 13:28:08 +01:00
Mike Jolley cd04f71cd0 external_code_coverage 2019-06-13 13:17:41 +01:00
Mike Jolley 76ee42ff6b Date queries 2019-06-13 12:34:54 +01:00
Mike Jolley a2f4f15559 config 2019-06-13 12:08:46 +01:00
Mike Jolley a83d6ff902 disable tests 2019-06-13 11:57:40 +01:00
Mike Jolley d47e7a3473 config 2019-06-13 11:53:24 +01:00
Mike Jolley ca07a6d7f6 Remove -> public 2019-06-13 11:43:20 +01:00
Mike Jolley 4dff2b8c01 remove reports test 2019-06-13 11:38:41 +01:00
Mike Jolley dd012b2856 Update composer script 2019-06-13 11:37:56 +01:00
Mike Jolley ddfdb5b2f8 Remove unused code from v4 and v4 tests 2019-06-13 11:13:25 +01:00
Marco Almeida 3b7be608e4
Display Status > Log timestamp with the Y-m-d H:i:s format
Display WooCommerce > Statis > Log timestamp, when using WC_Log_Handler_DB, with the Y-m-d H:i:s format instead of the WordPress global date and time format options, because we need more detail on the shown timestamps and that might not be compatible with what we want for our global options.
2019-06-13 10:58:41 +01:00
Mike Jolley e3b1d88506 Pass directory when registering package 2019-06-13 10:57:16 +01:00
Gerhard b784de2268 Bump WooCommerce-Sniffs minimum version 2019-06-13 11:47:22 +02:00
Mike Jolley a1e9b457c0 code standards 2019-06-13 10:47:16 +01:00
Gerhard a2953da9ad Bump minimum PHP version to 5.6, update travis to remove 5.2 and 5.3 tests. 2019-06-13 11:28:18 +02:00
Claudio Sanches 3ce6acec74 Updated outdated codex URLs 2019-06-12 19:31:01 -03:00
Claudio Sanches 5624af43a7 Updated docs about increasing memory allocated to php 2019-06-12 19:04:24 -03:00
Mike Jolley ee949427e3 New autoloader 2019-06-12 20:47:46 +01:00
Mike Jolley a986bfc4c0 project type 2019-06-12 19:12:46 +01:00
Mike Jolley 977a84cdce Default type 2019-06-12 19:06:10 +01:00
Mike Jolley 07f6dbcf26 .gitignore fix 2019-06-12 18:50:18 +01:00