Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-23 | pagespec error/failure distinction and error display by inline | Joey Hess | |
* Add IkiWiki::ErrorReason objects, and modify pagespecs to return them in cases where they fail to match due to a configuration or syntax error. * inline: Display a handy error message if the inline cannot display any pages due to such an error. This is perhaps somewhat incomplete, as other users of pagespecs do not display the error, and will eventually need similar modifications to inline. I should probably factor out a pagespec_match_all function and make it throw ErrorReasons. | |||
2008-12-23 | finalise version 3.00 of the plugin api | Joey Hess | |
2008-12-17 | Coding style change: Remove explcit vim folding markers. | Joey Hess | |
2008-09-01 | filecheck: Fall back to testing for binary or plain text files if no mime ↵ | Joey Hess | |
type is detected. | |||
2008-08-28 | filecheck: Fixed two bits broken in move from attachment. | Joey Hess | |
2008-08-27 | humansize moved to filecheck | Joey Hess | |
It's not used there, but it makes sense to keep it there as it's the inverse of parsesize. | |||
2008-08-25 | filecheck: New plugin factoring out the PageSpec additions that were ↵ | Joey Hess | |
originally part of the attachment plugin. |