OSDN Git Service

wvm/wvm.git
2013-01-01 scribuit's actually easier if we pass the whole 'wp' command
2013-01-01 scribusynopsis should always be a string
2013-01-01 scribuadd external syn-list.php utility
2013-01-01 scribureplace --syn-list with --cmd-dump
2013-01-01 scriburemove @subpackage commands/internals
2013-01-01 scribuupdate top-level command descriptions and move add_comm...
2013-01-01 Cristi BurcăMerge pull request #265 from wp-cli/scaffold-mustache
2013-01-01 scriburemove @maintainer and @subpackage tags
2013-01-01 Cristi BurcăMerge pull request #268 from Automattic/proper-file...
2013-01-01 Daniel BachhuberRequire the file based on when the file was actually...
2012-12-31 scribupass whole post to get_permalink() and cache the result
2012-12-31 scribuuse {{label}} instead of {{slug}}, where appropriate
2012-12-31 scribureplace {{post_type}} with {{slug}}
2012-12-31 scributransform scaffold raw php templates into mustache...
2012-12-31 scribuadd Mustache dependency
2012-12-31 Cristi BurcăMerge pull request #264 from wp-cli/scaffold-cleanup
2012-12-31 scribuphp/commands/skeletons -> php/templates
2012-12-31 scribuadd man pages
2012-12-31 scriburename --plugin_name arg to --plugin
2012-12-31 scribuadd shortdesc and mention <slug> in synopsis
2012-12-31 scribuspacing fixes
2012-12-31 scribuscaffold.php: tabs, not spaces
2012-12-31 scribuchange alias from 'pt' to 'cpt', which is more familiar
2012-12-31 Cristi BurcăMerge pull request #226 from linepress/master
2012-12-31 scribufix punctuation for deprecation messages
2012-12-31 scribuadd deprecation warnings for --blog and wp-cli-blog...
2012-12-31 scribus/$blog/$url/
2012-12-31 scriburun_command(): make $assoc_args parameter optional
2012-12-31 scribucompose_args() -> args_to_str()
2012-12-31 scribumove dispatching logic to a standalone utility function
2012-12-30 Cristi BurcăMerge pull request #261 from wp-cli/custom-wp-loading
2012-12-30 scribureplace __FILE__ and __DIR__ before calling eval()
2012-12-30 scribuadd test case for custom WP_CONTENT dirs
2012-12-30 scributests: pass wp-cli command as a parameter
2012-12-30 scribupass WP version to maybe_require()
2012-12-30 scribumake wp-settings-cli.php compatible with WP 3.3
2012-12-30 scribuadd use \WP_CLI\Utils to wp-settings-cli.php
2012-12-30 scribumake wp-settings-cli.php compatible with WP 3.4
2012-12-30 scribuuse our own version of wp_not_installed(). see #93
2012-12-30 scribunever load advanced-cache.php. see #164
2012-12-30 scriburemove irrelevant checks: wp_favicon_request() and...
2012-12-30 scribuchange header for wp-settings-cli.php
2012-12-30 scribucopy wp-settings.php from WP 3.5
2012-12-30 scribuTame wp-config.php
2012-12-30 scribupass action as message for assertions
2012-12-30 scribuadd test for when db tables aren't installed
2012-12-30 Cristi BurcăMerge pull request #259 from wp-cli/bdd
2012-12-29 scribumove WP_CLI_Command_Runner class out of bootstrap.php
2012-12-29 scribuexplicitly test creating config file and running install
2012-12-29 scribuWordpress_Installer + run_wp_cli() = WP_CLI_Command_Runner
2012-12-29 scribubreak out compose_assoc_args() utility and use in test...
2012-12-29 scribuWP_CLI::compose_args() -> Utils\compose_args()
2012-12-29 scributransform Command_Runner class into run_wp_cli() method
2012-12-29 scribuset @scenarion annotation on a single line
2012-12-29 scribuPHPUnit_Extensions_Story_ResultPrinter_Text is not...
2012-12-29 scribudismantle full_install() method
2012-12-29 scribumove supporting code to a WP_CLI_Spec class
2012-12-29 scriburemove old test cases and move all supporting code...
2012-12-29 scribumore scenarios
2012-12-29 scribuadd full_install() method to WordPress_Installer
2012-12-29 scribureset database between scenarios
2012-12-29 scribuadd first scenario
2012-12-29 scribuupdate phpunit.xml to run the spec tests
2012-12-29 scribuadd phpunit-story as a dev dependency
2012-12-29 scribudon't require passing a runner to Wordpress_Installer
2012-12-29 scriburemove old core-Test.php file
2012-12-29 scribuminor cleanup in `wp post generate`
2012-12-29 scribuuse wp_insert_post() in `wp post generate` again.
2012-12-29 scribudon't really need an Execution_Result class
2012-12-29 scributests: use system(), instead of futzing with sh and...
2012-12-29 Cristi BurcăMerge pull request #256 from wp-cli/disable-commands
2012-12-29 scribudismantle Dispatcher\traverse()
2012-12-29 scribumove phpunit.xml to the root dir
2012-12-29 scribuadd phpunit.xml file
2012-12-29 scribufix test_message_explains_that_config_must_be_present_b...
2012-12-29 scribucheck disabled commands during registration, instead...
2012-12-29 scribumove logic from CompositeCommand constructor to WP_CLI...
2012-12-29 scribucreate new command instance on each invocation. fixes...
2012-12-29 scribuintroduce 'disabled_commands' config key
2012-12-29 scribuintroduce AbstractCommandContainer class
2012-12-29 scribuadd_command(): move logic back to WP_CLI class
2012-12-29 scribumake load_command() protected
2012-12-29 scributransform get_path() method into a standalone function
2012-12-29 scribuonly command containers can have subcommands
2012-12-29 scriburegenerate man pages. see #229
2012-12-29 scriburename Composite interface to CommandContainer
2012-12-29 jmslbamImplemented --raw flag so that one only gets the regist...
2012-12-28 jmslbamA little bit of WordPress Conding Standards
2012-12-28 jmslbamMoved scaffold from src/php/wp-cli/commands/internals...
2012-12-28 jmslbamMerge branch 'master' of git://github.com/wp-cli/wp-cli
2012-12-28 jmslbamCleaned up and kind of closes #2
2012-12-28 jmslbamRenamed the --plugin to --plugin_name and also really...
2012-12-28 jmslbamUse theme, plugin name or YOUR-TEXTDOMAIN as textdomain...
2012-12-28 jmslbamImplemented the STDOUT --theme flag and or --plugin...
2012-12-28 jmslbamImplemented the STDOUT --theme flag and or --plugin...
2012-12-28 scribuintroduce CommandWithDBObject class
2012-12-28 scribumake wp user delete accept multiple ids. see #229
2012-12-28 Cristi BurcăMerge pull request #255 from wp-cli/csv-iterator
2012-12-28 scribumake iterator more lenient
2012-12-28 scribureplace parse_csv() with CSVIterator class
next