OSDN Git Service

wvm/wvm.git
2013-02-27 erwanlrFixes #321 db create / drop / reset syntax error with...
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...
2013-02-13 goldenapplesHandle error caused by reading empty file
2013-02-13 goldenapplesUse WP_CLI::launch to open editor
2013-02-13 scriburemove @@PHP_DIR@@ reference. see #301
2013-02-13 Cristi BurcăMerge pull request #300 from wp-cli/simplify-scaffolds
2013-02-13 scriburegenerate manpages
2013-02-13 scriburemove superfluous parameters from post and taxonomy...
2013-02-13 scribufix indenting for term command. see #286
2013-02-13 Cristi BurcăMerge pull request #286 from wp-cli/term-command
2013-02-13 scribuadd generated man pages
2013-02-13 scribureplace <parent> with <term-id> for wp term update
2013-02-13 scribuuse format_items() utility in wp user list
2013-02-13 scribureplace <parent> with <term-id>
2013-02-13 goldenapplesIntroduce system editor function in \WP_CLI\Utils
2013-02-13 scribudelete files used for generating pear packages.
2013-02-13 Cristi BurcăMerge pull request #301 from wp-cli/phar
2013-02-13 scribuset version to 0.9.0-alpha
2013-02-13 scribuallow specifying where to create the phar archive
2013-02-12 scribuadd templates to phar archive
2013-02-12 scribumake manpages work from a Phar archive
2013-02-12 scribuadd shebang to Phar stub
2013-02-12 scribuuse DirectoryIterator, since glob() doesn't work on...
2013-02-12 scribuhandle --quiet parameter
2013-02-12 scribuadd ignored paths
2013-02-12 scribufirst pass at creating a Phar archive
2013-02-12 scribushow validation warnings only when generating man pages...
2013-02-12 Cristi BurcăMerge pull request #298 from wp-cli/synopsis-lint
2013-02-12 scribufix post generate and user generate synopses
next