liquid_feedback_frontend
annotate app/main/issue/_list_initiatives.lua @ 81:134fce4bede3
Cache for rendered wiki texts; Accountless API keys; Reverse id order for initiative API
- Support for caching html version of drafts
- Using pre-rendered html versions of help messages
- Added Support for api keys not connected to an account
- Added order option "id_desc" to initiative API
- Support for caching html version of drafts
- Using pre-rendered html versions of help messages
- Added Support for api keys not connected to an account
- Added order option "id_desc" to initiative API
author | bsw |
---|---|
date | Sat Jul 24 17:22:05 2010 +0200 (2010-07-24) |
parents | 00d1004545f1 |
children | 7196685f9dd7 |
rev | line source |
---|---|
bsw/jbe@19 | 1 local issue = param.get("issue", "table") |
bsw/jbe@19 | 2 |
bsw/jbe@19 | 3 execute.view{ |
bsw/jbe@19 | 4 module = "initiative", |
bsw/jbe@19 | 5 view = "_list", |
bsw/jbe@19 | 6 params = { |
bsw/jbe@19 | 7 issue = issue, |
bsw/jbe@19 | 8 initiatives_selector = issue:get_reference_selector("initiatives") |
bsw/jbe@19 | 9 } |
bsw/jbe@19 | 10 } |