summaryrefslogtreecommitdiff
path: root/modules/gallery/module.info
AgeCommit message (Expand)Author
2011-04-22Created apple-touch-icon and added to wind and admin_wind themes.Chad Kieffer
2011-01-16Upgrade checking code is now here, along with a bump of the GalleryBharat Mediratta
2011-01-16Change the value column of the messages table from a varchar(255) to aBharat Mediratta
2011-01-16Fixed paging for albums ordered by random.Joe7
2011-01-03Some small follow on fixes for #1559 and #1568:Bharat Mediratta
2010-12-28Added changes to installer and upgrader scripts to support INSERT ON DUPLICAT...Joe7
2010-09-29Stop caching all module variables in the vars table using theBharat Mediratta
2010-09-16Add a module variable containing extra paths to search for binaries.Bharat Mediratta
2010-09-16Restrict viewing user profile pages to registered users only, butBharat Mediratta
2010-09-01Hopefully the third and final patch for #1216. Set the default from and reply...Tim Almdal
2010-08-31Patch for ticket #1216. Move the values that were in the sendmail config fil...Tim Almdal
2010-08-29Bump gallery module to v36 and add a favicon_url variable, which weBharat Mediratta
2010-08-28Add a "visible_title_length" variable that defaults to 15 and use thatBharat Mediratta
2010-08-14Add a key on access_caches.item_id. Without this, the Fix task queryBharat Mediratta
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