summaryrefslogtreecommitdiff
path: root/modules/gallery/module.info
AgeCommit message (Expand)Author
2013-01-27Add a key on relative_path_cache in the items table to improve performance on...Bharat Mediratta
2013-01-26#1946, 1947 - Make altered names/slugs more user-friendly, make conflict-find...shadlaws
2013-01-22gallery.menalto.com -> galleryproject.orgBharat Mediratta
2012-12-18[#1928 - Make thumbnail generation more flexible for movies (graphics and mov...shadlaws
2012-12-16[#1924, #1925, #1927 - enhance compatibility with movies (movie helper) and f...shadlaws
2012-11-13[#1907] Added code needed for the case when a user upgrades.chalbertgit
2012-07-21Rename any files that have two dots in them to a legal name. ThisBharat Mediratta
2011-04-23Oops, fix broken codex urls. For #1698.Bharat Mediratta
2011-04-23module.info and theme.info files now support author name, author url,Bharat Mediratta
2011-04-23Set the default value for gallery.timezone to null so that each install usesBharat Mediratta
2011-04-22Allow timezone to be configurableAndy Lindeman
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