Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | clean | Joey Hess | 2011-02-09 |
| | |||
* | Merge remote branch 'smcv/ready/transient-recentchanges' | Joey Hess | 2011-02-09 |
|\ | |||
| * | Only unlink excess recentchanges from srcdir if not in transientdir | Simon McVittie | 2011-01-07 |
| | | |||
| * | Put recent changes in the transient underlay | Simon McVittie | 2011-01-07 |
| | | |||
* | | response | Joey Hess | 2011-02-09 |
| | | |||
* | | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2011-02-09 |
|\ \ | |||
| * | | confirm assumption | http://smcv.pseudorandom.co.uk/ | 2011-02-09 |
| | | | |||
* | | | map: Avoid unnecessary ul's in maps with nested directories. (Giuseppe Bilotta) | Joey Hess | 2011-02-09 |
| | | | |||
* | | | map: don't create useless </ul><ul> sequences | Giuseppe Bilotta | 2011-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 copyright | Joey Hess | 2011-02-09 |
| | | |||
* | | documentation | Joey Hess | 2011-02-09 |
| | | |||
* | | link to upstream markdown bug; close | Joey Hess | 2011-02-09 |
| | | |||
* | | transient merged; bookkeeping | Joey Hess | 2011-02-09 |
| | | |||
* | | turn off verbose | Joey Hess | 2011-02-09 |
| | | | | | | | | Want to avoid debug messages during tests | ||
* | | fix test count | Joey Hess | 2011-02-09 |
| | | |||
* | | Merge remote branch 'smcv/ready/transient-tag' | Joey Hess | 2011-02-09 |
|\ \ | | | | | | | | | | | | | Conflicts: t/tag.t | ||
| * | | tag: default to tag_autocreate_commit=1 as intended | Simon McVittie | 2011-01-07 |
| | | | |||
| * | | tag test: write tag pages into the transient underlay | Simon McVittie | 2011-01-07 |
| | | | |||
| * | | tag: optionally write autocreated tags to the transient underlay | Simon McVittie | 2011-01-07 |
| | | | | | | | | | | | | For the moment, have the tag test keep the old behaviour. | ||
| * | | Merge branch 'ready/tag-test' into transient-tag | Simon McVittie | 2011-01-07 |
| |\ \ | | |/ | |/| | |||
* | | | Merge remote branch 'smcv/ready/transient-autoindex' | Joey Hess | 2011-02-09 |
|\ \ \ | |||
| * | | | autoindex test: write autoindex pages into the transient underlay | Simon McVittie | 2011-01-22 |
| | | | | |||
| * | | | autoindex: default to autoindex_commit=1 as intended | Simon McVittie | 2011-01-22 |
| | | | | |||
| * | | | Don't create autoindex pages just because of transient things | 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. | ||
| * | | | Merge branch 'ready/autoindex-autofile' into HEAD | Simon McVittie | 2011-01-22 |
| |\ \ \ | | |/ / | |/| | | |||
| | * | | 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 |
| | | | | |||
* | | | | minor optimisation | Joey Hess | 2011-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 Hess | 2011-02-09 |
|\ \ \ \ | |||
| * | | | | Put newly aggregated pages in the transient underlay | Simon McVittie | 2011-01-07 |
| |/ / / | |||
* | | | | Merge remote branch 'smcv/ready/tag-test' | Joey Hess | 2011-02-09 |
|\ \ \ \ | | |_|/ | |/| | | |||
| * | | | tag test: assert that the only autofiles are the ones we want | Simon McVittie | 2010-12-28 |
| | | | | |||
* | | | | Merge remote branch 'smcv/transient-relative-api' | Joey Hess | 2011-02-09 |
|\ \ \ \ | |||
| * | | | | Add add_literal_underlay and use it for the transient underlay | Simon McVittie | 2011-01-07 |
| | |/ / | |/| | | | | | | | | | | This means we don't need to import Cwd and use abs_path. | ||
* | | | | Merge remote branch 'smcv/ready/transient' | Joey Hess | 2011-02-09 |
|\| | | | |||
| * | | | Assume obsolete transient pages have the same extension as the changed page | Simon McVittie | 2011-01-07 |
| | | | | |||
| * | | | GC unused pages in the transient underlay | Simon McVittie | 2011-01-07 |
| | | | | |||
| * | | | Add transient plugin, which adds ~/.ikiwiki/transient as an underlay | Simon McVittie | 2011-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.info | Joey Hess | 2011-02-09 |
|\ \ \ \ | |||
| * | | | | add a pagecount to see how many open bugs there are | http://jmtd.livejournal.com/ | 2011-02-09 |
| | | | | | |||
* | | | | | remove | Joey Hess | 2011-02-08 |
|/ / / / | |||
* | | | | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawnJE92TSa647Wo-y20pIHcv2hEAPsqO4TM | 2011-02-06 |
| | | | | |||
* | | | | probably a markdown issue | Giuseppe Bilotta | 2011-02-04 |
| | | | | |||
* | | | | adding information | tk | 2011-02-03 |
| | | | | |||
* | | | | formatting again | tk | 2011-02-03 |
| | | | | |||
* | | | | formatting | tk | 2011-02-03 |
| | | | |