OSDN Git Service

wvm/wvm.git
2013-06-12 scribusupport passing --require multiple times
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-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
2013-06-05 James CollinsUse empty() check instead of count()
2013-06-05 James CollinsChange ternary operator to simple if statement
2013-06-05 James CollinsOnly use maintenance mode if a plugin or theme needs...
2013-06-05 scribubump version to 0.10.0-beta2
2013-06-05 scribucomposer: update mustache to 2.3.x; update composer...
2013-06-04 scribuMerge branch 'master' into dev
2013-06-04 scribucore is-installed: let the bootstrap process show the...
2013-06-04 scribuoption: add success messages
2013-06-04 scribuMerge branch 'behat-upgradables' into dev
2013-06-04 scribuEnsure `wp plugin delete` and `wp theme delete` output...
2013-06-04 scribubehat: generate new plugin instead of relying on Hello...
2013-06-04 scribucontributing: use `behat --expand`
2013-06-03 scribuMerge branch 'theme-version' into dev
2013-06-03 Cristi BurcăMerge pull request #463 from wp-cli/theme-version
2013-06-03 scriburename get_api_for_version() to alter_api_response...
2013-06-03 Daniel BachhuberCreate `get_api_for_version()`, which will give us...
2013-06-02 scribuMerge branch 'internals-cmd' into dev
2013-06-02 scribuconvert InternalFlags class to Sys_Command
2013-06-02 scribustandardize special flags handling
2013-06-02 scribuMerge branch 'scaffold-default-theme' into dev
2013-06-02 scriburun_mysql_command: use --no-defaults instead of --defau...
2013-06-02 scribubump version to 0.10.0-beta
2013-06-02 Daniel BachhuberUpdate man docs
2013-06-02 Daniel BachhuberUpdate post type and taxonomy scaffold to support a...
2013-06-02 scribucore config: set WPLANG based on downloaded locale
2013-06-02 scribucore config: fix notice when not passing --dbpass
2013-06-02 scribuscaffold: clarify --theme description in docs
2013-06-01 Daniel BachhuberUse `get_stylesheet_directory()` instead of `TEMPLATEPA...
2013-06-01 Cristi BurcăMerge pull request #485 from wp-cli/cache-delete-optional
2013-06-01 Daniel BachhuberRegenerate cache man
2013-05-31 Daniel Bachhuber`$group` is optional for the function, so let it be...
2013-05-31 scribumake load_command() and load_all_commands() standalone...
2013-05-31 scribuextract find_command_to_run() method
2013-05-31 scribumove Utils\set_user() to Runner::set_user()
2013-05-30 Cristi BurcăMerge pull request #484 from wp-cli/config-extra
2013-05-30 scribucore config: update man page
2013-05-30 scribucore config: check DB credentials
2013-05-30 scribucore config: abort if wp-config.php already exists
2013-05-30 scribufirst pass at ditching wp-admin/setup-config.php
2013-05-30 Cristi BurcăMerge pull request #483 from wp-cli/behat-tables
2013-05-30 scribubehat: use table in 'should be CSV containing' step
2013-05-30 scribubehat: refactor search-replace tests by using a scenari...
2013-05-30 scribubehat: use table in 'should be a table containing rows...
2013-05-30 scribusome behat enhancements
2013-05-30 scribubehat: pass BEHAT_RUN env variable
2013-05-30 Cristi BurcăMerge pull request #473 from cyberhobo/fix-incomplete...
2013-05-29 scribubehat: extend 'the file should' step
2013-05-29 scribubehat: add aditional args if command merely starts...
2013-05-29 scribubehat: move utility functions to separate file
2013-05-29 scribucontributing: clarify workflow
2013-05-29 Cristi BurcăMerge pull request #479 from wp-cli/behat-env
2013-05-29 scributravis: set WITH_RONN env variable
2013-05-29 scributravis: move main script to separate file
2013-05-29 scributravis: move init script to separate file
2013-05-29 scribubehat: change subprocess PATH, instead of creating...
2013-05-29 Dylan KuhnReduce chunk offset to account for updated rows.
next