summaryrefslogtreecommitdiff
path: root/modules/gallery/module.info
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-08-01 21:00:30 -0700
committerBharat Mediratta <bharat@menalto.com>2010-08-01 21:00:30 -0700
commitc33b24c9faf5d83e4f1bfc6d3778da6c37139b3f (patch)
tree0284f35a4d3d58c474e562d5e149ca0d1a212244 /modules/gallery/module.info
parent49eb3e32b9b8df20360ee6ceb388f00828063efa (diff)
Make maintenance mode a variable instead of a config. Then create
links on the Admin > Maintenance page to allow you to turn it on and off. This should be efficient since we cache all vars and look them up on every request anyway. This also allows us to have the Fix task enable maintenance mode while it's running which greatly reduces the chances that somebody will come along and hork the database while we're tinkering with MPTT pointers. Fixes ticket #1259.
Diffstat (limited to 'modules/gallery/module.info')
-rw-r--r--modules/gallery/module.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/module.info b/modules/gallery/module.info
index df2be978..7d28a7c1 100644
--- a/modules/gallery/module.info
+++ b/modules/gallery/module.info
@@ -1,3 +1,3 @@
name = "Gallery 3"
description = "Gallery core application"
-version = 30
+version = 31