Merge branch 'master' of git://github.com/joeyh/ikiwiki
[ikiwiki.git] / IkiWiki / Plugin / img.pm
2009-08-30 Amitai SchlairMerge branch 'master' of git://github.com/joeyh/ikiwiki
2009-08-29 Joey Hessimg: Don't generate new verison of image if it is scale...
2009-08-15 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2009-08-15 Simon McVittieimg: depend on absolute page name, not relative
2009-08-08 Joey HessMerge commit 'smcv/ready/getsource'
2009-07-31 Joey HessMerge commit 'remotes/smcv/ready/inline-pagenames'...
2009-07-31 Joey HessMerge commit 'remotes/smcv/ready/harishcm-map-fix'...
2009-07-31 Joey HessMerge commit 'remotes/smcv/ready/among'
2009-07-27 Joey Hessimg: Fix adding of dependency from page to the image.
2009-07-19 Joey Hessimprove error message
2009-07-19 Joey HessMerge branch 'master' into po
2009-07-11 Joey HessMerge commit 'e12b7f5e54730325c751a889ed2e08580b5ef6ba'
2009-07-11 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2009-07-11 Joey Hessimg: Pass the align parameter through to the generated...
2009-06-16 Joey HessMerge commit 'smcv/img-bugfix'
2009-06-16 Simon McVittieimg plugin: do not emit a redundant double-quote before...
2009-05-19 Joey HessMerge branch 'master' into po
2009-05-06 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2009-05-06 Joey HessAvoid %links accumulating duplicates. (For TOVA)
2009-04-04 Joey HessMerge branch 'master'
2009-01-27 Joey HessMerge commit 'smcv/underlay'
2009-01-27 Joey HessMerge commit 'smcv/updated'
2009-01-26 Joey HessMerge branch 'master' into po
2009-01-22 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2009-01-22 Gabriel McManusimg: only provide alt text if it was specified
2009-01-01 intrigeriMerge commit 'upstream/master' into prv/po
2008-12-31 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2008-12-31 Joey HessMerge branch 'next'
2008-12-30 intrigeriMerge commit 'upstream/master' into prv/po
2008-12-29 Joey HessMerge branch 'master' into next
2008-12-28 Joey HessMerge branch 'master' into next
2008-12-26 Joey HessMerge branch 'master' into next
2008-12-26 Joey HessMerge branch 'master' into next
2008-12-25 Joey HessMerge branch 'master' into next
2008-12-23 Joey HessMerge branch 'master' into next
2008-12-23 Joey Hessfinalise version 3.00 of the plugin api
2008-12-17 Joey HessCoding style change: Remove explcit vim folding markers.
2008-09-09 Joey Hessimg: Support sizes like 200x. Closes: #475149
2008-08-03 Joey Hessadd plugin safe/rebuild info (part 1 of 2)
2008-07-23 Joey HessMerge branch 'master' into tova
2008-07-23 Joey HessMerge branch 'master' into tova
2008-07-22 Joey HessMerge commit 'origin/master' into tova
2008-07-22 Joey HessMerge branch 'master' into tova
2008-07-21 Joey HessMerge branch 'master' into tova
2008-07-21 Joey Hessdon't show an error if the image is missing, instead...
2008-07-21 Joey Hessavoid internal error message when img uses just-deleted...
2008-07-16 Joey HessMerge commit 'intrigeri/pedigree'
2008-07-14 Simon McVittieMerge commit 'origin/master' into aggregateinternal
2008-07-14 Simon McVittieMerge branch 'master' of git://git.ikiwiki.info
2008-07-13 Joey Hessswitch preprocess hooks to use error function
2008-07-13 Simon McVittieMerge branch 'css'
2008-07-13 Joey Hessconvert fatal error to warning
2008-06-08 Joey HessDon't generate empty title attributes, etc, and allow...
2008-06-08 Joey Hessimg: Support captions.
2008-04-30 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2008-04-30 Joey Hessimg: Support a title attribute, will be passed through...
2008-03-24 Joey Hessrevert destpage part of f7bdc2385
2008-03-12 Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-03-12 Joey Hess* Use forcebaseurl to make page previews be displayed...
2008-01-09 Joey Hessoptimisation: detect scan mode and avoid generating...
2007-12-28 Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2007-12-28 Joey Hess* img: Allow the link parameter to point to an exterior...
2007-12-26 Joey Hess* img: Avoid nesting images when linking to another...
2007-09-22 joey* img: Allow link=somepage to cause the image to link...
2007-07-15 joey* In img tag, allow link=no to disable link to full...
2007-06-19 joey* Corrected a typo in an error handler in the image...
2007-05-28 joey* Apply a patch from Carl Worth allowing a class attrib...
2007-05-24 joey* Deal better with rebuilds that involve moving files...
2007-05-23 joeythe 100% correct way is to add it to %links on scan
2007-05-23 joey* Correct bug in the img plugin that caused dependencie...
2007-04-27 joey* pagespec_match() has changed to take named parameters...
2007-04-01 joey* Fix a big in the img plugin that caused thumbnailed...
2007-03-07 joeymore i18n improvements
2007-03-06 joey* Add preview parameter to preprocesser calls, use...
2007-02-20 joey* Make img plugin not fail immediately if Image::Magick...
2006-12-29 joey* Initial work on internationalization of the program...
2006-11-09 joey* Fix img plugin's handling of adding dependencies...
2006-10-21 joey* Add an img plugin, based on Christian Mock's img...