OSDN Git Service

wvm/wvm.git
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-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
2012-12-28 scribumove set_wp_root() closer to locate_wp_config()
2012-12-28 scribuseparate wp-dependent utilities from independent ones
2012-12-28 Cristi BurcăMerge pull request #254 from wp-cli/generic-config
2012-12-28 scribuwhitelist config keys
2012-12-28 scribucorrect extension is .yml, not .yaml
2012-12-28 scriburename $assoc_special to $config
2012-12-28 scribuload wp-cli.yaml file
2012-12-28 scribuadd Spyc YAML parser
2012-12-28 scriburegenerate search-replace manpage
2012-12-28 scribuadd optional <table>... param to search-replace. see...
2012-12-28 scriburefresh man pages
2012-12-28 scribuadd search-replace man txt. see #249
2012-12-28 scribufix path to man dirs; see #250
2012-12-28 Cristi BurcăMerge pull request #251 from Automattic/sort-commands...
2012-12-28 Daniel BachhuberAlways return the list of subcommands as alphabetically...
2012-12-26 Cristi BurcăMerge pull request #250 from wp-cli/autoload
2012-12-26 scribumove everything from /php/wp-cli/ to /php/
2012-12-26 scribuautoload query iterator classes
2012-12-26 scribuUse Composer's autoloader, when available
2012-12-26 scribumake autoloader PSR-0
2012-12-26 scribumove non-namespaceable classes out of /classes/ folder
2012-12-26 scribumove Dispatcher classes to separate files
2012-12-26 scribumove DocParser class to separate file
2012-12-26 scribuWP_CLI_Command_With_Upgrade -> \WP_CLI\CommandWithUpgrade
2012-12-26 scribuWP_CLI_Command_With_Meta -> \WP_CLI\CommandWithMeta
2012-12-26 scribuautoload upgrader classes
2012-12-26 scribuadd basic autoloader for WP_CLI namespace
2012-12-26 scribumove class-*.php to classes/*.php
2012-12-26 Cristi BurcăMerge pull request #249 from wp-cli/search-replace
2012-12-26 scribuadd --dry-run flag
2012-12-26 scribuuse \cli\Table for displaying the report
2012-12-26 scribufirst pass at search-replace command
2012-12-26 scribuadd query iterators as submodule
2012-12-24 scribuupdate path in build.xml instead of creating src dir...
2012-12-24 Cristi BurcăMerge pull request #248 from wp-cli/no-src-dir
2012-12-24 scribufix pear-build
2012-12-24 scribumove everything from src/ into the top level
2012-12-23 Cristi BurcăMerge pull request #170 from wp-cli/no-colors
2012-12-23 scribudisable colors if output is not a TTY
2012-12-23 Cristi BurcăMerge pull request #230 from wp-cli/no-community-commands
2012-12-23 scribumove internal commands to /commands/ folder
2012-12-23 scribumake dispatcher look in /commands/ folder, instead...
2012-12-23 scriburemove community commands
2012-12-23 scribucheck wp-config.php before running most commands. fixes...
next