summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-04-19response to the further thoughtshttp://kerravonsen.dreamwidth.org/
2010-04-18(no commit message)PeteG
2010-04-18(no commit message)PeteG
2010-04-17recommend gitJoey Hess
2010-04-17bzr getmtime doneJoey Hess
2010-04-17note that tla plugin is not being maintainedJoey Hess
2010-04-17bzr: changelog and refactorJoey Hess
2010-04-17Fix get_ctime implementation in Bazaar plugin, add get_mtime implementation.Jelmer Vernooij
2010-04-17document the gitbranch templateJoey Hess
2010-04-17reformatJoey Hess
2010-04-17my autotag branchJoey Hess
2010-04-17few more suggestionsJoey Hess
2010-04-17typoJoey Hess
2010-04-17autoindex: Switch to using %wikistate instead of abusing $pagestate{index}.Joey Hess
2010-04-16add list of compatability breaking changesJoey Hess
2010-04-16remove note about needing --gettime; automatically run on first build nowJoey Hess
2010-04-16squelch warningJoey Hess
2010-04-16update changelogJoey Hess
2010-04-16implement rcs_getmtime for svnJoey 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-16automatically run --gettime, and optimise it for gitJoey 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-16fix file, should be symlinkJoey Hess
2010-04-16Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-04-16typoCord
2010-04-16--gettime revampJoey Hess
* Rename --getctime to --gettime. (The old name still works for backwards compatability.) * --gettime now also looks up last modification time. * Add rcs_getmtime to plugin API; currently only implemented for git.
2010-04-16Proposal for tags/meta/field coalescinghttp://oblomov.myopenid.com/
2010-04-16... and indeed there is a better way to store ithttp://smcv.pseudorandom.co.uk/
2010-04-16add mtime-to-git script to pull more correct mtimes out of gitJoey Hess
2010-04-16answer to clarification.David Riebenbauer
2010-04-16clarify re %pagestate persistenceJoey Hess
2010-04-16try to clarifyhttp://smcv.pseudorandom.co.uk/
2010-04-16typoDavid Riebenbauer
2010-04-16answer about the `%pagestate` of autopages.David Riebenbauer
2010-04-16responsehttp://kerravonsen.dreamwidth.org/
2010-04-15sidebar plugin optimisationsJoey Hess
The pagetemplate hook may be called multiple times, for example when pages are inlined into a page. Sidebars were being calculated each time that happened, only to be thrown away when the final pagetemplate hook was called. Avoid this unnecessary work. Remove stored sidebar content on use to save some memory.
2010-04-15Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-04-15calendar: Improved display of arrows.Joey Hess
2010-04-15slight clarificationhttp://smcv.pseudorandom.co.uk/
2010-04-15some comments about this and autoindexhttp://smcv.pseudorandom.co.uk/
2010-04-15reduce borderJoey Hess
2010-04-15update name of libsparkline-phpJoey Hess
2010-04-15calendarmonth.tmpl: The month calendar is now put in a sidebar.Joey Hess
2010-04-15fix parameter parsing when pagespec is ommited, and year is presentJoey Hess
2010-04-15conditional: Fix bug that forced "all" mode off by default.Joey Hess
Commit b7351daacd0d4a041a51b43d99b7bf589de54f53 introduced the bug.
2010-04-15fix tagspecJoey Hess
2010-04-15reorgJoey Hess
2010-04-15fix sidebar directive parameter handlingJoey Hess
2010-04-15typoJoey Hess
2010-04-15Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-04-15allow sidebar directive to enable use of sidebar pageJoey Hess
This way, the example blog always has a sidebar on the index page, but not the overhead of sidebars on all the other pages. And if a user wants to, they can enable global_sidebars to switch to sidebars on every page.
2010-04-15disable global sidebars by defaultJoey Hess