OSDN Git Service

wvm/wvm.git
2013-12-28 Cristi BurcăMerge pull request #938 from mboynes/network-theme...
2013-12-28 Matt BoynesTesting that themes are actually being en/disabled
2013-12-27 Matt BoynesAdding feature tests for `theme enable` and `theme...
2013-12-27 Matt BoynesEnsuring that theme enable/disable commands are only...
2013-12-27 Matt BoynesAdding theme enable/disable commands for multisite...
2013-12-26 Cristi BurcăMerge pull request #891 from wp-cli/email-for-user-891
2013-12-26 scribufix default for WP_VERSION; see #679
2013-12-26 Daniel BachhuberUse the fetcher instead
2013-12-26 Daniel BachhuberApparently this helper function exists
2013-12-26 Daniel BachhuberSupport for using a user's email address in the `-...
2013-12-26 Daniel BachhuberPerform `is_numeric()` checks before `is_email()`,...
2013-12-25 Cristi BurcăMerge pull request #935 from eliorivero/master
2013-12-25 elioriveroFix wp plugin delete on Windows
2013-12-25 scribuintroduce is_windows() helper
2013-12-23 Cristi BurcăMerge pull request #932 from wp-cli/media-seq
2013-12-23 scribumake 'No images found' message a warning
2013-12-23 scribudon't list all invalid attachment IDs
2013-12-23 scribumedia regenerate: add seq example
2013-12-20 scribulet the user know that --user_login= doesn't work
2013-12-20 Cristi BurcăMerge pull request #923 from rodrigoprimo/fix-site-url
2013-12-20 Rodrigo Primoexit with an error when 'wp site url' is called on...
2013-12-20 scribucore multisite-install: stop creating blogs.dir; it...
2013-12-19 scribudoc improvements for 'wp core config'
2013-12-19 Rodrigo PrimoFix bug in wp site url
2013-12-17 Cristi BurcăMerge pull request #921 from rodrigoprimo/comment-delete
2013-12-17 Rodrigo Primomake 'wp comment delete' accept multiple IDs
2013-12-17 Cristi BurcăMerge pull request #915 from rodrigoprimo/post-url
2013-12-17 Cristi BurcăMerge pull request #917 from wp-cli/pagenow
2013-12-17 Cristi BurcăMerge pull request #919 from rodrigoprimo/comment-list-doc
2013-12-17 Rodrigo Primomake url subcommand accept multiple ids
2013-12-17 Rodrigo PrimoFix wrong example in 'wp comment list' documentation
2013-12-17 scribufix issues around plugin activation by setting $GLOBALS...
2013-12-16 Rodrigo Primoreplace WP_CLI::print_value() with WP_CLI::line()
2013-12-14 Cristi BurcăMerge pull request #913 from wp-cli/import-multiple
2013-12-14 scribuadd start log
2013-12-14 Cristi BurcăMerge pull request #525 from wp-cli/export-api
2013-12-14 scribuadd oxymel to Phar file
2013-12-14 scribuMerge branch 'master' into export-api
2013-12-14 scriburun regex once, using the PCRE_MULTILINE modifier;...
2013-12-14 Cristi BurcăMerge pull request #878 from ziz/find-simple-subdirs
2013-12-12 Cristi BurcăMerge pull request #914 from rodrigoprimo/too-many...
2013-12-12 Rodrigo Primoadd new line to the end of files
2013-12-12 scribumake 'wp import' accept multiple files
2013-12-12 Rodrigo Primoadd new line at the end of file
2013-12-12 Rodrigo Primoadd url subcommand to post, comment and site commands
2013-12-12 Rodrigo Primostop wp-cli execution when there are too many positiona...
2013-12-12 Cristi BurcăMerge pull request #912 from rodrigoprimo/undefined...
2013-12-12 Rodrigo Primofix undefined variable
2013-12-10 Justin de VesineFunctional test for autodetection of subdir install
2013-12-10 Justin de VesineLook for WP installation in simple subdir configs
2013-12-03 scribuI hear copy-pasta is not very nutritious.
2013-12-03 scribudb: move parameter descriptions to subcommands
2013-12-03 Cristi BurcăMerge pull request #898 from x-team/db-export-stdout
2013-12-03 scribubump version to 0.14.0-alpha
2013-12-03 Cristi BurcăMerge pull request #906 from rodrigoprimo/invalid-param...
2013-12-03 Rodrigo Primofix test
2013-12-02 Rodrigo Primostop wp-cli execution when there is an unknown parameter
2013-12-01 Cristi BurcăMerge pull request #903 from wp-cli/fix-behat-flags...
2013-12-01 jmslbamSimplify STDERR text check
2013-12-01 Cristi BurcăMerge pull request #901 from wp-cli/new-phpunit-phar-url
2013-12-01 jmslbamUse new PHPUnit url to curl from
2013-11-30 Weston RuterMake db-import accept - for STDIN
2013-11-30 scribubump version to 0.13.0 v0.13.0
2013-11-30 scribuchange default global config path to ~/.wp-cli/config.yml
2013-11-30 scribuupdate contributor list for 0.13 release
2013-11-30 Cristi BurcăMerge pull request #880 from rodrigoprimo/generate...
2013-11-30 Weston RuterSuppress success message when exporting to STDOUT
2013-11-30 Weston RuterUpdate wp-db-export phpdoc options
2013-11-30 Weston RuterAllow wp-db-export to write to STDOUT if <file> is -
2013-11-30 Rodrigo Primo--post_content as a flag that reads from STDIN
2013-11-29 scribubump version to 0.13-RC
2013-11-29 Cristi BurcăMerge pull request #882 from wp-cli/fix-wp-rewrite...
2013-11-29 scribuclean up rewrite.feature
2013-11-29 scriburename launch_wpcli() to launch_self() and make it...
2013-11-29 scribuexclude Finder tests from Phar
2013-11-29 scribuadd example of using sort with 'wp cap list'; closes...
2013-11-29 Cristi BurcăMerge pull request #806 from wp-cli/fix-806
2013-11-29 scribudisable HTML escaping when rendering Mustache templates
2013-11-29 scribumake validate_args() always return an array
2013-11-29 scribureplace do_action() with do_hook() again; see #883
2013-11-29 scribuinclude extra args when checking required associative...
2013-11-29 Cristi BurcăMerge pull request #845 from wp-cli/hooks
2013-11-29 scribuclarify inline docs for --format parameter; fixes #884
2013-11-28 Cristi BurcăMerge pull request #850 from wp-cli/fix-850
2013-11-28 scribucheck if plugin is network-only
2013-11-28 scribuadd test case for activating network-only plugins
2013-11-28 scribubump version to 0.13-beta
2013-11-28 Cristi BurcăMerge pull request #896 from leewillis77/user-role-fix
2013-11-28 Lee WillisFix spacing
2013-11-27 Lee WillisAdd tests
2013-11-27 Lee WillisMake validate_role() return a bool. Throw error at...
2013-11-27 Cristi BurcăMerge pull request #886 from tiagohillebrandt/master
2013-11-27 Tiago HillebrandtDeactivate only active plugins.
2013-11-26 Daniel BachhuberUpdate functional test with email case
2013-11-26 Daniel BachhuberSupport for `user_email` as a third type of argument...
2013-11-26 scribus/action/hook
2013-11-25 Tiago HillebrandtImplements the 'wp plugin deactivate --all' function
2013-11-25 Tiago HillebrandtImplements 'wp plugin deactivate --all' function
2013-11-25 scribuplugin tests: use better backup extension
2013-11-25 Cristi BurcăMerge pull request #565 from wp-cli/default-tests-dir
next