summaryrefslogtreecommitdiff
path: root/modules/gallery/module.info
AgeCommit message (Expand)Author
2010-08-07Add an index for left_ptr, since we use that in ORM_MPTT::parents()Bharat Mediratta
2010-08-06Add a "weight" column to the module table. This allows us to specifyBharat Mediratta
2010-08-01Make maintenance mode a variable instead of a config. Then createBharat Mediratta
2010-02-22Fix for ticket #1027: Add index on cache key column.Andy Staudacher
2010-02-14Fix for ticket 901: Wrap Gallery version string into bdo tag to override the ...Andy Staudacher
2010-02-07Fix installer code for version 27, and introduce new module variable in versi...Andy Staudacher
2010-02-07Create the concept of a "failed authentication" as semanticallyBharat Mediratta
2010-02-02Add an upgrade path to prevent the item title field from being empty.Bharat Mediratta
2010-01-30Lock down web access to var/uploads, var/tmp and var/logs using .htaccessBharat Mediratta
2010-01-30Prevent brute force login attacks by reducing login attempts to 1 perBharat Mediratta
2010-01-29Go through all slugs and make them legal values.Bharat Mediratta
2010-01-11Fixes ticket #671.Tim Almdal
2009-12-02Rename the "upload_limit" variable to "simultaneous_upload_limit" forBharat Mediratta
2009-11-20Convert the Simple Uploader form over to Forge, and use the eventBharat Mediratta
2009-11-19Add a note to skip version 20.Bharat Mediratta
2009-11-19Revert "Create theme::get_var(), theme::set_var() methods to set the options ...Tim Almdal
2009-11-18Create theme::get_var(), theme::set_var() methods to set the options of the a...Tim Almdal
2009-11-13Standardize the name of the blocks.Tim Almdal
2009-11-13Undo using the md5 hash of the module name and block_id, so duplicate blocks ...Tim Almdal
2009-11-12Change the keys of the block arrays in block manager to be a md5 hash of modu...Tim Almdal
2009-10-26Upgrade the gallery module to version 16 to reflect the refactoring of the us...Tim Almdal
2009-09-30Correct version numbers for image_block and info modules, they inadvertently ...Tim Almdal
2009-09-30Forgot to reset the version numberTim Almdal
2009-09-30Use the block_manager to manage site sidebar panels. Fixes ticket #110.Tim Almdal
2009-09-27This path requires the upgrader to be run and applies the following changes:Tim Almdal
2009-09-23set the version number to 13, so we will update the default themes in the gal...Tim Almdal
2009-09-21Revert "* 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-07Add support for a per-item "slug" which will be the user-visible urlBharat Mediratta
2009-08-29Fix for ticket #628:Tim Almdal
2009-07-30Fix for ticket #576Tim Almdal
2009-07-25Rename columns that use reserved SQL words : items.left and items.rightRomain LE DISEZ
2009-07-22Upgrade code to migrate the ACL from integer to boolean.Romain LE DISEZ
2009-07-14Move the gallery version out of a module variable and into a constantBharat Mediratta
2009-07-13Add quotes around all values that contain spaces in them, and add aBharat Mediratta
2009-06-28Modify the cache table to make id the primary key for consistency withBharat Mediratta
2009-06-28Change the cache column of the caches table to a large blob. This fixes tick...Tim Almdal
2009-06-27Update the version number and upgrade method for gallery to reflect the addit...Tim Almdal
2009-06-23Add a new "show credits" check box in the theme options so that youBharat Mediratta
2009-06-12Move date/time format strings into a setting and bump the galleryBharat Mediratta
2009-05-27Restructure things so that the application is now just another module.Bharat Mediratta