liquid_feedback_frontend
diff app/main/draft/_show.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 | d63d32c9fb37 |
children | de6b80867eb7 |
line diff
1.1 --- a/app/main/draft/_show.lua Thu Jul 15 18:28:24 2010 +0200 1.2 +++ b/app/main/draft/_show.lua Sat Jul 24 17:22:05 2010 +0200 1.3 @@ -31,7 +31,7 @@ 1.4 ui.container{ 1.5 attr = { class = "draft_content wiki" }, 1.6 content = function() 1.7 - slot.put(format.wiki_text(draft.content, draft.formatting_engine)) 1.8 + slot.put(draft:get_content("html")) 1.9 end 1.10 } 1.11 end