liquid_feedback_frontend
diff app/main/opinion/_action/update.lua @ 95:6a12fb7e4963
Suggestion API, draft preview, word based diff, multiple fixes
- Added suggestion API
- Initiative API: Drafts optionally delivered as rendered html fragment
- Initiative API: Fixed wrong output of revoked timestamp when using JSON
- Preview added for initiative drafts
- Improved (word based) diff added
- Improved suggestion list
- Added missing sorting of initiative in vote list
- Filter state for member page initiative lists
- Fixed wrong status output in member history
- Fixed wrongly closed div in layout
- Added suggestion API
- Initiative API: Drafts optionally delivered as rendered html fragment
- Initiative API: Fixed wrong output of revoked timestamp when using JSON
- Preview added for initiative drafts
- Improved (word based) diff added
- Improved suggestion list
- Added missing sorting of initiative in vote list
- Filter state for member page initiative lists
- Fixed wrong status output in member history
- Fixed wrongly closed div in layout
| author | bsw |
|---|---|
| date | Mon Aug 30 21:52:19 2010 +0200 (2010-08-30) |
| parents | 8d91bccab0bf |
| children | 808269b7f41c |
line diff
1.1 --- a/app/main/opinion/_action/update.lua Thu Aug 19 15:37:51 2010 +0200 1.2 +++ b/app/main/opinion/_action/update.lua Mon Aug 30 21:52:19 2010 +0200 1.3 @@ -28,7 +28,7 @@ 1.4 if opinion then 1.5 opinion:destroy() 1.6 end 1.7 - slot.put_into("notice", _"Your opinion has been deleted") 1.8 + slot.put_into("notice", _"Your rating has been deleted") 1.9 return 1.10 end 1.11 1.12 @@ -52,4 +52,4 @@ 1.13 1.14 opinion:save() 1.15 1.16 -slot.put_into("notice", _"Your opinion has been updated") 1.17 +slot.put_into("notice", _"Your rating has been updated")