OSDN Git Service

wvm/wvm.git
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...
2013-08-09 mpeshevAdd fallback to verify=false argument which works when...
2013-08-08 mpeshevReturn minimum-stability due to https://github.com...
2013-08-08 mpeshevRemove Requests: library/ from composer.json
2013-08-08 mpeshevRemove the minimum-stability argument
2013-08-08 mpeshevAdd requests support in composer and for core command
2013-08-08 scribumention where the test files are
2013-08-08 scribuadd more info about Behat
2013-08-08 Cristi BurcăMerge pull request #636 from wp-cli/synopsis-warnings
2013-08-08 scriburemove success message from 'wp user list-caps'; fix...
2013-08-08 scribubump version to 0.12-alpha
2013-08-08 Cristi BurcăMerge pull request #637 from mpeshev/master
2013-08-08 mpeshevCheck for existing file when trying to import CSV
2013-08-08 mpeshevAdding some checks for non-existing users
2013-08-08 mpeshevMerge remote-tracking branch 'upstream/master'
2013-08-08 scribubump version to 0.11.1 v0.11.1
2013-08-08 scribuupdate .mailmap
2013-08-08 Josh BetzAdd is-installed command to wp-cli
2013-08-07 jtsternbergWhoops! parse_error fixed.
2013-08-07 scribumove column escaping down into the table iterator
2013-08-07 Cristi BurcăMerge pull request #641 from c10b10/master
2013-08-06 scribubump version to 0.11.1-alpha
2013-08-06 Cristi BurcăMerge pull request #634 from wp-cli/fix-634
2013-08-06 scribuoption update: use non-strict comparison
2013-08-06 scribuadd test for #634
2013-08-06 Cristi BurcăMerge pull request #645 from wp-cli/fix-645
2013-08-06 scribushow commands defined in plugins when running 'wp help'
2013-08-06 scribuadd regression test for #645
2013-08-06 Alex CiobicaFix search replace reserved column name issues.
2013-08-06 scribuintroduce WP_CLI_PHP_ARGS environment variable
2013-08-06 mpeshevFirst test cases in Behat for capability management
2013-08-06 scribucolorize update candidates. fixes #638
2013-08-05 mpeshevListing each cap on a separate line
2013-08-05 mpeshevAdd capabilities list function for users
2013-08-05 scribushow warning for invalid synopsis parts
2013-08-05 scribuadd array_column() polyfill for PHP<5.5
2013-08-05 Cristi BurcăMerge pull request #632 from wp-cli/cpt-post-types...
2013-08-05 Cristi BurcăMerge pull request #633 from wp-cli/fix-633
2013-08-05 mpeshevAdd/Remove capabilities for users
2013-08-05 scribuuse $p_value instead of $p_name for positional parameters
2013-08-05 jmslbamMove `--post_types` to taxonomy function
2013-08-05 scribuadd unit test for #633
2013-08-05 scribuadd regression test
2013-08-05 jtsternbergMake _search() a protected method and wrap 'key' field...
2013-08-05 jtsternbergTHe stars have aligned… https://github.com/wp-cli/wp...
2013-08-05 jtsternbergRemove search=$key slug replacement method. :(
2013-08-05 jtsternbergAllow formatting for search results.
2013-08-05 jmslbamFix notices undefined index post_types when scaffolding CPT
2013-08-05 jtsternbergLess is more. All that info won't display well on small...
2013-08-05 jtsternbergupdate search items found message. Now "Showing $count...
2013-08-05 jtsternbergclassify_token method doesn't like underscores and...
2013-08-05 jtsternbergComply with PHP Strict Standards
2013-08-05 jtsternbergComply with PHP Strict Standards
next