OSDN Git Service

wvm/wvm.git
2013-06-01 Daniel BachhuberUse `get_stylesheet_directory()` instead of `TEMPLATEPA...
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
2013-05-22 scribusearch-replace: add test for --skip-columns
2013-05-22 scribusearch-replace: the --dry-run flag should be last
2013-05-22 Cristi BurcăMerge pull request #464 from cyberhobo/sr-no-guids
2013-05-21 Dylan KuhnSpecify any columns to be skipped.
2013-05-20 Dylan KuhnAdd a search-replace option to skip guids.
2013-05-20 scribublog: explain logic behind multisite condition
2013-05-20 scribure-generate man pages
2013-05-20 scribuintroduce man.mustache
2013-05-20 scribuhelp --gen: add test for combined man pages
2013-05-20 scribuconvert Scaffold_Command->render() to Utils\mustache_re...
2013-05-20 Cristi BurcăMerge pull request #356 from wp-cli/freeman
2013-05-20 scribumerge man.php into commands/help.php
2013-05-20 scribuhelp --gen: add test for third-party commands
2013-05-20 scribuhelp --gen: add test for multisite-only subcommands
2013-05-20 scribuwp help: update man page
2013-05-20 scribuconvert `wp --man` to `wp help --gen`
2013-05-19 scribudon't attempt to export $COLUMNS
2013-05-19 Cristi BurcăMerge pull request #461 from wp-cli/post-list
2013-05-19 scribupost create: include --post_date in example
2013-05-19 scribupost list: update man page
2013-05-19 scribupost list: show post status by default
2013-05-19 Cristi BurcăMerge pull request #460 from wp-cli/man-refactor
2013-05-19 scribuhelp: add test for --help
2013-05-19 scriburemove old db man pages
2013-05-19 scribucreate empty home.txt file, so that `wp home --man...
2013-05-19 scribucreate empty help.txt file, so that `wp help --man...
2013-05-19 scribureduce code duplication by merging show_help_early...
2013-05-19 scribumove --man handling to _run_command() so that `wp db...
2013-05-19 scriburename InternalAssoc to InternalFlags
2013-05-19 Cristi BurcăMerge pull request #452 from wp-cli/tests-cleanup
2013-05-19 scribubehat: remove temp files for scenarios that don't have...
2013-05-19 Cristi BurcăMerge pull request #459 from wp-cli/json-format
2013-05-19 scribuunset 'json' key, not 'ids'
2013-05-19 scribure-generate man pages
2013-05-19 scribuuser-meta: add tests
2013-05-19 scribubehat: formatting fixes
2013-05-19 scribubehat: work around bug in WP 3.4.2 related to serializi...
2013-05-19 scribuunlike `wp option`, `wp post-meta` outputs confirmation...
2013-05-19 scribusave parent class in Subcommand
2013-05-19 scribuadd --format parameter to meta get and update
2013-05-18 scribupost-meta: add tests
2013-05-18 scribuoption: add tests
2013-05-18 scributransparently convert from --json to --format=json
2013-05-18 scribupost get: default to table format. see #399
2013-05-18 Cristi BurcăMerge pull request #458 from wp-cli/core-version-check
2013-05-18 scribucore download: update to /version-check/1.6/
next