Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | revert change to prettydate | Joey Hess | 2012-02-02 |
| | | | | | Its strftime is from Date::Format, doesn't have the problem, and using the POSIX one breaks its %o. | ||
* | calendar, prettydate: Fix strftime encoding bug | Joey Hess | 2012-01-30 |
| | | | | | | | | | | | | | strftime is a C function, it does not return decoded utf8. Several places in ikiwiki manually decoded it, but at least two forgot to. Also, strftime might not return even encoded utf8, if LC_TIME is set to a non-utf8 value. Went ahead and supported decoding whatever encoding it uses. The remaining direct calls to strftime() are all ones that first set LC_TIME=C, in order to get times that are not for human display. | ||
* | typo | Joey Hess | 2009-07-01 |
| | |||
* | 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 |
| | |||
* | fix relativedate timezone inclusion | Joey Hess | 2008-10-19 |
| | | | | | | The machine parseable date needs to include a timezone. Also, simplified the interface for date display. | ||
* | add plugin safe/rebuild info (part 2 of 3) | Joey Hess | 2008-08-03 |
| | | | | (brain.. melting..) | ||
* | add advanced and basic modes | Joey Hess | 2008-08-03 |
| | |||
* | remove default values in getsetup | Joey Hess | 2008-07-26 |
| | | | | | They were a bit confusing, since they did not actually set the default, and example values are sufficient. | ||
* | load all plugins when generating setup | Joey Hess | 2008-07-26 |
| | |||
* | finish adding getsetup hooks to plugins | Joey Hess | 2008-07-26 |
| | |||
* | added getsetup hooks for all plugins up to recentchanges | Joey Hess | 2008-07-25 |
| | |||
* | * prettydate,ddate: Don't ignore time formats passed to displaytime | Joey Hess | 2008-01-28 |
| | | | | function. | ||
* | fix some bad copy and pasted plugin ids | Joey Hess | 2008-01-07 |
| | |||
* | prottype fixes | Joey Hess | 2007-11-14 |
| | |||
* | improve a string | joey | 2007-05-06 |
| | |||
* | * pagespec_match() has changed to take named parameters, to better allow | joey | 2007-04-27 |
| | | | | | | | | | 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. | ||
* | 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 | 2007-02-15 |
(I had to get a pretty date somehow today..) |