OSDN Git Service

wvm/wvm.git
2013-08-06 Cristi BurcăMerge pull request #634 from wp-cli/fix-634
2013-08-06 scribuoption update: use non-strict comparison
2013-08-06 scribuadd test for #634
2013-08-06 Cristi BurcăMerge pull request #645 from wp-cli/fix-645
2013-08-06 scribushow commands defined in plugins when running 'wp help'
2013-08-06 scribuadd regression test for #645
2013-08-06 scribuintroduce WP_CLI_PHP_ARGS environment variable
2013-08-06 scribucolorize update candidates. fixes #638
2013-08-05 Cristi BurcăMerge pull request #632 from wp-cli/cpt-post-types...
2013-08-05 Cristi BurcăMerge pull request #633 from wp-cli/fix-633
2013-08-05 scribuuse $p_value instead of $p_name for positional parameters
2013-08-05 jmslbamMove `--post_types` to taxonomy function
2013-08-05 scribuadd unit test for #633
2013-08-05 scribuadd regression test
2013-08-05 jmslbamFix notices undefined index post_types when scaffolding CPT
2013-08-05 scribucontrib-list: don't show names starting with upper...
2013-08-04 scribucontrib-list: fix githubify function
2013-08-04 scribu0.11.0 final v0.11.0
2013-08-04 scribumake Rewrite_Command::apache_modules() private
2013-08-04 scribuadd new contributors since 0.10
2013-08-04 scribuadd shortdesc for 'wp cli' subcommands
2013-08-04 scribuupdate to Mustache 2.4
2013-08-04 scribubump version to 0.11.0-beta
2013-08-04 Cristi BurcăMerge pull request #552 from wp-cli/help-pager
2013-08-04 scribuhelp: remove unused find() utility
2013-08-04 scribualways pass docs through WP_CLI::colorize()
2013-08-04 scribuMerge branch 'master' into help-pager
2013-08-04 scriburemove buggy code that tries to use `more` for paging...
2013-08-04 Cristi BurcăMerge pull request #551 from wp-cli/inline-docs
2013-08-04 scribuescape "*/" sequence in media.php
2013-08-04 scribumove docs from man-src/ into PHPDoc comments
2013-08-04 scribuconvert-docs.php: indentation fixes
2013-08-04 scribuadd extra newline if longdesc exists
2013-08-04 scribudeprecate WP_CLI::add_man_dir()
2013-08-04 Cristi BurcăMerge pull request #629 from johnbillion/plugin-feedback
2013-08-04 John BlackbournClearer confirmation message when network-activating...
2013-08-04 scribuconvert tabs to spaces only when displaying in the CLI
2013-08-01 scribuadd test for multiline excerpt. see #624
2013-08-01 scribureplace get_extra_markdown() with get_longdesc()
2013-08-01 scribuDocParser: implement get_longdesc()
2013-08-01 scribuDocParser: return empty string instead of false
2013-08-01 scribuDocParser: remove decorations before processing
2013-08-01 Dan GardnerSupport multi-line argument values (#624)
2013-08-01 scribuadd a few unit tests for DocParser
2013-08-01 scribupass string to DocParser (makes it easier to unit test)
2013-08-01 scribumake `wp help` read intermediary format
2013-08-01 scribuintroduce utils/convert-docs.php script
2013-08-01 scriburemove unnecessary temporary variable
2013-08-01 scribudon't return 'filter' object in `wp post get --format...
2013-07-31 scribugiving credit where credit is due
2013-07-31 scriburemove 'Need even more info' section
2013-07-30 scribuRevert "remove redundant array_filter() around preg_spl...
2013-07-30 scriburemove redundant array_filter() around preg_split()
2013-07-30 scribuignore repeating parameters in enough_positionals()
2013-07-30 scribuRewrite SynopsisParser to support optional values for...
2013-07-30 scribuintroduce SynopsisValidator class
2013-07-28 scribuadd some Behat tests for `wp user *-role`
2013-07-28 scribumake `wp user get` show roles
2013-07-28 scribuallow WP_CLI::error() to do its thing
2013-07-27 Cristi BurcăMerge pull request #598 from wp-cli/multisite-install
2013-07-24 scribufix indentation in .travis.yml
2013-07-23 scribumerge master into multisite-install branch
2013-07-23 Cristi BurcăMerge pull request #603 from wp-cli/fix-603
2013-07-23 scribuextract init_config() helper method
2013-07-23 scribushow synopsis for incomplete commands, even without...
2013-07-23 scribumove find_command_to_run() method to WP_CLI\Runner
2013-07-23 scribuadd comment above apparently unnecessary load_command...
2013-07-23 scribuclone object instead of calling constructor; fixes...
2013-07-23 scribudon't fail if the site is already installed
2013-07-23 scribuadd --locale parameter to 'wp core config'. fixes #607
2013-07-19 scribumake --title optional for multisite-convert
2013-07-19 scribuadd comment about cURL + tar. see #604
2013-07-19 Cristi BurcăMerge pull request #604 from Veered/master
2013-07-18 VeeredThe Windows version of tar doesn't play nicely with...
2013-07-18 VeeredAllow paths with spaces.
2013-07-18 scribuadd docs for 'core multisite-install'
2013-07-17 scribuaccount for already defined multisite constants
2013-07-17 scribubehat: remove mismatched URL
2013-07-17 scribudefine COOKIEHASH to get rid of DB warning
2013-07-17 scribuget rid of some DB warnings
2013-07-17 scribumove docs for multisite-convert
2013-07-17 scribumove set_url_params() to WP_CLI\Runner
2013-07-17 scribufix edge case in guess_url()
2013-07-17 scribufake $current_site and $current_blog globals
2013-07-17 scribucopy the missing steps from populate_network()
2013-07-17 scributest both with and without multisite constants scenarios
2013-07-16 scribuskip ms_site_check() when installing
2013-07-16 scribuintroduce `wp core multisite-install` (doesn't work...
2013-07-15 scribubump version to 0.11.0-alpha2
2013-07-14 Cristi BurcăMerge pull request #595 from wp-cli/user-get
2013-07-14 scribuWP_User->to_array() doesn't exist in WP 3.4
2013-07-14 scribubehat: align table bars
2013-07-14 scribuimplement `wp user get`
2013-07-14 scribuextract assoc_array_to_table() utility.
2013-07-14 scribusimplify user test
2013-07-14 Cristi BurcăMerge pull request #555 from wp-cli/user-first-arg
2013-07-14 scribudon't abort if a user isn't found
2013-07-14 scriburename get_user_from_first_arg() to get_user()
2013-07-14 Daniel BachhuberMerge branch 'user-first-arg' of github.com:wp-cli...
2013-07-14 Daniel BachhuberUpdate "Generating Users" scenario to accommodate delet...
next