OSDN Git Service

wvm/wvm.git
2013-10-30 scribufirst copy all the files, then remove the temporary dir
2013-10-30 scribureplace rename() with copy() + unlink()
2013-10-28 scribuuse escapeshellarg() instead of esc_cmd(), because...
2013-10-28 scribumove OS detection to launch_editor_for_input()
2013-10-28 scribuhandle case where request to underscor.es fails
2013-10-28 Cristi BurcăMerge pull request #822 from BoiteAWeb/master
2013-10-27 scributravis: test against WP 3.6.1 for now; see #846
2013-10-27 scribubehat: show downloaded core version
2013-10-27 scribubehat: always show all the details when an error occurs
2013-10-27 scribubehat: split step definition files
2013-10-26 scribureplace 'subcommand' with 'command' in doc strings...
2013-10-25 scribubehat: avoid making a request to the wp.org API each...
2013-10-25 scribumove link to contributor guide higher up
2013-10-25 scribuset default global config path;
2013-10-24 scribuMerge pull request #838 into master
2013-10-24 Cristi BurcăMerge pull request #842 from wojsmol/theme2plugin
2013-10-24 wojsmolChange cd $(wp theme path) is cd $(wp plugin path)...
2013-10-24 Cristi BurcăMerge pull request #698 from wp-cli/global-config-2
2013-10-24 scribubehat: replace --config with WP_CLI_CONFIG_PATH
2013-10-24 scribuarrayify require: key
2013-10-24 scribuseparate YAML parsing from config merging
2013-10-24 scribuglobal flags have 'runtime' key '', which is falsy
2013-10-24 scribufix case where a file-only config key would make a...
2013-10-23 scribuproperly merge keys that can contain multiple values
2013-10-23 scribuinitialized configurator on demand
2013-10-23 scribushow warning when deprecated global parameter is used
2013-10-23 scribuadd back deprecated --config global parameter, for...
2013-10-23 scribuMerge branch 'master' into global-config-2
2013-10-23 scribuIntroduce WP_CLI_CONFIG_PATH environment variable.
2013-10-22 Cristi BurcăMerge pull request #840 from tlovett1/feature/core...
2013-10-22 scribuuse fwrite() instead of echo in WP_CLI::out(), to avoid...
2013-10-22 scribusend REPL output directly to STDOUT, to avoid output...
2013-10-22 Taylor LovettTweak error message fixes #837
2013-10-22 Taylor LovettOutput WP-CLI error if config file couldn't be created
2013-10-21 scribuadd space in download cache dir, for catching #839
2013-10-21 scribuuse Utils\esc_cmd() for consistency
2013-10-21 Cristi BurcăMerge pull request #839 from ryanduff/master
2013-10-21 scribubump version to 0.13-alpha2
2013-10-21 Cristi BurcăMerge pull request #619 from francescolaffi/packages...
2013-10-20 QWp6tFixes readability
2013-10-20 QWp6tMakes extraction routine more readable / Fixes overwrit...
2013-10-19 QWp6tFixes PharData extraction bugs
2013-10-19 Ryan Duffescape abspath so paths with spaces work
2013-10-19 QWp6tUse PharData class to extract tarball
2013-10-18 Cristi BurcăMerge pull request #836 from Automattic/fix-835
2013-10-18 Nick DaughertyConditionally load `wp-includes/date.php`
2013-10-18 Cristi BurcăMerge pull request #784 from ctayloroomphinc/master
2013-10-17 scribulink to WPSE
2013-10-17 Corey TaylorAdded newline to EOF.
2013-10-17 Corey TaylorFixed functional test (import requires --authors param...
2013-10-17 Corey TaylorAdded functional test for new --skip=image_resize optio...
2013-10-17 Corey TaylorRemoved thumbnail detection logic.
2013-10-16 scribucolorize only section headers
2013-10-15 Francesco Laffifix missing EOF newline
2013-10-15 Francesco LaffiMerge branch 'master' into packages-cache
2013-10-14 Francesco Laffifix composer.json whitespace
2013-10-14 Francesco Laffifix undefined index notice
2013-10-13 scribusimplify error message for --user= global parameter
2013-10-13 scribusplit overly long lines
2013-10-13 Cristi BurcăMerge pull request #818 from wp-cli/codesniffer
2013-10-13 scribuenable EndFileNewline sniff
2013-10-13 scribuenable DisallowSpaceIndent sniff
2013-10-13 scribumove codesniffer parameters to ruleset.xml
2013-10-13 scribufix undefined variable warnings in user.php
2013-10-13 scribuextract validate_role() helper method
2013-10-13 scribuignore undefined variable warnings in Runner.php
2013-10-13 scribufix undefined variable warnings in wp-settings-cli.php
2013-10-13 scribuignore undefined variable warnings in post.php
2013-10-13 scribumake codesniffer ignore Spyc library
2013-10-13 scribuignore codesniffer warnings in core.php
2013-10-13 scribuMerge branch 'master' into codesniffer
2013-10-13 scribubump version to 0.13-alpha
2013-10-13 scribufix undefined variables in site.php
2013-10-13 scribufix undefined variables in scaffold.php
2013-10-13 scribufix undefined variables in Formatter.php
2013-10-13 scribufix undefined variables in comment.php
2013-10-13 scriburemove unused $wpdb variable
2013-10-13 scriburemove unused $silent parameter from when cURL was...
2013-10-13 scribureset temporary $levs array on each iteration
2013-10-13 scriburestrict codesniffer warnings to undefined variables
2013-10-11 scributest the waters before diving in
2013-10-11 scribuset version to 0.12.1 v0.12.1
2013-10-11 scribubranding
2013-10-11 scribuupdate contributor list since 0.12.0
2013-10-11 Cristi BurcăMerge pull request #823 from wp-cli/fix-823
2013-10-11 scribuadd back warning message
2013-10-11 Francesco Laffimake WP_CLI::get_cache more readable and private
2013-10-11 scribuextract duplicated request logic into a helper method
2013-10-11 Francesco Laffiinclude symfony finder in phar
2013-10-11 scribuenable SSL verification by default
2013-10-11 scribushow response exception message as a warning
2013-10-10 Francesco Laffibetter validation of urls as cache key
2013-10-10 Francesco Laffistricter update package from cache test
2013-10-10 Francesco Laffipackages cache behat tests
2013-10-10 Francesco Laffipackages cache by caching wp http api
2013-10-10 Cristi BurcăMerge pull request #828 from wp-cli/fix-search
2013-10-10 scribucombine plugin/theme search code
2013-10-10 scribuadd <properties> tag to ruleset
2013-10-10 Cristi BurcăMerge pull request #826 from mattes/patch-1
2013-10-09 Matthias Kadenbachfix for issue #825
next