aboutsummaryrefslogtreecommitdiff
path: root/t/trail.t
Commit message (Collapse)AuthorAge
* If the title of a trail or trail-member changes, rebuild affected pagesSimon McVittie2013-01-02
| | | | | | | | If the title of a trail changes, each member of that trail must be rebuilt, for its prev/up/next box to reflect the new title. If the title of a member changes, its next and previous items (if any) must be rebuilt, for their prev/up/next boxes to reflect the new title.
* Add more trail regression testsSimon McVittie2013-01-02
| | | | | Some of these untested bits have in fact regressed, and as such, are marked as TODO.
* trail, inline: treat pagenames as a list of literal names, not linksSimon McVittie2012-04-06
|
* add some seatbelts to toad's jalopyJoey Hess2012-04-04
| | | | | This does not change the number of failing tests I see, but it does make it show the expected result, which makes analysis easier.
* Use utime to make initial files in trail test come from the pastSimon McVittie2012-03-19
| | | | | | This ensures that when we do the second phase of the test (edit some files and refresh), the changes get a different mtime and are picked up, even if the entire test happened between two 1-second "clock ticks".
* Replace [[!trailinline]] directive with [[!inline trail=yes]]Simon McVittie2012-03-18
|
* Split trail directive into trailitems, trailoptionsSimon McVittie2011-11-12
|
* trail: improve and test sortingSimon McVittie2011-11-12
|
* trail: new plugin (3rd attempt)Simon McVittie2011-11-09