aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/filecheck.pm
Commit message (Expand)AuthorAge
* filecheck: Fix bug that prevented File::MimeInfo::Magic from ever being used.Joey Hess2012-11-04
* remove misc sectionJoey Hess2012-03-28
* make use of precompiled regex objectsSimon McVittie2010-11-20
* add a missing chompJoey Hess2010-10-19
* filecheck: Fall back to using the file command if the freedesktop magic file ...Joey Hess2010-08-09
* add getsetup hookJoey Hess2010-07-14
* filecheck: Fix bug that prevented the pagespecs from matching when not called...Joey Hess2010-03-25
* remove a few leftover manual folding indicatorsJoey Hess2010-03-25
* pagespec error/failure distinction and error display by inline•••* 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. Joey Hess2009-04-23
* finalise version 3.00 of the plugin apiJoey Hess2008-12-23
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
* filecheck: Fall back to testing for binary or plain text files if no mime typ...Joey Hess2008-09-01
* filecheck: Fixed two bits broken in move from attachment.Joey Hess2008-08-28
* humansize moved to filecheck•••It's not used there, but it makes sense to keep it there as it's the inverse of parsesize. Joey Hess2008-08-27
* filecheck: New plugin factoring out the PageSpec additions that were original...Joey Hess2008-08-25