History
Release: 0.4.0 * Fixed still broken cache file/directory permissions * Added quality (similar to thumbnails) for scaled images * Fix broken permissions when creating a directory * Restrict browsing to shelf * Use dtree in content management * hide files based on prefix (starting with '.' and '_') Release: 0.3.1 * Fixed broken version in admin * Fixed broken shelf template in sophie * Preserve non RAPA .htaccess entries Release: 0.3.0 * Finally fixed the HTML vaidation errors caused by the generated URLs * Wrong redirect after clear cache * Added super simple skin * Started to structure the code * Configure no w updates the .htaccess file to reflect the installation root * Added configurable thumbnail prefix * Configurable check to rebuild cached files based on file timestamp * Configurable cache file permissions * Attach meta data to folders too * Fixed setting cookie in album view (this is now admin only) * Remove empty directories from cache and shelf * Add basic support for file uploads * Ignore unknown files in shelf * Make options that point to a scale dropdown lists * Implemented the update check. Release: 0.2 * PHP code is now compatible with PHP4 (4.4.1) and PHP5 (5.0.4) * Added proper authentication * Added proper admin UI * Reorganised the config file handling * Extended the template API * Added new skin that illustrates the template API: sophie * Generally made this version incompatible with 0.1 ;) * Added basic meta data support * Simplified skin config integration * Added configurable thumbnail quality (jpg only) * Added configurable default scale * Added cache admin (clear cache; thumbnails/scaled) * Awful lot of minor changes and fixes Release: 0.1 * Initial Version