summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/calendar.pm
AgeCommit message (Expand)Author
2010-09-07needsbuild hook interface changed; the hooks should now return the modified a...Joey Hess
2010-06-15calendar: Tune archive_pagespec to only match pages, not other files.Joey Hess
2010-06-10calendar stylingJoey Hess
2010-05-08calendar: Display year name in title of month calendar.Joey Hess
2010-05-08calendar: nextchange calculation bugfixJoey Hess
2010-05-08calendar: Allow negative month to be specified. -1 is last month, etc. (And a...Joey Hess
2010-04-15calendar: Improved display of arrows.Joey Hess
2010-04-15calendar: Add archive_pagespec, which is used by ikiwiki-calendar to specify ...Joey Hess
2010-03-19audited use POSIXJoey Hess
2010-02-12setup file orderingJoey Hess
2010-01-02Terminate the arrow entities with ";"Torsten Veller
2009-12-02calendar: Fix month wraparound error that broke in December.Joey Hess
2009-11-26calendar: Add title attributes for all links in the calendars.Joey Hess
2009-10-12year calendar: Avoid highlighting the current month in a different yearJoey Hess
2009-10-12year calendar: only link to months that have postsJoey Hess
2009-10-12remove whitespace from within arrow linksJoey Hess
2009-10-12calendar: Add creation time limits to user's pagespecJoey Hess
2009-10-12calendar: Fix CSS for year calendar to match the plugin documentation.Joey Hess
2009-10-11calendar: avoid inline images in linksJoey Hess
2009-10-11calendar: use left and right arrows for next/prev monthsJoey Hess
2009-10-11fix next/prev month padding bugJoey Hess
2009-10-11fix day linksJoey Hess
2009-10-11calendar: Fix bug in next/previous year/month links, which sometimes linked t...Joey Hess
2009-10-11calendar: Fix midnight rebuild trigger of calendars with explicit month/year.Joey Hess
2009-10-11avoid temporary variablesJoey Hess
2009-10-08rename use_pagespec to pagespec_match_listJoey Hess
2009-10-08calendar: rework so it can use use_pagespecJoey Hess
2009-10-08change how dependency types are specified to add_dependsJoey Hess
2009-10-07remove explicit addition of dependencies for displayed pagesJoey Hess
2009-10-04rework dependency types codeJoey Hess
2009-10-04calendar: all dependencies are contentlessJoey Hess
2009-08-25Revert "Allow add_depends to take an arrayref"Joey Hess
2009-08-25Allow add_depends to take an arrayrefSimon McVittie
2009-08-24calendar, inline, map: don't pre-join dependenciesSimon McVittie
2009-08-15indentationJoey Hess
2009-04-23pagespec_match_list added and used in most appropriate placesJoey Hess
2008-12-23finalise version 3.00 of the plugin apiJoey Hess
2008-12-17Coding style change: Remove explcit vim folding markers.Joey Hess
2008-08-03add plugin safe/rebuild info (part 1 of 2)Joey Hess
2008-07-26remove default values in getsetupJoey Hess
2008-07-26two typosJoey Hess
2008-07-25added getsetup hooks for all plugins up to recentchangesJoey Hess
2008-01-29add missing test to avoid uninitialised value when a page with metadata is re...Joey Hess
2007-12-09reorgJoey Hess
2007-12-08logic fixJoey Hess
2007-12-08* The calendar plugin stores state about when it needs to be updated,Joey Hess
2007-10-23fix foldingjoey
2007-10-23explicitly use POSIXjoey
2007-10-23* Add a calendar plugin, contributed by Manoj Srivastava.joey