summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2010-04-15sidebar: Add global_sidebars setting.Joey Hess
2010-04-15add note if ikiwiki-calendar needs to be runJoey Hess
2010-04-15Enable calendar and sidebar in auto-blog.setup.Joey Hess
2010-04-15sidebar: Now a sidebar directive can be used to override the sidebar shown ↵Joey Hess
on a page.
2010-04-15updateJoey Hess
2010-04-15sidebar styling improvementsJoey 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-15disable feeds in raw modeJoey Hess
2010-04-15increase sidebar width from 20 to 30 exJoey Hess
This makes it big enough to fit a month calendar.
2010-04-15enable calendar by defaultJoey Hess
Makes it a bit easier to include the calendar on the sidebar template.
2010-04-15CSS 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-15typoJoey Hess
2010-04-15propigate ikiwiki setup error outJoey Hess
2010-04-15don't link to ikiwiki-calendar, broken link on basewikiJoey Hess
2010-04-15enhance pagestats and rework example blog front pageJoey 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-15calendar: 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-15remove example comments_pagespec settingJoey Hess
auto-blog.setup configures this automatically now
2010-04-15Reply to KA about collapsing metadata functionalityhttp://oblomov.myopenid.com/
2010-04-15response, alternative proposalhttp://kerravonsen.dreamwidth.org/
2010-04-15Describe my tag type proposalhttp://oblomov.myopenid.com/
2010-04-14note link types are now availableJoey Hess