liquid_feedback_frontend
diff config/default.lua @ 8:374bbc2ff102
Version beta4
Bug fixed, which made it impossible to explicitly become interested in a topic
Fixed positioning of dialog for entering a new suggestion
Display of 404 pages
Bug fixed, which made it impossible to explicitly become interested in a topic
Fixed positioning of dialog for entering a new suggestion
Display of 404 pages
author | bsw |
---|---|
date | Sat Jan 02 12:00:00 2010 +0100 (2010-01-02) |
parents | 3941792e8be6 |
children | 0ee1e0c42d4c |
line diff
1.1 --- a/config/default.lua Sat Jan 02 12:00:00 2010 +0100 1.2 +++ b/config/default.lua Sat Jan 02 12:00:00 2010 +0100 1.3 @@ -1,5 +1,5 @@ 1.4 config.app_name = "LiquidFeedback" 1.5 -config.app_version = "beta3" 1.6 +config.app_version = "beta4" 1.7 1.8 config.app_title = config.app_name .. " (" .. request.get_config_name() .. " environment)" 1.9 1.10 @@ -27,6 +27,9 @@ 1.11 1.12 config.download_use_terms = "=== Nutzungsbedingungen ===\nAlles ist verboten" 1.13 1.14 + 1.15 +request.set_404_route{ module = 'index', view = '404' } 1.16 + 1.17 -- uncomment the following two lines to use C implementations of chosen 1.18 -- functions and to disable garbage collection during the request, to 1.19 -- increase speed: