0byt3m1n1
Path:
/
data
/
applications
/
aps
/
gallery
/
2.3-2
/
standard
/
[
Home
]
File: APP-META.xml
<!-- $Rev: 393404 $ --> <application xmlns="http://apstandard.com/ns/1"> <name>gallery</name> <packager-uri>uuid:714f0a7b-85d6-4eb8-b68e-40f9acbb3103</packager-uri> <version>2.3</version> <release>2</release> <homepage>http://gallery.menalto.com/</homepage> <package-homepage>http://parallels.com/</package-homepage> <default-prefix>gallery</default-prefix> <summary>Gallery is a powerful photo gallery.</summary> <description> This release fixes critical security issues, no new features have been added. Users of all previous Gallery 2 versions are strongly encouraged to upgrade to version 2.2.5 as soon as possible! All issues addressed in this release have been discovered in internal security audits. Gallery is a web based software product that lets you manage your photos on your own website. You must have your own website with PHP and database support in order to install and use it. With Gallery you can easily create and maintain albums of photos via an intuitive interface. Photo management includes automatic thumbnail creation, image resizing, rotation, ordering, captioning, searching and more. Albums and photos can have view, edit, delete and other permissions per individual authenticated user for an additional level of privacy. It's great for communities - give accounts to your friends and family and let them upload and manage their own photos on your website! </description> <icon path="images/icon.png"/> <screenshot path="images/app_screenshot_1.png"><description>The main page of Gallery.</description></screenshot> <screenshot path="images/app_screenshot_2.png"><description>Administrator page.</description></screenshot> <license must-accept="true"> <text> <name>GPLv2</name> <file>htdocs/LICENSE</file> </text> </license> <configuration-script-language>php</configuration-script-language> <upgradable-from version="2.2" release="1"/> <changelog> <version version="2.3" release="2"> <entry>Personal/Gallery category removed</entry> </version> <version version="2.3" release="1"> <entry> # New version of the slideshow module now uses PicLens to provide a rich, full screen slideshow. # Comment module now offers moderation and Akismet support to help weed out spam comments. # New email notification module allowing users to configure events they wish to get notified for. You can watch albums for changes, items for new comments, etc. # New Jpegtran module to support rotation and cropping of jpeg images with no loss in image quality. # New SnapGalaxy module for prints from snapgalaxy.com. # Registration module can now send a welcome email to new users upon account activation. # EXIF block now uses AJAX to switch between summary and detail display. # External image block now has a "rawImage" mode to return a single binary image instead of HTML output. # Support in RSS module for Media RSS format and random RSS streams. # Remote module now bundles the Gallery Remote client and makes it available via Java Web Start. Users with a Java enabled browser can then launch Gallery Remote with a single click instead of manually downloading and installing. # Hybrid theme now uses automatic navigation between pages in its image viewer and slideshow. This means the slideshow will show all images in the album, moving between album pages as needed. Requesting the next/previous image in the image viewer will also load a new album page as needed. # Webcam module now accepts file:// URLs to retrieve image from local filesystem. # Dcraw module now supports Adobe Digital Negative (dng) files, when used with dcraw v7.0 or newer. # Added support for Windows Vista in PublishXP module. # New database backup feature. Backup at start of upgrade, or anytime from Site Admin / Maintenance. Restore a backup from lib/support interface. # Can now put Gallery into maintenance mode from Site Admin / Maintenance. Setting in config.php file is still available too. # New event logging system records Gallery errors, viewable in the Site Admin interface. # Themes can now override module template files, allowing a themed look to more aspects of the application. # New Language Manager that allows the addition or removal of translations. # User interface changes. * Use AJAX to speed up deleting comments(spam) on items/albums. * Use quick DHTML confirm dialog for deleting single items. Dialog offers link to bulk delete several items from an album. * Use YUI ItemTree instead of plain select box to select target album when moving items, creating replicas or link items. # Performance and stability improvements. * Smarty templates now permanently cached by default. Turn this off in Site Admin / Performance when working on tpl files, so changes take effect immediately during development. * Avoid reading EXIF data multiple times in Carbon theme. * Some added caching in GalleryUrlGenerator. * Use progress bar when adding items to avoid server or browser timeouts. Particularly helpful when adding many items from local server. * Restructuring to greatly reduce the number of directories for language files. * Refactor of translator hints to avoid some processing when translations are not used (en_US). * Faster plugin and language package downloads. * Refactor of event system working towards a performance improvement in the next release. </entry> </version> <version version="2.2.5" release="7"> <entry>Automatically detect graphics plugin on installation</entry> </version> <version version="2.2.5" release="5"> <entry>Initial package version</entry> </version> </changelog> <installed-size>66309314</installed-size> <categories> <category>Web/Gallery</category> </categories> <languages> <language>en</language> </languages> <settings> <group> <name>Administrator's preferences</name> <setting id="admin_name" type="string" default-value="admin" min-length="1" regex="^[a-zA-Z]{1}[0-9a-zA-Z_\-]{0,32}"> <name>Administrator's login</name> </setting> <setting id="admin_password" type="password" > <name>Password</name> </setting> <setting id="admin_email" type="email"> <name>Administrator's email</name> </setting> </group> <group> <name>Gallery's preferences</name> <setting id="title" type="string" min-length="1"> <name>Gallery name</name> </setting> </group> </settings> <requirements xmlns:php="http://apstandard.com/ns/1/php" xmlns:db="http://apstandard.com/ns/1/db"> <php:version min="4.3.0"/> <php:extension>mysql</php:extension> <php:safe-mode>false</php:safe-mode> <db:db> <db:id>main</db:id> <db:default-name>gallery</db:default-name> <db:can-use-tables-prefix>true</db:can-use-tables-prefix> <db:server-type>mysql</db:server-type> <db:server-min-version>3.0.0</db:server-min-version> </db:db> </requirements> <mapping url="/" path="htdocs" xmlns:php="http://apstandard.com/ns/1/php"> <php:handler> <php:extension>php</php:extension> </php:handler> <mapping url="modules"> <php:permissions writable="true"/> </mapping> <mapping url="themes"> <php:permissions writable="true"/> </mapping> <mapping url="g2data"> <php:permissions writable="true"/> <mapping url="albums"> <php:permissions writable="true"/> </mapping> <mapping url="locale"> <php:permissions writable="true"/> </mapping> <mapping url="locks"> <php:permissions writable="true"/> </mapping> <mapping url="cache"> <php:permissions writable="true"/> </mapping> <mapping url="plugins_data"> <php:permissions writable="true"/> <mapping url="modules"> <php:permissions writable="true"/> </mapping> <mapping url="themes"> <php:permissions writable="true"/> </mapping> </mapping> <mapping url="smarty"> <php:permissions writable="true"/> <mapping url="templates_c"> <php:permissions writable="true"/> </mapping> </mapping> <mapping url="tmp"> <php:permissions writable="true"/> </mapping> </mapping> </mapping> </application>