summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/gallery_installer.php
AgeCommit message (Expand)Author
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-01Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2010-09-01Hopefully the third and final patch for #1216. Set the default from and reply...Tim Almdal
2010-09-01Make RENAME TABLE operations idempotent so that in case there's aBharat Mediratta
2010-08-31Don't use HTTP_HOST to get the hostname. We force that toBharat Mediratta
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-07Oops. Fix the upgrader path to add the weight column to the modules table.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-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
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