OSDN Git Service

wvm/wvm.git
2013-06-24 scribuattempt to pass doc through a pager
2013-06-24 scribuMerge pull request #548 from wp-cli/inline-help
2013-06-24 scriburemove man/ dir
2013-06-24 Cristi BurcăMerge pull request #536 from wp-cli/before_invoke
2013-06-24 scribuignore first parameter to WP_CLI::add_man_dir()
2013-06-24 scriburename '_sys' to 'cli'
2013-06-24 scribuMake `wp` show the same output as `wp help`.
2013-06-24 scribufix indentation for options
2013-06-24 scribumore cleanup of option listing
2013-06-24 Cristi BurcăMerge pull request #550 from wp-cli/empty-clarity
2013-06-24 Daniel BachhuberDrop the example entirely. Basic usage is covered in...
2013-06-24 Daniel BachhuberFix reference to command
2013-06-24 Daniel BachhuberManual for the `--yes` prompt
2013-06-24 Daniel BachhuberClarity the `site empty` command doesn't do anything...
2013-06-23 scribupartial cleanup of option listing
2013-06-23 scribuprettify subcommand listing
2013-06-23 scribumake help headings bright
2013-06-23 scribuoutput help markdown directly, instead of going through man
2013-06-23 scribuignore composer.lock
2013-06-23 scribuupdate Composer dependencies
2013-06-23 scriburemove empty line
2013-06-22 scribumisc man fixes
2013-06-22 scribuvarious man page updates
2013-06-22 scribufix synopsis for `wp media import`
2013-06-22 scribufix man page for `wp core is-installed`
2013-06-21 scribucolorize plugin/theme status legend. see #517
2013-06-21 Cristi BurcăMerge pull request #537 from wp-cli/cli-root
2013-06-21 scribudefine WP_CLI_ROOT to be the root directory, with no...
2013-06-21 Cristi BurcăMerge pull request #439 from wp-cli/phar-away
2013-06-21 scriburemove support for Phar archive
2013-06-20 scribu--info: make WP-CLI root be the root folder, not php/
2013-06-20 scribubehat: add test for `post create` reading content from...
2013-06-20 scribupost create: balance brackets
2013-06-20 scribuoption update: show success message even if the value...
2013-06-20 Cristi BurcăMerge pull request #534 from wp-cli/search-replace...
2013-06-20 scribusearch-replace: always do a SHOW TABLES query
2013-06-20 scribucore install-network: flags don't need a value; update...
2013-06-20 Cristi BurcăMerge pull request #532 from MiteshShah/patch-1
2013-06-20 Mitesh ShahSupport Subdomains
2013-06-20 scribuadd optional 'before_invoke' parameter to WP_CLI::add_c...
2013-06-19 Cristi BurcăMerge pull request #453 from wp-cli/doctag-when
2013-06-19 scribushow error on invalid json. closes #531
2013-06-17 scribufix network-meta man page. see #529
2013-06-17 scribucalculate path for early commands only once
2013-06-17 scribuimplement '@when' docblock tag
2013-06-17 scribumove setting $_SERVER['DOCUMENT_ROOT'] to set_wp_root...
2013-06-17 scribumove command instance creation to a separate class
2013-06-16 Cristi BurcăMerge pull request #471 from wp-cli/psr-3
2013-06-16 scriburemove redundant arg check in Theme_Command::parse_name()
2013-06-16 scribuconvert from WP_CLI::line() to WP_CLI::log() where...
2013-06-16 scribuintroduce WP_CLI::log()
2013-06-15 scribuhelp: move duplicated function_exists() check to __invoke()
2013-06-15 scriburename _hook() to _action()
2013-06-15 scribubehat: try running the install-network command again
2013-06-15 Daniel BachhuberA basic test for converting an install to multisite.
2013-06-15 Cristi BurcăMerge pull request #523 from wp-cli/blog-site-network
2013-06-15 scribusite create: alias --site_id= to --network_id=
2013-06-15 scribusite create: rename --site_id= to --network_id=
2013-06-15 scribubehat: fix help --gen test
2013-06-15 scribualias `wp blog` to `wp site`
2013-06-15 scriburename `wp blog` to `wp site`
2013-06-15 scriburename `wp site-meta` to `wp network-meta`
2013-06-15 Cristi BurcăMerge pull request #507 from wp-cli/hooks
2013-06-15 scribuadd man page for site-meta
2013-06-15 scribuintroduce 'before_invoke:{cmd}' hook and use it for...
2013-06-15 Tomasz Ratajczakadd site meta commands
2013-06-15 scribuMerge changes from 0.10.1 into master
2013-06-15 scribuset version to 0.10.1 v0.10.1
2013-06-15 scribuadd URL redirect warning (for 0.10.1 branch)
2013-06-14 Cristi BurcăMerge pull request #521 from wp-cli/redirect-warning
2013-06-14 scribuadd URL redirect warning
2013-06-13 Cristi BurcăMerge pull request #517 from wp-cli/colorization
2013-06-13 scribubehat: partially delete quiet run test
2013-06-13 scribumove line() method from loggers back to the WP_CLI...
2013-06-13 scribuuse WP_CLI::colorize() in CommandWithUpgrade
2013-06-13 scriburefresh `core version` output
2013-06-13 scribuuse Mustache templates to display plugin/theme details
2013-06-13 scribuintroduce WP_CLI::colorize() utility
2013-06-12 scribuupdate Composer dependencies
2013-06-12 Cristi BurcăMerge pull request #468 from wp-cli/eager-require
2013-06-12 scribubehat: test that --require works without a WP install
2013-06-12 scribuattempt to load built-in command early
2013-06-12 scribuload path from --require before WP is loaded
2013-06-12 Cristi BurcăMerge pull request #514 from wp-cli/multiple-require
2013-06-12 scribumention that --require can be used more than once
2013-06-12 scribufix boolean flag handling
2013-06-12 scribusupport passing --require multiple times
2013-06-12 scribubehat: add -run- to temporary directory names
2013-06-12 scribumerge split_special() into parse_args()
2013-06-12 scribumove parse_args() to Configurator and set WP path only...
2013-06-12 scriburename is_absolute_path() to is_path_absolute()
2013-06-12 scribumove all config logic to a new class
2013-06-11 Cristi BurcăMerge pull request #513 from wp-cli/travis-template
2013-06-11 scribuscaffold plugin-tests: create install-wp-tests.sh script
2013-06-11 scriburemove executable bit from mustache templates
2013-06-10 scribubump version to 0.10.1-alpha
2013-06-10 scribudon't alter API response if the returned version happen...
2013-06-10 scribumention `wp --info` in README
2013-06-10 scribupost get: update man page
2013-06-10 scribupass docparser directly to CompositeCommand constructor
next