Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | get rid of diag explain again | Ludwig Nussel | 2011-03-04 |
| | |||
* | autoindex test: write autoindex pages into the transient underlay | Simon McVittie | 2011-01-22 |
| | |||
* | Allow autoindex files to be written into the transient underlay | Simon McVittie | 2011-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 instead | Simon McVittie | 2011-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 McVittie | 2011-01-22 |
| | | | | autofiles | ||
* | autoindex: use add_autofile | Simon McVittie | 2011-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 indexing | Simon McVittie | 2011-01-22 |
| | |||
* | autoindex test: check that an internal page doesn't cause indexing | Simon McVittie | 2011-01-22 |
| | |||
* | Adapt autoindex test suite to work with old Test::More. | Joey Hess | 2011-01-22 |
| | |||
* | Add a test for autoindex's current functionality | Simon McVittie | 2010-12-25 |