liquid_feedback_frontend

view app/main/area/list.lua @ 9:0ee1e0c42d4c

Version beta5

Minor security fix: Added missing security filter for admin section. Reading of member listing including login names was possible for all users. Write access has not been possible though.

Changing of name and login is possible while a history of these changes is written and accessible by all users.

Statistics shown in area list

Trimming of user input also converts multiple whitespaces to single space character.
author bsw
date Mon Jan 04 12:00:00 2010 +0100 (2010-01-04)
parents 80c215dbf076
children 0849be391140
line source
1 slot.put_into("title", _'Area list')
3 util.help("area.list", _"Area list")
5 local areas_selector = Area:new_selector():add_where("active")
7 execute.view{
8 module = "area",
9 view = "_list",
10 params = { areas_selector = areas_selector }
11 }
13 --[[
14 execute.view{
15 module = "delegation",
16 view = "_show_box"
17 }
18 --]]

Impressum / About Us