Downloads
Release notes
Trying to get a 1.5 ready... There are still quite many problems to resolve. This version fixes many bugs from 1.4.
Renamed the management.inc as gallerix.admin.inc.
Renamed the build.inc as gallerix.build.inc.
Optimize 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.
Added comments, better developer documentation.
Updated many description for better end user documentation.
Moved the menu items to the .admin.inc file (optimization).
Made the administration pages in 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.
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.
PHP 5.3 E_NOTICE errors.
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.
Support old & new zip API, in case the new is not installed.
Make sure that files are indeed created.
Fixed multiple E_NOTICEs.
Ensure that $thumbnail is defined with something in the albums grid.
Simplifications of the code.
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.
Removed many more characters ("\r".)
Cleaned up the handling of the blocks (the random version is MUCH faster.)
Removed many empty lines.
Admin can always edit albums (uid = 1).
Added an administer album permission so one can change other peoples albums.
js/effects.js is not beeing 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.
Fixed a few E_NOTICE errors.
Includes the views support from 1.4 in 1.x-dev.
Moved menu at the right location.