aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/img.pm
Commit message (Expand)AuthorAge
* setup file orderingJoey Hess2010-02-12
* img: Fix a bug that could taint @links with undef values.Joey Hess2010-01-28
* only use css alignment stuff for tableJoey Hess2010-01-07
* img: remove special case handling of link=yesJoey Hess2010-01-07
* refactorJoey Hess2010-01-07
* brace styleJoey Hess2010-01-07
* Support align attribute for img with captionGiuseppe Bilotta2010-01-06
* img: use presence dependency when linking to a pageJoey Hess2009-10-09
* img: Fix dependency code for full size images.Joey Hess2009-09-27
* img: Correct bug in image size calculation code.Joey Hess2009-09-27
* img: Don't generate new verison of image if it is scaled to be larger in eith...Joey Hess2009-08-28
* img: depend on absolute page name, not relativeSimon McVittie2009-08-15
* img: Fix adding of dependency from page to the image.Joey Hess2009-07-27
* improve error messageJoey Hess2009-07-19
* img: Pass the align parameter through to the generated img tag.Joey Hess2009-07-11
* img plugin: do not emit a redundant double-quote before alt attributeSimon McVittie2009-06-16
* Avoid %links accumulating duplicates. (For TOVA)Joey Hess2009-05-06
* img: only provide alt text if it was specifiedGabriel McManus2009-01-21
* finalise version 3.00 of the plugin apiJoey Hess2008-12-23
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
* img: Support sizes like 200x. Closes: #475149Joey Hess2008-09-09
* add plugin safe/rebuild info (part 1 of 2)Joey Hess2008-08-03
* don't show an error if the image is missing, instead, a broken linkJoey Hess2008-07-21
* avoid internal error message when img uses just-deleted pageJoey Hess2008-07-21
* switch preprocess hooks to use error functionJoey Hess2008-07-13
* convert fatal error to warningJoey Hess2008-07-12
* Don't generate empty title attributes, etc, and allow setting defaults for cl...Joey Hess2008-06-08
* img: Support captions.Joey Hess2008-06-07
* img: Support a title attribute, will be passed through to html. Closes: #478718Joey Hess2008-04-30
* revert destpage part of f7bdc2385Joey Hess2008-03-23
* * Use forcebaseurl to make page previews be displayed with the html baseJoey Hess2008-03-12
* optimisation: detect scan mode and avoid generating imageJoey Hess2008-01-09
* * img: Allow the link parameter to point to an exterior url.Joey Hess2007-12-28
* * img: Avoid nesting images when linking to another image. Closes: #457780Joey Hess2007-12-26
* * img: Allow link=somepage to cause the image to link to a given page.joey2007-09-22
* * In img tag, allow link=no to disable link to full size image. Thanks,joey2007-07-15
* * Corrected a typo in an error handler in the image plugin.joey2007-06-19
* * Apply a patch from Carl Worth allowing a class attribute to be passedjoey2007-05-28
* * Deal better with rebuilds that involve moving files; track and clean up thejoey2007-05-24
* the 100% correct way is to add it to %links on scanjoey2007-05-23
* * Correct bug in the img plugin that caused dependencies on images to notjoey2007-05-23
* * pagespec_match() has changed to take named parameters, to better allowjoey2007-04-27
* * Fix a big in the img plugin that caused thumbnailed files to not bejoey2007-04-01
* more i18n improvementsjoey2007-03-07
* * Add preview parameter to preprocesser calls, use this rather than thejoey2007-03-06
* * Make img plugin not fail immediately if Image::Magick is not available.joey2007-02-20
* * Initial work on internationalization of the program code. po/ikiwiki.potjoey2006-12-29
* * Fix img plugin's handling of adding dependencies for images that do notjoey2006-11-09
* * Add an img plugin, based on Christian Mock's img plugin, but strippedjoey2006-10-21