gnu-social/plugins/Bookmark
Mikael Nordfeldth d59eb5e184 Dynamically generate thumbnails (see full text)
The File object now stores width and height of files that can
supply this kind of information. Formats which we can not read
natively in PHP do not currently benefit from this. However an
event hook will be introduced later.

The CreateFileImageThumbnail event is renamed to:
CreateFileImageThumbnailSource to clarify that the hooks should not
generate their own thumbnails but only the source image. Also it now
accepts File objects, not MediaFile objects.

The thumbnail generation is documented in the source code. For
developers, call 'getThumbnail' on a File object and hope for the best.

Default thumbnail sizes have increased to be more appealing.
2014-04-21 20:46:11 +02:00
..
actions Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
classes plugins onAutoload now only overloads if necessary (extlibs etc.) 2013-08-28 16:10:30 +02:00
forms Dynamically generate thumbnails (see full text) 2014-04-21 20:46:11 +02:00
js Fixed regression in bookmark.js that caused double-submits (jquery 2.x stuff) 2013-09-23 12:07:37 +02:00
lib plugins onAutoload now only overloads if necessary (extlibs etc.) 2013-08-28 16:10:30 +02:00
locale Localisation updates from http://translatewiki.net. 2012-06-30 11:10:38 +00:00
scripts plugins onAutoload now only overloads if necessary (extlibs etc.) 2013-08-28 16:10:30 +02:00
bookmark.css better output for bookmark list item 2011-04-20 06:34:27 -04:00
bookmarklet 50px more for bookmarklet popup 2011-09-30 10:15:40 -04:00
BookmarkPlugin.php Cosmetic changes to common_redirect, clientError, serverError 2014-03-10 00:25:57 +01:00
bookmarkpopup.js Tweak the post-form return on bookmarklet if we're not in a popup that we can close 2010-12-30 16:14:41 -08:00