| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-02-02 | Add an upgrade path to prevent the item title field from being empty. | Bharat Mediratta | |
| 2010-01-30 | Lock down web access to var/uploads, var/tmp and var/logs using .htaccess | Bharat Mediratta | |
| Fixes ticket #587. | |||
| 2010-01-30 | Prevent brute force login attacks by reducing login attempts to 1 per | Bharat Mediratta | |
| minute after there have been 5 consecutive failed login attempts. Fix for ticket #589. | |||
| 2010-01-29 | Don't forget to flush the relative_url_cache when updating the slug. | Bharat Mediratta | |
| 2010-01-29 | Go through all slugs and make them legal values. | Bharat Mediratta | |
| Upgrade gallery3 module to version 23 | |||
| 2010-01-29 | Oops, somebody (me?) forgot to update the gallery module version | Bharat Mediratta | |
| number in gallery_installer::install() so the install.sql was out of sync. | |||
| 2010-01-27 | Convert back to using ORM::factory(..., $id) instead of calling where(). | Bharat Mediratta | |
| 2010-01-17 | Adjust installers to work with model based validation. | Bharat Mediratta | |
| 2010-01-11 | Remove the automatically marking the resizes dirty line as this could cause ↵ | Tim Almdal | |
| alot of pain to some installations | |||
| 2010-01-11 | Fixes ticket #671. | Tim Almdal | |
| In the graphics_rules table height and width set the maximum height and width values and should be equal. Initially, the height on the resize target rule was less than the height, which artificially constrained images in portrait mode. **Note"" this fix requires an upgrade to version 22. All the resizes will be flagged dirty. | |||
| 2009-12-05 | Update the gallery module to version 21 in the installer. | Bharat Mediratta | |
| 2009-12-02 | Rename the "upload_limit" variable to "simultaneous_upload_limit" for | Bharat Mediratta | |
| clarity, since it only limits concurrency not the number of actual uploads. Move the default-setting code into the upgrader so that we avoid creating the variable as a side-effect of the view (personal preference to avoid side-effect code since it's led to problems in the past). | |||
| 2009-11-19 | Revert "Create theme::get_var(), theme::set_var() methods to set the options ↵ | Tim Almdal | |
| of the active site theme. Change all refrences to theme options to use these methods. Update the version number of Gallery to 20 and move any them related options to the be stored under the active theme." This reverts commit 26114972c3388f065220b94a0d5962f20a6ccd0c. | |||
| 2009-11-18 | Create theme::get_var(), theme::set_var() methods to set the options of the ↵ | Tim Almdal | |
| active site theme. Change all refrences to theme options to use these methods. Update the version number of Gallery to 20 and move any them related options to the be stored under the active theme. | |||
| 2009-11-14 | Fix a bunch of little issues in the version 16, 17, and 18 upgraders. | Bharat Mediratta | |
| - Add a missing loop in 15->16 causing ticket #881 - Comment the blocks correctly - Remove unnecessary loop from 18->19 | |||
| 2009-11-13 | Standardize the name of the blocks. | Tim Almdal | |
| 2009-11-13 | Undo using the md5 hash of the module name and block_id, so duplicate blocks ↵ | Tim Almdal | |
| are no allowed again | |||
| 2009-11-12 | Change the keys of the block arrays in block manager to be a md5 hash of ↵ | Tim Almdal | |
| module_name:block_id. This allows easier lookup of blocks to remove when modules are being deactivated. Change the module activation/deactivation to call (activate|deactivate)_blocks instead of just the sidebar blocks. This insures that when a module is deactivated any admin dashboard blocks are removed as well the site sideboard blocks. Fix for ticket #876. | |||
| 2009-10-31 | Don't specify the default identity provider in the gallery installer. Let ↵ | Tim Almdal | |
| the user module use that as a trigger to set ownership of the root album to the administrator. | |||
| 2009-10-28 | Normalize capitalization ticket #596 | Tim Almdal | |
| 2009-10-26 | Upgrade the gallery module to version 16 to reflect the refactoring of the ↵ | Tim Almdal | |
| user module into an identity provider. Change how we determine if there are available groups that we need to export | |||
| 2009-10-22 | Change the name of identity library from Identity to IdentityProvider. ↵ | Tim Almdal | |
| Create a helper class called identity to simplify call the Identity Provider. Move the contents of MY_Session.php to the new helper class and remove the MY_Session class | |||
| 2009-10-21 | Change this files to use the API instead of referencing the group tables ↵ | Tim Almdal | |
| directly | |||
| 2009-10-04 | Revert "Create a gallery::plugin_path which returns the appropriate path to ↵ | Tim Almdal | |
| the module or theme. This checks for the existence of an application/modules or application/themes first." This reverts commit e1e1461a77caf5bff457927f098366497de6ffff. | |||
| 2009-10-04 | Create a gallery::plugin_path which returns the appropriate path to the ↵ | Tim Almdal | |
| module or theme. This checks for the existence of an application/modules or application/themes first. | |||
| 2009-09-30 | Add functionality to activate sidebar blocks when the module is activated ↵ | Tim Almdal | |
| and deactivate the sidebar blocks when the module is deactivated. | |||
| 2009-09-30 | Set the gallery version to 15 and provide upgrade processing to set the ↵ | Tim Almdal | |
| default sidebar. | |||
| 2009-09-28 | Clean up upgrader for version 14. Put {} around table name, | Bharat Mediratta | |
| capitalize reserved words, use single quotes in the query to avoid escaping the double quotes, remove table alias. | |||
| 2009-09-27 | Change gallery installer to do a direct update to the database, preppending ↵ | Tim Almdal | |
| gallery_graphics:: to each of the defined rules operations | |||
| 2009-09-27 | This path requires the upgrader to be run and applies the following changes: | Tim Almdal | |
| * moves the composite method back into core * requires that the operation be fully qualified i.e. gallery_graphics::resize * caches the graphics rules on each request | |||
| 2009-09-27 | Fix one more place in the installer where we referring to the old default | Bharat Mediratta | |
| theme names. Update installer.sql | |||
| 2009-09-24 | Forgot to change the defaults theme names on initial install... Duh | Tim Almdal | |
| 2009-09-24 | Oops, forgot to change the install version number to match the upgrade ↵ | Tim Almdal | |
| version number | |||
| 2009-09-23 | set the version number to 13, so we will update the default themes in the ↵ | Tim Almdal | |
| gallery vars | |||
| 2009-09-21 | Revert "* Move the captured field into the exif module where it is created ↵ | Tim Almdal | |
| and populated." This reverts commit a00619b812393cf73d1c188af7961af820d36185. | |||
| 2009-09-21 | Revert "If captured had been used for any sort orders, reset back to weight" | Tim Almdal | |
| This reverts commit c01e467466eff51926108d030f21385179fa24d2. | |||
| 2009-09-21 | If captured had been used for any sort orders, reset back to weight | Tim Almdal | |
| 2009-09-20 | * Move the captured field into the exif module where it is created and ↵ | Tim Almdal | |
| populated. * Create a new API event get_sort_fields that allows modules to contribute new sort fields that they manage. the only condition is that the module needs to add it to the item table. * Changed g2_import to call this api to get the allowable sort fields * Changed album::get_edit_form to call this new api to get the available sort fields Partial fix for ticket #627, as the Capture date is not available until the exif module is installed. | |||
| 2009-09-17 | Mark permission's display name for translation | Andy Staudacher | |
| 2009-09-08 | Amend the v12 installer to empty out the relative_url_cache and | Bharat Mediratta | |
| relative_path_cache columns. | |||
| 2009-09-07 | Add support for a per-item "slug" which will be the user-visible url | Bharat Mediratta | |
| component for that given item. Album hierarchies are represented by nested slugs. By default, we convert the filename to a slug when you create an album, photo or movie. | |||
| 2009-08-29 | Fix for ticket #628: | Tim Almdal | |
| 1) increased gallery module version to 11 2) added image_sharpened parameter to the gallery module 3) sharpen all resizes. | |||
| 2009-08-27 | Remove 'ENGINE=InnoDB' specification from tables that we create. Use | Bharat Mediratta | |
| the system's default table specification. Fixes ticket #597. | |||
| 2009-07-29 | Bump the gallery version to 10 in install() | Bharat Mediratta | |
| 2009-07-29 | Remove some scary debug code. | Bharat Mediratta | |
| 2009-07-30 | Fix for ticket #576 | Tim Almdal | |
| Add a weight index to the item table and changed the retrieval of the maximum weight to select weight from items order by weight desc limit 1. Upgrades the gallery module to version 10 Signed-off-by: Tim Almdal <tnalmdal@shaw.ca> | |||
| 2009-07-25 | Rename columns that use reserved SQL words : items.left and items.right | Romain LE DISEZ | |
| 2009-07-22 | Upgrade code to migrate the ACL from integer to boolean. | Romain LE DISEZ | |
| Related to 719c59e0402464a0e2b14915f6d10218ff5d4729 | |||
| 2009-07-14 | Move the gallery version out of a module variable and into a constant | Bharat Mediratta | |
| in the gallery helper. This will let us bump the version without having to bump the gallery module number. | |||
| 2009-06-28 | Set the gallery module version to 6 in install() (missed this in my last ↵ | Bharat Mediratta | |
| change). Refresh the install.sql. | |||
