OSDN Git Service

wvm/wvm.git
2013-06-15 scribuset version to 0.10.1 v0.10.1
2013-06-15 scribuadd URL redirect warning (for 0.10.1 branch)
2013-06-11 Cristi BurcăMerge pull request #513 from wp-cli/travis-template
2013-06-11 scribuscaffold plugin-tests: create install-wp-tests.sh script
2013-06-11 scriburemove executable bit from mustache templates
2013-06-10 scribubump version to 0.10.1-alpha
2013-06-10 scribudon't alter API response if the returned version happen...
2013-06-10 scribumention `wp --info` in README
2013-06-10 scribupost get: update man page
2013-06-08 scribusearch-replace: rename --multisite flag to --network v0.10.0
2013-06-08 scribumailmap: add new contributors from 0.10 release
2013-06-08 scribucontrib-list: validate github URLs
2013-06-08 scribubump version to 0.10.0
2013-06-08 Cristi BurcăMerge pull request #501 from wp-cli/multisite-search...
2013-06-08 scribusearch-replace: update man page
2013-06-08 scribusearch-replace: move primary key check
2013-06-08 scribusearch-replace: use a single SHOW TABLES query to get...
2013-06-08 scribusearch-replace: fix warning from using wpdb->prepare...
2013-06-08 scribusearch-replace: extract get_table_list() method
2013-06-08 scribusearch-replace: blacklist user_pass column later
2013-06-08 scribusearch-replace: whitespace fixes
2013-06-08 daithi-coombessearch-replace function modified to perform a search...
2013-06-08 scribubump version to 0.10.0-RC
2013-06-07 Cristi BurcăMerge pull request #496 from wp-cli/no-home
2013-06-07 scriburemove `wp home` command
2013-06-06 Cristi BurcăMerge pull request #494 from Future500/master
2013-06-06 Ramon de la... Allow capital letters in <value> tokens in @synopsis
2013-06-05 Cristi BurcăMerge pull request #492 from om4james/updateall
2013-06-05 James CollinsUse empty() check instead of count()
2013-06-05 James CollinsChange ternary operator to simple if statement
2013-06-05 James CollinsOnly use maintenance mode if a plugin or theme needs...
2013-06-05 scribubump version to 0.10.0-beta2
2013-06-05 scribucomposer: update mustache to 2.3.x; update composer...
2013-06-04 scribucore is-installed: let the bootstrap process show the...
2013-06-04 scribuoption: add success messages
2013-06-04 scribuEnsure `wp plugin delete` and `wp theme delete` output...
2013-06-04 scribubehat: generate new plugin instead of relying on Hello...
2013-06-04 scribucontributing: use `behat --expand`
2013-06-03 Cristi BurcăMerge pull request #463 from wp-cli/theme-version
2013-06-03 scriburename get_api_for_version() to alter_api_response...
2013-06-03 Daniel BachhuberCreate `get_api_for_version()`, which will give us...
2013-06-02 scribubump version to 0.10.0-beta
2013-06-02 scribucore config: set WPLANG based on downloaded locale
2013-06-02 scribucore config: fix notice when not passing --dbpass
2013-06-01 Cristi BurcăMerge pull request #485 from wp-cli/cache-delete-optional
2013-06-01 Daniel BachhuberRegenerate cache man
2013-05-31 Daniel Bachhuber`$group` is optional for the function, so let it be...
2013-05-31 scribumake load_command() and load_all_commands() standalone...
2013-05-31 scribuextract find_command_to_run() method
2013-05-31 scribumove Utils\set_user() to Runner::set_user()
2013-05-30 Cristi BurcăMerge pull request #484 from wp-cli/config-extra
2013-05-30 scribucore config: update man page
2013-05-30 scribucore config: check DB credentials
2013-05-30 scribucore config: abort if wp-config.php already exists
2013-05-30 scribufirst pass at ditching wp-admin/setup-config.php
2013-05-30 Cristi BurcăMerge pull request #483 from wp-cli/behat-tables
2013-05-30 scribubehat: use table in 'should be CSV containing' step
2013-05-30 scribubehat: refactor search-replace tests by using a scenari...
2013-05-30 scribubehat: use table in 'should be a table containing rows...
2013-05-30 scribusome behat enhancements
2013-05-30 scribubehat: pass BEHAT_RUN env variable
2013-05-30 Cristi BurcăMerge pull request #473 from cyberhobo/fix-incomplete...
2013-05-29 scribubehat: extend 'the file should' step
2013-05-29 scribubehat: add aditional args if command merely starts...
2013-05-29 scribubehat: move utility functions to separate file
2013-05-29 scribucontributing: clarify workflow
2013-05-29 Cristi BurcăMerge pull request #479 from wp-cli/behat-env
2013-05-29 scributravis: set WITH_RONN env variable
2013-05-29 scributravis: move main script to separate file
2013-05-29 scributravis: move init script to separate file
2013-05-29 scribubehat: change subprocess PATH, instead of creating...
2013-05-29 Dylan KuhnReduce chunk offset to account for updated rows.
2013-05-29 Dylan KuhnAdd a dry run test to make sure the iterator doesn...
2013-05-29 Dylan KuhnRevert "Adjust chunking based on whether the replacemen...
2013-05-28 Dylan KuhnGenerate only as many posts as needed to test chunking.
2013-05-28 Cristi BurcăMerge pull request #475 from wp-cli/behat-alias
2013-05-28 scribubehat: don't hardcode `wp ` in the step definitions
2013-05-28 scribubehat: use bash function to allow inner calls to `wp`
2013-05-28 Dylan KuhnAdjust chunking based on whether the replacement contai...
2013-05-28 Dylan KuhnAdd a test for the case when the replacement contains...
2013-05-28 Dylan KuhnUse the STDOUT saving technique so tests can pass.
2013-05-27 Cristi BurcăMerge pull request #474 from wp-cli/scaffold-inversion
2013-05-27 scribualias `wp plugin scaffold` to `wp scaffold plugin`
2013-05-27 scribumake back_compat_conversion() method static
2013-05-27 Dylan KuhnAdd a test for large search/replace failure.
2013-05-27 scribuTableIterator: rename 'limit' parameter to 'chunk_size...
2013-05-26 scribuclarify that only the bash code was copied from drush
2013-05-25 Cristi BurcăMerge pull request #469 from cyberhobo/tax-scaffold...
2013-05-25 Dylan Kuhncombine similar custom taxonomy tests
2013-05-24 Cristi BurcăMerge pull request #470 from wp-cli/loggers
2013-05-24 scribudon't use is_wp_error() in error_to_string()
2013-05-24 scribukeep error_to_string() calls inside WP_CLI
2013-05-24 scribuLoggers\Regular: don't expose $handle parameter
2013-05-24 Dylan Kuhnadd an EXAMPLES section that features the --post_types...
2013-05-24 scribuadd back WP_CLI::out(), just to prevent fatal errors
2013-05-24 scribuintroduce WP_CLI\Loggers namespace
2013-05-23 Dylan KuhnRemove unnecessary comment.
2013-05-23 Dylan KuhnRestore accidentally deleted man page.
2013-05-23 Dylan KuhnCorrect taxonomy scaffold code for multiple post types.
2013-05-22 Cristi BurcăMerge pull request #462 from wp-cli/mustache-man
next