History log of /plugin/mediathumbnails/syntax.php (Results 1 – 25 of 25)
Revision Date Author Comments
# 120df342 03-Sep-2025 ternite <7860777+ternite@users.noreply.github.com>

Added title syntax for the thumbnail image

Text after the newly identified pipe is interpreted as title for the image.


# 2b9233e2 03-Sep-2025 ternite <7860777+ternite@users.noreply.github.com>

Added support for pipe syntax in {{thumbnail>*}}

Close #5


# 086d90ee 01-Apr-2021 ternite <7860777+ternite@users.noreply.github.com>

Thumbnail presentation is now defined via max-width and min-width


# 47d2d32a 01-Apr-2021 ternite <7860777+ternite@users.noreply.github.com>

divided code into 3 php files


# 47274618 01-Apr-2021 ternite <7860777+ternite@users.noreply.github.com>

added reference PDF file for dependency checks


# 43673c64 01-Apr-2021 ternite <7860777+ternite@users.noreply.github.com>

checks for dependencies were moved to static methods (idea: Singleton)


# 42df3c44 01-Apr-2021 ternite <7860777+ternite@users.noreply.github.com>

added error handling and debug messages for failing dependencies


# 101da26f 01-Apr-2021 ternite <7860777+ternite@users.noreply.github.com>

added tests for installed dependencies (ImageMagick, GhostView)


# 591afb04 01-Apr-2021 ternite <7860777+ternite@users.noreply.github.com>

changed config setting thumb_width to thumb_max_dimension


# 29e328d9 01-Apr-2021 ternite <7860777+ternite@users.noreply.github.com>

image file suffixes are not compared to the supported format list within ImageMagick


# 4ae20bfc 01-Apr-2021 ternite <7860777+ternite@users.noreply.github.com>

we can now create thumbnails for jpg


# e80c5674 31-Mar-2021 ternite <7860777+ternite@users.noreply.github.com>

extracted repetitive code to method thumb_needs_update


# a2549de1 31-Mar-2021 ternite <7860777+ternite@users.noreply.github.com>

Added generic classes for conversion behavior


# 4d8fafba 31-Mar-2021 ternite <7860777+ternite@users.noreply.github.com>

Generates a thumbnail from a pdf, now

Generates a thumbnail from a pdf, now, provided that ImageMagick, the php extension imagick, and Ghostscript are installed properly.


# 2f64379e 29-Mar-2021 ternite <7860777+ternite@users.noreply.github.com>

code cleaning


# 8c9395f0 29-Mar-2021 ternite <7860777+ternite@users.noreply.github.com>

Will only update thumbnail files, when the original file has another modification date.


# 6bc8b42d 29-Mar-2021 ternite <7860777+ternite@users.noreply.github.com>

Configuration option 'link_to_media_file' added.


# da77d72d 29-Mar-2021 ternite <7860777+ternite@users.noreply.github.com>

Configurable thumbnail path, configurable error message.

The path to look for thumbnails is now configurable, and in case no thumbnail could be found, an error message is displayed instead (configur

Configurable thumbnail path, configurable error message.

The path to look for thumbnails is now configurable, and in case no thumbnail could be found, an error message is displayed instead (configurable).

show more ...


# 967904f1 23-Mar-2021 ternite <7860777+ternite@users.noreply.github.com>

nicer $data parsing


# b8b45234 23-Mar-2021 ternite <7860777+ternite@users.noreply.github.com>

Streamlined code, renamed some variables


# 632b098a 23-Mar-2021 ternite <7860777+ternite@users.noreply.github.com>

Thumbnail width is now configurable via key 'thumb_width'


# 3ac8d5b9 23-Mar-2021 ternite <7860777+ternite@users.noreply.github.com>

Will output alternative title, now (filename)


# 32095c04 23-Mar-2021 ternite <7860777+ternite@users.noreply.github.com>

Click on the thumbnail will load the file from media manager


# 7ae48821 23-Mar-2021 ternite <7860777+ternite@users.noreply.github.com>

Removed debug info


# bbf77476 23-Mar-2021 ternite <7860777+ternite@users.noreply.github.com>

Initial commit