Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-23 | Use local paths when including Javascript | Simon McVittie | |
2010-08-12 | correct comment; javascript is put after <body> | Joey Hess | |
2010-06-09 | relativedate: Fix problem with localised dates not working. | Joey Hess | |
2010-05-08 | Use xhtml friendly pubdate setting. | Joey Hess | |
2010-05-02 | Add parameter to displaytime to specify that it is a pubdate, and in html5 ↵ | Joey Hess | |
mode, use time tag. | |||
2010-04-24 | Moved javascript files under the ikiwiki/ directory, to avoid cluttering the ↵ | Joey Hess | |
top of the web root. This is another things that requires a wiki rebuild on upgrade to this version. | |||
2010-03-19 | audited use POSIX | Joey Hess | |
The POSIX perl module exports a huge number of functions by default, so make sure all imports are qualified. (And remove one that was not necessary.) | |||
2009-09-28 | toggle, relativedate: Support templates that add attributes to the body tag. | Joey Hess | |
2008-12-23 | finalise version 3.00 of the plugin api | Joey Hess | |
2008-12-17 | Coding style change: Remove explcit vim folding markers. | Joey Hess | |
2008-10-21 | function injection overhaul | Joey Hess | |
Add an inject function, that can be used by plugins that want to replace one of ikiwiki's functions with their own version. (This is a scary thing that grubs through the symbol table, and replaces all exported occurances of a function with the injected version.) external: RPC functions can be injected to replace exported functions. Removed the stupid displaytime hook, and use injection instead. | |||
2008-10-20 | use relativedate as the css class for dates that should display relative | Joey Hess | |
2008-10-19 | add displaytime hook | Joey Hess | |
Need to use a hook because an exported function cannot be reliably overridden. The replacement verstion was actually only affecting plugins loaded after it. formattime doesn't need a hook, since there's no reason to export it. | |||
2008-10-19 | need to use localtime, fix width | Joey Hess | |
2008-10-19 | fix relativedate timezone inclusion | Joey Hess | |
The machine parseable date needs to include a timezone. Also, simplified the interface for date display. | |||
2008-10-17 | add missing getsetup hook | Joey Hess | |
2008-10-17 | relativedate: New javascript-alicious plugin that makes all dates display ↵ | Joey Hess | |
relative, in a very nice way, if I say so myself. |