OSDN Git Service

wvm/wvm.git
2013-04-29 scributest that database is selected
2013-04-29 scribumake `wp db query` optionally read from STDIN
2013-04-29 scribusince it's called dev-build, install the development...
2013-04-29 scriburename create_cmd() to esc_cmd()
2013-04-29 scribucore command: "use WP_CLI\Utils;"
2013-04-29 scribucore download: refactor curl + tar into a single comman...
2013-04-29 scribucore download: remove duplicate code for creating the...
2013-04-29 scribuUse `wp core download` in Travis tests too.
2013-04-29 scribuRename `wp db connect` back to `wp db cli`
2013-04-29 Cristi BurcăMerge pull request #422 from wp-cli/post-list-status
2013-04-29 scribuadd post_status to `wp post list` output
2013-04-29 Daniel BachhuberTest: `wp post list` should contain both 'draft' and...
2013-04-29 Daniel BachhuberRefactor checkThatCsvStringContainsCsvString() such...
2013-04-29 Daniel BachhuberBehat step for checking a CSV contains string
2013-04-29 Daniel BachhuberFix typo
2013-04-28 Cristi BurcăMerge pull request #421 from wp-cli/update-composer...
2013-04-28 Daniel BachhuberUpdate composer.lock to latest
2013-04-27 Daniel BachhuberEnsure `wp post list` returns posts of all statuses...
2013-04-27 scribuvalidate --post_id only once and issue warning
2013-04-27 scribunested ternary operators are bad, mkay...
2013-04-27 scribuShorten description for `wp media import`
2013-04-27 Cristi BurcăMerge pull request #367 from goldenapples/goldenapples...
2013-04-26 goldenapplesUse variables in feature steps for readability
2013-04-26 scribuadd functional test for --require flag
2013-04-26 goldenapplesAdd behat features to test against local files
2013-04-26 goldenapplesFor local media imports, copy to tempfile before importing
2013-04-26 scribudev-build: check that 'php' is available before doing...
2013-04-26 Cristi BurcăMerge pull request #396 from wp-cli/uniform-cmd-add
2013-04-26 scribumerge MethodSubcommand into Subcommand
2013-04-26 scribuinstantiate MethodSubcommand instead of Subcommand
2013-04-26 scriburemove unnecessary WP_CLI\Commands namespace
2013-04-26 scribucheck for __invoke() method instead of parameter type
2013-04-25 goldenapplesUpdate man page for `wp media import`
2013-04-25 goldenapplesAdd `--featured_image` associative arg
2013-04-25 goldenapplesAdd Behat feature for `wp media import`
2013-04-25 goldenapplesRename arguments to make more logical sense
2013-04-25 goldenapplesRemove filename completion for wp media import
2013-04-25 goldenapplesAdd capability to download files from URL
2013-04-25 goldenapplesInitial implementation of wp media import
2013-04-23 scribuDefine WP_ADMIN before loading WordPress
2013-04-23 Cristi BurcăMerge pull request #407 from wp-cli/term-create-porcelain
2013-04-23 scribuSimulate and announce a /wp-admin/ page load
2013-04-22 Cristi BurcăMerge pull request #409 from mwilliamson/download-tmp-dir
2013-04-21 Michael WilliamsonDon't create temporary wordpress directory during ...
2013-04-21 Daniel BachhuberBalance ze curly braces to meet WP standards
2013-04-21 Daniel BachhuberImprovements to `wp term` output
2013-04-19 Cristi BurcăMerge pull request #405 from wp-cli/format-ids
2013-04-19 scribuuse --format=ids in user.feature
2013-04-19 scribuupdate `wp post delete` example
2013-04-19 scributransparently convert --ids to --format=ids
2013-04-19 Daniel BachhuberUpdate man for `wp post list`
2013-04-19 Daniel BachhuberConvert `wp post list --ids` to `wp post list --format...
2013-04-19 Daniel BachhuberJSON format test for `wp user list`
2013-04-19 Daniel BachhuberConvert `wp user list --ids` to `wp user list --format...
2013-04-19 Daniel BachhuberRefactor to allow 'ids' be passed to `format_items...
2013-04-19 Daniel Bachhuberwp term list: Support for `--ids` argument
2013-04-19 scribuadd man page for scaffold child-theme. see #339
2013-04-19 scribuLand `wp scaffold child-theme`
2013-04-19 scribustyle fixes for scaffold child-theme
2013-04-19 scribumake --parent_theme mandatory
2013-04-19 scriburename `scaffold child_theme` to `scaffold child-theme`
2013-04-19 Daniel BachhuberSimplify expression of the run with errors condition
2013-04-19 Daniel BachhuberSkip checking these numeric fields, as they might chang...
2013-04-19 Daniel BachhuberMove declaration of compareContents() outside of a...
2013-04-19 Cristi BurcăMerge pull request #397 from wp-cli/composer-ignore
2013-04-19 Daniel BachhuberActually fix failing tests.
2013-04-19 Daniel BachhuberNewline fix for failed test
2013-04-19 Daniel BachhuberFunctional test for creating / listing a term
2013-04-19 Daniel BachhuberIgnore composer.phar, as it's installed separately...
2013-04-17 Cristi BurcăMerge pull request #391 from linepress/scaffold-fix
2013-04-16 jmslbamFixed query_var using slug instead of boolean TRUE
2013-04-15 Cristi BurcăMerge pull request #378 from j3lamp/master
2013-04-15 John LampRefactored the poorly named `compareJson()` function...
2013-04-14 scribumark some iterator methods as private
2013-04-14 scribumake query string mandatory first parameter in Iterator...
2013-04-14 Cristi BurcăMerge pull request #390 from wp-cli/refactor-iterators
2013-04-14 scribuadd smoke test for wp user import-csv
2013-04-14 scribufix class reference in Iterators/Table.php
2013-04-14 scribuadd smoke test for search-replace
2013-04-14 scribuon OS X, wc -l inexplicably outputs whitespace before...
2013-04-14 scribumove iterators to separate namespace
2013-04-14 John LampRemoved CSV format from `post get`, with JSON format...
2013-04-13 Cristi BurcăMerge pull request #386 from wp-cli/post-list-format
2013-04-13 Cristi BurcăMerge pull request #387 from twisty/master
2013-04-13 John LampAdded the `--feature` option for `post get`.
2013-04-12 Tim BrayshawFix example for 'core is-installed'
2013-04-12 Daniel BachhuberSupport for `--format` when using `wp post list`
2013-04-12 Daniel BachhuberRevert a134ce6e46561e9f36ee5efeb33e69ad97b97141
2013-04-12 Daniel BachhuberCorrect file permissions to 755
2013-04-12 Cristi Burcăbe more explicit about which code is covered by the...
2013-04-09 Cristi BurcăMerge pull request #379 from wp-cli/ignore-db-defaults
2013-04-09 scributests: add IF NOT EXISTS to create_db()
2013-04-05 John LampRemoved the <filename> argument from `post get`.
2013-04-05 scribuuse run_mysql_query() in functional tests too
2013-04-05 scribuadd --defaults-file=/dev/null to mysql commands
2013-04-05 Cristi BurcăMerge pull request #365 from linepress/scaffold-label
2013-04-05 jmslbamRemoved feature tag
2013-04-05 John LampAdded `post get` command.
2013-04-04 jmslbamReorder tests
2013-04-04 jmslbamAdded label scaffold behat test
next