Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-21 | argh. head exploding. | Joey Hess | |
2010-04-21 | my autotag branch seems ready | Joey Hess | |
2010-04-21 | remove broken ./tag support | Joey Hess | |
The commit that added the (working) support for using /tag to override tagbase also tried to make ./tag work. Problem is, tags are links, and ./foo is not a valid link (though I think there's a wishlist about it). So, using ./tag really resulted in tag creation links that led to a "bad page name" error. And even if the tag were created in the right place, the link didn't go to it. | |||
2010-04-21 | response | Joey Hess | |
2010-04-21 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-04-21 | note re includes | Joey Hess | |
2010-04-21 | suppressing auto-creation can be quite counter-intuitive | http://smcv.pseudorandom.co.uk/ | |
2010-04-21 | elide an older patch that's no longer under discussion | http://smcv.pseudorandom.co.uk/ | |
2010-04-21 | update | Joey Hess | |
2010-04-21 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-04-21 | update | Joey Hess | |
2010-04-21 | update, tag deletion bug | Joey Hess | |
2010-04-21 | (no commit message) | http://hendry.iki.fi/ | |
2010-04-21 | (no commit message) | http://hendry.iki.fi/ | |
2010-04-21 | update; my branch is (partially) debugged now | Joey Hess | |
2010-04-21 | debugging | http://hendry.iki.fi/ | |
2010-04-21 | applied | Joey Hess | |
2010-04-21 | Missing links with no CGI | http://oblomov.myopenid.com/ | |
2010-04-20 | Clarifications | http://oblomov.myopenid.com/ | |
2010-04-20 | internal pages: the revenge? | http://smcv.pseudorandom.co.uk/ | |
2010-04-20 | clarify whether the raw files would be put in destdir | Jon Dowland | |
2010-04-20 | similarity to internal pages | Joey Hess | |
2010-04-19 | response | Joey Hess | |
2010-04-20 | non comprend | http://kerravonsen.dreamwidth.org/ | |
2010-04-20 | formatting | http://kerravonsen.dreamwidth.org/ | |
2010-04-20 | further clarification | http://kerravonsen.dreamwidth.org/ | |
2010-04-19 | response | Joey Hess | |
2010-04-20 | response | http://kerravonsen.dreamwidth.org/ | |
2010-04-19 | Merge branch 'master' of git://git.ikiwiki.info | Svend Sorensen | |
2010-04-19 | Remove www prefix from Svend's website URLs | Svend Sorensen | |
2010-04-19 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-04-19 | thinking about changing how templatedir works and allowing wikitemplate ↵ | Joey Hess | |
files into the srcdir | |||
2010-04-19 | Respond | http://oblomov.myopenid.com/ | |
2010-04-19 | response to the further thoughts | http://kerravonsen.dreamwidth.org/ | |
2010-04-18 | (no commit message) | PeteG | |
2010-04-18 | (no commit message) | PeteG | |
2010-04-17 | recommend git | Joey Hess | |
2010-04-17 | bzr getmtime done | Joey Hess | |
2010-04-17 | note that tla plugin is not being maintained | Joey Hess | |
2010-04-17 | document the gitbranch template | Joey Hess | |
2010-04-17 | reformat | Joey Hess | |
2010-04-17 | my autotag branch | Joey Hess | |
2010-04-17 | few more suggestions | Joey Hess | |
2010-04-17 | autoindex: Switch to using %wikistate instead of abusing $pagestate{index}. | Joey Hess | |
2010-04-16 | add list of compatability breaking changes | Joey Hess | |
2010-04-16 | remove note about needing --gettime; automatically run on first build now | Joey Hess | |
2010-04-16 | implement rcs_getmtime for svn | Joey Hess | |
This is a slow implementation; it runs svn log once per file still, rather than running svn log once on the whole srcdir. I did it this way because in my experience, svn log, run on a directory, does not always list every change to files inside that directory. I don't know why, and I use svn as little as possible these days. | |||
2010-04-16 | automatically run --gettime, and optimise it for git | Joey Hess | |
* Automatically run --gettime the first time ikiwiki is run on a given srcdir. * Optimise --gettime for git, so it's appropriatly screamingly fast. (This could be done for other backends too.) * However, --gettime for git no longer follows renames. * Use above to fix up timestamps on docwiki, as well as ensure that timestamps on basewiki files shipped in the deb are sane. | |||
2010-04-16 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-04-16 | typo | Cord | |