OSDN Git Service

wvm/wvm.git
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-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-02 Eugene Wareadd comment explaining need for apache_modules() function
2013-07-02 scribuinstantiate WP_CLI\Runner on demand; see #571
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 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 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']
2013-06-25 scribubehat: install WP with custom URL
2013-06-25 scribubehat: remove duplicate check in core.feature
2013-06-25 scribuset $_SERVER['SERVER_PORT']
2013-06-25 scribubehat: add test for --url global parameter
2013-06-25 scribuharmonize command descriptions
2013-06-25 Cristi BurcăMerge pull request #539 from wp-cli/absolutize-require
2013-06-25 scribuabsolutize 'require:'
2013-06-25 scribumove 'path:' absolutization logic to Configurator
2013-06-25 scribubehat: add test for relative 'require:' path in wp...
2013-06-25 scribushow warning if --url doesn't receive a value
2013-06-25 scribudon't mention deprecated --blog option in synopsis
2013-06-25 scribus/blog-wide/site-wide/g
2013-06-25 Cristi BurcăMerge pull request #553 from wp-cli/fix-553
2013-06-25 scribubehat: don't check DB error message, since it's sometim...
2013-06-25 scribubehat: always invoke `wp` with a command
2013-06-24 scribubehat: use `@when` flag for testing --require
2013-06-24 scribuMerge pull request #548 from wp-cli/inline-help
2013-06-24 scriburemove man/ dir
2013-06-24 Cristi BurcăMerge pull request #536 from wp-cli/before_invoke
2013-06-24 scribuignore first parameter to WP_CLI::add_man_dir()
2013-06-24 scriburename '_sys' to 'cli'
2013-06-24 scribuMake `wp` show the same output as `wp help`.
2013-06-24 scribufix indentation for options
2013-06-24 scribumore cleanup of option listing
2013-06-24 Cristi BurcăMerge pull request #550 from wp-cli/empty-clarity
2013-06-24 Daniel BachhuberDrop the example entirely. Basic usage is covered in...
2013-06-24 Daniel BachhuberFix reference to command
2013-06-24 Daniel BachhuberManual for the `--yes` prompt
2013-06-24 Daniel BachhuberClarity the `site empty` command doesn't do anything...
2013-06-23 scribupartial cleanup of option listing
2013-06-23 scribuprettify subcommand listing
2013-06-23 scribumake help headings bright
2013-06-23 scribuoutput help markdown directly, instead of going through man
2013-06-23 scribuignore composer.lock
2013-06-23 scribuupdate Composer dependencies
2013-06-23 scriburemove empty line
2013-06-22 scribumisc man fixes
2013-06-22 scribuvarious man page updates
2013-06-22 scribufix synopsis for `wp media import`
2013-06-22 scribufix man page for `wp core is-installed`
2013-06-21 scribucolorize plugin/theme status legend. see #517
next