| Commit message (Expand) | Author | Age |
* | revert change to prettydate•••Its strftime is from Date::Format, doesn't have the problem, and using the
POSIX one breaks its %o.
| Joey Hess | 2012-02-02 |
* | calendar, prettydate: Fix strftime encoding bug•••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.
| Joey Hess | 2012-01-30 |
* | 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•••The machine parseable date needs to include a timezone.
Also, simplified the interface for date display.
| Joey Hess | 2008-10-19 |
* | add plugin safe/rebuild info (part 2 of 3)•••(brain.. melting..)
| Joey Hess | 2008-08-03 |
* | add advanced and basic modes | Joey Hess | 2008-08-03 |
* | remove default values in getsetup•••They were a bit confusing, since they did not actually set the default, and
example values are sufficient.
| Joey Hess | 2008-07-26 |
* | 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••• function.
| Joey Hess | 2008-01-28 |
* | 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••• 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.
| joey | 2007-04-27 |
* | 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.••• (I had to get a pretty date somehow today..)
| joey | 2007-02-15 |