diff options
author | chrysn <chrysn@fsfe.org> | 2014-07-05 16:42:32 +0200 |
---|---|---|
committer | chrysn <chrysn@fsfe.org> | 2014-07-05 16:42:32 +0200 |
commit | 6eb89492f7b98003227fddeea6bb03d0f36b5d88 (patch) | |
tree | 69316e692067df2a951312262d2699e71b86253a /doc | |
parent | d1e714e485a8d0e498ccf7b358dbb7445d18373b (diff) | |
download | ikiwiki-6eb89492f7b98003227fddeea6bb03d0f36b5d88.tar ikiwiki-6eb89492f7b98003227fddeea6bb03d0f36b5d88.tar.gz |
comment on autoindex branch
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/transient_autocreated_tagbase_is_not_transient_autoindexed.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/transient_autocreated_tagbase_is_not_transient_autoindexed.mdwn b/doc/bugs/transient_autocreated_tagbase_is_not_transient_autoindexed.mdwn index b0d88ec6d..225a60141 100644 --- a/doc/bugs/transient_autocreated_tagbase_is_not_transient_autoindexed.mdwn +++ b/doc/bugs/transient_autocreated_tagbase_is_not_transient_autoindexed.mdwn @@ -31,3 +31,13 @@ Shouldn't `ikiwiki-tag-test/raw/.ikiwiki/transient/tag.mdwn` and `ikiwiki-tag-te > git repositories any more? My `autoindex-more` branch changes > the logic so it will do what you want in the `autoindex_commit => 0` > case, and amends the appropriate regression test. --[[smcv]] + +>> the autoindex-more-often branch looks good to me in general. +>> +>> i do have doubts about the 3ba2ef1a patch ("remove unnecessary special case +>> for transient underlay"): now that we consider the complete transient +>> directory as well, the sequence in which the refresh hooks are called starts +>> to matter, and pages created by other plugins in a similar fashion as by +>> autoindex will only be included the next time refresh gets called. +>> +>> --[[chrysn]] |