aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* cleanJoey Hess2011-02-09
|
* Merge remote branch 'smcv/ready/transient-recentchanges'Joey Hess2011-02-09
|\
| * Only unlink excess recentchanges from srcdir if not in transientdirSimon McVittie2011-01-07
| |
| * Put recent changes in the transient underlaySimon McVittie2011-01-07
| |
* | responseJoey Hess2011-02-09
| |
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2011-02-09
|\ \
| * | confirm assumptionhttp://smcv.pseudorandom.co.uk/2011-02-09
| | |
* | | map: Avoid unnecessary ul's in maps with nested directories. (Giuseppe Bilotta)Joey Hess2011-02-09
| | |
* | | map: don't create useless </ul><ul> sequencesGiuseppe Bilotta2011-02-09
|/ / | | | | | | | | | | | | | | | | | | | | | | | | With the previous logic, same-level items would go down one level and then again up one level closing and re-opening UL tags each time. The resulting redundant lists caused whitespace layout issues in the rendered pages. Adjust the "moving up?" logic to check if the current item base is different from the previous item _base_. Adjust the "going down?" logic by moving it to an earlier phase and checking for (1) parent item not being what it should be and (2) remaining bits; the root is grown unconditionally as long as (2) is verified.
* | add paths to plugin files in copyrightJoey Hess2011-02-09
| |
* | documentationJoey Hess2011-02-09
| |
* | link to upstream markdown bug; closeJoey Hess2011-02-09
| |
* | transient merged; bookkeepingJoey Hess2011-02-09
| |
* | turn off verboseJoey Hess2011-02-09
| | | | | | | | Want to avoid debug messages during tests
* | fix test countJoey Hess2011-02-09
| |
* | Merge remote branch 'smcv/ready/transient-tag'Joey Hess2011-02-09
|\ \ | | | | | | | | | | | | Conflicts: t/tag.t
| * | tag: default to tag_autocreate_commit=1 as intendedSimon McVittie2011-01-07
| | |
| * | tag test: write tag pages into the transient underlaySimon McVittie2011-01-07
| | |
| * | tag: optionally write autocreated tags to the transient underlaySimon McVittie2011-01-07
| | | | | | | | | | | | For the moment, have the tag test keep the old behaviour.
| * | Merge branch 'ready/tag-test' into transient-tagSimon McVittie2011-01-07
| |\ \ | | |/ | |/|
* | | Merge remote branch 'smcv/ready/transient-autoindex'Joey Hess2011-02-09
|\ \ \
| * | | autoindex test: write autoindex pages into the transient underlaySimon McVittie2011-01-22
| | | |
| * | | autoindex: default to autoindex_commit=1 as intendedSimon McVittie2011-01-22
| | | |
| * | | Don't create autoindex pages just because of transient thingsSimon 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.
| * | | Merge branch 'ready/autoindex-autofile' into HEADSimon McVittie2011-01-22
| |\ \ \ | | |/ / | |/| |
| | * | 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
| | | |
* | | | minor optimisationJoey Hess2011-02-09
| | | | | | | | | | | | | | | | | | | | | | | | Assume the aggregated content is only going to be in one of the directories, and so stop if it's successfully removed from the transientdir.
* | | | Merge remote branch 'smcv/ready/transient-aggregate'Joey Hess2011-02-09
|\ \ \ \
| * | | | Put newly aggregated pages in the transient underlaySimon McVittie2011-01-07
| |/ / /
* | | | Merge remote branch 'smcv/ready/tag-test'Joey Hess2011-02-09
|\ \ \ \ | | |_|/ | |/| |
| * | | tag test: assert that the only autofiles are the ones we wantSimon McVittie2010-12-28
| | | |
* | | | Merge remote branch 'smcv/transient-relative-api'Joey Hess2011-02-09
|\ \ \ \
| * | | | Add add_literal_underlay and use it for the transient underlaySimon McVittie2011-01-07
| | |/ / | |/| | | | | | | | | | This means we don't need to import Cwd and use abs_path.
* | | | Merge remote branch 'smcv/ready/transient'Joey Hess2011-02-09
|\| | |
| * | | Assume obsolete transient pages have the same extension as the changed pageSimon McVittie2011-01-07
| | | |
| * | | GC unused pages in the transient underlaySimon McVittie2011-01-07
| | | |
| * | | Add transient plugin, which adds ~/.ikiwiki/transient as an underlaySimon McVittie2011-01-07
| | | | | | | | | | | | | | | | | | | | This can contain auto-generated things, like tag pages; if edited they'll automatically migrate into source code control.
* | | | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2011-02-09
|\ \ \ \
| * | | | add a pagecount to see how many open bugs there arehttp://jmtd.livejournal.com/2011-02-09
| | | | |
* | | | | removeJoey Hess2011-02-08
|/ / / /
* | | | (no commit message)https://www.google.com/accounts/o8/id?id=AItOawnJE92TSa647Wo-y20pIHcv2hEAPsqO4TM2011-02-06
| | | |
* | | | probably a markdown issueGiuseppe Bilotta2011-02-04
| | | |
* | | | adding informationtk2011-02-03
| | | |
* | | | formatting againtk2011-02-03
| | | |
* | | | formattingtk2011-02-03
| | | |