index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gallery
/
module.info
Age
Commit message (
Expand
)
Author
2010-02-14
Fix for ticket 901: Wrap Gallery version string into bdo tag to override the ...
Andy Staudacher
2010-02-07
Fix installer code for version 27, and introduce new module variable in versi...
Andy Staudacher
2010-02-07
Create the concept of a "failed authentication" as semantically
Bharat Mediratta
2010-02-02
Add an upgrade path to prevent the item title field from being empty.
Bharat Mediratta
2010-01-30
Lock down web access to var/uploads, var/tmp and var/logs using .htaccess
Bharat Mediratta
2010-01-30
Prevent brute force login attacks by reducing login attempts to 1 per
Bharat Mediratta
2010-01-29
Go through all slugs and make them legal values.
Bharat Mediratta
2010-01-11
Fixes ticket #671.
Tim Almdal
2009-12-02
Rename the "upload_limit" variable to "simultaneous_upload_limit" for
Bharat Mediratta
2009-11-20
Convert the Simple Uploader form over to Forge, and use the event
Bharat Mediratta
2009-11-19
Add a note to skip version 20.
Bharat Mediratta
2009-11-19
Revert "Create theme::get_var(), theme::set_var() methods to set the options ...
Tim Almdal
2009-11-18
Create theme::get_var(), theme::set_var() methods to set the options of the a...
Tim Almdal
2009-11-13
Standardize the name of the blocks.
Tim Almdal
2009-11-13
Undo using the md5 hash of the module name and block_id, so duplicate blocks ...
Tim Almdal
2009-11-12
Change the keys of the block arrays in block manager to be a md5 hash of modu...
Tim Almdal
2009-10-26
Upgrade the gallery module to version 16 to reflect the refactoring of the us...
Tim Almdal
2009-09-30
Correct version numbers for image_block and info modules, they inadvertently ...
Tim Almdal
2009-09-30
Forgot to reset the version number
Tim Almdal
2009-09-30
Use the block_manager to manage site sidebar panels. Fixes ticket #110.
Tim Almdal
2009-09-27
This path requires the upgrader to be run and applies the following changes:
Tim Almdal
2009-09-23
set the version number to 13, so we will update the default themes in the gal...
Tim Almdal
2009-09-21
Revert "* Move the captured field into the exif module where it is created an...
Tim Almdal
2009-09-20
* Move the captured field into the exif module where it is created and popula...
Tim Almdal
2009-09-07
Add support for a per-item "slug" which will be the user-visible url
Bharat Mediratta
2009-08-29
Fix for ticket #628:
Tim Almdal
2009-07-30
Fix for ticket #576
Tim Almdal
2009-07-25
Rename columns that use reserved SQL words : items.left and items.right
Romain LE DISEZ
2009-07-22
Upgrade code to migrate the ACL from integer to boolean.
Romain LE DISEZ
2009-07-14
Move the gallery version out of a module variable and into a constant
Bharat Mediratta
2009-07-13
Add quotes around all values that contain spaces in them, and add a
Bharat Mediratta
2009-06-28
Modify the cache table to make id the primary key for consistency with
Bharat Mediratta
2009-06-28
Change the cache column of the caches table to a large blob. This fixes tick...
Tim Almdal
2009-06-27
Update the version number and upgrade method for gallery to reflect the addit...
Tim Almdal
2009-06-23
Add a new "show credits" check box in the theme options so that you
Bharat Mediratta
2009-06-12
Move date/time format strings into a setting and bump the gallery
Bharat Mediratta
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta