Commit message (Expand) | Author | Age | |
---|---|---|---|
* | audited use POSIX•••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.) | Joey Hess | 2010-03-19 |
* | toggle, relativedate: Support templates that add attributes to the body tag. | Joey Hess | 2009-09-28 |
* | finalise version 3.00 of the plugin api | Joey Hess | 2008-12-23 |
* | Coding style change: Remove explcit vim folding markers. | Joey Hess | 2008-12-17 |
* | function injection overhaul•••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. | Joey Hess | 2008-10-21 |
* | use relativedate as the css class for dates that should display relative | Joey Hess | 2008-10-20 |
* | add displaytime hook•••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. | Joey Hess | 2008-10-19 |
* | need to use localtime, fix width | Joey Hess | 2008-10-19 |
* | fix relativedate timezone inclusion•••The machine parseable date needs to include a timezone. Also, simplified the interface for date display. | Joey Hess | 2008-10-19 |
* | add missing getsetup hook | Joey Hess | 2008-10-17 |
* | relativedate: New javascript-alicious plugin that makes all dates display rel... | Joey Hess | 2008-10-17 |