OSDN Git Service

wvm/wvm.git
2013-05-11 scribuautoload from local vendor dir, then from global
2013-05-11 scribuswitch back to our fork of php-cli-tools
2013-05-10 Cristi BurcăMerge pull request #442 from tolgap/master
2013-05-10 tolgapForce the version field if not exist so it shows up...
2013-05-09 Cristi BurcăMerge pull request #443 from wp-cli/refactor-debug...
2013-05-09 scribunever display PHP errors on STDOUT
2013-05-09 scribudefine WP_DEBUG in Utils\wp_debug_mode()
2013-05-09 scribubehat: set up WP file cache only once, before suite
2013-05-09 tolgapAdded functional tests for the plugin and theme list...
2013-05-09 tolgapGenerated man pages for the list commands
2013-05-09 tolgapMatch arguments of parent function
2013-05-09 tolgapImplemented 'list' command for theme and plugin command...
2013-05-09 scribuRevert "don't load cli/cli.php utilities (unused)"
2013-05-09 scribudon't load cli/cli.php utilities (unused)
2013-05-08 Cristi BurcăMerge pull request #408 from wp-cli/fields-argument
2013-05-08 Daniel BachhuberUpdate man docs to mention `--fields`
2013-05-08 Daniel BachhuberUpdate term.feature to make use of `--fields` argument
2013-05-08 Daniel BachhuberUpdate post.feature to test new `--fields` argument
2013-05-08 Daniel BachhuberRevert parts of 3500a184e5ca652370fdaa7e2c2217290fadf69c.
2013-05-08 Daniel BachhuberMerge branch 'master' into fields-argument
2013-05-08 scribuchange exit code when Composer packages aren't installed
2013-05-08 scribufix path to cli-tools package
2013-05-08 scribuBump required PHP version to 5.3.2
2013-05-08 Cristi BurcăMerge pull request #437 from wp-cli/boris
2013-05-08 scribudon't install Boris in dev-build, since it alters the...
2013-05-08 scribushell: re-generate man page
2013-05-08 scributravis: force-install Boris, for smoke testing
2013-05-08 scribushell: remove superfluous exit instructions
2013-05-08 scribumake Boris a suggested package
2013-05-08 scribushell: remove Boris tests
2013-05-08 scribushell man: remove note about backslashes
2013-05-08 scribushell: remove support for 'history' builtin
2013-05-08 scribushell: use var_dump(), to better match Boris output
2013-05-08 scribufix shell tests
2013-05-08 scriburemove support for $_ special variable, since Boris...
2013-05-08 scribuadd --basic flag to `wp shell` command
2013-05-08 scribufall back to old REPL implementation if Boris is not...
2013-05-08 scribuadd Boris as a dependency and use it instead of homegro...
2013-05-08 scribumove REPL implementation to separate class
2013-05-06 scribumake the $fields property private
2013-05-06 scriburefactor Post_Command::_list()
2013-05-06 scribumake $items the first parameter in format_items()
2013-05-06 scriburemove invalid assoc args before. fixes #436
2013-05-06 scribufix SynopsisParser::validate_args() not finding the...
2013-05-06 scribuadd some unit tests for argument validation methods
2013-05-06 scribuadd empty arrays, to avoid notices
2013-05-06 scribuargument validation: separate logic from presentation
2013-05-03 scribuoutut a single error message, instead of multiple warnings
2013-05-03 scribubehat: remove unused step definition. see #434
2013-05-03 Cristi BurcăMerge pull request #434 from wp-cli/fix-434
2013-05-03 scribugenerate test plugin on the fly, instead of downloading...
2013-05-03 scribubehat: be more verbose when a command fails
2013-05-03 scribubehat: set different db prefix for subdir install
2013-05-03 scribubehat: introduce Process class
2013-05-03 scribubehat: merge _run() and run() methods
2013-05-03 scribuadd missing dots to blog subcommand descriptions
2013-05-03 scriburemove empty constructor from MS_Blog_Command
2013-05-01 Cristi BurcăMerge pull request #410 from tlovett1/feature/blog...
2013-05-01 Taylor LovettAdd docblock mention for --yes flag
2013-05-01 Taylor LovettRename multisite.feature to blog.feature; add feature...
2013-05-01 Cristi BurcăMerge pull request #429 from tolgap/master
2013-05-01 tolgapShow version on wp theme status by default
2013-04-30 Cristi BurcăMerge pull request #432 from wp-cli/shell-multiline
2013-04-30 scribuupdate shell man page
2013-04-30 scribuAdd multiline support to `wp shell` via backslash
2013-04-30 Cristi BurcăMerge pull request #430 from wp-cli/shell-tests
2013-04-30 scribuadd test for 'history' builtin; see #373
2013-04-30 scributest declaring functions and variables in a shell session
2013-04-30 scributravis: don't send email notifications on success
2013-04-30 scribubehat: add newline to generated files
2013-04-30 scribushell: use WP_CLI::print_value(), since we don't want...
2013-04-30 scribuadd basic shell smoke test
2013-04-30 tolgapCheck empty version for mu-plugins, remove unnecessary...
2013-04-29 tolgapshow version default, remove color from version and...
2013-04-29 tolgapFixed issue #428. Ability to display version for plugin...
2013-04-29 Cristi BurcăMerge pull request #55 from wp-cli/query-from-stdin
2013-04-29 scribuman: add `wp db query` example
2013-04-29 scribudb query: select database
2013-04-29 scributest that database is selected
2013-04-29 scribumake `wp db query` optionally read from STDIN
2013-04-29 scribusince it's called dev-build, install the development...
2013-04-29 scriburename create_cmd() to esc_cmd()
2013-04-29 scribucore command: "use WP_CLI\Utils;"
2013-04-29 scribucore download: refactor curl + tar into a single comman...
2013-04-29 scribucore download: remove duplicate code for creating the...
2013-04-29 scribuUse `wp core download` in Travis tests too.
2013-04-29 scribuRename `wp db connect` back to `wp db cli`
2013-04-29 Cristi BurcăMerge pull request #422 from wp-cli/post-list-status
2013-04-29 scribuadd post_status to `wp post list` output
2013-04-29 Daniel BachhuberTest: `wp post list` should contain both 'draft' and...
2013-04-29 Daniel BachhuberRefactor checkThatCsvStringContainsCsvString() such...
2013-04-29 Daniel BachhuberBehat step for checking a CSV contains string
2013-04-29 Daniel BachhuberFix typo
2013-04-28 Cristi BurcăMerge pull request #421 from wp-cli/update-composer...
2013-04-28 Daniel BachhuberUpdate composer.lock to latest
2013-04-27 Daniel BachhuberEnsure `wp post list` returns posts of all statuses...
2013-04-27 Taylor LovettUpdate man pages
2013-04-27 scribuvalidate --post_id only once and issue warning
2013-04-27 scribunested ternary operators are bad, mkay...
2013-04-27 scribuShorten description for `wp media import`
next