OSDN Git Service

wvm/wvm.git
2013-03-05 jmslbamRemoved print_r and finalized to generate man page
2013-03-05 jmslbamAdded @unlink and merged from upstream master
2013-03-05 jmslbamMerge branch 'master' of git://github.com/wp-cli/wp...
2013-03-04 scribuplugin init-tests: always overwrite existing files
2013-03-04 scribudon't need to place the plugin directory inside the...
2013-03-04 jmslbamCleanup regenerating thumbnails and use more WP function
2013-03-04 jmslbamRemoved query reset
2013-03-04 scribuuse tests_add_filter() in bootstrap.mustache
2013-03-04 Cristi BurcăMerge pull request #343 from sebastiaandegeus/master
2013-03-04 scribuadd utils/test-phar-download. see #340
2013-03-04 Cristi BurcăMerge pull request #344 from wp-cli/fix-phar
2013-03-04 scribuadd missing Composer files to phar archive
2013-03-04 scribuadd smoke test to utils/update-phar
2013-03-04 Sebastiaan... fixed escaped quotes that caused wrong urls on output
2013-03-04 Sebastiaan... set default value for query_var to true, same as the...
2013-03-04 Cristi BurcăMerge pull request #340 from wp-cli/phar-checksum
2013-03-04 jmslbamUse WP_Query instead of custom select
2013-03-03 jmslbamrenamed parameter
2013-03-03 jmslbamPolished message
2013-03-03 jmslbamAdded position paramater `wp media regenerate 21 45...
2013-03-03 scribumake local-build embedable into .bashrc again
2013-03-03 scribuinstall composer dependencies in local-build too
2013-03-03 jmslbamFixed variable name so thumbnails get unlinked again
2013-03-03 jmslbamBetter grammar
2013-03-03 jmslbamCleaned up unused code
2013-03-03 jmslbamPolished some feedback messages
2013-03-03 jmslbamUsing WP_CLI::warning
2013-03-03 jmslbamUsing WP_CLI::warning
2013-03-03 jmslbamUse concate instead of sprintf
2013-03-03 jmslbamRemoved settings timeout
2013-03-03 jmslbamRemoved use of $error
2013-03-03 scribumake update-phar generate a checksum
2013-03-03 Cristi BurcăMerge pull request #341 from wp-cli/fix-composer
2013-03-03 scribudon't check if the cache directory exists
2013-03-03 scriburemove unnecessary loading of PHPUnit/Autoload.php
2013-03-02 scribuleave minimum stability to stable
2013-03-02 scribushow error message when vendor directory is missing
2013-03-01 jmslbamOptimizing looping and unlinking of the resized images
2013-02-28 Cristi BurcăMerge pull request #336 from wp-cli/no-submodules
2013-02-28 scribuupdate make-phar.php to use vendor dir
2013-02-28 scriburemove loading from submodules
2013-02-28 scribuinstall and use Composer in utils/dev-build
2013-02-28 scributravis: no more submodules to initialize
2013-02-28 scribuadd composer.lock
2013-02-28 scribudelete submodules
2013-02-28 Cristi BurcăMerge pull request #334 from sebastiaandegeus/master
2013-02-28 Sebastiaan... regenerated the man page for core config command
2013-02-28 Sebastiaan... made dbpass parameter optional for core config command
2013-02-27 scribuuse `wp core version` instead of `wp post list` to...
2013-02-27 scribushorten synopsis for boolean parameters
2013-02-27 scributravis: add --no-interaction flag to Composer call
2013-02-27 Cristi BurcăMerge pull request #327 from wp-cli/fix-core-download
2013-02-27 scribuPrepend `--path`, instead of appending it, so that...
2013-02-27 scribuIgnore `wp ` prefix straigth from step definition.
2013-02-27 Cristi BurcăMerge pull request #330 from erwanlr/db-create-syntax...
2013-02-27 scribufix coding standards. see #329
2013-02-27 Cristi BurcăMerge pull request #329 from erwanlr/master
2013-02-27 erwanlrFixes #321 db create / drop / reset syntax error with...
2013-02-27 erwanlr'/' missing
2013-02-26 erwanlrFixes Runner::set_wp_root to handle absolute & relative...
2013-02-26 scribucreate ABSPATH if it doesn't exist. props @erwanlr
2013-02-26 scribuuse ABSPATH in `core download`, instead of '.'
2013-02-26 scribuadd core download check in 'Empty dir' scenario
2013-02-26 scriburely on --path, instead of using chdir()
2013-02-26 Cristi BurcăMerge pull request #324 from taupecat/master
2013-02-26 Tracy RottonUpdate php/config-spec.php
2013-02-26 jmslbamFirst start better naming
2013-02-25 jmslbamSkip confirmation if `id` arg is given
2013-02-25 jmslbamAdded confirmation check before regenerating all images
2013-02-25 scribuadd Build Status image to readme
2013-02-25 scribu'Db doesn't exist scenarion: make check less strict...
2013-02-25 scriburemove `wp theme status twentytwelve` check
2013-02-25 scribumake wp core install check less strict, to avoid error...
2013-02-25 Cristi BurcăMerge pull request #319 from wp-cli/travis
2013-02-25 scribumark SynopsisParser::gen_patterns() as static
2013-02-25 scribudon't run Behat tests if unit tests fail
2013-02-25 scribufirst pass at .travis.yml file
2013-02-25 scriburunning the tests: fix example mysql command
2013-02-25 jmslbamCleanup before pull request and add props to Viperbond007
2013-02-25 scribure-order lines in .travis.yml template to make them...
2013-02-25 scribufix version check for revision.php and post-formats.php
2013-02-24 Cristi BurcăMerge pull request #318 from ocean90/fix-wp-settings-cli
2013-02-24 Dominik SchillingFix fatal error, because of new files, see https:/...
2013-02-22 scribumake shell readline script more readable, using a heredoc
2013-02-21 scribuquiet down svn checkout in travis script. see #270
2013-02-21 scribuadd utils/update-phar
2013-02-21 scriburemove P2P specific <filter> from phpunit.xml
2013-02-19 scribuavoid using the -l option for man, which doesn't exist...
2013-02-19 scribubump version to 0.9.0-alpha2
2013-02-19 Cristi BurcăMerge pull request #309 from wp-cli/core-init-tests
2013-02-18 scribudocument path parameter and add example
2013-02-18 scribuadd manpage
2013-02-18 scribuadd optional path parameter
2013-02-18 scribuadd `wp core init-tests`
2013-02-18 Cristi BurcăMerge pull request #270 from wp-cli/plugin-tests
2013-02-18 scribuadd manpage for `wp scaffold plugin-tests`
2013-02-18 scriburevert to using the official unit testing suite
2013-02-18 scribuadd test-sample.php file
2013-02-18 scributransform add_testing_files() method into a proper...
2013-02-17 scribushow plugin dir, instead of path on success message...
next