aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/prettydate.pm
Commit message (Collapse)AuthorAge
* revert change to prettydateJoey Hess2012-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 bugJoey Hess2012-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.
* typoJoey Hess2009-07-01
|
* finalise version 3.00 of the plugin apiJoey Hess2008-12-23
|
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
|
* fix relativedate timezone inclusionJoey Hess2008-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 Hess2008-08-03
| | | | (brain.. melting..)
* add advanced and basic modesJoey Hess2008-08-03
|
* remove default values in getsetupJoey Hess2008-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 setupJoey Hess2008-07-26
|
* finish adding getsetup hooks to pluginsJoey Hess2008-07-26
|
* added getsetup hooks for all plugins up to recentchangesJoey Hess2008-07-25
|
* * prettydate,ddate: Don't ignore time formats passed to displaytimeJoey Hess2008-01-28
| | | | function.
* fix some bad copy and pasted plugin idsJoey Hess2008-01-07
|
* prottype fixesJoey Hess2007-11-14
|
* improve a stringjoey2007-05-06
|
* * pagespec_match() has changed to take named parameters, to better allowjoey2007-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 stringjoey2007-02-15
|
* add day of week to prettydate, and i18njoey2007-02-15
|
* supress redef warningjoey2007-02-15
|
* * Add a prettydate plugin that formats dates in a more readable fashion.joey2007-02-15
(I had to get a pretty date somehow today..)