OSDN Git Service

wvm/wvm.git
2013-06-25 Daniel BachhuberRefactor author mapping code so it can be used with...
2013-06-25 Daniel BachhuberIncorporate author mapping support into the WordPress...
2013-06-25 Daniel BachhuberFirst pass at a refactor to make `wp import` more abstr...
2013-06-25 Daniel BachhuberAlso define `WP_IMPORTING`, as this constant can be...
2013-06-25 Daniel BachhuberA wee bit of work on an import command
2013-06-25 Cristi BurcăMerge pull request #556 from wp-cli/custom-port
2013-06-25 scribubehat: set custom port only in that specific test,...
2013-06-25 scribudon't set $_SERVER['REQUEST_URL']
2013-06-25 scribuappend port to $_SERVER['HTTP_HOST']
2013-06-25 scribubehat: install WP with custom URL
2013-06-25 scribubehat: remove duplicate check in core.feature
2013-06-25 scribuset $_SERVER['SERVER_PORT']
2013-06-25 scribubehat: add test for --url global parameter
2013-06-25 scribuharmonize command descriptions
2013-06-25 Cristi BurcăMerge pull request #539 from wp-cli/absolutize-require
2013-06-25 scribuabsolutize 'require:'
2013-06-25 scribumove 'path:' absolutization logic to Configurator
2013-06-25 scribubehat: add test for relative 'require:' path in wp...
2013-06-25 scribushow warning if --url doesn't receive a value
2013-06-25 scribudon't mention deprecated --blog option in synopsis
2013-06-25 scribus/blog-wide/site-wide/g
2013-06-25 Cristi BurcăMerge pull request #553 from wp-cli/fix-553
2013-06-25 scribubehat: don't check DB error message, since it's sometim...
2013-06-25 scribubehat: always invoke `wp` with a command
2013-06-24 scribubehat: use `@when` flag for testing --require
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
next