Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-18 | (no commit message) | PeteG | |
2010-04-17 | improve docs | Joey Hess | |
2010-04-17 | document add_autofile | Joey Hess | |
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 | |
2010-04-16 | --gettime revamp | Joey 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-16 | Proposal for tags/meta/field coalescing | http://oblomov.myopenid.com/ | |
2010-04-16 | ... and indeed there is a better way to store it | http://smcv.pseudorandom.co.uk/ | |
2010-04-16 | answer to clarification. | David Riebenbauer | |
2010-04-16 | clarify re %pagestate persistence | Joey Hess | |
2010-04-16 | try to clarify | http://smcv.pseudorandom.co.uk/ | |
2010-04-16 | typo | David Riebenbauer | |
2010-04-16 | answer about the `%pagestate` of autopages. | David Riebenbauer | |
2010-04-16 | response | http://kerravonsen.dreamwidth.org/ | |
2010-04-15 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-04-15 | calendar: Improved display of arrows. | Joey Hess | |
2010-04-15 | slight clarification | http://smcv.pseudorandom.co.uk/ | |
2010-04-15 | some comments about this and autoindex | http://smcv.pseudorandom.co.uk/ | |
2010-04-15 | reduce border | Joey Hess | |
2010-04-15 | fix tagspec | Joey Hess | |
2010-04-15 | reorg | Joey Hess | |
2010-04-15 | fix sidebar directive parameter handling | Joey Hess | |
2010-04-15 | typo | Joey Hess | |
2010-04-15 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-04-15 | allow sidebar directive to enable use of sidebar page | Joey 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-15 | sidebar: Add global_sidebars setting. | Joey Hess | |
2010-04-15 | add note if ikiwiki-calendar needs to be run | Joey Hess | |
2010-04-15 | sidebar: Now a sidebar directive can be used to override the sidebar shown ↵ | Joey Hess | |
on a page. | |||
2010-04-15 | update | Joey Hess | |
2010-04-15 | sidebar styling improvements | Joey Hess | |
Added a visible border; tuned down the whitespace/borders. Note the use of the -1 pixel margin-top -- this makes the sidebar appear to hang down from the line under the actions at the top of the page. | |||
2010-04-15 | increase sidebar width from 20 to 30 ex | Joey Hess | |
This makes it big enough to fit a month calendar. | |||
2010-04-15 | CSS and templates for sidebar changed to use a class, not an id. | Joey Hess | |
Multiple sidebars should be possible; also, I want to add a sidebar template. | |||
2010-04-15 | don't link to ikiwiki-calendar, broken link on basewiki | Joey Hess | |
2010-04-15 | enhance pagestats and rework example blog front page | Joey Hess | |
* pagestats: Class parameter can be used to override default class for custom styling. * pagestats: Use style=list to get a list of tags, scaled by use like in a tag cloud. This is useful to put in a sidebar. * Rework example blog front page. | |||
2010-04-15 | calendar: Add archive_pagespec, which is used by ikiwiki-calendar to specify ↵ | Joey Hess | |
which pages to include on the calendar archive pages. (The pagespec can still also be specified on the ikiwiki-calendar command line.) | |||
2010-04-15 | remove example comments_pagespec setting | Joey Hess | |
auto-blog.setup configures this automatically now | |||
2010-04-15 | Reply to KA about collapsing metadata functionality | http://oblomov.myopenid.com/ | |
2010-04-15 | response, alternative proposal | http://kerravonsen.dreamwidth.org/ | |