Hotglue 1.0.4
developed by Gottfried Haider and Danja Vasiliev and the people from WORM (worm.org) with support from the Mondriaan Foundation made for you
HOW DOES THIS WORK
HOW TO INSTALL ADDITIONAL MODULES
BUNDLED THIRD-PARTY CODE
KNOWN ISSUES
Hotglue 1.0 is not compatible with prior versions of the software. We aim to preserve compatibility with upcoming releases though.
On certain shared hosts we have seen issues with digest authentication (see AUTH_METHOD configuration option). For those hosts basic authentication has to be used.
On certain hosts or configurations it might be required to explicitly set RewriteBase in .htaccess when using short URLs. This has been observed on hosts using mod_rewrite even before the request hits the Hotglue directory. If you experience unexpected blank pages after installation or can't manage to log in, this might be worth trying.
Native JSON decoding seems to be broken in early versions of PHP 5.2. This can result in error messages such as "Error saving state as class 'object' is not set". Make sure you are using PHP 5.2.6 or later.
Support for supporting hosts that have PHP installed as a (Fast-)CGI binary is still worked on. For now it is recommended to use mod_php, although success with FastCGI has been reported as well.
Rewrite rules in the Apache configuration or in any parent directory .htaccess file can clash with the Hotglue one.
If you receive an error message while uploading a large file this might be due to the limits set in the servers's php.ini file. You might want to change the values of these settings:
For now, caching or seeking is not implemented for retrieval of uploaded files. This might be an issue when embedding large video files.
Making animated GIF images smaller than their native size disables the animation.
The looping property of YouTube's new HTML5 video embed code seems to be broken at the moment.
Vimeo does not currently offer a way to embed videos over HTTPS. You might thus receive a (legitimate) browser warning when accessing a page containing a Vimeo video using HTTPS.
When modifying objects that also appear on other pages, these changes might not immediately appear on them if caching is enabled.