OSDN Git Service

wvm/wvm.git
2013-08-25 Andrey SavchenkoFixed regex for better matching EOL when cleaning doc...
2013-08-25 Cristi BurcăMerge pull request #723 from wp-cli/install-many
2013-08-25 scribumake sure the slug is always part of the warning
2013-08-25 scribu'wp theme install' only shows a warning now
2013-08-25 scribufirst pass at supporting multiple plugin/theme installs
2013-08-22 scribubehat: whitespace fixes
2013-08-22 Cristi BurcăMerge pull request #720 from wp-cli/update-many
2013-08-22 scribu{plugin|theme} update: add more examples
2013-08-22 scribu{plugin|theme} update: improve --dry-run output
2013-08-22 scribuallow passing multiple items to 'wp plugin update'...
2013-08-21 scribufix and simplify the --skip-salts test. see #696
2013-08-21 scribuMerge pull request #696 from nikolay/patch-1
2013-08-21 Nikolay KolevFixed a typoe in --skip-salts synopsis
2013-08-21 Cristi BurcăMerge pull request #435 from wp-cli/core-config-435
2013-08-21 Nikolay KolevAdded tests for the --skip-salts parameter
2013-08-21 scribubehat: replace hidden parameters to 'wp config' with...
2013-08-21 scribucore config: use cmd_starts_with() instead of doing...
2013-08-21 scribubehat: show working dir when the return code is wrong
2013-08-21 scribuadd test that reproduces both #435 and #716
2013-08-21 Nikolay KolevDon't include the comments, which would be irrelevant...
2013-08-20 Cristi BurcăMerge pull request #710 from johnbillion/flush-docs
2013-08-20 John BlackbournCorrect the inline docs for the `--hard` flag on `wp...
2013-08-20 Cristi BurcăMerge pull request #702 from wp-cli/term-get-702
2013-08-20 Daniel BachhuberTest `wp term get`
2013-08-20 Daniel BachhuberA subcommand for getting a taxonomy term
2013-08-20 Cristi BurcăMerge pull request #707 from wp-cli/more-assoc-table-707
2013-08-20 Cristi BurcăMerge pull request #705 from wp-cli/fix-theme-path
2013-08-20 Cristi BurcăMerge pull request #701 from wp-cli/comment-get-701
2013-08-20 Daniel BachhuberThis method has been replaced by a helper util of the...
2013-08-20 Daniel BachhuberUse our new util function
2013-08-20 Daniel BachhuberTest for `wp comment get`
2013-08-20 Daniel BachhuberImplement `wp comment get`
2013-08-20 Daniel BachhuberUse P2, which isn't conditionally present in some WordP...
2013-08-20 Daniel BachhuberMerge branch 'master' into fix-theme-path
2013-08-20 Cristi BurcăMerge pull request #703 from wp-cli/theme-get-703
2013-08-20 Daniel BachhuberUse P2 for tests instead, which won't fatal 3.4 (twenty...
2013-08-20 Daniel BachhuberImplement `wp theme get`
2013-08-20 Daniel BachhuberClarification on what this command actually does
2013-08-20 Daniel BachhuberA functional test for `wp theme path`
2013-08-20 Daniel BachhuberThis should explicitly be a public method.
2013-08-20 Nikolay KolevSwitched from --keys-and-salts="..." option to --skip...
2013-08-20 Cristi BurcăMerge pull request #699 from wp-cli/fix-synopsis
2013-08-19 Daniel BachhuberFix synopsis order
2013-08-19 jmslbamExclude assoc args with that have an optional value...
2013-08-19 scribuadd test for assoc arg with optional value
2013-08-19 Nikolay KolevAllows passing existing keys and salts vs generating...
2013-08-16 Cristi BurcăMerge pull request #685 from wp-cli/db-call-cleanup
2013-08-16 scribuminor cleanup in mysql_host_to_cli_args()
2013-08-16 scribuRefactor MySQL utilities:
2013-08-16 scribupass MYSQL_PWD to proc_open(), instead of altering...
2013-08-16 Cristi BurcăMerge pull request #684 from oxford-themes/db-export...
2013-08-16 mattesadding support for sockets
2013-08-16 mattesfixed bug, when having a port number in host
2013-08-16 scribualways use bundled autoload in Phar file
2013-08-16 scribumake wp.bat executable
2013-08-16 Cristi BurcăMerge pull request #662 from wp-cli/csv-stream
2013-08-16 scribucast arrays to objects instead of the other way around
2013-08-16 scribuconvert user object to array using its to_array() method
2013-08-16 scribuadd some missing conversions to/from iterators
2013-08-16 scribuintroduce iterator_map() and avoid converting iterator...
2013-08-16 scribuavoid converting iterator into array unless absolutely...
2013-08-15 scribuset 'master' as the deploy branch; see #658
2013-08-15 Cristi BurcăMerge pull request #658 from wp-cli/phar-builder
2013-08-15 scribuautomatically deploy Phar file to wp-cli/builds
2013-08-14 Cristi BurcăMerge pull request #678 from wp-cli/change-autoload-678
2013-08-14 scribumove Phar building to ci/prepare.sh and rename ci/build...
2013-08-14 Daniel BachhuberChange load order of autoloaders
2013-08-14 scribumove WP_CLI_BIN_DIR env variable to .travis.yml
2013-08-14 scribugive shorter names to ci scripts
2013-08-14 scribuphar: add all files from the templates/ directory
2013-08-14 scribuphar: add missing rumsaa/array_column dependency
2013-08-14 scriburun the functional tests against the Phar file
2013-08-14 scribubump version to 0.12-alpha2
2013-08-14 scribuadd symfony/finder as dev dependency
2013-08-14 scriburesurect Phar building code removed in 8483fb709b2285a0...
2013-08-14 scribubring back accidentally removed test; see #674
2013-08-14 scribuwhitespace fixes
2013-08-14 scribuDon't pretend we're in wp-admin, but continue to load...
2013-08-14 Cristi BurcăMerge pull request #643 from johnbillion/master
2013-08-14 John BlackbournLet's use the simpler `array_merge()` instead of `wp_pa...
2013-08-14 John BlackbournMerge branch 'master' of git://github.com/wp-cli/wp-cli
2013-08-14 Cristi BurcăMerge pull request #640 from wp-cli/psysh
2013-08-14 scribuadd support for PsySH in `wp shell`
2013-08-13 Cristi BurcăMerge pull request #675 from trepmal/patch-1
2013-08-13 Kailey LampertCorrect `wp user add-role` example
2013-08-13 scribubehat: extract compareTables() helper
2013-08-13 scribuupdate tests for 'wp site list'. see #661
2013-08-13 scriburemove stray print_r()
2013-08-13 scribucombine 'domain' and 'path' fields into single 'url...
2013-08-13 scribuallow passing 'php://stdin' to WP_CLI\Iterators\CSV
2013-08-13 scribusite list: add --format=url; see #661
2013-08-12 Cristi BurcăMerge pull request #649 from joshbetz/master
2013-08-12 Josh BetzFixed test for `wp plugin is-installed <plugin>`
2013-08-12 Josh BetzFirst pass at Behat test for `wp plugin is-installed...
2013-08-12 Cristi BurcăMerge pull request #665 from wp-cli/no-dev-deps
2013-08-12 scribuupdate utils/dev-build
2013-08-12 scribufix assertNumeric() usage
2013-08-12 scribureplace remaining assertion calls with direct exceptions
2013-08-12 scribureplace assertStringMatchesFormat() with assertNumeric()
2013-08-12 scribuuse sprintf() instead of concatenation; see #666
next