OSDN Git Service

wvm/wvm.git
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
2013-02-12 scributhe 'repeating' flavour can also be optional
2013-02-12 scribuadd 'repeating' flavour
2013-02-12 scribufirst pass at moving arg checking into SynopsisParser
2013-02-11 scriburefactor pattern generation
2013-02-11 scribuignore empty synopsis tokens
2013-02-11 scribushow warnings for invalid tokens when generating man...
2013-02-11 scribumake synopsis parser return unknown tokens
2013-02-11 Cristi BurcăMerge pull request #297 from wp-cli/synopsis-tests
2013-02-11 scribuuse assertCount() instead of assertEquals()
2013-02-11 scribuadd test for combined param types
2013-02-11 scribucheck that other parameter types are 0
2013-02-11 scribuadd tests for SynopsisParser
2013-02-11 scribuintroduce SynopsisParser class
2013-02-11 scribumake cmd runner return command string, for easy debugging
2013-02-10 scribuadd --force flag to wp core download. fixes #221
2013-02-10 scribuUse `cp -r` instead of `mv` for moving WP files into...
2013-02-10 Cristi BurcăMerge pull request #295 from ocean90/fix-no-wp-install...
2013-02-10 Dominik SchillingFix error output if no WordPress install exists
2013-02-09 Daniel BachhuberAccept a parent when creating a new term
2013-02-09 Daniel BachhuberMan pages
2013-02-09 Daniel BachhuberAbstract output of data to a format_items() utility...
2013-02-09 Daniel BachhuberA term command with subcommands for creating, updating...
2013-02-08 Cristi BurcăMerge pull request #291 from wp-cli/fix-291
2013-02-08 scribufix WP_CLI::error() not exiting
2013-02-08 scributests: separate stdout from stderr
2013-02-08 scribuadd our own wp_die() handler
2013-02-07 scribumake 'wp install' imply 'empty dir'
2013-02-07 scribuadd test case
2013-02-07 scribumove /templates/ out of /php/ since it doesn't contain...
2013-02-06 scriburegenerate some manpages
2013-02-06 scribugenerate manpage for scaffold _s. see #285
2013-02-06 Cristi BurcăMerge pull request #285 from drrobotnik/master
2013-02-06 Brandon Lavigneadded success message if remote request code is 200
2013-02-06 Cristi BurcăMerge pull request #289 from jmslbam/master
2013-02-06 Brandon Lavignefixed undefined variables
2013-02-06 Jaime MartinezChanged filename from machinename to slug
2013-02-06 Brandon Lavigneremoved spaces in the synopsis
2013-02-06 Brandon Lavigneadded default timeout and generic theme description...
2013-02-05 Brandon Lavigneadded man-src page for scaffold _s, tidied up formatting.
2013-02-05 Brandon Lavignechanged shell_exec to properly use wp_remote_post,...
2013-02-05 Brandon LavigneInstead of using bash unzip, using WP_CLI native theme...
2013-02-03 Cristi BurcăMerge pull request #284 from wp-cli/user-list-csv
2013-02-03 scribuReverse parameter order in output_csv() utility
2013-02-03 scribuadd some examples for user list and regenerate manpage
next