aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/img.pm
Commit message (Collapse)AuthorAge
* * 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
| | | | through the img plugin. Also allow the id attribute to be passed through.
* * Deal better with rebuilds that involve moving files; track and clean up thejoey2007-05-24
| | | | | | | | | | old files. * Change where the img plugin puts scaled images. It's better to make the scaled images subpages of the page that embeds them, rather than putting them alongside the original image, since if two pages scale the same image the same way, this prevents complications in dealing with two pages creating the same file. The move will be handled transparently, though you might want to rebuild your wiki to make it occur in one step.
* 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
| | | | always be tracked correctly.
* * pagespec_match() has changed to take named parameters, to better allowjoey2007-04-27
| | | | | | | | | for extended pagespecs. The old calling convention will still work for back-compat for now. * The calling convention for functions in the IkiWiki::PageSpec namespace has changed so they are passed named parameters. * Plugin interface version increased to 2.00 since I don't anticipate any more interface changes before 2.0.
* * Fix a big in the img plugin that caused thumbnailed files to not bejoey2007-04-01
| | | | tracked properly.
* more i18n improvementsjoey2007-03-07
|
* * Add preview parameter to preprocesser calls, use this rather than thejoey2007-03-06
| | | | | | | | 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.
* * Make img plugin not fail immediately if Image::Magick is not available.joey2007-02-20
| | | | This lets ikiwiki not build depend on perlmagic.
* * Initial work on internationalization of the program code. po/ikiwiki.potjoey2006-12-29
| | | | | is available for translation. * Export gettext() from IkiWiki module.
* * Fix img plugin's handling of adding dependencies for images that do notjoey2006-11-09
| | | | yet exist.
* * Add an img plugin, based on Christian Mock's img plugin, but strippedjoey2006-10-21
down to the bare essentials. Useful for handling large images on websites.