summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/gallery_installer.php
AgeCommit message (Expand)Author
2010-02-22Fix for ticket #1027: Add index on cache key column.Andy Staudacher
2010-02-15Never assign a SafeString instance to a Model member (or hell will break loose).Andy Staudacher
2010-02-14Fix for ticket 901: Wrap Gallery version string into bdo tag to override the ...Andy Staudacher
2010-02-08Change admin area timeout from 20 to 90 minutesAndy 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-29Don't forget to flush the relative_url_cache when updating the slug.Bharat Mediratta
2010-01-29Go through all slugs and make them legal values.Bharat Mediratta
2010-01-29Oops, somebody (me?) forgot to update the gallery module versionBharat Mediratta
2010-01-27Convert back to using ORM::factory(..., $id) instead of calling where().Bharat Mediratta
2010-01-17Adjust installers to work with model based validation.Bharat Mediratta
2010-01-11Remove the automatically marking the resizes dirty line as this could cause a...Tim Almdal
2010-01-11Fixes ticket #671.Tim Almdal
2009-12-05Update the gallery module to version 21 in the installer.Bharat Mediratta
2009-12-02Rename the "upload_limit" variable to "simultaneous_upload_limit" forBharat 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-14Fix a bunch of little issues in the version 16, 17, and 18 upgraders.Bharat Mediratta
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-31Don't specify the default identity provider in the gallery installer. Let th...Tim Almdal
2009-10-28Normalize capitalization ticket #596Tim Almdal
2009-10-26Upgrade the gallery module to version 16 to reflect the refactoring of the us...Tim Almdal
2009-10-22Change the name of identity library from Identity to IdentityProvider. Create...Tim Almdal
2009-10-21Change this files to use the API instead of referencing the group tables dire...Tim Almdal
2009-10-04Revert "Create a gallery::plugin_path which returns the appropriate path to t...Tim Almdal
2009-10-04Create a gallery::plugin_path which returns the appropriate path to the modul...Tim Almdal
2009-09-30Add functionality to activate sidebar blocks when the module is activated and...Tim Almdal
2009-09-30Set the gallery version to 15 and provide upgrade processing to set the defau...Tim Almdal
2009-09-28Clean up upgrader for version 14. Put {} around table name,Bharat Mediratta
2009-09-27Change gallery installer to do a direct update to the database, preppending g...Tim Almdal
2009-09-27This path requires the upgrader to be run and applies the following changes:Tim Almdal
2009-09-27Fix one more place in the installer where we referring to the old defaultBharat Mediratta
2009-09-24Forgot to change the defaults theme names on initial install... DuhTim Almdal
2009-09-24Oops, forgot to change the install version number to match the upgrade versio...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-21Revert "If captured had been used for any sort orders, reset back to weight"Tim Almdal
2009-09-21If captured had been used for any sort orders, reset back to weightTim Almdal
2009-09-20* Move the captured field into the exif module where it is created and popula...Tim Almdal
2009-09-17Mark permission's display name for translationAndy Staudacher
2009-09-08Amend the v12 installer to empty out the relative_url_cache andBharat Mediratta
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-08-27Remove 'ENGINE=InnoDB' specification from tables that we create. UseBharat Mediratta
2009-07-29Bump the gallery version to 10 in install()Bharat Mediratta