OSDN Git Service

wvm/wvm.git
2013-09-29 scriburemove 'wp comment last' subcommand
2013-09-29 Cristi BurcăMerge pull request #763 from wp-cli/doc-rewrap
2013-09-29 scribuhandle case where there is nothing after the last param...
2013-09-28 scribuin PHP 5.3, self:: does not work inside closures
2013-09-28 scribuwordwrap synopsis
2013-09-28 scriburewrap argument descriptions
2013-09-28 Cristi BurcăMerge pull request #778 from wp-cli/list-field
2013-09-28 scribuimplement --field= parameter for 'wp plugin list' and...
2013-09-28 scribumove plugin/theme prepping code closer to where it...
2013-09-28 scribuimplement --field= parameter for 'wp site list'
2013-09-28 scribuimplement --field= parameter for post, user and comment...
2013-09-28 Cristi BurcăMerge pull request #794 from goldenapples/goldenapples...
2013-09-28 scribufix `wp post edit`
2013-09-27 goldenapplesApply default filters in content in `wp post edit`
2013-09-27 scribubehat: show STDOUT on error
2013-09-27 Cristi BurcăMerge pull request #779 from wp-cli/site-dbobject
2013-09-26 scribumake Site_Command extend CommandWithDBObject
2013-09-26 scribupass subcommand implementations as callbacks
2013-09-23 Cristi BurcăMerge pull request #786 from wp-cli/fix-786
2013-09-23 scribuaccount for XDebug not being installed when setting...
2013-09-20 Cristi BurcăMerge pull request #780 from wp-cli/behat-background
2013-09-20 scribubehat: use Background feature
2013-09-19 Cristi BurcăMerge pull request #776 from wp-cli/field-arg
2013-09-19 scribuadd --field arg to 'wp comment get'
2013-09-19 scribuMerge branch 'master' into field-arg
2013-09-19 Cristi BurcăMerge pull request #766 from wp-cli/comment-dbobj
2013-09-19 scribumake Comment_Command extend CommandWithDbObject
2013-09-19 scribuadd --field arg to 'wp user get'
2013-09-19 scribuadd --field arg to 'wp post get'
2013-09-19 Cristi BurcăMerge pull request #775 from c10b10/master
2013-09-19 Alex CiobicaLint.
2013-09-19 Alex CiobicaFix mysql environment issue.
2013-09-18 Cristi BurcăMerge pull request #771 from Rarst/synopsis-extract-fix
2013-09-18 Andrey SavchenkoRefactored end of line trim of synopsis extraction...
2013-09-17 Andrey SavchenkoTrimmed whitespace on extracted synopsis lines
2013-09-16 scriburemove extra spaces in scaffold templates
2013-09-16 Cristi BurcăMerge pull request #768 from thisislawatts/patch-1
2013-09-16 LA WattsAdds show_admin_column
2013-09-15 Cristi BurcăMerge pull request #767 from wp-cli/fix-663
2013-09-15 scribuinstead of ignoring them, pass config values along...
2013-09-15 scribuadd test that catches #663
2013-09-15 scriburename some variables, for clarity.
2013-09-12 Cristi BurcăMerge pull request #754 from smhmic/patch-2
2013-09-12 Cristi BurcăMerge pull request #755 from wp-cli/deprecate-synopsis-tag
2013-09-12 Cristi BurcăMerge pull request #762 from wp-cli/fix-762
2013-09-12 scriburemove synopsis tag where not needed
2013-09-12 scribuuse fwrite() instead of echo, to prevent buffering
2013-09-11 scriburemove synopsis tag from the rest of the core subcommands
2013-09-11 scribufirst pass at extracting synopsis from longdesc
2013-09-11 scribumention dev-build in README. fixes #757
2013-09-10 Cristi BurcăMerge pull request #753 from dreamhost/db_config_template
2013-09-10 smhmicallow (but ignore) a leading "[no-]" before flag name...
2013-09-10 Mike Schroderwp core config: Add dbcharset and dbcollate params
2013-09-10 Cristi BurcăMerge pull request #752 from wp-cli/fix-update-all
2013-09-10 scribumake 'update --all' work again and add test
2013-09-06 Cristi BurcăMerge pull request #745 from wp-cli/log-colorization
2013-09-06 scribufix usage of $label parameter in WP_CLI::error()
2013-09-06 scribuadd unit test for regular logger
2013-09-06 scriburemove $label parameter from logging methods
2013-09-06 scribudon't pass the message through colorization; only the...
2013-09-06 Cristi BurcăMerge pull request #743 from x-team/db-import-default...
2013-09-06 Weston RuterSpecify DB_CHARSET as default-character-set for wp...
2013-08-30 scribuclean up _search() helper:
2013-08-30 Cristi BurcăMerge pull request #739 from wp-cli/activate-many
2013-08-30 scribumake get_details() accept a plugin object
2013-08-30 scribumake _delete() accept a plugin object
2013-08-30 scribureplace parse_name() with validate_plugin_names().
2013-08-30 scribufirst pass at making plugin {activate|deactivate|toggle...
2013-08-30 Cristi BurcăMerge pull request #738 from oknoway/master
2013-08-30 Nate BedorthaFix small typo
2013-08-29 Cristi BurcăMerge pull request #734 from wp-cli/fix-erroneous-error
2013-08-29 Daniel BachhuberFix erroneous error
2013-08-29 Cristi BurcăMerge pull request #733 from wp-cli/support-arbitrary...
2013-08-29 Daniel BachhuberSupport arbitrary filtering when listing terms
2013-08-29 Daniel BachhuberSupport arbitrary filters when listing users
2013-08-28 Cristi BurcăMerge pull request #731 from stianlik/master
2013-08-28 =Support for whitespace in file path
2013-08-27 scribubehat: pass process result to checkString() for richer...
2013-08-27 Cristi BurcăMerge pull request #724 from wp-cli/variadic-validation
2013-08-27 scribuusage errors exit with code 1
2013-08-27 scribubehat: remove unused 'I try to import it' step
2013-08-27 scribumedia regenerate: attachment IDs are optional
2013-08-27 scribudon't ignore repeating arguments in enough_positionals...
2013-08-27 scribuadd behat test for variadic commands
2013-08-26 Cristi BurcăMerge pull request #673 from wp-cli/prompt-673
2013-08-26 scriburemove leftover $prompt property
2013-08-26 Daniel BachhuberWe don't need a `prompt()` util right now. Instead...
2013-08-25 Daniel BachhuberCatch the thrown exception
2013-08-25 Cristi BurcăMerge pull request #700 from wp-cli/comment-list-700
2013-08-25 Cristi BurcăMerge pull request #726 from Rarst/doc-block-eol-fix
2013-08-25 Daniel BachhuberA functional test for `wp comment list`
2013-08-25 Daniel BachhuberImplement `wp comment list`
2013-08-25 Andrey SavchenkoFixed regex for better matching EOL when cleaning doc...
2013-08-25 Daniel BachhuberA better way of achieving this.
2013-08-25 Daniel BachhuberSupport for generic arguments
2013-08-25 Daniel BachhuberAdd support for prompting `--flag`
2013-08-25 Daniel BachhuberBetter use of `\cli\prompt()`, which requires a default...
2013-08-25 Daniel BachhuberSupport for repeating positional arguments
2013-08-25 Daniel BachhuberUse `\cli\prompt()` instead of reinventing the wheel
2013-08-25 Daniel BachhuberMerge branch 'master' into prompt-673
next