OSDN Git Service

wvm/wvm.git
2013-03-02 scribuleave minimum stability to stable
2013-03-02 scribushow error message when vendor directory is missing
2013-02-28 Cristi BurcăMerge pull request #336 from wp-cli/no-submodules
2013-02-28 scribuupdate make-phar.php to use vendor dir
2013-02-28 scriburemove loading from submodules
2013-02-28 scribuinstall and use Composer in utils/dev-build
2013-02-28 scributravis: no more submodules to initialize
2013-02-28 scribuadd composer.lock
2013-02-28 scribudelete submodules
2013-02-28 Cristi BurcăMerge pull request #334 from sebastiaandegeus/master
2013-02-28 Sebastiaan... regenerated the man page for core config command
2013-02-28 Sebastiaan... made dbpass parameter optional for core config command
2013-02-27 scribuuse `wp core version` instead of `wp post list` to...
2013-02-27 scribushorten synopsis for boolean parameters
2013-02-27 scributravis: add --no-interaction flag to Composer call
2013-02-27 Cristi BurcăMerge pull request #327 from wp-cli/fix-core-download
2013-02-27 scribuPrepend `--path`, instead of appending it, so that...
2013-02-27 scribuIgnore `wp ` prefix straigth from step definition.
2013-02-27 Cristi BurcăMerge pull request #330 from erwanlr/db-create-syntax...
2013-02-27 scribufix coding standards. see #329
2013-02-27 Cristi BurcăMerge pull request #329 from erwanlr/master
2013-02-27 erwanlrFixes #321 db create / drop / reset syntax error with...
2013-02-27 erwanlr'/' missing
2013-02-26 erwanlrFixes Runner::set_wp_root to handle absolute & relative...
2013-02-26 scribucreate ABSPATH if it doesn't exist. props @erwanlr
2013-02-26 scribuuse ABSPATH in `core download`, instead of '.'
2013-02-26 scribuadd core download check in 'Empty dir' scenario
2013-02-26 scriburely on --path, instead of using chdir()
2013-02-26 Cristi BurcăMerge pull request #324 from taupecat/master
2013-02-26 Tracy RottonUpdate php/config-spec.php
2013-02-25 scribuadd Build Status image to readme
2013-02-25 scribu'Db doesn't exist scenarion: make check less strict...
2013-02-25 scriburemove `wp theme status twentytwelve` check
2013-02-25 scribumake wp core install check less strict, to avoid error...
2013-02-25 Cristi BurcăMerge pull request #319 from wp-cli/travis
2013-02-25 scribumark SynopsisParser::gen_patterns() as static
2013-02-25 scribudon't run Behat tests if unit tests fail
2013-02-25 scribufirst pass at .travis.yml file
2013-02-25 scriburunning the tests: fix example mysql command
2013-02-25 scribure-order lines in .travis.yml template to make them...
2013-02-25 scribufix version check for revision.php and post-formats.php
2013-02-24 Cristi BurcăMerge pull request #318 from ocean90/fix-wp-settings-cli
2013-02-24 Dominik SchillingFix fatal error, because of new files, see https:/...
2013-02-22 scribumake shell readline script more readable, using a heredoc
2013-02-21 scribuquiet down svn checkout in travis script. see #270
2013-02-21 scribuadd utils/update-phar
2013-02-21 scriburemove P2P specific <filter> from phpunit.xml
2013-02-19 scribuavoid using the -l option for man, which doesn't exist...
2013-02-19 scribubump version to 0.9.0-alpha2
2013-02-19 Cristi BurcăMerge pull request #309 from wp-cli/core-init-tests
2013-02-18 scribudocument path parameter and add example
2013-02-18 scribuadd manpage
2013-02-18 scribuadd optional path parameter
2013-02-18 scribuadd `wp core init-tests`
2013-02-18 Cristi BurcăMerge pull request #270 from wp-cli/plugin-tests
2013-02-18 scribuadd manpage for `wp scaffold plugin-tests`
2013-02-18 scriburevert to using the official unit testing suite
2013-02-18 scribuadd test-sample.php file
2013-02-18 scributransform add_testing_files() method into a proper...
2013-02-17 scribushow plugin dir, instead of path on success message...
2013-02-17 scribuadd files for plugin unit testing
2013-02-17 Cristi BurcăMerge pull request #307 from wp-cli/moar-tests
2013-02-17 scribuadd tests for --color/--no-color
2013-02-17 scribuadd test for --user global parameter
2013-02-17 scribuimprove indentation for step definitions
2013-02-17 scribumerge WP_CLI_Command_Runner into FeatureContext
2013-02-17 scribudefine steps using closures
2013-02-17 scribuadd tests for creating/updating/deleting a post
2013-02-17 scribuadd test for --debug flag
2013-02-17 scribuadd 'should be empty' step definition
2013-02-17 scributest wp user update
2013-02-17 scributhrow stream output instead of using assertEquals()
2013-02-17 scribudisable unkown assoc warnings when a generic assoc...
2013-02-17 scribuadd missing $obj_type property to User_Command
2013-02-17 scribumake 'should run without errors' failure more descriptive
2013-02-17 scribureplace 'return code should be 0' with 'it should run...
2013-02-17 scribuadd ability to save result from previous command
2013-02-17 scribuadd test for wp user generate
2013-02-17 scriburemove boilerplate feature description
2013-02-17 scribuuse WP_CLI::warning() instead of passing false to WP_CL...
2013-02-17 scributest deleting the previously created user
2013-02-17 scribuadd function test for wp user create
2013-02-17 Cristi BurcăMerge pull request #305 from goldenapples/post-create...
2013-02-16 Cristi BurcăMerge pull request #306 from wp-cli/behat
2013-02-16 scribuupdate readme
2013-02-16 scribuconvert PHPUnit Story specs to Behat features
2013-02-16 scribudependencies: replace phpunit-story with behat
2013-02-16 scribumove db commands to Command_Runner
2013-02-15 goldenapplesDon't check if php://stdin is_file
2013-02-15 goldenapplesAdd filename completion for `wp post create` command
2013-02-15 goldenapplesUpdate man page for `wp post create`
2013-02-15 goldenapplesAllow `wp post create` to read from file or STDIN
2013-02-15 scribuadd man page for wp post edit. see #302
2013-02-14 Cristi BurcăMerge pull request #302 from goldenapples/system-editor
2013-02-14 goldenapplesWhitespace cleanup
2013-02-14 goldenapplesMake error messages and output codes more logical
2013-02-14 scribuallow whitespace before the 'require' statement in...
2013-02-14 Cristi BurcăMerge pull request #304 from nb/exit-on-eof
2013-02-14 Nikolay BachiyskiExit on end-of-file
2013-02-13 goldenapplesUse file_put_contents/file_get_contents instead of...
next