OSDN Git Service

wvm/wvm.git
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...
2013-07-14 Daniel BachhuberMerge branch 'master' into user-first-arg
2013-07-14 Daniel BachhuberUpdate to accommodate scenario when multiple users...
2013-07-13 scribuadd missing docs for `user add-role`; improve docs...
2013-07-10 Cristi BurcăMerge pull request #476 from wp-cli/force-install-476
2013-07-10 scribusimplify logic for theme and plugin installs
2013-07-08 scribuleverage 'clear_destination' parameter from WP_Upgrader
2013-07-08 scribuMerge branch 'master' into force-install
2013-07-08 scributheme: parse_name() only needs the first argument
2013-07-08 scribuplugin: parse_name() only needs the first arg and only...
2013-07-08 scribumake parse_name a private function, since it's not...
2013-07-08 scribudocument --force flag
2013-07-08 scribureplace --yes with --force
2013-07-08 Cristi BurcăMerge pull request #576 from eugeneware/fix_core_init_tests
2013-07-08 Eugene Warefix travis.yml
2013-07-08 Daniel BachhuberMerge branch 'master' into force-install-476
2013-07-08 Eugene Wareioption fixes
2013-07-08 Daniel BachhuberForce install Akismet, as it comes with a default WordP...
2013-07-08 Eugene Wareremove :
2013-07-08 Eugene Wareternary -> if else
2013-07-08 scribuadd comments to examples for plugin/theme install
2013-07-08 Cristi BurcăMerge pull request #581 from om4james/zipfiles
2013-07-08 James Collinsman-src updates for #581
2013-07-08 James Collinsbehat: upgradables comment updates
2013-07-08 James CollinsMerge branch 'master' into zipfiles
2013-07-07 James Collinsbehat: Convert duplicate plugin/theme tests to scenario...
2013-07-07 James CollinsMerge remote-tracking branch 'upstream/master' into...
2013-07-07 Daniel BachhuberUpdate stories to support b07154e. Behat isn't working...
2013-07-07 Daniel BachhuberIf a plugin or theme is already installed and the ...
2013-07-06 scribubehat: remove var_dump()
2013-07-06 scribubehat: rename some helper methods
2013-07-06 scribubehat: remove get_path() helper method
2013-07-06 scribubehat: convert install_dir private property to RUN_DIR...
2013-07-06 scribubehat: replace 'a large image file' step with a more...
2013-07-06 James CollinsBug Fix for #581: allow plugins/themes to be installed...
2013-07-06 James Collinsbehat: Tests to demonstraten the plugin/theme install...
2013-07-05 James CollinsBug fix: allow plugins and themes to be installed from...
2013-07-04 Cristi BurcăMerge pull request #563 from eugeneware/rewrite_fixes
2013-07-03 Eugene Warefix whitespace and count -> empty
2013-07-03 Eugene Wareuse | as sed separator
2013-07-03 Eugene Waredefault host to localhost
2013-07-03 Eugene Wareenable passing through a db hostname with port, socket...
2013-07-03 Eugene Wareinline sed replace that is portable across GNU linux...
2013-07-03 Eugene Warereplace host in config file
2013-07-03 Eugene Waredon\'t hard code localhost
2013-07-02 Eugene Wareadd comment explaining need for apache_modules() function
2013-07-02 scribuinstantiate WP_CLI\Runner on demand; see #571
2013-07-02 Daniel BachhuberMention why there's no break
2013-07-02 Cristi BurcăMerge pull request #559 from wp-cli/format-count-559
2013-07-02 Cristi BurcăMerge pull request #562 from eugeneware/socket_support
2013-07-02 Daniel BachhuberUpdate user behat tests to use `--format=count`
2013-07-02 Daniel BachhuberScratch, fbc4792 was because I dropped the CSV heading...
2013-07-02 Daniel BachhuberFix maths error
2013-07-02 Daniel BachhuberSupport for `count` as a format type; update PHPdoc
2013-07-02 Daniel BachhuberBehat test for force-installing a specific version...
2013-07-02 Daniel BachhuberA Behat test for force-installing a plugin
2013-07-02 Daniel BachhuberImprove `theme install` logic to support force-installi...
2013-07-02 Daniel BachhuberMerge branch 'master' into force-install-476
2013-07-02 Eugene Wareremove debug line
2013-07-02 Eugene Warebool -> list
2013-06-30 scributravis: test against PHP 5.5
2013-06-30 scribuintroduce WP_CLI::get_runner() getter
2013-06-30 scribuintroduce get_configurator() getter
2013-06-30 scribuconvert from WP_CLI:: to self::
2013-06-30 Cristi BurcăMerge pull request #571 from wp-cli/commands-in-packages
2013-06-30 scribuconvert $root from class static to method static
2013-06-30 scribuintroduce get_root_command() getter
2013-06-30 scribuinstantiate WP_CLI::$root on-demand
2013-06-30 scribumake WP_CLI::add_command() work when called from a...
2013-06-26 scribuensure CRLF are always normalized to LF in the git...
2013-06-26 scribulock php-cli-tools version to 0.9.3
2013-06-26 Eugene WareMake wp rewrite (flush|structure) generate .htaccess...
2013-06-26 Eugene Waresupport for port and socket configurations with wp...
2013-06-25 Cristi BurcăMerge pull request #299 from wp-cli/import
2013-06-25 scribufix indentation in import.feature
2013-06-25 scribuadd newline at end of man-src/import.txt
2013-06-25 scribuminor whitespace fixes
2013-06-25 Daniel BachhuberHave the success message appear on its own line
2013-06-25 Daniel BachhuberUpdate documentation
2013-06-25 Daniel BachhuberFor most `wp user` subcommands, the first argument...
2013-06-25 Cristi BurcăMerge pull request #557 from wp-cli/fix-completions
2013-06-25 Daniel BachhuberUpdate docs
2013-06-25 Daniel BachhuberBasic feature test for import command
2013-06-25 Daniel BachhuberAllow a subset of STDOUT and STDERR to be used with...
2013-06-25 Daniel BachhuberIncorporate @mjangda's helpful verbosity filters
2013-06-25 Daniel BachhuberMake the `--authors` argument required. It's a very...
2013-06-25 Daniel BachhuberRefactor author mapping code so it can be used with...
2013-06-25 Daniel BachhuberIncorporate author mapping support into the WordPress...
2013-06-25 Daniel BachhuberFirst pass at a refactor to make `wp import` more abstr...
2013-06-25 Daniel BachhuberAlso define `WP_IMPORTING`, as this constant can be...
2013-06-25 Daniel BachhuberA wee bit of work on an import command
2013-06-25 scribumove completions flag to 'cli' command
2013-06-25 scribuadd test for --completions flag
2013-06-25 Cristi BurcăMerge pull request #556 from wp-cli/custom-port
2013-06-25 scribubehat: set custom port only in that specific test,...
2013-06-25 scribudon't set $_SERVER['REQUEST_URL']
2013-06-25 scribuappend port to $_SERVER['HTTP_HOST']
next