OSDN Git Service

wvm/wvm.git
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 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`
2013-04-27 Cristi BurcăMerge pull request #367 from goldenapples/goldenapples...
2013-04-26 goldenapplesUse variables in feature steps for readability
2013-04-26 scribuadd functional test for --require flag
2013-04-26 goldenapplesAdd behat features to test against local files
2013-04-26 goldenapplesFor local media imports, copy to tempfile before importing
2013-04-26 scribudev-build: check that 'php' is available before doing...
2013-04-26 Cristi BurcăMerge pull request #396 from wp-cli/uniform-cmd-add
2013-04-26 scribumerge MethodSubcommand into Subcommand
2013-04-26 scribuinstantiate MethodSubcommand instead of Subcommand
2013-04-26 scriburemove unnecessary WP_CLI\Commands namespace
2013-04-26 scribucheck for __invoke() method instead of parameter type
2013-04-25 goldenapplesUpdate man page for `wp media import`
2013-04-25 goldenapplesAdd `--featured_image` associative arg
2013-04-25 goldenapplesAdd Behat feature for `wp media import`
2013-04-25 goldenapplesRename arguments to make more logical sense
2013-04-25 goldenapplesRemove filename completion for wp media import
2013-04-25 goldenapplesAdd capability to download files from URL
2013-04-25 goldenapplesInitial implementation of wp media import
2013-04-25 Taylor LovettRemove empty subcommands args; move empty terms/taxes...
2013-04-24 Taylor LovettRename wp blog truncate to wp blog empty
2013-04-24 Taylor LovettMove empty blog subcommand to blog command; create...
2013-04-24 Taylor LovettMoving empty blog subcommand to blog command
2013-04-23 scribuDefine WP_ADMIN before loading WordPress
2013-04-23 Cristi BurcăMerge pull request #407 from wp-cli/term-create-porcelain
2013-04-23 scribuSimulate and announce a /wp-admin/ page load
2013-04-22 Taylor LovettChange empty_terms and empty_comments to keep_terms...
2013-04-22 Taylor LovettFix post type argument in comments
2013-04-22 Taylor LovettUse WP_CLI\Iterators\Query instead of ->get_col
2013-04-22 Cristi BurcăMerge pull request #409 from mwilliamson/download-tmp-dir
2013-04-22 Taylor LovettRemove empty_options flag
2013-04-22 Taylor LovettRemove some old code [closes #406]
2013-04-21 Taylor LovettAdd empty_blog subcommand to core
2013-04-21 Michael WilliamsonDon't create temporary wordpress directory during ...
2013-04-21 Daniel BachhuberBalance ze curly braces to meet WP standards
next