OSDN Git Service

allow WP-CLI to be invoked from subdirectories other than the subdir the WP files...
[wvm/wvm.git] / php /
2014-01-31 scribuallow WP-CLI to be invoked from subdirectories other...
2014-01-30 scribugroup all logic that deals with finding the WP files...
2014-01-26 scribubump version to 0.14.0-alpha2
2014-01-26 Cristi BurcăMerge pull request #973 from SpikesDivZero/no-root
2014-01-26 scribufix --max_depth= again and add behat test
2014-01-25 Wesley SpikesRecommend sudo instead of su.
2014-01-25 Cristi BurcăMerge pull request #980 from wp-cli/fix-929
2014-01-25 scribumake autodetection of WP files in a subdirectory work...
2014-01-25 scribuextract replace_path_consts() utility
2014-01-25 Wesley SpikesMinor typo fix.
2014-01-24 Cristi BurcăMerge pull request #975 from bartaakos/master
2014-01-24 Barta Akosget_download_url
2014-01-24 Barta Akosadded locale information to core update log
2014-01-24 Barta Akosadded locale to core update
2014-01-23 Cristi BurcăMerge pull request #972 from wp-cli/skip-plugins-v2
2014-01-23 Wesley SpikesDon't show --allow-root in help.
2014-01-23 Wesley SpikesAdjust spec for --allow-root
2014-01-22 Wesley SpikesRename --allow_root to --allow-root
2014-01-21 Wesley SpikesDon't allow wp-cli as root without --allow_root
2014-01-21 scribufirst pass at --skip-plugins flag
2014-01-20 scribumore renaming from _list() to list_()
2014-01-20 scriburename _list() to list_() to avoid confusing it with...
2014-01-20 Cristi BurcăMerge pull request #971 from wp-cli/multiple-post-type
2014-01-20 Daniel BachhuberAccording to core, `post_type` == `any` has to be a...
2014-01-20 Cristi BurcăMerge pull request #970 from wp-cli/support-user-login-970
2014-01-20 Daniel BachhuberUpdate `wp post list` examples
2014-01-20 Daniel BachhuberCopy and paste some command docs
2014-01-20 Daniel BachhuberAdd another example to the description
2014-01-20 Daniel Bachhuber`post_type` is a special key that should also support...
2014-01-20 Daniel BachhuberUpdate `wp user-meta` to support `user_login` as a...
2014-01-19 scribuwp plugin get: remove unreliable 'update' field
2014-01-19 scriburefactor long line in get_update_info()
2014-01-18 scribuuse get_check() in 'wp plugin path'
2014-01-15 Cristi BurcăMerge pull request #961 from wp-cli/import-users-with...
2014-01-14 Cristi BurcăMerge pull request #962 from wp-cli/term-arg-order
2014-01-14 jmslbamUnset possible ID column to prevent unwanted behaviour
2014-01-14 scribumake all the term subcommands accept the taxonomy as...
2014-01-14 scribuimprove hierarchy generation; see #821
2014-01-14 scribumake 'wp term delete' accept multiple args
2014-01-14 Cristi BurcăMerge pull request #821 from Japh/master
2014-01-14 Cristi BurcăMerge pull request #957 from francescolaffi/pr-cache...
2014-01-13 Francesco Lafficore caching on download
2014-01-11 scribuconvert recursive_unserialize_replace() function to...
2014-01-11 scriburemove reference from $data parameter; see #951
2014-01-11 scribumanually wrap long line in search-replace description
2014-01-11 scribuword-wrap command descriptions
2014-01-11 scribuMerge pull request #951 from CodeAwhile:recursive-searc...
2014-01-11 Will AndersonMove recursive search-replace function to Utils and...
2014-01-11 Cristi BurcăMerge pull request #955 from wp-cli/fix-955
2014-01-11 scribuDon't look for WP files upward when running `wp core...
2014-01-08 Will AndersonUpdate array handling for safer recursive replacements
2014-01-08 Will AndersonUpdate documentation header for recursive_unserialize_r...
2014-01-07 scribuMerge pull request #817 from x-team:mysqldump-extra...
2014-01-06 scribusite create: fix description for --title= parameter
2014-01-05 Cristi BurcăMerge pull request #909 from wp-cli/fix-909
2014-01-05 scribufix `wp core is-installed` expectations for singlesite
2014-01-05 scribumake `wp core is-installed` exit with 1 when run agains...
2014-01-05 scribuMerge branch 'feature/import-authors-csv-doc' from...
2014-01-05 Cristi BurcăMerge pull request #944 from johnbillion/whether
2014-01-04 John BlackbournCorrect spelling of whether
2014-01-04 Will AndersonAdd a --recurse-objects flag
2014-01-03 Cristi BurcăMerge pull request #943 from gradyetc/master
2014-01-03 Mike BurnsStore post ids during `wp post generate`.
2014-01-02 Cristi BurcăMerge pull request #941 from mboynes/network-theme...
2013-12-28 Matt BoynesMerging the network and site enabled columns for `wp...
2013-12-28 scribuclarify description for theme 'enable' and 'disable...
2013-12-28 Cristi BurcăMerge pull request #938 from mboynes/network-theme...
2013-12-28 Matt BoynesAdding site and network enabled columns to wp 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 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 Simon WheatleyAdd better docs around authors mapping CSV.
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
next