OSDN Git Service

wvm/wvm.git
10 years agoSkip the iterator entirely
Daniel Bachhuber [Fri, 22 Nov 2013 19:12:18 +0000 (11:12 -0800)]
Skip the iterator entirely

10 years agoTest filtering based on object attribute
Daniel Bachhuber [Fri, 22 Nov 2013 18:21:11 +0000 (10:21 -0800)]
Test filtering based on object attribute

10 years agoSupport for filtering plugin and theme lists based on object attributes.
Daniel Bachhuber [Fri, 22 Nov 2013 17:58:38 +0000 (09:58 -0800)]
Support for filtering plugin and theme lists based on object attributes.

10 years agoMerge pull request #879 from wp-cli/wp-cli-ssh
Cristi Burcă [Fri, 22 Nov 2013 06:41:19 +0000 (22:41 -0800)]
Merge pull request #879 from wp-cli/wp-cli-ssh

Do something about wp-cli-ssh

10 years agofix 'Warning: unknown --info parameter'
scribu [Thu, 21 Nov 2013 09:32:18 +0000 (11:32 +0200)]
fix 'Warning: unknown --info parameter'

10 years agoimplement `wp cli info --format=json`
scribu [Thu, 21 Nov 2013 09:12:55 +0000 (11:12 +0200)]
implement `wp cli info --format=json`

10 years agoavoid leaking private \WP_CLI\Runner properties and methods
scribu [Thu, 21 Nov 2013 09:12:44 +0000 (11:12 +0200)]
avoid leaking private \WP_CLI\Runner properties and methods

10 years agoMerge pull request #869 from wp-cli/comment-meta-command
Cristi Burcă [Wed, 20 Nov 2013 22:40:07 +0000 (14:40 -0800)]
Merge pull request #869 from wp-cli/comment-meta-command

Implement `wp comment meta`

10 years agoCopy, meet paste. Introduce `wp comment-meta`, derived from `wp user-meta`
Daniel Bachhuber [Wed, 20 Nov 2013 21:27:32 +0000 (13:27 -0800)]
Copy, meet paste. Introduce `wp comment-meta`, derived from `wp user-meta`

10 years agoMerge pull request #834 from simonwheatley:fix-833
scribu [Sun, 17 Nov 2013 12:27:51 +0000 (14:27 +0200)]
Merge pull request #834 from simonwheatley:fix-833

10 years agomerge theme install and delete scenarios; see #874
scribu [Sun, 17 Nov 2013 12:15:08 +0000 (14:15 +0200)]
merge theme install and delete scenarios; see #874

10 years agoMerge pull request #874 from rodrigoprimo/fix-theme-delete-bug
Cristi Burcă [Sun, 17 Nov 2013 12:14:44 +0000 (04:14 -0800)]
Merge pull request #874 from rodrigoprimo/fix-theme-delete-bug

'wp theme delete' should not delete active theme

10 years ago'wp theme delete' should not delete active theme
Rodrigo Primo [Fri, 15 Nov 2013 15:18:52 +0000 (13:18 -0200)]
'wp theme delete' should not delete active theme

10 years agofix --category synopsis for 'wp export'
scribu [Thu, 14 Nov 2013 20:17:56 +0000 (22:17 +0200)]
fix --category synopsis for 'wp export'

closes #872

10 years agoincrease timeout threshold for 'wp core download'. fixes #748
scribu [Wed, 13 Nov 2013 23:24:35 +0000 (01:24 +0200)]
increase timeout threshold for 'wp core download'. fixes #748

10 years agoremove label from add_new default and move it above add_new_item, to make the differe...
scribu [Tue, 12 Nov 2013 20:41:56 +0000 (22:41 +0200)]
remove label from add_new default and move it above add_new_item, to make the difference clearer

see #868

10 years agoMerge pull request #868 from Kevinlearynet/master
Cristi Burcă [Tue, 12 Nov 2013 20:40:17 +0000 (12:40 -0800)]
Merge pull request #868 from Kevinlearynet/master

Use consistent capitalization for "Add New" in post type scaffold to mat...

10 years agoUse consistent capitalization for "Add New" in post type scaffold to match WordPress...
Kevin Leary [Tue, 12 Nov 2013 19:54:31 +0000 (14:54 -0500)]
Use consistent capitalization for "Add New" in post type scaffold to match WordPress default for Post and Page.

10 years agoMerge pull request #866 from wp-cli/fix-866
Cristi Burcă [Mon, 11 Nov 2013 23:20:16 +0000 (15:20 -0800)]
Merge pull request #866 from wp-cli/fix-866

`wp plugin` fails when plugin bundles another plugin

10 years agodon't pick up php files inside plugin subdirs
scribu [Mon, 11 Nov 2013 22:55:43 +0000 (00:55 +0200)]
don't pick up php files inside plugin subdirs

10 years agoMerge pull request #865 from wp-cli/skip-tests
Cristi Burcă [Mon, 11 Nov 2013 22:29:42 +0000 (14:29 -0800)]
Merge pull request #865 from wp-cli/skip-tests

introduce --skip-tests flag for 'wp scaffold plugin'

10 years agoadd behat test for --skip-tests
scribu [Mon, 11 Nov 2013 22:25:57 +0000 (00:25 +0200)]
add behat test for --skip-tests

10 years agointroduce --skip-tests flag for 'wp scaffold plugin'
scribu [Mon, 11 Nov 2013 22:21:29 +0000 (00:21 +0200)]
introduce --skip-tests flag for 'wp scaffold plugin'

10 years agoMerge pull request #864 from jonathanbardo/master
Cristi Burcă [Mon, 11 Nov 2013 14:21:09 +0000 (06:21 -0800)]
Merge pull request #864 from jonathanbardo/master

Minor typo

10 years agoMinor typo
Jonathan Bardo [Mon, 11 Nov 2013 14:15:33 +0000 (09:15 -0500)]
Minor typo

10 years agomove fetcher classes to their own directory; see #863
scribu [Sun, 10 Nov 2013 00:14:13 +0000 (02:14 +0200)]
move fetcher classes to their own directory; see #863

10 years agoMerge pull request #863 from wp-cli/fetchers
Cristi Burcă [Sat, 9 Nov 2013 23:32:16 +0000 (15:32 -0800)]
Merge pull request #863 from wp-cli/fetchers

Standardize methods for validating positional arguments

10 years agoextract FetcherPost class
scribu [Sat, 9 Nov 2013 23:14:08 +0000 (01:14 +0200)]
extract FetcherPost class

10 years agokeep 'not found' message in Fetcher child classes
scribu [Sat, 9 Nov 2013 23:01:38 +0000 (01:01 +0200)]
keep 'not found' message in Fetcher child classes

otherwise, might get a mismatch between the class and the message

10 years agoextract FetcherComment class
scribu [Sat, 9 Nov 2013 22:58:23 +0000 (00:58 +0200)]
extract FetcherComment class

10 years agoextract FetcherTheme class
scribu [Sat, 9 Nov 2013 22:50:14 +0000 (00:50 +0200)]
extract FetcherTheme class

10 years agoconvert Fetcher to abstract class
scribu [Sat, 9 Nov 2013 22:41:55 +0000 (00:41 +0200)]
convert Fetcher to abstract class

10 years agomove utilities for validating plugin names to FetcherPlugin class
scribu [Sat, 9 Nov 2013 22:15:47 +0000 (00:15 +0200)]
move utilities for validating plugin names to FetcherPlugin class

10 years agomove utilities for validating user ids/logins to FetcherUser class
scribu [Sat, 9 Nov 2013 21:54:22 +0000 (23:54 +0200)]
move utilities for validating user ids/logins to FetcherUser class

10 years agoadd behat test for #862
scribu [Sat, 9 Nov 2013 21:52:40 +0000 (23:52 +0200)]
add behat test for #862

10 years agomake cacert.pem file available from Phar; closes #859
scribu [Thu, 7 Nov 2013 16:10:51 +0000 (18:10 +0200)]
make cacert.pem file available from Phar; closes #859

10 years agoMerge pull request #860 from dd32/master
Cristi Burcă [Thu, 7 Nov 2013 14:00:39 +0000 (06:00 -0800)]
Merge pull request #860 from dd32/master

Use the SSL CA bundle that Requests includes, rather than relying upon t...

10 years agoUse the SSL CA bundle that Requests includes, rather than relying upon the systems...
Dion Hulse [Thu, 7 Nov 2013 11:42:42 +0000 (22:42 +1100)]
Use the SSL CA bundle that Requests includes, rather than relying upon the systems CA bundle which is often unavailable, or out of date.

10 years agoMerge pull request #856 from wp-cli/core-download-path
Cristi Burcă [Mon, 4 Nov 2013 18:58:41 +0000 (10:58 -0800)]
Merge pull request #856 from wp-cli/core-download-path

Include `--path` argument in `wp core download`

10 years agoInclude `--path` argument in `wp core download`
Daniel Bachhuber [Mon, 4 Nov 2013 18:41:48 +0000 (10:41 -0800)]
Include `--path` argument in `wp core download`

10 years agoMerge pull request #855 from wp-cli/test-latest
Cristi Burcă [Fri, 1 Nov 2013 23:47:58 +0000 (16:47 -0700)]
Merge pull request #855 from wp-cli/test-latest

plugin scaffold-tests: replace WP_VERSION=master with WP_VERSION=latest

10 years agobump previous tested version to 3.6.1
scribu [Fri, 1 Nov 2013 21:47:42 +0000 (23:47 +0200)]
bump previous tested version to 3.6.1

10 years agotest against latest stable release of WP, instead of the master revision from the...
scribu [Fri, 1 Nov 2013 21:39:35 +0000 (23:39 +0200)]
test against latest stable release of WP, instead of the master revision from the github mirror

10 years agotravis: switch back to WP_VERSION=latest
scribu [Wed, 30 Oct 2013 12:19:57 +0000 (14:19 +0200)]
travis: switch back to WP_VERSION=latest

see #846

10 years agobump version to 0.13-alpha3
scribu [Wed, 30 Oct 2013 12:18:34 +0000 (14:18 +0200)]
bump version to 0.13-alpha3

10 years agoMerge pull request #853 from wp-cli/fix-853
Cristi Burcă [Wed, 30 Oct 2013 12:17:35 +0000 (05:17 -0700)]
Merge pull request #853 from wp-cli/fix-853

Core download command failing in VVV

10 years agofirst copy all the files, then remove the temporary dir
scribu [Wed, 30 Oct 2013 12:06:26 +0000 (14:06 +0200)]
first copy all the files, then remove the temporary dir

10 years agoreplace rename() with copy() + unlink()
scribu [Wed, 30 Oct 2013 11:40:38 +0000 (13:40 +0200)]
replace rename() with copy() + unlink()

10 years agouse escapeshellarg() instead of esc_cmd(), because the $editor variable can contain %s
scribu [Mon, 28 Oct 2013 19:55:41 +0000 (21:55 +0200)]
use escapeshellarg() instead of esc_cmd(), because the $editor variable can contain %s

see #822

10 years agomove OS detection to launch_editor_for_input()
scribu [Mon, 28 Oct 2013 19:43:15 +0000 (21:43 +0200)]
move OS detection to launch_editor_for_input()

see #822

10 years agohandle case where request to underscor.es fails
scribu [Mon, 28 Oct 2013 19:34:54 +0000 (21:34 +0200)]
handle case where request to underscor.es fails

see #822

10 years agoMerge pull request #822 from BoiteAWeb/master
Cristi Burcă [Mon, 28 Oct 2013 19:32:15 +0000 (12:32 -0700)]
Merge pull request #822 from BoiteAWeb/master

Fix notice + start manage windows OS

10 years agotravis: test against WP 3.6.1 for now; see #846
scribu [Sun, 27 Oct 2013 22:37:47 +0000 (00:37 +0200)]
travis: test against WP 3.6.1 for now; see #846

10 years agobehat: show downloaded core version
scribu [Sun, 27 Oct 2013 21:58:59 +0000 (23:58 +0200)]
behat: show downloaded core version

particularly useful when WP_VERSION=latest

10 years agobehat: always show all the details when an error occurs
scribu [Sun, 27 Oct 2013 21:39:01 +0000 (23:39 +0200)]
behat: always show all the details when an error occurs

10 years agobehat: split step definition files
scribu [Sun, 27 Oct 2013 21:29:53 +0000 (23:29 +0200)]
behat: split step definition files

10 years agoreplace 'subcommand' with 'command' in doc strings and inline comments
scribu [Sat, 26 Oct 2013 20:28:57 +0000 (23:28 +0300)]
replace 'subcommand' with 'command' in doc strings and inline comments

see #848

10 years agobehat: avoid making a request to the wp.org API each time a wp-config.php is needed
scribu [Fri, 25 Oct 2013 22:18:07 +0000 (01:18 +0300)]
behat: avoid making a request to the wp.org API each time a wp-config.php is needed

it's not worth it for throwaway test installs

10 years agomove link to contributor guide higher up
scribu [Fri, 25 Oct 2013 22:04:46 +0000 (01:04 +0300)]
move link to contributor guide higher up

10 years agoset default global config path;
scribu [Fri, 25 Oct 2013 21:39:57 +0000 (00:39 +0300)]
set default global config path;

also, ignore if config file doesn't exist

see #698

10 years agoMerge pull request #838 into master
scribu [Thu, 24 Oct 2013 20:55:49 +0000 (23:55 +0300)]
Merge pull request #838 into master

Use PharData class to extract tarball

10 years agoMerge pull request #842 from wojsmol/theme2plugin
Cristi Burcă [Thu, 24 Oct 2013 19:46:51 +0000 (12:46 -0700)]
Merge pull request #842 from wojsmol/theme2plugin

Change cd $(wp theme path) to cd $(wp plugin path) in plugin.php

10 years agoChange cd $(wp theme path) is cd $(wp plugin path) in plugin.php
wojsmol [Thu, 24 Oct 2013 18:57:06 +0000 (20:57 +0200)]
Change cd $(wp theme path) is cd $(wp plugin path) in plugin.php

10 years agoMerge pull request #698 from wp-cli/global-config-2
Cristi Burcă [Thu, 24 Oct 2013 01:06:39 +0000 (18:06 -0700)]
Merge pull request #698 from wp-cli/global-config-2

Support for global configs; fixes #445

10 years agobehat: replace --config with WP_CLI_CONFIG_PATH
scribu [Thu, 24 Oct 2013 00:53:28 +0000 (03:53 +0300)]
behat: replace --config with WP_CLI_CONFIG_PATH

10 years agoarrayify require: key
scribu [Thu, 24 Oct 2013 00:34:03 +0000 (03:34 +0300)]
arrayify require: key

10 years agoseparate YAML parsing from config merging
scribu [Thu, 24 Oct 2013 00:14:50 +0000 (03:14 +0300)]
separate YAML parsing from config merging

10 years agoglobal flags have 'runtime' key '', which is falsy
scribu [Thu, 24 Oct 2013 00:13:52 +0000 (03:13 +0300)]
global flags have 'runtime' key '', which is falsy

10 years agofix case where a file-only config key would make a runtime arg of the
scribu [Thu, 24 Oct 2013 00:08:07 +0000 (03:08 +0300)]
fix case where a file-only config key would make a runtime arg of the
same name disappear

10 years agoproperly merge keys that can contain multiple values
scribu [Wed, 23 Oct 2013 23:22:12 +0000 (02:22 +0300)]
properly merge keys that can contain multiple values

10 years agoinitialized configurator on demand
scribu [Wed, 23 Oct 2013 23:09:31 +0000 (02:09 +0300)]
initialized configurator on demand

10 years agoshow warning when deprecated global parameter is used
scribu [Wed, 23 Oct 2013 21:27:40 +0000 (00:27 +0300)]
show warning when deprecated global parameter is used

10 years agoadd back deprecated --config global parameter, for backwards compatibility
scribu [Wed, 23 Oct 2013 21:24:33 +0000 (00:24 +0300)]
add back deprecated --config global parameter, for backwards compatibility

10 years agoMerge branch 'master' into global-config-2
scribu [Wed, 23 Oct 2013 21:03:42 +0000 (00:03 +0300)]
Merge branch 'master' into global-config-2

10 years agoIntroduce WP_CLI_CONFIG_PATH environment variable.
scribu [Wed, 23 Oct 2013 19:50:45 +0000 (22:50 +0300)]
Introduce WP_CLI_CONFIG_PATH environment variable.

It allows defining an additional config file, which gets loaded before
any project config file.

Also, remove the --config= global parameter, which becomes redundant.

see #698

10 years agoMerge pull request #840 from tlovett1/feature/core-config-perms
Cristi Burcă [Tue, 22 Oct 2013 14:30:03 +0000 (07:30 -0700)]
Merge pull request #840 from tlovett1/feature/core-config-perms

Feature/core config perms

10 years agouse fwrite() instead of echo in WP_CLI::out(), to avoid output buffers
scribu [Tue, 22 Oct 2013 09:53:59 +0000 (12:53 +0300)]
use fwrite() instead of echo in WP_CLI::out(), to avoid output buffers

10 years agosend REPL output directly to STDOUT, to avoid output buffers started by plugins
scribu [Tue, 22 Oct 2013 09:51:54 +0000 (12:51 +0300)]
send REPL output directly to STDOUT, to avoid output buffers started by plugins

fixes #719

10 years agoTweak error message fixes #837
Taylor Lovett [Tue, 22 Oct 2013 02:28:27 +0000 (02:28 +0000)]
Tweak error message fixes #837

10 years agoOutput WP-CLI error if config file couldn't be created
Taylor Lovett [Tue, 22 Oct 2013 02:27:19 +0000 (02:27 +0000)]
Output WP-CLI error if config file couldn't be created

10 years agoadd space in download cache dir, for catching #839
scribu [Mon, 21 Oct 2013 23:39:28 +0000 (02:39 +0300)]
add space in download cache dir, for catching #839

10 years agouse Utils\esc_cmd() for consistency
scribu [Mon, 21 Oct 2013 23:37:03 +0000 (02:37 +0300)]
use Utils\esc_cmd() for consistency

10 years agoMerge pull request #839 from ryanduff/master
Cristi Burcă [Mon, 21 Oct 2013 23:34:51 +0000 (16:34 -0700)]
Merge pull request #839 from ryanduff/master

Revert a change that causes ABSPATH to not be escaped

10 years agobump version to 0.13-alpha2
scribu [Mon, 21 Oct 2013 23:33:12 +0000 (02:33 +0300)]
bump version to 0.13-alpha2

10 years agoMerge pull request #619 from francescolaffi/packages-cache
Cristi Burcă [Mon, 21 Oct 2013 23:31:32 +0000 (16:31 -0700)]
Merge pull request #619 from francescolaffi/packages-cache

cache package downloads

10 years agoFixes readability
QWp6t [Sun, 20 Oct 2013 08:56:15 +0000 (01:56 -0700)]
Fixes readability

* two lines were indented with spaces, converted to tabs

10 years agoMakes extraction routine more readable / Fixes overwrite routine
QWp6t [Sun, 20 Oct 2013 08:40:58 +0000 (01:40 -0700)]
Makes extraction routine more readable / Fixes overwrite routine

* creates separate _move_overwrite_files() method
* more accurately simulates --strip-components=1 by using $phar->getFileName()

10 years agoFixes PharData extraction bugs
QWp6t [Sat, 19 Oct 2013 22:41:07 +0000 (15:41 -0700)]
Fixes PharData extraction bugs

* $temp gets '.tar.gz' extension
* _extract() method is created
* PharData uses workaround for '--strip-components' compatibility

10 years agoescape abspath so paths with spaces work
Ryan Duff [Sat, 19 Oct 2013 14:20:34 +0000 (10:20 -0400)]
escape abspath so paths with spaces work

10 years agoUse PharData class to extract tarball
QWp6t [Sat, 19 Oct 2013 00:55:41 +0000 (17:55 -0700)]
Use PharData class to extract tarball

In some environments (read: mine), tar binary cannot access temp file because it is locked by php. This will resolve that issue.

10 years agoMerge pull request #836 from Automattic/fix-835
Cristi Burcă [Fri, 18 Oct 2013 23:14:29 +0000 (16:14 -0700)]
Merge pull request #836 from Automattic/fix-835

Conditionally load `wp-includes/date.php`

10 years agoConditionally load `wp-includes/date.php`
Nick Daugherty [Fri, 18 Oct 2013 21:34:52 +0000 (15:34 -0600)]
Conditionally load `wp-includes/date.php`

Add support for the new `WP_Date_Query` class, used internally by
`WP_Query`.

http://core.trac.wordpress.org/changeset/25139

10 years agoMerge pull request #784 from ctayloroomphinc/master
Cristi Burcă [Fri, 18 Oct 2013 01:35:36 +0000 (18:35 -0700)]
Merge pull request #784 from ctayloroomphinc/master

Adds --skip=image_resize to 'wp import' command.

10 years agolink to WPSE
scribu [Thu, 17 Oct 2013 19:02:06 +0000 (22:02 +0300)]
link to WPSE

10 years agoWrap `invoke` in try/catch.
Simon Wheatley [Thu, 17 Oct 2013 16:22:19 +0000 (17:22 +0100)]
Wrap `invoke` in try/catch.

10 years agoCorrect namespace.
Simon Wheatley [Thu, 17 Oct 2013 16:22:02 +0000 (17:22 +0100)]
Correct namespace.

10 years agoAdded newline to EOF.
Corey Taylor [Thu, 17 Oct 2013 15:56:30 +0000 (11:56 -0400)]
Added newline to EOF.

10 years agoFixed functional test (import requires --authors param to run correctly).
Corey Taylor [Thu, 17 Oct 2013 15:21:30 +0000 (11:21 -0400)]
Fixed functional test (import requires --authors param to run correctly).

10 years agoAdded functional test for new --skip=image_resize option. Also added option to comman...
Corey Taylor [Thu, 17 Oct 2013 15:02:27 +0000 (11:02 -0400)]
Added functional test for new --skip=image_resize option. Also added option to command doc output.

10 years agoRemoved thumbnail detection logic.
Corey Taylor [Thu, 17 Oct 2013 14:38:14 +0000 (10:38 -0400)]
Removed thumbnail detection logic.