aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* implement rcs_getmtime for svnJoey Hess2010-04-16
| | | | | | | | | 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.
* automatically run --gettime, and optimise it for gitJoey Hess2010-04-16
| | | | | | | | | | * 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.
* fix file, should be symlinkJoey Hess2010-04-16
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-04-16
|\
| * typoCord2010-04-16
| |
| * Proposal 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-16
| |
| * answer to clarification.David Riebenbauer2010-04-16
| |
* | --gettime revampJoey Hess2010-04-16
| | | | | | | | | | | | | | | | * 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.
* | add mtime-to-git script to pull more correct mtimes out of gitJoey Hess2010-04-16
|/
* clarify re %pagestate persistenceJoey Hess2010-04-16
|
* try to clarifyhttp://smcv.pseudorandom.co.uk/2010-04-16
|
* typoDavid Riebenbauer2010-04-16
|
* answer about the `%pagestate` of autopages.David Riebenbauer2010-04-16
|
* responsehttp://kerravonsen.dreamwidth.org/2010-04-16
|
* sidebar plugin optimisationsJoey Hess2010-04-15
| | | | | | | | | 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.
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-04-15
|\
| * slight clarificationhttp://smcv.pseudorandom.co.uk/2010-04-15
| |
| * some comments about this and autoindexhttp://smcv.pseudorandom.co.uk/2010-04-15
| |
* | calendar: Improved display of arrows.Joey Hess2010-04-15
|/
* reduce borderJoey Hess2010-04-15
|
* update name of libsparkline-phpJoey Hess2010-04-15
|
* calendarmonth.tmpl: The month calendar is now put in a sidebar.Joey Hess2010-04-15
|
* fix parameter parsing when pagespec is ommited, and year is presentJoey Hess2010-04-15
|
* conditional: Fix bug that forced "all" mode off by default.Joey Hess2010-04-15
| | | | Commit b7351daacd0d4a041a51b43d99b7bf589de54f53 introduced the bug.
* fix tagspecJoey Hess2010-04-15
|
* reorgJoey Hess2010-04-15
|
* fix sidebar directive parameter handlingJoey Hess2010-04-15
|
* typoJoey Hess2010-04-15
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-04-15
|\
| * Reply to KA about collapsing metadata functionalityhttp://oblomov.myopenid.com/2010-04-15
| |
| * response, alternative proposalhttp://kerravonsen.dreamwidth.org/2010-04-15
| |
| * Describe my tag type proposalhttp://oblomov.myopenid.com/2010-04-15
| |
* | allow sidebar directive to enable use of sidebar pageJoey Hess2010-04-15
| | | | | | | | | | | | | | 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.
* | disable global sidebars by defaultJoey Hess2010-04-15
| |
* | sidebar: Add global_sidebars setting.Joey Hess2010-04-15
| |
* | add note if ikiwiki-calendar needs to be runJoey Hess2010-04-15
| |
* | Enable calendar and sidebar in auto-blog.setup.Joey Hess2010-04-15
| |
* | sidebar: Now a sidebar directive can be used to override the sidebar shown ↵Joey Hess2010-04-15
| | | | | | | | on a page.
* | updateJoey Hess2010-04-15
| |
* | sidebar styling improvementsJoey Hess2010-04-15
| | | | | | | | | | | | | | 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.
* | disable feeds in raw modeJoey Hess2010-04-15
| |
* | increase sidebar width from 20 to 30 exJoey Hess2010-04-15
| | | | | | | | This makes it big enough to fit a month calendar.
* | enable calendar by defaultJoey Hess2010-04-15
| | | | | | | | Makes it a bit easier to include the calendar on the sidebar template.
* | CSS and templates for sidebar changed to use a class, not an id.Joey Hess2010-04-15
| | | | | | | | | | Multiple sidebars should be possible; also, I want to add a sidebar template.
* | typoJoey Hess2010-04-15
| |
* | propigate ikiwiki setup error outJoey Hess2010-04-15
| |
* | don't link to ikiwiki-calendar, broken link on basewikiJoey Hess2010-04-15
| |
* | enhance pagestats and rework example blog front pageJoey Hess2010-04-15
| | | | | | | | | | | | | | | | * 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.
* | calendar: Add archive_pagespec, which is used by ikiwiki-calendar to specify ↵Joey Hess2010-04-15
| | | | | | | | which pages to include on the calendar archive pages. (The pagespec can still also be specified on the ikiwiki-calendar command line.)