Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | setup file ordering | Joey Hess | 2010-02-12 |
| | |||
* | pagespec_match_list: change limit to filter | Joey Hess | 2009-10-09 |
| | |||
* | rename use_pagespec to pagespec_match_list | Joey Hess | 2009-10-08 |
| | | | | | To avoid breaking plugins, also support the old pagespec_match_list calling convention, with a deprecation warning. | ||
* | postsparkline: switch to use_pagespec | Joey Hess | 2009-10-08 |
| | | | | | Also, fixed up the dependency type for time=mtime. That has to remain a content dependency, sadly. | ||
* | change how dependency types are specified to add_depends | Joey Hess | 2009-10-08 |
| | | | | Also, this fixes 2 bugs in dependency info. | ||
* | rework dependency types code | Joey Hess | 2009-10-04 |
| | | | | | Simplify, change default content depends number to 1, change interface to make more sense. | ||
* | postsparkline and progress: also contentless dependencies | Joey Hess | 2009-10-04 |
| | |||
* | simplify | Joey Hess | 2009-04-23 |
| | |||
* | pagespec_match_list added and used in most appropriate places | Joey Hess | 2009-04-23 |
| | | | | | | | | * 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. | ||
* | 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 |
| | |||
* | add plugin safe/rebuild info (part 2 of 3) | Joey Hess | 2008-08-03 |
| | | | | (brain.. melting..) | ||
* | switch preprocess hooks to use error function | Joey Hess | 2008-07-13 |
| | |||
* | only use half the max size | Joey Hess | 2007-10-25 |
| | |||
* | * postsparkline: Avoid a confusing error message if no pages match | Joey Hess | 2007-10-24 |
| | | | | and instead show an empty graph. | ||
* | * Add color parameter to postsparkline. Closes: #438900 | joey | 2007-08-20 |
| | |||
* | * Add time=mtime option to postsparkline. | joey | 2007-08-12 |
| | |||
* | * pagespec_match() has changed to take named parameters, to better allow | joey | 2007-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. | ||
* | add postsparkline plugin, providing sparkliney stats goodness for blog | joey | 2007-03-11 |
posts |