aboutsummaryrefslogtreecommitdiff
path: root/t/autoindex.t
Commit message (Collapse)AuthorAge
* Allow creation of transient index pages for directories outside srcdirSimon McVittie2014-07-04
| | | | | | | | | | After this change autoindex creates index pages also for empty directories included in underlays, but only if it isn't going to commit them to the srcdir ($config{autoindex_commit} = 0). Inspired by a patch from Tuomas Jormola. Bug-Debian: http://bugs.debian.org/611068
* autoindex test: check what happens to files in transient/normal underlaysSimon McVittie2014-07-04
|
* get rid of diag explain againLudwig Nussel2011-03-04
|
* autoindex test: write autoindex pages into the transient underlaySimon McVittie2011-01-22
|
* Allow autoindex files to be written into the transient underlaySimon McVittie2011-01-22
| | | | As with the tag plugin, for the moment keep the old behaviour in the test.
* autoindex: stop tracking deletions, use generic autofile tracking insteadSimon McVittie2011-01-22
| | | | | | | | | | | | | - Migrate the set of deletions to the {autofile} set, since it has more or less the same effect. This affects the "deleted" case in the test. - If a page has just been deleted, add it as an autofile anyway: by the time gen_autofile is called, it'll be in the list of deleted files, so it'll just be added to {autofile}. This affects the "gone" case in the test. - Behaviour change: we don't forget that a page with no reason to be re-created was deleted. This affects the 'expunged' and 'reinstated' cases in the test.
* autoindex.t: check that none of the files that shouldn't be generated are ↵Simon McVittie2011-01-22
| | | | autofiles
* autoindex: use add_autofileSimon McVittie2011-01-22
| | | | | | | | This does cause a minor regression: index pages are now committed individually rather than being a single commit per rebuild. This also means the autoindex regression test needs to trigger the autofile generation pass.
* autoindex.t: check that attachments cause indexingSimon McVittie2011-01-22
|
* autoindex test: check that an internal page doesn't cause indexingSimon McVittie2011-01-22
|
* Adapt autoindex test suite to work with old Test::More.Joey Hess2011-01-22
|
* Add a test for autoindex's current functionalitySimon McVittie2010-12-25