Daniel Bachhuber
a931d02c13
Remove files unrelated to wp scaffold *
2017-04-12 04:46:58 -07:00
Alain Schlesser
c62638c589
Merge pull request #3983 from wp-cli/3958-handle-require-array
...
In `assoc_args_to_str`, support an array of `--require=<file>`
2017-04-11 18:29:06 +02:00
Alain Schlesser
72d3702780
Merge pull request #3982 from wp-cli/3967-replicate-sanitization
...
Replicate sanitization WordPress normally performs when fetching
2017-04-11 18:20:05 +02:00
Alain Schlesser
1d2869316e
Merge pull request #3978 from wp-cli/3728-config-command
...
Abstract `wp core config` to wp-cli/config-command
2017-04-11 18:05:31 +02:00
Daniel Bachhuber
e7912cf44b
Abstract wp core config
to wp-cli/config-command
2017-04-07 10:21:42 -07:00
Alain Schlesser
118b25e7c0
Merge pull request #3970 from wp-cli/3728-extension-command
...
Abstract `wp (plugin|theme|theme-mod)` to wp-cli/extension-command
2017-04-06 07:34:44 +02:00
Daniel Bachhuber
b2b00a07d2
Abstract extension operations to wp-cli/extension-command
2017-04-05 12:48:41 -07:00
Daniel Bachhuber
066d729973
Merge branch 'master' into 3728-extension-command
2017-04-05 12:43:23 -07:00
Alain Schlesser
a18364776d
Merge pull request #3966 from wp-cli/3728-entity-command-2
...
Abstract CRUD operations to wp-cli/entity-command
2017-04-05 20:57:32 +02:00
Daniel Bachhuber
0cabcca101
Abstract CRUD operations to wp-cli/entity-command
2017-04-04 16:53:02 -07:00
Alain Schlesser
99c7d83153
Merge pull request #3963 from wp-cli/sponsors
...
Add sponsors to project readme
2017-04-04 17:56:17 +02:00
Daniel Bachhuber
8494efacfb
Fix width
2017-04-03 09:17:41 -07:00
Daniel Bachhuber
f9bc1d8f75
Tweak logo sizes for GitHub
2017-04-03 09:17:02 -07:00
Daniel Bachhuber
3d75cb158a
Add sponsors to project readme
2017-04-03 09:08:27 -07:00
Daniel Bachhuber
7553c17212
Merge pull request #3960 from CodeProKid/3957
...
changes underlying scaffolding methods to protected so they can be le…
2017-03-31 12:13:05 -07:00
Ryan Kanner
7d853a0b52
changes underlying scaffolding methods to protected so they can be leveraged in classes extending the Scaffold_Command class fixes #3957
2017-03-31 09:19:32 -06:00
Daniel Bachhuber
00a1025fed
Merge pull request #3881 from wp-cli/3877-improve-composer-change-logs
...
Improve Composer change logs
2017-03-31 04:06:40 -07:00
Alain Schlesser
1ea020cbd7
Update Composer lock file.
2017-03-31 09:29:08 +02:00
Alain Schlesser
9bb9dc261d
Merge branch 'master' into 3877-improve-composer-change-logs
2017-03-31 09:27:38 +02:00
Alain Schlesser
713a3bbdea
Use wp-cli/composer-changelogs
fork.
...
Instead of using the PHP 5.3+ fork from my personal account ([`schlessera/composer-changelogs`](https://github.com/schlessera/composer-changelogs )), use the one from the `wp-cli` organization instead: [`wpcli/composer-changelogs`](https://github.com/wp-cli/composer-changelogs ).
2017-03-29 16:38:22 +02:00
Daniel Bachhuber
87ea89c770
Merge pull request #3921 from wp-cli/permit-dev-master
...
Permit `dev-master` for required WP-CLI packages
2017-03-22 11:49:33 -06:00
Alain Schlesser
0d057a3104
Merge pull request #3919 from wp-cli/3784-ci-improvements
...
Variety of improvements to scaffolded `.travis.yml` and `circle.yml`
2017-03-22 17:49:56 +01:00
Daniel Bachhuber
28fa0ba88b
Permit dev
versions of packages to be installed
2017-03-22 09:43:20 -07:00
Daniel Bachhuber
b193c7ae9d
Revert "Permit dev-master
for required WP-CLI packages"
...
This reverts commit 4455b37e01
.
2017-03-22 09:42:49 -07:00
Alain Schlesser
873fe7b928
Merge pull request #3917 from wp-cli/3827-warn-user
...
Warn user when managing rewrite rules while skipping plugins/themes
2017-03-22 16:24:35 +01:00
Daniel Bachhuber
2beb88f4c1
Permit dev-master
for required WP-CLI packages
2017-03-22 06:33:22 -07:00
Alain Schlesser
7182a7d8c9
Merge pull request #3915 from wp-cli/3728-eval-command
...
Abstract `wp eval` to wp-cli/eval-command
2017-03-21 19:32:18 +01:00
Alain Schlesser
2cf71b8134
Merge pull request #3911 from wp-cli/update-support
...
Update support policy to mention WordPress.org forums
2017-03-21 19:31:35 +01:00
Daniel Bachhuber
de911bd5b8
Run multisite tests on Circle too
2017-03-21 08:42:02 -07:00
Daniel Bachhuber
fe11bcc02a
Rebuild .travis.yml
file
...
* Explicitly identify each job in the build matrix
* Run tests against PHP 7.1 and 7.0
* Only run `phpcs` once, instead of with every job
* Run multisite tests on each job
2017-03-21 08:36:04 -07:00
Daniel Bachhuber
a012389ddd
Use WP 4.4 as the default minimum supported WP version
2017-03-21 07:52:44 -07:00
Daniel Bachhuber
a2035db3ed
Scaffold circle.yml
to run against range of supported WP versions
2017-03-21 07:50:44 -07:00
Daniel Bachhuber
1bca47acb1
Don't include "Tested up to" version in test matrix
...
This should always be 'latest'. Also include 'nightly' for testing.
2017-03-21 07:38:23 -07:00
Daniel Bachhuber
a35b96bf1f
Abstract wp eval
to wp-cli/eval-command
2017-03-20 06:55:33 -07:00
Alain Schlesser
9e34fd8415
Merge pull request #3910 from wp-cli/3728-shell-command
...
Abstract `wp shell` to wp-cli/shell-command
2017-03-17 17:46:20 +01:00
Daniel Bachhuber
a9b2d0fddd
Readibility improvements
2017-03-17 06:18:34 -07:00
Daniel Bachhuber
d27288e9a4
Update support policy to mention WordPress.org forums
2017-03-17 05:59:18 -07:00
Daniel Bachhuber
a1056cba57
Abstract wp shell
to wp-cli/shell-command
2017-03-17 05:34:06 -07:00
Alain Schlesser
44e5430c9a
Use a custom fork of pyrech/composer-changelogs
until we can bump requirements to PHP 5.4+.
...
The PR to lower the PHP requirements for the original was rejected: https://github.com/pyrech/composer-changelogs/pull/44
2017-03-17 12:59:23 +01:00
Alain Schlesser
d8ae421de0
Merge pull request #3900 from wp-cli/3728-server-command
...
Abstract `wp server` back to wp-cli/server-command
2017-03-17 12:42:16 +01:00
Alain Schlesser
9bd998c11a
Merge pull request #3901 from wp-cli/absolutize-alias-path
...
Absolutize 'path' defined in an alias
2017-03-17 12:41:40 +01:00
Alain Schlesser
b0d7814633
Merge pull request #3904 from wp-cli/3903-no-core-email
...
Don't send core's email notifications during user import-csv
2017-03-17 12:40:33 +01:00
Alain Schlesser
a4b4b348d5
Merge pull request #3905 from wp-cli/ignore-sql-files
...
Ignore `*.sql` in scaffolded `.gitignore` and `.distignore`
2017-03-17 12:39:47 +01:00
Daniel Bachhuber
8cba7582bd
Ignore *.sql
in scaffolded .gitignore
and .distignore
2017-03-14 10:51:20 -07:00
Daniel Bachhuber
6eef467d22
Merge branch 'master' into absolutize-alias-path
2017-03-14 08:27:47 -07:00
Alain Schlesser
a333e8d15a
Merge pull request #3902 from wp-cli/3865-editorconfig-themes
...
Include `.editorconfig` when scaffolding themes
2017-03-14 11:01:48 +01:00
Alain Schlesser
f1f4e582d0
Merge pull request #3899 from wp-cli/mark-wp-clear-object-cache
...
Mark `WP_CLI\Utils\wp_clear_object_cache()` as public
2017-03-14 10:59:26 +01:00
Alain Schlesser
d8cf725339
Merge pull request #3898 from wp-cli/pluralize-post-term
...
Pluralize `wp post term *` messages based on `$terms` count
2017-03-14 10:57:53 +01:00
Daniel Bachhuber
8f23f539a8
Include .editorconfig
when scaffolding themes
2017-03-13 15:55:30 -07:00
Daniel Bachhuber
7629f202cb
Merge branch 'master' into pluralize-post-term
2017-03-13 15:02:28 -07:00