OSDN Git Service

wvm/wvm.git
2013-08-20 Daniel BachhuberImplement `wp comment get`
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 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-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
2013-08-12 scribuwhitespace is nice, but let's not get ridiculous
2013-08-12 scribufix coding standards; see #666
2013-08-12 Cristi BurcăMerge pull request #666 from MattiaG/patch-1
2013-08-12 MattiaGallow to use both --locale and --version params for...
2013-08-12 Cristi BurcăMerge pull request #544 from Rarst/wp-bat
2013-08-12 scribureplace PHPUnit assertEquals() with homegrown variant
2013-08-12 scribusite list: add a more useful example
2013-08-12 scributravis: install Behat in the local build dir
2013-08-12 scributests: first pass at using global PHPUnit and Behat
2013-08-11 Cristi BurcăMerge pull request #608 from wp-cli/mandatory-admin...
2013-08-11 Daniel BachhuberCleverness kills tests
2013-08-11 Daniel BachhuberUpdate tests
2013-08-11 Daniel BachhuberConvert `--admin_name` to `--admin_user`, which is...
2013-08-11 Cristi BurcăMerge pull request #620 from wp-cli/use-gettext-taxonom...
2013-08-11 Daniel BachhuberMake `--admin_name` required, to discourage use of...
2013-08-11 Daniel BachhuberMerge branch 'master' into use-gettext-taxonomy-scaffold
2013-08-11 Daniel BachhuberUpdate tests
2013-08-10 Cristi BurcăMerge pull request #661 from wp-cli/site-list
2013-08-10 scribusite list: add --network parameter
2013-08-10 scribusite list: incorporate into site.feature tests
2013-08-10 scribusite list: check for multisite before doing anything
2013-08-10 scribufirst pass at 'wp site list' command
2013-08-09 scribumedia regenerate: remove erroneus timer and decrease...
2013-08-09 scribucore version: load only wp-includes/version.php
2013-08-09 scribuwhitespace fixes after #653
2013-08-09 scribuadd Behat tests for `db export` and `db import`
2013-08-09 Cristi BurcăMerge pull request #653 from mpeshev/master
2013-08-09 mpeshevFixed variables in comment feature
2013-08-09 mpeshevRole enhancements for exists function
2013-08-09 mpeshevComment functions for exists and fetch helper
2013-08-09 scribuuse dev-master for rmccue/requests and remove minimum...
2013-08-09 Cristi BurcăMerge pull request #655 from mpeshev/mprequests
2013-08-09 Cristi BurcăMerge pull request #630 from jtsternberg/plugin-search
2013-08-09 jtsternbergAdd a new test, "should end with a table containing...
2013-08-09 jtsternbergAdd a plugin/theme search behat test
2013-08-09 jtsternberg3rd parameter needs to be $assoc_args
2013-08-09 jtsternbergRemove 'search=$key' helper text
2013-08-09 mpeshevAdd Behat tests for comments (approve/unapprove/exists...
next