OSDN Git Service

wvm/wvm.git
2013-02-08 Cristi BurcăMerge pull request #291 from wp-cli/fix-291
2013-02-08 scribufix WP_CLI::error() not exiting
2013-02-08 scributests: separate stdout from stderr
2013-02-08 scribuadd our own wp_die() handler
2013-02-07 scribumake 'wp install' imply 'empty dir'
2013-02-07 scribuadd test case
2013-02-07 scribumove /templates/ out of /php/ since it doesn't contain...
2013-02-06 scriburegenerate some manpages
2013-02-06 scribugenerate manpage for scaffold _s. see #285
2013-02-06 Cristi BurcăMerge pull request #285 from drrobotnik/master
2013-02-06 Brandon Lavigneadded success message if remote request code is 200
2013-02-06 Cristi BurcăMerge pull request #289 from jmslbam/master
2013-02-06 Brandon Lavignefixed undefined variables
2013-02-06 Jaime MartinezChanged filename from machinename to slug
2013-02-06 Brandon Lavigneremoved spaces in the synopsis
2013-02-06 Brandon Lavigneadded default timeout and generic theme description...
2013-02-05 Brandon Lavigneadded man-src page for scaffold _s, tidied up formatting.
2013-02-05 Brandon Lavignechanged shell_exec to properly use wp_remote_post,...
2013-02-05 Brandon LavigneInstead of using bash unzip, using WP_CLI native theme...
2013-02-03 Cristi BurcăMerge pull request #284 from wp-cli/user-list-csv
2013-02-03 scribuReverse parameter order in output_csv() utility
2013-02-03 scribuadd some examples for user list and regenerate manpage
2013-02-03 Daniel BachhuberUse fputcsv with STDOUT instead of building our own...
2013-02-03 Daniel BachhuberUse the row we built to make sure we're only presenting...
2013-02-03 Daniel BachhuberMention default output
2013-02-03 Daniel BachhuberUpdate man doc
2013-02-03 Daniel BachhuberSimplify the code to generate CSV and JSON output by...
2013-02-03 Daniel BachhuberIf only --ids are requested, we don't need to do anythi...
2013-02-03 Brandon LavigneAdded initial version of wp scaffold _s
2013-02-02 Daniel BachhuberOutput a list of users as CSV or JSON with a new CSV...
2013-01-27 scribubump version to 0.9.0-dev
2013-01-27 scribucheck that the plugin directory exists. fixes #281
2013-01-27 scribuPHP files don't need to be executable
2013-01-26 scribuinclude only php files in build.xml
2013-01-26 scribuexclude .git files via build.xml
2013-01-26 scribuset version to 0.8.0 v0.8.0
2013-01-26 scriburemove extra tab from extended scaffolds
2013-01-26 scribuscaffold plugin: made success msg consistent with other...
2013-01-26 scribunormalize and cache path returned by locate_wp_config()
2013-01-26 scriburemove unnecessary leading slash in locate_wp_config()
2013-01-23 scribubump version to 0.8.0-beta
2013-01-23 scribustrict comparison for 'runtime' key. see #277
2013-01-23 scribufix check for completions in WP_CLI::error()
2013-01-23 scribuadd --config global param
2013-01-23 scribugenerate synopsis for global command from config-spec
2013-01-23 scribuupdate config-spec.php. see #267
2013-01-23 scribusupport --color and --no-color special args. closes...
2013-01-23 Cristi BurcăMerge pull request #277 from wp-cli/config-spec
2013-01-22 scribuadd --param-dump
2013-01-22 scribustoring the config spec in a static variable is not...
2013-01-22 scribumove even more code from utils.php into WP_CLI\Runner
2013-01-22 scribuintroduce WP_CLI\Runner class
2013-01-22 scriburename bootstrap() to load_depdencies()
2013-01-22 scribumove special args handling to separate class
2013-01-20 scribumake use of defaults
2013-01-20 scribureplace WP_CLI_QUIET with WP_CLI::get_config('quiet')
2013-01-20 scribuadd tests for --quiet flag and don't suppress output...
2013-01-20 scribuadd config spec
2013-01-20 scribureplace WP_ROOT with ABSPATH
2013-01-20 scribumerge back run() method into after_wp_load()
2013-01-19 scribuadd --debug global param. fixes #177
2013-01-19 scribufix path to wp-cli.yml. see #267
2013-01-19 scribuadd --config global parameter. fixes #272
2013-01-19 scribu'color', not 'colors'. see #267
2013-01-19 scribuadd 'color' config option. fixes #267
2013-01-15 scribumove run_command() back into the WP_CLI class
2013-01-02 scribuscaffold taxonomy: remove control args from defaults
2013-01-02 scriburemove unused '<?php' from templates
2013-01-02 scribuchange template extensions from .php to .mustache,...
2013-01-02 scriburun preg_replace() only once, on the whole string....
2013-01-02 scribureplace just '<?php', instead of ignoring the whole...
2013-01-02 Cristi BurcăMerge pull request #269 from wp-cli/cmd-dump
2013-01-02 scriburun --cmd-dump without needing WP files
2013-01-02 scriburemove site-related utilities (moved to site repo)
2013-01-01 scribuuse --cmd-dump in compare-cmd
2013-01-01 scribure-generate man pages
2013-01-01 Cristi BurcăMerge pull request #199 from wp-cli/scaffold-plugin
2013-01-01 scribumove non-wp-related code out of after_wp_load()
2013-01-01 scriburemove intermediate value in cmd_dump()
2013-01-01 scribuadd 'internal' key and put it to use
2013-01-01 scribuconvert all top-level command descriptions to the imper...
2013-01-01 scribuadd cmd-list.php utility
2013-01-01 scribumove read_json() to separate file
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 scribualways use the plugin slug for the textdomain
2013-01-01 scribuadd man page for `wp scaffold plugin`
2013-01-01 scribuuse create_file() for cpt and tax scaffolds
2013-01-01 scribufirst pass at `wp scaffold plugin`
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}}
next