OSDN Git Service

wvm/wvm.git
2013-05-18 Cristi BurcăMerge pull request #458 from wp-cli/core-version-check
2013-05-18 scribucore download: update to /version-check/1.6/
2013-05-18 scributest wp core download --locale
2013-05-18 scributravis: make Behat output less verbose
2013-05-14 Cristi BurcăMerge pull request #451 from wp-cli/behat-refactor
2013-05-14 scributry the --activate flag for `wp scaffold plugin` one...
2013-05-14 scribubehat: move plugin dir acquiring to the 'Given' block
2013-05-14 scribubehat: more misc fixes
2013-05-14 scribubehat: move theme dir acquiring to the 'Given' block
2013-05-14 scribubehat: misc fixes
2013-05-14 scribubehat: fix theme test
2013-05-14 scribudon't create a new test dir if one already exists
2013-05-14 scribuadd success message for `wp theme delete`
2013-05-14 scribubehat: remove "it should run without errors" step
2013-05-14 Cristi BurcăMerge pull request #444 from wp-cli/scaffold-tests
2013-05-14 scribubehat: reorganize common cpt and tax setup
2013-05-13 jmslbamAdded plugin_name arg
2013-05-13 jmslbamSplit up plugin activation
2013-05-13 scribuMerge branch 'fix-447'
2013-05-13 Jaime MartinezPlugin scaffold typo fix for Behat test
2013-05-12 jmslbamAdded scaffold plugin activation test
2013-05-12 jmslbamAdded behat test for plugin scaffolding
2013-05-12 jmslbamAdded tags
2013-05-12 jmslbamAdded child-theme behat test
2013-05-12 jmslbamAdded trailing slash to WP_CONTENT_DIR Fixes #446
2013-05-12 jmslbamMerged CPT and Tax test
2013-05-12 Cristi BurcăMerge pull request #449 from wp-cli/verbose-export
2013-05-12 scribuexport: add smoke test
2013-05-12 scribuexport: document --verbose parameter
2013-05-12 scribuexport: show parameters sent to export_wp() only if...
2013-05-12 scribuexport: more indentation fixes
2013-05-12 scribumake is_absolute_path() work on Windows paths
2013-05-12 scribuadd deprecation message for WP_CLI::addCommand()
2013-05-11 scribustop after finding the first Composer autoloader.
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 scribusimplify 'file should exist' step definition
2013-05-10 jmslbamAdded CPT creation
2013-05-10 jmslbamUsing stylesheetpath because it gets them path and...
2013-05-10 jmslbamAdded CPT and TAX --flags test and TAX --theme test
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 scribuexport: minor whitespace fixes
2013-05-09 scribufirst pass at --verbose flag for `wp export`
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...
next