OSDN Git Service

wvm/wvm.git
11 years agoMerge pull request #369 from wp-cli/fix-mysql-warning
Cristi Burcă [Fri, 29 Mar 2013 05:38:06 +0000 (22:38 -0700)]
Merge pull request #369 from wp-cli/fix-mysql-warning

Warning: Using a password on the command line interface can be insecure

11 years agouse MYSQL_PWD env variable, instead of passing the password as a CLI
scribu [Fri, 29 Mar 2013 05:22:53 +0000 (07:22 +0200)]
use MYSQL_PWD env variable, instead of passing the password as a CLI
arg

11 years agoadd some functional tests for `wp db`
scribu [Fri, 29 Mar 2013 05:22:19 +0000 (07:22 +0200)]
add some functional tests for `wp db`

11 years agouse MYSQL_PWD env variable in FeatureContext->run_sql()
scribu [Fri, 29 Mar 2013 02:54:23 +0000 (04:54 +0200)]
use MYSQL_PWD env variable in FeatureContext->run_sql()

11 years agodeb-build: add sudo where appropriate
scribu [Fri, 29 Mar 2013 02:24:31 +0000 (04:24 +0200)]
deb-build: add sudo where appropriate

see #368

11 years agofix comment about param-dump
scribu [Wed, 27 Mar 2013 05:15:03 +0000 (07:15 +0200)]
fix comment about param-dump

[ci skip]

11 years agoadd run cmd from subdir step definition
scribu [Tue, 26 Mar 2013 17:48:21 +0000 (19:48 +0200)]
add run cmd from subdir step definition

11 years ago'a custom wp-content directory'
scribu [Tue, 26 Mar 2013 17:42:57 +0000 (19:42 +0200)]
'a custom wp-content directory'

11 years agoadd scenario for WP in a subdir
scribu [Mon, 25 Mar 2013 15:18:33 +0000 (17:18 +0200)]
add scenario for WP in a subdir

11 years agoadd basic scenarios for wp-cli.yml
scribu [Sun, 24 Mar 2013 04:52:52 +0000 (06:52 +0200)]
add basic scenarios for wp-cli.yml

11 years agoadd 'cwd' key to FeatureContext->_run() result
scribu [Sun, 24 Mar 2013 04:43:32 +0000 (06:43 +0200)]
add 'cwd' key to FeatureContext->_run() result

11 years agosplit single site from multisite install steps
scribu [Sun, 24 Mar 2013 03:53:33 +0000 (05:53 +0200)]
split single site from multisite install steps

11 years agopass cwd directly to proc_open() and revert changes to get_path()
scribu [Sun, 24 Mar 2013 03:41:55 +0000 (05:41 +0200)]
pass cwd directly to proc_open() and revert changes to get_path()

11 years agoprepend './' to relative paths
scribu [Sun, 24 Mar 2013 03:14:28 +0000 (05:14 +0200)]
prepend './' to relative paths

11 years agomake FeatureContext->get_path() return the path unmodified
scribu [Sun, 24 Mar 2013 03:01:36 +0000 (05:01 +0200)]
make FeatureContext->get_path() return the path unmodified

11 years agochange directory, instead of prepending --path
scribu [Sun, 24 Mar 2013 02:52:13 +0000 (04:52 +0200)]
change directory, instead of prepending --path

11 years agouse @BeforeSuite hook to initialize $additional_args
scribu [Sun, 24 Mar 2013 02:45:04 +0000 (04:45 +0200)]
use @BeforeSuite hook to initialize $additional_args

11 years agomove define_custom_wp_content_dir() into step definition, since it's only used once
scribu [Fri, 22 Mar 2013 16:36:40 +0000 (18:36 +0200)]
move define_custom_wp_content_dir() into step definition, since it's only used once

11 years agofix brace style in Feature Context
scribu [Fri, 22 Mar 2013 16:34:45 +0000 (18:34 +0200)]
fix brace style in Feature Context

11 years agocontributing: add line about getting feedback
scribu [Fri, 22 Mar 2013 00:38:50 +0000 (02:38 +0200)]
contributing: add line about getting feedback

11 years agoconvert output_csv() to write_csv() and make it require a file parameter
scribu [Thu, 21 Mar 2013 05:28:39 +0000 (07:28 +0200)]
convert output_csv() to write_csv() and make it require a file parameter

11 years agoupdate description for media command
scribu [Wed, 20 Mar 2013 16:33:09 +0000 (18:33 +0200)]
update description for media command

11 years agoset version to 0.9.0 v0.9.0
scribu [Wed, 20 Mar 2013 16:28:27 +0000 (18:28 +0200)]
set version to 0.9.0

11 years agoadd missing man src for core update-db
scribu [Tue, 19 Mar 2013 15:33:58 +0000 (17:33 +0200)]
add missing man src for core update-db

11 years agoremote obsolete manual pages
scribu [Tue, 19 Mar 2013 15:28:37 +0000 (17:28 +0200)]
remote obsolete manual pages

11 years agoadd link to Governance page
scribu [Mon, 18 Mar 2013 17:21:04 +0000 (19:21 +0200)]
add link to Governance page

11 years agoadd utility for generating the list of contributors
scribu [Fri, 15 Mar 2013 20:40:24 +0000 (22:40 +0200)]
add utility for generating the list of contributors

[ci skip]

11 years agofix indentation for commands/media.php
scribu [Fri, 15 Mar 2013 03:25:04 +0000 (05:25 +0200)]
fix indentation for commands/media.php

11 years agouse attachment metadata for deleting old images, instead of reading through the exist...
scribu [Fri, 15 Mar 2013 03:23:18 +0000 (05:23 +0200)]
use attachment metadata for deleting old images, instead of reading through the existing files

11 years agomedia regenerate: remove inline props
scribu [Fri, 15 Mar 2013 03:06:00 +0000 (05:06 +0200)]
media regenerate: remove inline props

code has been significantly altered. will give credit in release post.

11 years agofix whitespace in media.php
scribu [Fri, 15 Mar 2013 01:27:02 +0000 (03:27 +0200)]
fix whitespace in media.php

[ci skip]

11 years ago'debug' option is always set, but might be false
scribu [Fri, 15 Mar 2013 01:16:57 +0000 (03:16 +0200)]
'debug' option is always set, but might be false

11 years agobump version 0.9.0-beta
scribu [Wed, 13 Mar 2013 18:56:35 +0000 (20:56 +0200)]
bump version 0.9.0-beta

[ci skip]

11 years agoMerge pull request #359 from wp-cli/test-multisite
Cristi Burcă [Wed, 13 Mar 2013 18:18:39 +0000 (11:18 -0700)]
Merge pull request #359 from wp-cli/test-multisite

Add tests for `wp blog`

11 years agoadd 'Delete a blog by slug' scenario
scribu [Wed, 13 Mar 2013 18:07:50 +0000 (20:07 +0200)]
add 'Delete a blog by slug' scenario

11 years agofix success message for `blog delete`
scribu [Wed, 13 Mar 2013 17:52:40 +0000 (19:52 +0200)]
fix success message for `blog delete`

11 years agoupdate man page for blog delete
scribu [Wed, 13 Mar 2013 17:50:15 +0000 (19:50 +0200)]
update man page for blog delete

[ci skip]

11 years agomake `blog delete` accept a blog id as well
scribu [Wed, 13 Mar 2013 17:47:37 +0000 (19:47 +0200)]
make `blog delete` accept a blog id as well

11 years agoadd --porcelain flag to `blog create`
scribu [Wed, 13 Mar 2013 17:41:48 +0000 (19:41 +0200)]
add --porcelain flag to `blog create`

11 years agotest deleting a blog
scribu [Wed, 13 Mar 2013 17:40:45 +0000 (19:40 +0200)]
test deleting a blog

11 years agodon't test against WP 3.4.2 using PHP 5.4
scribu [Wed, 13 Mar 2013 16:51:23 +0000 (18:51 +0200)]
don't test against WP 3.4.2 using PHP 5.4

It avoids this warning:

Creating default object from empty value in /wp-admin/includes/schema.php on line 922

11 years agofirst pass at multisite.feature
scribu [Wed, 13 Mar 2013 16:36:04 +0000 (18:36 +0200)]
first pass at multisite.feature

11 years agouse create_cmd() utility in download_wordpress_files()
scribu [Wed, 13 Mar 2013 15:50:06 +0000 (17:50 +0200)]
use create_cmd() utility in download_wordpress_files()

11 years agotransparently add additional assoc params to special commands, instead of having...
scribu [Wed, 13 Mar 2013 15:41:35 +0000 (17:41 +0200)]
transparently add additional assoc params to special commands, instead of having dedicated methods

11 years agoadd $assoc_args parameter to _run(), for convenience
scribu [Tue, 12 Mar 2013 18:39:35 +0000 (20:39 +0200)]
add $assoc_args parameter to _run(), for convenience

11 years agotests: escape arguments passed in run_sql()
scribu [Tue, 12 Mar 2013 18:26:00 +0000 (20:26 +0200)]
tests: escape arguments passed in run_sql()

11 years agoMerge pull request #355 from wp-cli/role-list-format
Cristi Burcă [Wed, 13 Mar 2013 11:51:31 +0000 (04:51 -0700)]
Merge pull request #355 from wp-cli/role-list-format

role: Update role list to properly format roles in a table

11 years agoUpdate man file
Daniel Bachhuber [Tue, 12 Mar 2013 23:11:02 +0000 (16:11 -0700)]
Update man file

11 years agoMerge pull request #357 from wp-cli/test-multisite
Cristi Burcă [Tue, 12 Mar 2013 18:24:45 +0000 (11:24 -0700)]
Merge pull request #357 from wp-cli/test-multisite

The WP_MULTISITE env variable isn't used

11 years agoReplace WP_MULTISITE env variable with a 'Given a WP multisite install' step
scribu [Tue, 12 Mar 2013 17:55:45 +0000 (19:55 +0200)]
Replace WP_MULTISITE env variable with a 'Given a WP multisite install' step

11 years agoAdd note about serialized values in search-replace man page
scribu [Tue, 12 Mar 2013 17:24:09 +0000 (19:24 +0200)]
Add note about serialized values in search-replace man page

[ci skip]

11 years agorun core install-network when WP_MULTISITE=1
scribu [Tue, 12 Mar 2013 13:19:53 +0000 (15:19 +0200)]
run core install-network when WP_MULTISITE=1

11 years agoadd checks for plugin installs
scribu [Tue, 12 Mar 2013 12:44:47 +0000 (14:44 +0200)]
add checks for plugin installs

11 years agos/gather/gathers/
scribu [Tue, 12 Mar 2013 10:44:41 +0000 (12:44 +0200)]
s/gather/gathers/

11 years agodescribe how to generate a man page
scribu [Tue, 12 Mar 2013 10:41:22 +0000 (12:41 +0200)]
describe how to generate a man page

11 years agorole: Update role list to properly format roles in a table
Daniel Bachhuber [Tue, 12 Mar 2013 02:50:52 +0000 (19:50 -0700)]
role: Update role list to properly format roles in a table

11 years agorole: Correct indentation style
Daniel Bachhuber [Tue, 12 Mar 2013 02:41:53 +0000 (19:41 -0700)]
role: Correct indentation style

11 years agocreate CONTRIBUTING.md file
scribu [Tue, 12 Mar 2013 02:04:19 +0000 (04:04 +0200)]
create CONTRIBUTING.md file

11 years agoMerge pull request #312 from wp-cli/independent-help
Cristi Burcă [Tue, 12 Mar 2013 00:37:05 +0000 (17:37 -0700)]
Merge pull request #312 from wp-cli/independent-help

`wp help` shouldn't require a WP install

11 years agotest getting help for a third-party command
scribu [Tue, 12 Mar 2013 00:26:29 +0000 (02:26 +0200)]
test getting help for a third-party command

11 years agoadd test for unknown command
scribu [Mon, 11 Mar 2013 23:53:49 +0000 (01:53 +0200)]
add test for unknown command

11 years agos/existant/existent/
scribu [Mon, 11 Mar 2013 23:52:22 +0000 (01:52 +0200)]
s/existant/existent/

11 years agofix E_STRICT error in CommandWithDBObject::create() signature
scribu [Mon, 11 Mar 2013 23:12:27 +0000 (01:12 +0200)]
fix E_STRICT error in CommandWithDBObject::create() signature

11 years agoadd more usages to help.feature
scribu [Mon, 11 Mar 2013 22:07:35 +0000 (00:07 +0200)]
add more usages to help.feature

11 years agoadd show_help_early()
scribu [Mon, 11 Mar 2013 21:59:03 +0000 (23:59 +0200)]
add show_help_early()

11 years agomake get_command_file() a method of RootCommand
scribu [Mon, 11 Mar 2013 21:25:25 +0000 (23:25 +0200)]
make get_command_file() a method of RootCommand

It's only used there and it's very unlikely to be needed elsewhere.

11 years agoadd initial test case
scribu [Mon, 11 Mar 2013 18:20:38 +0000 (20:20 +0200)]
add initial test case

11 years agominor cleanup in Runner.php
scribu [Mon, 11 Mar 2013 17:36:42 +0000 (19:36 +0200)]
minor cleanup in Runner.php

11 years agoMerge pull request #352 from wp-cli/fix-351
Cristi Burcă [Mon, 11 Mar 2013 16:54:25 +0000 (09:54 -0700)]
Merge pull request #352 from wp-cli/fix-351

don't pretend we're in WP_ADMIN anymore

11 years agohandle wpdb error ourselves, instead of waiting for dead_db()
scribu [Mon, 11 Mar 2013 16:32:38 +0000 (18:32 +0200)]
handle wpdb error ourselves, instead of waiting for dead_db()

11 years agoremove utils/local-build. closes #353
scribu [Mon, 11 Mar 2013 11:44:07 +0000 (13:44 +0200)]
remove utils/local-build. closes #353

11 years agodon't pretend we're in WP_ADMIN anymore
scribu [Sun, 10 Mar 2013 20:53:16 +0000 (22:53 +0200)]
don't pretend we're in WP_ADMIN anymore

11 years agotravis: latest = 3.5.1 at the moment
scribu [Mon, 11 Mar 2013 08:19:16 +0000 (10:19 +0200)]
travis: latest = 3.5.1 at the moment

11 years agodownload WP from wordpress.org
scribu [Mon, 11 Mar 2013 08:16:33 +0000 (10:16 +0200)]
download WP from wordpress.org

Hopefully, it's more reliable than Github's tarball service.

11 years agoclarify documentation for `role exists`. see #350
scribu [Mon, 11 Mar 2013 07:51:26 +0000 (09:51 +0200)]
clarify documentation for `role exists`. see #350

11 years agoMerge pull request #350 from leewillis77/role_command
Cristi Burcă [Mon, 11 Mar 2013 07:50:30 +0000 (00:50 -0700)]
Merge pull request #350 from leewillis77/role_command

Add new "roles" command.

11 years agos/_exists/exists
Lee Willis [Mon, 11 Mar 2013 07:36:57 +0000 (07:36 +0000)]
s/_exists/exists

11 years agoMake role exists produce no output
Lee Willis [Mon, 11 Mar 2013 07:36:31 +0000 (07:36 +0000)]
Make role exists produce no output

11 years agoConvert indents to be spaces consistently
Lee Willis [Mon, 11 Mar 2013 07:32:40 +0000 (07:32 +0000)]
Convert indents to be spaces consistently

11 years agoRegenerate man files
Lee Willis [Sun, 10 Mar 2013 22:40:04 +0000 (22:40 +0000)]
Regenerate man files

11 years agoAdd role exists comand
Lee Willis [Sun, 10 Mar 2013 22:39:07 +0000 (22:39 +0000)]
Add role exists comand

11 years agorole list just lists all roles, no args
Lee Willis [Sun, 10 Mar 2013 22:38:37 +0000 (22:38 +0000)]
role list just lists all roles, no args

11 years agoRemove old versions of generated man files
Lee Willis [Sun, 10 Mar 2013 22:37:27 +0000 (22:37 +0000)]
Remove old versions of generated man files

11 years agoWP_Theme was introduced in WP 3.4, but switch_theme() still requires two
scribu [Sun, 10 Mar 2013 22:11:02 +0000 (00:11 +0200)]
WP_Theme was introduced in WP 3.4, but switch_theme() still requires two
parameters until WP 3.5

11 years agoCorrect typo in docs
Lee Willis [Sun, 10 Mar 2013 22:07:43 +0000 (22:07 +0000)]
Correct typo in docs

11 years agoDoc fix
Lee Willis [Sun, 10 Mar 2013 21:57:13 +0000 (21:57 +0000)]
Doc fix

11 years agofunction rename, and remove unneeded @subcommand declarations
Lee Willis [Sun, 10 Mar 2013 21:56:38 +0000 (21:56 +0000)]
function rename, and remove unneeded @subcommand declarations

11 years agos/roles/role/
Lee Willis [Sun, 10 Mar 2013 21:55:52 +0000 (21:55 +0000)]
s/roles/role/

11 years agotravis: use pre-installed Composer binary
scribu [Sun, 10 Mar 2013 21:21:20 +0000 (23:21 +0200)]
travis: use pre-installed Composer binary

11 years agotravis: add --prefer-source, in the hope of not reaching the Github API limit
scribu [Sun, 10 Mar 2013 21:17:58 +0000 (23:17 +0200)]
travis: add --prefer-source, in the hope of not reaching the Github API limit

11 years agotests: switch to previous theme before deleting the current theme
scribu [Sun, 10 Mar 2013 20:49:56 +0000 (22:49 +0200)]
tests: switch to previous theme before deleting the current theme

11 years agoMerge pull request #349 from leewillis77/doc_fixes
Cristi Burcă [Sun, 10 Mar 2013 20:03:22 +0000 (13:03 -0700)]
Merge pull request #349 from leewillis77/doc_fixes

Correct documentation for capability removal function

11 years agoRegenerated man page
Lee Willis [Sat, 9 Mar 2013 20:37:40 +0000 (20:37 +0000)]
Regenerated man page

11 years agoGenerated man files
Lee Willis [Sat, 9 Mar 2013 20:34:40 +0000 (20:34 +0000)]
Generated man files

11 years agoAdd man src files
Lee Willis [Sat, 9 Mar 2013 20:33:55 +0000 (20:33 +0000)]
Add man src files

11 years agoRemove spaces before function calls
Lee Willis [Sat, 9 Mar 2013 20:25:58 +0000 (20:25 +0000)]
Remove spaces before function calls

11 years agoAdd new roles command. Implements list, create, delete
Lee Willis [Sat, 9 Mar 2013 16:18:01 +0000 (16:18 +0000)]
Add new roles command. Implements list, create, delete

11 years agoCorrect documentation for capability removal function
Lee Willis [Sat, 9 Mar 2013 15:31:08 +0000 (15:31 +0000)]
Correct documentation for capability removal function

11 years agoMerge pull request #323 from linepress/media
Cristi Burcă [Fri, 8 Mar 2013 22:58:02 +0000 (14:58 -0800)]
Merge pull request #323 from linepress/media

Media command regenerate all or one by ID

11 years agoRemoved obsolete check
jmslbam [Fri, 8 Mar 2013 21:25:26 +0000 (22:25 +0100)]
Removed obsolete check