Downloads

Download gallerix-6.x-1.5.tar.gztar.gz 54.75 KB
MD5: 5e1209003ea238045d382b9ab45830b4
SHA-1: 6505948846954967a8dcd149784f94dd861448ec
SHA-256: ae50a7b19fd9b4ea64bea6ae6690466c5f6ae495317033ab11ed01f149c81d2f
Download gallerix-6.x-1.5.zipzip 62.35 KB
MD5: 430acc5a5ac63da775b585e8da5892a7
SHA-1: 72924467c01738e75f7bfaad2e6a8760fdec8a75
SHA-256: 430b2271c69026fddfdca28c6852e8c9a0d075a5a8d9220169116c7e8e724e66

Release notes

* Optimizations and clean up of the code.
* Comment about the JSON delimiters.
* Documentation improvements, added missing documentations.
* Fixed user messages.
* Fixed the AJAX callback function which was called by another function but would at times return JSON instead of an error.
* Added support for CCK so one can move the Gallerix fieldset up and down among all the node edit fields.
* Added the original path so we can access it from the frame.
* Added two flags on each album to choose whether lightbox2 should be used with grids and/or the viewer (Single).
* Removed the empty gallerix_validate() function.
* Fixed the resizing in the .build.inc file. The old version would fail miseribly if one size was larger and the other was smaller.
* Auto-centered the crop instead of using the top-left corner (we should add support for imagecache features on that one.)
* Renamed the management.inc as gallerix.admin.inc.
* Renamed the build.inc as gallerix.build.inc.
* Optimized the loading of management.inc and build.inc as much as possible.
* Renamed management.css/js as admin.css/js.
* Moved the CSS files in a CSS folder.
* Fixed a bug in the sort: if 'default' it wouldn't resort as necessary.
* Removed many empty lines and spaces at the end of lines.
* Moved the menu items to the .admin.inc file (optimization).
* Moved the administration pages to tabs (easier access!)
* Added a WARNING in the "Secure Mode" if you are using a PUBLIC file system.
* Fixed the Gallerix Cache flag, it is now apparent in Performance Settings.
* Stripping CVS keywords (done by system)
* Added a test of the current GD. If none installed, then you cannot install gallerix (since it wouldn't work.) This also appears in your reports if it got installed before this test was in place or somehow you lost the GD.
* Fix to the default sort value so it is 1, using 0 breaks the upload of new pictures #911260: The selected file could not be copied, because no file by that name exists.
* Fixed the use of the $p variable, it needed a default value in all cases.
* Fixed multiple E_NOTICEs
* The default value is not properly taken in account in a disabled text field #911260: The selected file could not be copied, because no file by that name exists
* Fixed the path to use when a file is loaded by itself #911260: The selected file could not be copied, because no file by that name exists
* Fix by taklh #768708: Adding a new size doesn't work so we can create new sizes
* Fixed the views. (except for empty albums.)
* Clean up (empty lines, fix/moved comments, renamed variables)
* Optimizations (access check, moved lines, remove some init.)
* Delete image function checks whether the picture exists
* Added tests to make sure the $picture is loaded
* Fixed the manager Save so it works as expected
* Additional fixes in link with upper/lower case changes
* Support .jpeg as a valid file extension
* Properly verify that the files are images (JPG, PNG, GIF)
* Fixed the zip upload that would not remove the path, now we take the filename by itself and keep the case as is (important on Linux)
* Support old & new zip API, in case the new is not installed
* Make sure that files are indeed created
* Ensure that $thumbnail is defined with someting in the albums grid.
* Use Use node_content_form() to create the Album form. #879742: Title label not changing after edit and album description showing although disabled
* Fixed the computation of $total that changes with time... (which is most certainly wrong) but this gives us what we had before. #853756: Division by zero
* Re-establish comments, it generates some problems at this point though.
* Cleaned up the handling of the blocks (the random version is MUCH faster.)
* Admin can always edit albums (uid = 1)
* Added an administer album flag so one can change other peoples albums
* js/effects.js is not being used anymore.
* Removed all ^M characters (MS-Windows \r\n)
* Removed all useless spaces (at the end of the line)
* Replaced a couple of tabs with spaces
* Other coder fixes
* Optimized transfer code to avoid counting if possible
* Fixes so it works better with PostgreSQL
* Removed the size 'big' on 'text' fields
* Fixed the thumbnail maximum number so it is not larger than the total number of pictures
* Fixed the count of the pictures in PostgreSQL
* Simplified the loop generating the thumbnails
* Includes the views support from 1.4 in 1.x-dev
* Moved menu at the right location for D6

Created by: AlexisWilke
Created on: 1 Sep 2011 at 00:16 UTC
Last updated: 1 Sep 2011 at 00:17 UTC
New features
Bug fixes

Other releases