Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-01 | typo | 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-19 | fix relativedate timezone inclusion | Joey Hess | |
The machine parseable date needs to include a timezone. Also, simplified the interface for date display. | |||
2008-08-03 | add plugin safe/rebuild info (part 2 of 3) | Joey Hess | |
(brain.. melting..) | |||
2008-08-03 | add advanced and basic modes | Joey Hess | |
2008-07-26 | remove default values in getsetup | Joey Hess | |
They were a bit confusing, since they did not actually set the default, and example values are sufficient. | |||
2008-07-26 | load all plugins when generating setup | Joey Hess | |
2008-07-26 | finish adding getsetup hooks to plugins | Joey Hess | |
2008-07-25 | added getsetup hooks for all plugins up to recentchanges | Joey Hess | |
2008-01-28 | * prettydate,ddate: Don't ignore time formats passed to displaytime | Joey Hess | |
function. | |||
2008-01-07 | fix some bad copy and pasted plugin ids | Joey Hess | |
2007-11-14 | prottype fixes | Joey Hess | |
2007-05-06 | improve a string | joey | |
2007-04-27 | * pagespec_match() has changed to take named parameters, to better allow | joey | |
for extended pagespecs. The old calling convention will still work for back-compat for now. * The calling convention for functions in the IkiWiki::PageSpec namespace has changed so they are passed named parameters. * Plugin interface version increased to 2.00 since I don't anticipate any more interface changes before 2.0. | |||
2007-02-15 | improve string | joey | |
2007-02-15 | add day of week to prettydate, and i18n | joey | |
2007-02-15 | supress redef warning | joey | |
2007-02-15 | * Add a prettydate plugin that formats dates in a more readable fashion. | joey | |
(I had to get a pretty date somehow today..) |