OSDN Git Service

wvm/wvm.git
2013-11-13 scribuincrease timeout threshold for 'wp core download'....
2013-11-12 scriburemove label from add_new default and move it above...
2013-11-12 Cristi BurcăMerge pull request #868 from Kevinlearynet/master
2013-11-12 Kevin LearyUse consistent capitalization for "Add New" in post...
2013-11-11 Cristi BurcăMerge pull request #866 from wp-cli/fix-866
2013-11-11 scribudon't pick up php files inside plugin subdirs
2013-11-11 Cristi BurcăMerge pull request #865 from wp-cli/skip-tests
2013-11-11 scribuadd behat test for --skip-tests
2013-11-11 scribuintroduce --skip-tests flag for 'wp scaffold plugin'
2013-11-11 Cristi BurcăMerge pull request #864 from jonathanbardo/master
2013-11-11 Jonathan BardoMinor typo
2013-11-10 scribumove fetcher classes to their own directory; see #863
2013-11-09 Cristi BurcăMerge pull request #863 from wp-cli/fetchers
2013-11-09 scribuextract FetcherPost class
2013-11-09 scribukeep 'not found' message in Fetcher child classes
2013-11-09 scribuextract FetcherComment class
2013-11-09 scribuextract FetcherTheme class
2013-11-09 scribuconvert Fetcher to abstract class
2013-11-09 scribumove utilities for validating plugin names to FetcherPl...
2013-11-09 scribumove utilities for validating user ids/logins to Fetche...
2013-11-09 scribuadd behat test for #862
2013-11-07 scribumake cacert.pem file available from Phar; closes #859
2013-11-07 Cristi BurcăMerge pull request #860 from dd32/master
2013-11-07 Dion HulseUse the SSL CA bundle that Requests includes, rather...
2013-11-04 Cristi BurcăMerge pull request #856 from wp-cli/core-download-path
2013-11-04 Daniel BachhuberInclude `--path` argument in `wp core download`
2013-11-01 Cristi BurcăMerge pull request #855 from wp-cli/test-latest
2013-11-01 scribubump previous tested version to 3.6.1
2013-11-01 scributest against latest stable release of WP, instead of...
2013-10-30 scributravis: switch back to WP_VERSION=latest
2013-10-30 scribubump version to 0.13-alpha3
2013-10-30 Cristi BurcăMerge pull request #853 from wp-cli/fix-853
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
next