OSDN Git Service

wvm/wvm.git
11 years agomake --title optional for multisite-convert
scribu [Fri, 19 Jul 2013 21:35:09 +0000 (00:35 +0300)]
make --title optional for multisite-convert

use the same logic from /wp-admin/network.php

11 years agoadd docs for 'core multisite-install'
scribu [Thu, 18 Jul 2013 20:53:30 +0000 (23:53 +0300)]
add docs for 'core multisite-install'

11 years agoaccount for already defined multisite constants
scribu [Wed, 17 Jul 2013 19:12:51 +0000 (22:12 +0300)]
account for already defined multisite constants

11 years agobehat: remove mismatched URL
scribu [Wed, 17 Jul 2013 01:29:27 +0000 (04:29 +0300)]
behat: remove mismatched URL

11 years agodefine COOKIEHASH to get rid of DB warning
scribu [Wed, 17 Jul 2013 01:08:06 +0000 (04:08 +0300)]
define COOKIEHASH to get rid of DB warning

That's because wp_cookie_constants() goes looking for siteurl in the
not-yet-existing wp_sitemeta table.

11 years agoget rid of some DB warnings
scribu [Wed, 17 Jul 2013 01:02:37 +0000 (04:02 +0300)]
get rid of some DB warnings

11 years agomove docs for multisite-convert
scribu [Wed, 17 Jul 2013 00:41:36 +0000 (03:41 +0300)]
move docs for multisite-convert

11 years agomove set_url_params() to WP_CLI\Runner
scribu [Wed, 17 Jul 2013 00:36:23 +0000 (03:36 +0300)]
move set_url_params() to WP_CLI\Runner

It wasn't really meant to be a public utility. We just didn't have a
runner class back then.

11 years agofix edge case in guess_url()
scribu [Wed, 17 Jul 2013 00:29:13 +0000 (03:29 +0300)]
fix edge case in guess_url()

11 years agofake $current_site and $current_blog globals
scribu [Wed, 17 Jul 2013 00:19:22 +0000 (03:19 +0300)]
fake $current_site and $current_blog globals

11 years agocopy the missing steps from populate_network()
scribu [Tue, 16 Jul 2013 23:34:18 +0000 (02:34 +0300)]
copy the missing steps from populate_network()

11 years agotest both with and without multisite constants scenarios
scribu [Wed, 17 Jul 2013 00:18:54 +0000 (03:18 +0300)]
test both with and without multisite constants scenarios

11 years agoskip ms_site_check() when installing
scribu [Tue, 16 Jul 2013 21:40:25 +0000 (00:40 +0300)]
skip ms_site_check() when installing

11 years agointroduce `wp core multisite-install` (doesn't work yet)
scribu [Tue, 16 Jul 2013 20:20:28 +0000 (23:20 +0300)]
introduce `wp core multisite-install` (doesn't work yet)

11 years agobump version to 0.11.0-alpha2
scribu [Mon, 15 Jul 2013 13:25:28 +0000 (16:25 +0300)]
bump version to 0.11.0-alpha2

11 years agoMerge pull request #595 from wp-cli/user-get
Cristi Burcă [Sun, 14 Jul 2013 14:10:45 +0000 (07:10 -0700)]
Merge pull request #595 from wp-cli/user-get

Implement `wp user get`

11 years agoWP_User->to_array() doesn't exist in WP 3.4
scribu [Sun, 14 Jul 2013 13:38:17 +0000 (16:38 +0300)]
WP_User->to_array() doesn't exist in WP 3.4

11 years agobehat: align table bars
scribu [Sun, 14 Jul 2013 13:22:53 +0000 (16:22 +0300)]
behat: align table bars

11 years agoimplement `wp user get`
scribu [Sun, 14 Jul 2013 13:12:37 +0000 (16:12 +0300)]
implement `wp user get`

11 years agoextract assoc_array_to_table() utility.
scribu [Sun, 14 Jul 2013 12:56:46 +0000 (15:56 +0300)]
extract assoc_array_to_table() utility.

Also:
- unset the 'format_content' field; it can be just as long as
'post_content'.
- unset the 'filter' field; it's a runtime value, not persistent data

11 years agosimplify user test
scribu [Sun, 14 Jul 2013 11:51:54 +0000 (14:51 +0300)]
simplify user test

11 years agoMerge pull request #555 from wp-cli/user-first-arg
Cristi Burcă [Sun, 14 Jul 2013 11:05:32 +0000 (04:05 -0700)]
Merge pull request #555 from wp-cli/user-first-arg

`wp user` subcommands should accept `user_login` or `user_id`

11 years agodon't abort if a user isn't found
scribu [Sun, 14 Jul 2013 11:00:15 +0000 (14:00 +0300)]
don't abort if a user isn't found

11 years agorename get_user_from_first_arg() to get_user()
scribu [Sun, 14 Jul 2013 10:50:33 +0000 (13:50 +0300)]
rename get_user_from_first_arg() to get_user()

11 years agoMerge branch 'user-first-arg' of github.com:wp-cli/wp-cli into user-first-arg
Daniel Bachhuber [Sun, 14 Jul 2013 02:16:21 +0000 (19:16 -0700)]
Merge branch 'user-first-arg' of github.com:wp-cli/wp-cli into user-first-arg

11 years agoUpdate "Generating Users" scenario to accommodate deleting multiple users in one go.
Daniel Bachhuber [Sun, 14 Jul 2013 02:15:37 +0000 (19:15 -0700)]
Update "Generating Users" scenario to accommodate deleting multiple users in one go.

11 years agoMerge branch 'master' into user-first-arg
Daniel Bachhuber [Sun, 14 Jul 2013 02:13:12 +0000 (19:13 -0700)]
Merge branch 'master' into user-first-arg

11 years agoUpdate to accommodate scenario when multiple users are passed
Daniel Bachhuber [Sun, 14 Jul 2013 02:12:00 +0000 (19:12 -0700)]
Update to accommodate scenario when multiple users are passed

See https://github.com/wp-cli/wp-cli/pull/555#discussion_r5179695

11 years agoadd missing docs for `user add-role`; improve docs for `user set-role`
scribu [Sat, 13 Jul 2013 15:54:56 +0000 (18:54 +0300)]
add missing docs for `user add-role`; improve docs for `user set-role`

11 years agoMerge pull request #567 from wp-cli/check-version
Cristi Burcă [Sat, 13 Jul 2013 15:43:47 +0000 (08:43 -0700)]
Merge pull request #567 from wp-cli/check-version

Check wp-includes/version.php before loading WP

11 years agoMerge pull request #538 from wp-cli/behat-check-stderr
Cristi Burcă [Fri, 12 Jul 2013 01:06:19 +0000 (18:06 -0700)]
Merge pull request #538 from wp-cli/behat-check-stderr

behat: make run_check() check STDERR

11 years agobehat: hide export warnings
scribu [Fri, 12 Jul 2013 00:50:59 +0000 (03:50 +0300)]
behat: hide export warnings

11 years agosuppress curl download meter if not running interactively
scribu [Thu, 11 Jul 2013 22:24:32 +0000 (01:24 +0300)]
suppress curl download meter if not running interactively

11 years agodon't show progress bar if not in a TTY
scribu [Fri, 21 Jun 2013 13:02:24 +0000 (16:02 +0300)]
don't show progress bar if not in a TTY

this fixes 'tput: No value for $TERM and no -T specified' error

11 years agobehat: fix `user generate` test
scribu [Fri, 21 Jun 2013 13:36:39 +0000 (16:36 +0300)]
behat: fix `user generate` test

11 years agobehat: no-op wp_mail()
scribu [Thu, 11 Jul 2013 23:56:53 +0000 (02:56 +0300)]
behat: no-op wp_mail()

11 years agobehat: make run_check() check STDERR
scribu [Fri, 21 Jun 2013 11:19:38 +0000 (14:19 +0300)]
behat: make run_check() check STDERR

11 years agorename _download() to _read() to make it clearer that it doesn't deal with binary...
scribu [Thu, 11 Jul 2013 22:19:38 +0000 (01:19 +0300)]
rename _download() to _read() to make it clearer that it doesn't deal with binary data

11 years agomedia: make the temp file have the proper extension from the start
scribu [Thu, 11 Jul 2013 20:51:12 +0000 (23:51 +0300)]
media: make the temp file have the proper extension from the start

11 years agomedia: don't call get_post() if --post_id isn't even passed
scribu [Thu, 11 Jul 2013 21:04:47 +0000 (00:04 +0300)]
media: don't call get_post() if --post_id isn't even passed

11 years agocode formatting fixes in media.php
scribu [Thu, 11 Jul 2013 20:26:53 +0000 (23:26 +0300)]
code formatting fixes in media.php

11 years agoFix notices no index featured_image
jmslbam [Thu, 11 Jul 2013 18:54:56 +0000 (20:54 +0200)]
Fix notices no index featured_image

11 years agoMerge pull request #476 from wp-cli/force-install-476
Cristi Burcă [Wed, 10 Jul 2013 12:01:47 +0000 (05:01 -0700)]
Merge pull request #476 from wp-cli/force-install-476

Support for `--force` flag when installing plugins or themes

11 years agosimplify logic for theme and plugin installs
scribu [Wed, 10 Jul 2013 11:15:29 +0000 (14:15 +0300)]
simplify logic for theme and plugin installs

11 years agoleverage 'clear_destination' parameter from WP_Upgrader
scribu [Mon, 8 Jul 2013 22:19:52 +0000 (01:19 +0300)]
leverage 'clear_destination' parameter from WP_Upgrader

11 years agoMerge branch 'master' into force-install
scribu [Mon, 8 Jul 2013 18:43:31 +0000 (21:43 +0300)]
Merge branch 'master' into force-install

11 years agotheme: parse_name() only needs the first argument
scribu [Mon, 8 Jul 2013 18:23:35 +0000 (21:23 +0300)]
theme: parse_name() only needs the first argument

11 years agoplugin: parse_name() only needs the first arg and only needs to return
scribu [Mon, 8 Jul 2013 18:07:10 +0000 (21:07 +0300)]
plugin: parse_name() only needs the first arg and only needs to return
the filename.

It accepted the whole arguments initially because it used to check if
the slug was missing. This is handled by the synopsis validator now,
beforehand.

11 years agomake parse_name a private function, since it's not used in CommandWithUpgrade
scribu [Mon, 8 Jul 2013 17:36:13 +0000 (20:36 +0300)]
make parse_name a private function, since it's not used in CommandWithUpgrade

also, each implementation returns different things

11 years agodocument --force flag
scribu [Mon, 8 Jul 2013 15:56:14 +0000 (18:56 +0300)]
document --force flag

11 years agoreplace --yes with --force
scribu [Mon, 8 Jul 2013 15:51:58 +0000 (18:51 +0300)]
replace --yes with --force

11 years agoMerge pull request #576 from eugeneware/fix_core_init_tests
Cristi Burcă [Mon, 8 Jul 2013 10:37:37 +0000 (03:37 -0700)]
Merge pull request #576 from eugeneware/fix_core_init_tests

don't hard code localhost in wp core init-tests

11 years agofix travis.yml
Eugene Ware [Mon, 8 Jul 2013 10:32:57 +0000 (20:32 +1000)]
fix travis.yml

11 years agoMerge branch 'master' into force-install-476
Daniel Bachhuber [Mon, 8 Jul 2013 09:49:41 +0000 (10:49 +0100)]
Merge branch 'master' into force-install-476

Conflicts:
features/theme.feature
php/commands/plugin.php
php/commands/theme.php

11 years agoioption fixes
Eugene Ware [Mon, 8 Jul 2013 09:48:16 +0000 (19:48 +1000)]
ioption fixes

11 years agoForce install Akismet, as it comes with a default WordPress install.
Daniel Bachhuber [Mon, 8 Jul 2013 09:44:47 +0000 (10:44 +0100)]
Force install Akismet, as it comes with a default WordPress install.

11 years agoremove :
Eugene Ware [Mon, 8 Jul 2013 08:15:03 +0000 (18:15 +1000)]
remove :

11 years agoternary -> if else
Eugene Ware [Mon, 8 Jul 2013 08:11:38 +0000 (18:11 +1000)]
ternary -> if else

11 years agoadd comments to examples for plugin/theme install
scribu [Mon, 8 Jul 2013 08:06:30 +0000 (11:06 +0300)]
add comments to examples for plugin/theme install

see #581

11 years agoMerge pull request #581 from om4james/zipfiles
Cristi Burcă [Mon, 8 Jul 2013 08:02:08 +0000 (01:02 -0700)]
Merge pull request #581 from om4james/zipfiles

Bug fix: allow plugins and themes to be installed from zip file URLs that contain GET parameters

11 years agoman-src updates for #581
James Collins [Mon, 8 Jul 2013 07:55:25 +0000 (17:55 +1000)]
man-src updates for #581

11 years agobehat: upgradables comment updates
James Collins [Mon, 8 Jul 2013 07:32:01 +0000 (17:32 +1000)]
behat: upgradables comment updates

11 years agoMerge branch 'master' into zipfiles
James Collins [Mon, 8 Jul 2013 00:21:17 +0000 (10:21 +1000)]
Merge branch 'master' into zipfiles

Conflicts:
features/steps/basic_steps.php

11 years agobehat: Convert duplicate plugin/theme tests to scenario outlines
James Collins [Sun, 7 Jul 2013 23:54:53 +0000 (09:54 +1000)]
behat: Convert duplicate plugin/theme tests to scenario outlines

Converts the plugin/theme tests added in e749f71 to Behat's scenario outlines (http://docs.behat.org/guides/1.gherkin.html#scenario-outlines), which removes test duplication.

vendor/bin/behat features/upgradables.feature --expand

11 years agoMerge remote-tracking branch 'upstream/master' into zipfiles
James Collins [Sun, 7 Jul 2013 23:10:08 +0000 (09:10 +1000)]
Merge remote-tracking branch 'upstream/master' into zipfiles

Changes: https://github.com/wp-cli/wp-cli/compare/fbaab715...498fb6

behat: replace 'a large image file' step with a more generic and explicit 'download' step

11 years agoUpdate stories to support b07154e. Behat isn't working properly on my local machine...
Daniel Bachhuber [Sun, 7 Jul 2013 19:08:12 +0000 (20:08 +0100)]
Update stories to support b07154e. Behat isn't working properly on my local machine bcause of my shoddy connection, so let's see if this passes in Travis

11 years agoIf a plugin or theme is already installed and the `--version` parameter is used,...
Daniel Bachhuber [Sun, 7 Jul 2013 17:58:02 +0000 (18:58 +0100)]
If a plugin or theme is already installed and the `--version` parameter is used, prompt the user to confirm they'd like it installed.

See https://github.com/wp-cli/wp-cli/pull/476#issuecomment-20354895

11 years agobehat: remove var_dump()
scribu [Sat, 6 Jul 2013 21:10:58 +0000 (23:10 +0200)]
behat: remove var_dump()

11 years agobehat: rename some helper methods
scribu [Sat, 6 Jul 2013 20:58:07 +0000 (22:58 +0200)]
behat: rename some helper methods

11 years agobehat: remove get_path() helper method
scribu [Sat, 6 Jul 2013 20:56:10 +0000 (22:56 +0200)]
behat: remove get_path() helper method

11 years agobehat: convert install_dir private property to RUN_DIR variable
scribu [Sat, 6 Jul 2013 20:45:14 +0000 (22:45 +0200)]
behat: convert install_dir private property to RUN_DIR variable

11 years agobehat: replace 'a large image file' step with a more generic and explicit 'download...
scribu [Sat, 6 Jul 2013 20:34:41 +0000 (22:34 +0200)]
behat: replace 'a large image file' step with a more generic and explicit 'download' step

11 years agoBug Fix for #581: allow plugins/themes to be installed from complex zip file URLs
James Collins [Sat, 6 Jul 2013 01:39:59 +0000 (11:39 +1000)]
Bug Fix for #581: allow plugins/themes to be installed from complex zip file URLs

This should be more reliable than the attempted fix in a12965c.

11 years agobehat: Tests to demonstraten the plugin/theme install bug in #581
James Collins [Sat, 6 Jul 2013 01:34:07 +0000 (11:34 +1000)]
behat: Tests to demonstraten the plugin/theme install bug in #581

* Install plugins from WordPress.org repository, a local zip file, and remote zip files.
* Install themes from WordPress.org repository, a local zip file, and remote zip files.

11 years agoBug fix: allow plugins and themes to be installed from zip file URLs that contain...
James Collins [Fri, 5 Jul 2013 04:16:45 +0000 (14:16 +1000)]
Bug fix: allow plugins and themes to be installed from zip file URLs that contain GET parameters

Without this bug fix, doing something like:
wp plugin install http://downloads.wordpress.org/plugin/buddypress.1.7.2.zip?test
would fail, because wp-cli wouldn't recognise that the URL contains a zip file. This is because the wp-cli code assumes that ".zip" are the last 4 characters in the URL.

With this bug fix, the .zip file detection in URLs has been improved, so the above command works as expected.

This allows (for example), plugins/themes to be installed directly from private Amazon S3 URLs (which have GET parameters in the URLs). For example:

wp plugin install 'http://s3.amazonaws.com/bucketname/plugin.zip?AWSAccessKeyId=123&Expires=456&Signature=abcdef'

Note: for complex URLs that contain ampersands, it is usually necessary to enclose the URL in single quotes.

11 years agoMerge pull request #563 from eugeneware/rewrite_fixes
Cristi Burcă [Thu, 4 Jul 2013 09:01:22 +0000 (02:01 -0700)]
Merge pull request #563 from eugeneware/rewrite_fixes

Make wp rewrite (flush|structure) generate .htaccess files properly for Apache

11 years agofix whitespace and count -> empty
Eugene Ware [Wed, 3 Jul 2013 11:51:37 +0000 (21:51 +1000)]
fix whitespace and count -> empty

11 years agouse | as sed separator
Eugene Ware [Wed, 3 Jul 2013 11:46:59 +0000 (21:46 +1000)]
use | as sed separator

11 years agodefault host to localhost
Eugene Ware [Wed, 3 Jul 2013 06:42:59 +0000 (16:42 +1000)]
default host to localhost

11 years agoenable passing through a db hostname with port, socket, etc
Eugene Ware [Wed, 3 Jul 2013 05:48:16 +0000 (15:48 +1000)]
enable passing through a db hostname with port, socket, etc

11 years agoinline sed replace that is portable across GNU linux and Mac OSX
Eugene Ware [Wed, 3 Jul 2013 05:46:38 +0000 (15:46 +1000)]
inline sed replace that is portable across GNU linux and Mac OSX

11 years agoreplace host in config file
Eugene Ware [Wed, 3 Jul 2013 02:26:57 +0000 (12:26 +1000)]
replace host in config file

11 years agodon\'t hard code localhost
Eugene Ware [Wed, 3 Jul 2013 01:42:37 +0000 (11:42 +1000)]
don\'t hard code localhost

11 years agoadd comment explaining need for apache_modules() function
Eugene Ware [Tue, 2 Jul 2013 23:44:11 +0000 (09:44 +1000)]
add comment explaining need for apache_modules() function

11 years agoinstantiate WP_CLI\Runner on demand; see #571
scribu [Tue, 2 Jul 2013 15:22:41 +0000 (17:22 +0200)]
instantiate WP_CLI\Runner on demand; see #571

This allows early commands to be defined in third-party packages.

11 years agoMention why there's no break
Daniel Bachhuber [Tue, 2 Jul 2013 13:39:46 +0000 (06:39 -0700)]
Mention why there's no break

See https://github.com/wp-cli/wp-cli/pull/476/files#r4981709

[ci-skip]

11 years agoMerge pull request #559 from wp-cli/format-count-559
Cristi Burcă [Tue, 2 Jul 2013 10:54:18 +0000 (03:54 -0700)]
Merge pull request #559 from wp-cli/format-count-559

Add --format=count to `list` subcommands

11 years agoMerge pull request #562 from eugeneware/socket_support
Cristi Burcă [Tue, 2 Jul 2013 10:43:25 +0000 (03:43 -0700)]
Merge pull request #562 from eugeneware/socket_support

support for port and socket configurations with wp core config

11 years agoUpdate user behat tests to use `--format=count`
Daniel Bachhuber [Tue, 2 Jul 2013 04:01:59 +0000 (21:01 -0700)]
Update user behat tests to use `--format=count`

11 years agoScratch, fbc4792 was because I dropped the CSV heading. Update the rest of the scenarios
Daniel Bachhuber [Tue, 2 Jul 2013 04:00:32 +0000 (21:00 -0700)]
Scratch, fbc4792 was because I dropped the CSV heading. Update the rest of the scenarios

11 years agoFix maths error
Daniel Bachhuber [Tue, 2 Jul 2013 03:59:04 +0000 (20:59 -0700)]
Fix maths error

11 years agoSupport for `count` as a format type; update PHPdoc
Daniel Bachhuber [Tue, 2 Jul 2013 03:58:29 +0000 (20:58 -0700)]
Support for `count` as a format type; update PHPdoc

11 years agoBehat test for force-installing a specific version of a theme.
Daniel Bachhuber [Tue, 2 Jul 2013 03:35:24 +0000 (20:35 -0700)]
Behat test for force-installing a specific version of a theme.

11 years agoA Behat test for force-installing a plugin
Daniel Bachhuber [Tue, 2 Jul 2013 03:30:56 +0000 (20:30 -0700)]
A Behat test for force-installing a plugin

11 years agoImprove `theme install` logic to support force-installing a specific version.
Daniel Bachhuber [Tue, 2 Jul 2013 03:18:54 +0000 (20:18 -0700)]
Improve `theme install` logic to support force-installing a specific version.

Previous `theme install` logic:

* Updates the theme if there's an update available.
* Installs if the theme isn't installed.
* Otherwise, assume the theme is installed.

New `theme install` logic:

* Don't do anything if theme is already installed and no `--version` specified.
* If `--version` is set and is different than what's installed, force install.
* Install if the theme isn't installed.

11 years agoMerge branch 'master' into force-install-476
Daniel Bachhuber [Tue, 2 Jul 2013 03:00:03 +0000 (20:00 -0700)]
Merge branch 'master' into force-install-476

11 years agoremove debug line
Eugene Ware [Tue, 2 Jul 2013 02:28:01 +0000 (12:28 +1000)]
remove debug line

11 years agobool -> list
Eugene Ware [Tue, 2 Jul 2013 02:26:09 +0000 (12:26 +1000)]
bool -> list

11 years agotravis: test against PHP 5.5
scribu [Sun, 30 Jun 2013 23:52:19 +0000 (01:52 +0200)]
travis: test against PHP 5.5

11 years agointroduce WP_CLI::get_runner() getter
scribu [Sun, 30 Jun 2013 21:44:49 +0000 (23:44 +0200)]
introduce WP_CLI::get_runner() getter

We don't want to allow people to change the runner instance either.