summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/img.pm
AgeCommit message (Collapse)Author
2007-04-01* Fix a big in the img plugin that caused thumbnailed files to not bejoey
tracked properly.
2007-03-07more i18n improvementsjoey
2007-03-06* Add preview parameter to preprocesser calls, use this rather than thejoey
previous ugly hack used to avoid writing rss feeds in previews. * Fix the img plugin to avoid overwriting images in previews. Instead it does all the work to make sure the resizing works, and dummys up a resized image using width and height attributes. * Also fixes img preview display, the links were wrong in preview before.
2007-02-20* Make img plugin not fail immediately if Image::Magick is not available.joey
This lets ikiwiki not build depend on perlmagic.
2006-12-29* Initial work on internationalization of the program code. po/ikiwiki.potjoey
is available for translation. * Export gettext() from IkiWiki module.
2006-11-09* Fix img plugin's handling of adding dependencies for images that do notjoey
yet exist.
2006-10-21* Add an img plugin, based on Christian Mock's img plugin, but strippedjoey
down to the bare essentials. Useful for handling large images on websites.