Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | setup file ordering | Joey Hess | 2010-02-12 |
| | |||
* | add section information | Joey Hess | 2010-02-12 |
| | |||
* | 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 3 of 3) | Joey Hess | 2008-08-03 |
| | |||
* | switch preprocess hooks to use error function | Joey Hess | 2008-07-13 |
| | |||
* | * Add all=no option to conditional, can be used to form conditionals that do | joey | 2007-05-09 |
| | | | | | not need to examine every page in the wiki. * Use this to simplify the goodstuff detection in the plugin template. | ||
* | update | joey | 2007-05-08 |
| | |||
* | * Make testpagespec more robust, including checking for missing/bad | joey | 2007-05-08 |
| | | | | parameters, and detecting if a pagespec failed to compile. | ||
* | the kind of perl code that can only be written at 4:30 am | joey | 2007-04-27 |
| | | | | | | | (Get a good message when a PageSpec fails due to a negated success by creating success objects with a reason string, which morph into failure objects when negated.) | ||
* | * Make pagespec_match on failure return a value that is false, but in a | joey | 2007-04-27 |
scalar context, evaluates to a reason why the match failed. * Add testpagespec plugin, which might be useful to see why a pagespec isn't matching something. |