summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/img.pm
AgeCommit message (Expand)Author
2009-07-19improve error messageJoey Hess
2009-07-11img: Pass the align parameter through to the generated img tag.Joey Hess
2009-06-16img plugin: do not emit a redundant double-quote before alt attributeSimon McVittie
2009-05-06Avoid %links accumulating duplicates. (For TOVA)Joey Hess
2009-01-21img: only provide alt text if it was specifiedGabriel McManus
2008-12-23finalise version 3.00 of the plugin apiJoey Hess
2008-12-17Coding style change: Remove explcit vim folding markers.Joey Hess
2008-09-09img: Support sizes like 200x. Closes: #475149Joey Hess
2008-08-03add plugin safe/rebuild info (part 1 of 2)Joey Hess
2008-07-21don't show an error if the image is missing, instead, a broken linkJoey Hess
2008-07-21avoid internal error message when img uses just-deleted pageJoey Hess
2008-07-13switch preprocess hooks to use error functionJoey Hess
2008-07-12convert fatal error to warningJoey Hess
2008-06-08Don't generate empty title attributes, etc, and allow setting defaults for cl...Joey Hess
2008-06-07img: Support captions.Joey Hess
2008-04-30img: Support a title attribute, will be passed through to html. Closes: #478718Joey Hess
2008-03-23revert destpage part of f7bdc2385Joey Hess
2008-03-12* Use forcebaseurl to make page previews be displayed with the html baseJoey Hess
2008-01-09optimisation: detect scan mode and avoid generating imageJoey Hess
2007-12-28* img: Allow the link parameter to point to an exterior url.Joey Hess
2007-12-26* img: Avoid nesting images when linking to another image. Closes: #457780Joey Hess
2007-09-22* img: Allow link=somepage to cause the image to link to a given page.joey
2007-07-15* In img tag, allow link=no to disable link to full size image. Thanks,joey
2007-06-19* Corrected a typo in an error handler in the image plugin.joey
2007-05-28* Apply a patch from Carl Worth allowing a class attribute to be passedjoey
2007-05-24* Deal better with rebuilds that involve moving files; track and clean up thejoey
2007-05-23the 100% correct way is to add it to %links on scanjoey
2007-05-23* Correct bug in the img plugin that caused dependencies on images to notjoey
2007-04-27* pagespec_match() has changed to take named parameters, to better allowjoey
2007-04-01* Fix a big in the img plugin that caused thumbnailed files to not bejoey
2007-03-07more i18n improvementsjoey
2007-03-06* Add preview parameter to preprocesser calls, use this rather than thejoey
2007-02-20* Make img plugin not fail immediately if Image::Magick is not available.joey
2006-12-29* Initial work on internationalization of the program code. po/ikiwiki.potjoey
2006-11-09* Fix img plugin's handling of adding dependencies for images that do notjoey
2006-10-21* Add an img plugin, based on Christian Mock's img plugin, but strippedjoey