summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/postsparkline.pm
AgeCommit message (Collapse)Author
2010-02-12setup file orderingJoey Hess
2009-10-09pagespec_match_list: change limit to filterJoey Hess
2009-10-08rename use_pagespec to pagespec_match_listJoey Hess
To avoid breaking plugins, also support the old pagespec_match_list calling convention, with a deprecation warning.
2009-10-08postsparkline: switch to use_pagespecJoey Hess
Also, fixed up the dependency type for time=mtime. That has to remain a content dependency, sadly.
2009-10-08change how dependency types are specified to add_dependsJoey Hess
Also, this fixes 2 bugs in dependency info.
2009-10-04rework dependency types codeJoey Hess
Simplify, change default content depends number to 1, change interface to make more sense.
2009-10-04postsparkline and progress: also contentless dependenciesJoey Hess
2009-04-23simplifyJoey Hess
2009-04-23pagespec_match_list added and used in most appropriate placesJoey Hess
* pagespec_match_list: New API function, matches pages in a list and throws an error if the pagespec is bad. * inline, brokenlinks, calendar, linkmap, map, orphans, pagecount, pagestate, postsparkline: Display a handy error message if the pagespec is erronious.
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 2 of 3)Joey Hess
(brain.. melting..)
2008-07-13switch preprocess hooks to use error functionJoey Hess
2007-10-25only use half the max sizeJoey Hess
2007-10-24* postsparkline: Avoid a confusing error message if no pages matchJoey Hess
and instead show an empty graph.
2007-08-20* Add color parameter to postsparkline. Closes: #438900joey
2007-08-12* Add time=mtime option to postsparkline.joey
2007-04-27* pagespec_match() has changed to take named parameters, to better allowjoey
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.
2007-03-11add postsparkline plugin, providing sparkliney stats goodness for blogjoey
posts