OSDN Git Service

wvm/wvm.git
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 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/
2013-05-18 scributest wp core download --locale
2013-05-18 scributravis: make Behat output less verbose
2013-05-14 Cristi BurcăMerge pull request #451 from wp-cli/behat-refactor
2013-05-14 scributry the --activate flag for `wp scaffold plugin` one...
2013-05-14 scribubehat: move plugin dir acquiring to the 'Given' block
2013-05-14 scribubehat: more misc fixes
2013-05-14 scribubehat: move theme dir acquiring to the 'Given' block
2013-05-14 scribubehat: misc fixes
2013-05-14 scribubehat: fix theme test
2013-05-14 scribudon't create a new test dir if one already exists
2013-05-14 scribuadd success message for `wp theme delete`
2013-05-14 scribubehat: remove "it should run without errors" step
2013-05-14 Cristi BurcăMerge pull request #444 from wp-cli/scaffold-tests
2013-05-14 scribubehat: reorganize common cpt and tax setup
2013-05-13 jmslbamAdded plugin_name arg
2013-05-13 jmslbamSplit up plugin activation
2013-05-13 scribuMerge branch 'fix-447'
2013-05-13 Jaime MartinezPlugin scaffold typo fix for Behat test
2013-05-12 jmslbamAdded scaffold plugin activation test
2013-05-12 jmslbamAdded behat test for plugin scaffolding
2013-05-12 jmslbamAdded tags
2013-05-12 jmslbamAdded child-theme behat test
2013-05-12 jmslbamAdded trailing slash to WP_CONTENT_DIR Fixes #446
2013-05-12 jmslbamMerged CPT and Tax test
2013-05-12 Cristi BurcăMerge pull request #449 from wp-cli/verbose-export
2013-05-12 scribuexport: add smoke test
2013-05-12 scribuexport: document --verbose parameter
2013-05-12 scribuexport: show parameters sent to export_wp() only if...
2013-05-12 scribuexport: more indentation fixes
2013-05-12 scribumake is_absolute_path() work on Windows paths
2013-05-12 scribuadd deprecation message for WP_CLI::addCommand()
2013-05-11 scribustop after finding the first Composer autoloader.
2013-05-11 scribuautoload from local vendor dir, then from global
2013-05-11 scribuswitch back to our fork of php-cli-tools
2013-05-10 scribusimplify 'file should exist' step definition
2013-05-10 jmslbamAdded CPT creation
2013-05-10 jmslbamUsing stylesheetpath because it gets them path and...
2013-05-10 jmslbamAdded CPT and TAX --flags test and TAX --theme test
2013-05-10 Cristi BurcăMerge pull request #442 from tolgap/master
2013-05-10 tolgapForce the version field if not exist so it shows up...
2013-05-09 Cristi BurcăMerge pull request #443 from wp-cli/refactor-debug...
2013-05-09 scribunever display PHP errors on STDOUT
2013-05-09 scribudefine WP_DEBUG in Utils\wp_debug_mode()
2013-05-09 scribubehat: set up WP file cache only once, before suite
2013-05-09 scribuexport: minor whitespace fixes
2013-05-09 scribufirst pass at --verbose flag for `wp export`
2013-05-09 tolgapAdded functional tests for the plugin and theme list...
2013-05-09 tolgapGenerated man pages for the list commands
2013-05-09 tolgapMatch arguments of parent function
2013-05-09 tolgapImplemented 'list' command for theme and plugin command...
2013-05-09 scribuRevert "don't load cli/cli.php utilities (unused)"
2013-05-09 scribudon't load cli/cli.php utilities (unused)
2013-05-08 Cristi BurcăMerge pull request #408 from wp-cli/fields-argument
2013-05-08 Daniel BachhuberUpdate man docs to mention `--fields`
2013-05-08 Daniel BachhuberUpdate term.feature to make use of `--fields` argument
2013-05-08 Daniel BachhuberUpdate post.feature to test new `--fields` argument
2013-05-08 Daniel BachhuberRevert parts of 3500a184e5ca652370fdaa7e2c2217290fadf69c.
2013-05-08 Daniel BachhuberMerge branch 'master' into fields-argument
2013-05-08 scribuchange exit code when Composer packages aren't installed
2013-05-08 scribufix path to cli-tools package
next