Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download himuesgallery-7.x-1.13-beta3.tar.gztar.gz 21.29 KB
MD5: 1f93d9ad04f7d2c8e8cfda7099280feb
SHA-1: 126e70079439c207f9f36ad9bac30ea5b99c9b13
SHA-256: fc7e79b2323ba2e2a8c3d4f8292931350d70734fcf92d7374cdb13d0e25a6ef9
Download himuesgallery-7.x-1.13-beta3.zipzip 25.58 KB
MD5: 65f03c61c4fec01709d77cf42e0e1cc6
SHA-1: 330678570a268c97ffdf7cef0ea227c2565ed729
SHA-256: a6f02c9dbaae1898f82cdbd05e8b75267c51f9527bd4c3ea66e1ab99260e2628

Release notes

- #1380568 due to a hint from Reg i move the Configsettings from Top-Level to admin/config/media

- #due to hints from balder and others himuesgallery now has the possibility to work with user-dirs
in admin/config/media/himuesgallery there is an option to add a subdir after himuesgallery which name is
the User-Name or the User-UID. Some example:
- Base directory is "himuesgallery"
- User1-Name is "admin" - User1-UID is 1
- User2-Name is "andy" - User2-UID is 23
If you choose to use User-Name then basepath to gallery for User1 is "himuesgallery/admin" and path for User2 is "himuesgallery/andy"
If you choose to use User-UID then basepath to gallery for User1 is "himuesgallery/1" and path for User2 is "himuesgallery/23"
Third choice is "don't use". The behavior is like bevor. In former example the basepath to gallery for User1 and User2 is "himuesgallery"

- alphabeticaly sort CSS-Files if you create or change a gallery

- #1429214 because file_scan_directory has problems if filename begin with non-english-characters (korean, japanese, etc.) we have to do our own thing
Thanks to phdenis63 who found the misbehavior in Drupal 6 version of himuesgallery and help me a lot with testing.

Created by: himue
Created on: 11 Mar 2012 at 00:34 UTC
Last updated: 11 Mar 2012 at 00:36 UTC
New features
Bug fixes

Other releases