OSDN Git Service

wvm/wvm.git
2013-06-19 scribufix `wp core version --extra` when WP isn't loaded... load-wp
2013-06-19 scribumove WordPress loading code from wp-cli.php to WP_CLI...
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
2013-06-09 scribumake the Subcommand constructor accept a callback
2013-06-09 scribuextract create_subcommand() method
2013-06-09 Cristi BurcăMerge pull request #508 from wp-cli/dispatcher-refactor
2013-06-09 scribumove find_command() utility to Help_Command class
2013-06-09 scribuget rid of pre_invoke() method
2013-06-09 scribumake Subcommand inherit from CompositeCommand
2013-06-09 scribuSimplify dispatch class hierarchy:
2013-06-09 scribuconvert get_full_synopsis() method to a standalone...
2013-06-09 scribueverything is documentable, so get rid of the Documenta...
2013-06-09 scribuget rid of AtomicCommand interface
2013-06-09 scribubranding: the project name is 'WP-CLI', not 'wp-cli'
2013-06-09 scribumove 'sql' aliasing to Runner
2013-06-09 scribublog: don't hide multisite-only subcommands; just throw...
2013-06-09 scribucontributing: remove confusing ./utils/dev-build step
2013-06-09 scribuMerge branch 'dev'
2013-06-09 scribubump version to 0.11.0-alpha
2013-06-09 scribulink to contributor guide from readme
2013-06-08 scribuMerge branch 'master' into dev
2013-06-08 scribusearch-replace: rename --multisite flag to --network v0.10.0
2013-06-08 scribumailmap: add new contributors from 0.10 release
2013-06-08 scribucontrib-list: validate github URLs
2013-06-08 scribubump version to 0.10.0
2013-06-08 Cristi BurcăMerge pull request #501 from wp-cli/multisite-search...
2013-06-08 scribusearch-replace: update man page
2013-06-08 scribusearch-replace: move primary key check
2013-06-08 scribuMerge branch 'master' into dev
2013-06-08 scribusearch-replace: use a single SHOW TABLES query to get...
2013-06-08 scribusearch-replace: fix warning from using wpdb->prepare...
2013-06-08 scribusearch-replace: extract get_table_list() method
2013-06-08 scribusearch-replace: blacklist user_pass column later
2013-06-08 scribusearch-replace: whitespace fixes
2013-06-08 daithi-coombessearch-replace function modified to perform a search...
2013-06-08 scribubump version to 0.10.0-RC
2013-06-07 Cristi BurcăMerge pull request #496 from wp-cli/no-home
2013-06-07 scriburemove `wp home` command
2013-06-06 Cristi BurcăMerge pull request #494 from Future500/master
2013-06-06 Ramon de la... Allow capital letters in <value> tokens in @synopsis
2013-06-05 Cristi BurcăMerge pull request #492 from om4james/updateall
next