aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/prettydate.pm
Commit message (Expand)AuthorAge
* revert change to prettydate•••Its strftime is from Date::Format, doesn't have the problem, and using the POSIX one breaks its %o. Joey Hess2012-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 Hess2012-01-30
* 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 inclusion•••The machine parseable date needs to include a timezone. Also, simplified the interface for date display. Joey Hess2008-10-19
* add plugin safe/rebuild info (part 2 of 3)•••(brain.. melting..) Joey Hess2008-08-03
* add advanced and basic modesJoey Hess2008-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 Hess2008-07-26
* 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 displaytime••• function. Joey Hess2008-01-28
* 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 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. joey2007-04-27
* 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.••• (I had to get a pretty date somehow today..) joey2007-02-15