| Commit message (Expand) | Author | Age |
* | img: only provide alt text if it was specified•••if suitable alternate text is unknown, then it should not be given.
empty alt text is suitable mainly for purely decorative images.
(cherry picked from commit 3cd7f67f0cf894f4fd5ba16f68e82e4f7bdbfdc5)
| Gabriel McManus | 2009-01-21 |
* | finalise version 3.00 of the plugin api | Joey Hess | 2008-12-23 |
* | Coding style change: Remove explcit vim folding markers. | Joey Hess | 2008-12-17 |
* | img: Support sizes like 200x. Closes: #475149 | Joey Hess | 2008-09-09 |
* | add plugin safe/rebuild info (part 1 of 2)•••too many plugins.. brain exploding..
| Joey Hess | 2008-08-03 |
* | don't show an error if the image is missing, instead, a broken link | Joey Hess | 2008-07-21 |
* | avoid internal error message when img uses just-deleted page•••I think this used to be a fatal error, not just inline error, so I don't
know why it was never noticed, but if a page that an img directive mentions
gets deleted, bestlink() returns a file that no longer exists, and
srcfile() throws an error.
Note that bestlink's behavior of returning a deleted file could be
considered buggy. But, if it's changed to not do that, the page with the img
on it is not updated at all when the file is removed.
| Joey Hess | 2008-07-21 |
* | switch preprocess hooks to use error function | Joey Hess | 2008-07-13 |
* | convert fatal error to warning•••Since perlmagick is not a hard dep, and goodstuff is enabled by default,
imgs should not crash builds
| Joey Hess | 2008-07-12 |
* | Don't generate empty title attributes, etc, and allow setting defaults for cl... | Joey Hess | 2008-06-08 |
* | img: Support captions. | Joey Hess | 2008-06-07 |
* | img: Support a title attribute, will be passed through to html. Closes: #478718 | Joey Hess | 2008-04-30 |
* | revert destpage part of f7bdc2385•••destpage does not normally need to be worried about when creating other files
as part of the process of rendering a page. Using destpage results in
inlined pages creating two copies of such files. It works to not use destpage
in this case because the inlining page depends on the source page, so if the
source page is modified or deleted the inlining page will be updated.
| Joey Hess | 2008-03-23 |
* | * Use forcebaseurl to make page previews be displayed with the html base••• set to the destination page. This avoids need for hacks to munge the urls
in preview mode, which fixes several bugs.
* Several destpage fixes in plugins.
| Joey Hess | 2008-03-12 |
* | optimisation: detect scan mode and avoid generating image | Joey Hess | 2008-01-09 |
* | * img: Allow the link parameter to point to an exterior url. | Joey Hess | 2007-12-28 |
* | * img: Avoid nesting images when linking to another image. Closes: #457780 | Joey Hess | 2007-12-26 |
* | * img: Allow link=somepage to cause the image to link to a given page.••• Slight overriding of link, as link=no is still used to disable the linking
entirely. Unless you have a page named "no"..
| joey | 2007-09-22 |
* | * In img tag, allow link=no to disable link to full size image. Thanks,••• Nis Martensen. Closes: #433188
| joey | 2007-07-15 |
* | * Corrected a typo in an error handler in the image plugin. | joey | 2007-06-19 |
* | * Apply a patch from Carl Worth allowing a class attribute to be passed••• through the img plugin. Also allow the id attribute to be passed through.
| joey | 2007-05-28 |
* | * Deal better with rebuilds that involve moving files; track and clean up the••• 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.
| joey | 2007-05-24 |
* | the 100% correct way is to add it to %links on scan | joey | 2007-05-23 |
* | * Correct bug in the img plugin that caused dependencies on images to not••• always be tracked correctly.
| joey | 2007-05-23 |
* | * pagespec_match() has changed to take named parameters, to better allow••• 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.
| joey | 2007-04-27 |
* | * Fix a big in the img plugin that caused thumbnailed files to not be••• tracked properly.
| joey | 2007-04-01 |
* | more i18n improvements | joey | 2007-03-07 |
* | * Add preview parameter to preprocesser calls, use this rather than the••• 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.
| joey | 2007-03-06 |
* | * Make img plugin not fail immediately if Image::Magick is not available.••• This lets ikiwiki not build depend on perlmagic.
| joey | 2007-02-20 |
* | * Initial work on internationalization of the program code. po/ikiwiki.pot••• is available for translation.
* Export gettext() from IkiWiki module.
| joey | 2006-12-29 |
* | * Fix img plugin's handling of adding dependencies for images that do not••• yet exist.
| joey | 2006-11-09 |
* | * Add an img plugin, based on Christian Mock's img plugin, but stripped••• down to the bare essentials. Useful for handling large images on websites.
| joey | 2006-10-21 |