liquid_feedback_frontend
annotate app/main/_layout/system_error.html @ 75:733f65c0c0a0
Bugfixes, feature enhancements, code-cleanup, and major work on API
Details:
- API
-- Allow relation name to be passed to helper function util.autoapi{...}
-- Added area API
-- Bugfixes in API
--- Correctly return initiatives (bug #162)
--- Correctly process "id" parameter for initiative API
--- Bugfix related to "state" parameter (bug #165)
--- Changed constant "discussion" to "accepted" (in model/issue.lua, used by API)
--- Fixed JSON encoding in auto_api (bug #181)
--- Ignore list filter "voted" in case of public access
--- Enable access to API without session
- Work on RSS feed (incomplete yet)
- Other bugfixes
-- Handle empty browser identification string
-- Handle invalid date in member/update.lua (bugs #24 #109 #115 #136)
-- Better handle errors while converting uploaded images. (bug #79 +5 duplicates)
-- Don't display revoked initiatives in list of new drafts (bug #134)
-- Fixed syntax error in app/main/member/_action/update_name.lua throwing unexpected error, when new name was too short
-- Do not display refresh support button for revoked initiatives
-- Repaired issue search (bug #150)
-- Fixed typos in german translation files
--- "initi(i)erte"
--- "Er(g)eignisse" (bug #161)
- Code cleanup
-- Removed deprecated motd files locale/motd/de.txt and locale/motd/de_public.txt
-- Removed redundant code in app/main/index/_updated_drafts.lua
- New features and (optical) enhancements
-- Support change of notify email; notification of not approved address added to start page
-- Settings dialog splitted into single pages
-- Mark deactivated members
-- Calendar for birthday selection in profile
-- Policy list public readable when public access is enabled
Details:
- API
-- Allow relation name to be passed to helper function util.autoapi{...}
-- Added area API
-- Bugfixes in API
--- Correctly return initiatives (bug #162)
--- Correctly process "id" parameter for initiative API
--- Bugfix related to "state" parameter (bug #165)
--- Changed constant "discussion" to "accepted" (in model/issue.lua, used by API)
--- Fixed JSON encoding in auto_api (bug #181)
--- Ignore list filter "voted" in case of public access
--- Enable access to API without session
- Work on RSS feed (incomplete yet)
- Other bugfixes
-- Handle empty browser identification string
-- Handle invalid date in member/update.lua (bugs #24 #109 #115 #136)
-- Better handle errors while converting uploaded images. (bug #79 +5 duplicates)
-- Don't display revoked initiatives in list of new drafts (bug #134)
-- Fixed syntax error in app/main/member/_action/update_name.lua throwing unexpected error, when new name was too short
-- Do not display refresh support button for revoked initiatives
-- Repaired issue search (bug #150)
-- Fixed typos in german translation files
--- "initi(i)erte"
--- "Er(g)eignisse" (bug #161)
- Code cleanup
-- Removed deprecated motd files locale/motd/de.txt and locale/motd/de_public.txt
-- Removed redundant code in app/main/index/_updated_drafts.lua
- New features and (optical) enhancements
-- Support change of notify email; notification of not approved address added to start page
-- Settings dialog splitted into single pages
-- Mark deactivated members
-- Calendar for birthday selection in profile
-- Policy list public readable when public access is enabled
| author | bsw |
|---|---|
| date | Thu Jul 08 18:44:02 2010 +0200 (2010-07-08) |
| parents | 00d1004545f1 |
| children | 701a5cf6b067 |
| rev | line source |
|---|---|
| bsw/jbe@0 | 1 <html> |
| bsw/jbe@0 | 2 <head> |
| bsw/jbe@0 | 3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
| bsw/jbe@19 | 4 <title>LiquidFeedback Error</title> |
| bsw/jbe@0 | 5 <link rel="stylesheet" type="text/css" media="screen" href="__BASEURL__/static/trace.css" /> |
| bsw@7 | 6 <style> |
| bsw@7 | 7 body { |
| bsw@7 | 8 font-family: sans-serif; |
| bsw@7 | 9 } |
| bsw@7 | 10 .title { |
| bsw@7 | 11 font-size: 150%; |
| bsw@7 | 12 font-weight: bold; |
| bsw@7 | 13 } |
| bsw@7 | 14 .layout_trace { |
| bsw@7 | 15 left: 0; |
| bsw@7 | 16 } |
| bsw@7 | 17 a { |
| bsw@7 | 18 background-color: #ddd; |
| bsw@7 | 19 color: #000; |
| bsw@7 | 20 padding: 1ex; |
| bsw@7 | 21 margin: 1ex; |
| bsw@7 | 22 line-height: 300%; |
| bsw@7 | 23 border: 1px solid #777; |
| bsw@7 | 24 } |
| bsw@7 | 25 hr { |
| bsw@7 | 26 margin-top: 2ex; |
| bsw@7 | 27 margin-bottom: 2ex; |
| bsw@7 | 28 } |
| bsw@7 | 29 </style> |
| bsw/jbe@0 | 30 </head> |
| bsw/jbe@0 | 31 <body class="system_error"> |
| bsw@7 | 32 |
| bsw@7 | 33 <div class="title"> |
| bsw@7 | 34 <img src="__BASEURL__/static/lang/en.png" /> |
| bsw@7 | 35 Ooops, a system error occured |
| bsw@7 | 36 </div> |
| bsw@7 | 37 <p> |
| bsw@7 | 38 Most probably you found a software bug. Don't panic, you can now choose one of the following options: |
| bsw@7 | 39 </p> |
| bsw@7 | 40 |
| bsw@7 | 41 <nobr><a href="__BASEURL__">Go to start page</a></nobr> |
| bsw@7 | 42 <nobr><a href="#" onclick="window.location.reload()">Retry request</a></nobr> |
| bsw@7 | 43 <nobr><a href="http://trac.public-software-group.org/projects/lf" target="_blank">Create bug report</a></nobr> |
| bsw@7 | 44 |
| bsw@7 | 45 <hr /> |
| bsw@7 | 46 |
| bsw@7 | 47 <div class="title"> |
| bsw@7 | 48 <img src="__BASEURL__/static/lang/de.png" /> |
| bsw@7 | 49 Leider ist ein Systemfehler aufgetreten |
| bsw/jbe@0 | 50 </div> |
| bsw@7 | 51 <p> |
| bsw@7 | 52 Du hast vermutlich gerade einen Fehler in der Software entdeckt. Das ist kein Grund zur Panik, dir bleiben die folgenden Optionen: |
| bsw@7 | 53 </p> |
| bsw@7 | 54 |
| bsw@7 | 55 <nobr><a href="__BASEURL__">Weiter zur Startseite</a></nobr> |
| bsw@7 | 56 <nobr><a href="#" onclick="window.location.reload()">Anfrage wiederholen</a></nobr> |
| bsw@7 | 57 <nobr><a href="http://trac.public-software-group.org/projects/lf" target="_blank">Fehlerbericht erstellen</a></nobr> |
| bsw@7 | 58 |
| bsw@7 | 59 <hr /> |
| bsw@7 | 60 <p> |
| bsw@7 | 61 If you write a bug report, please include the following output in your bug report.<br /> |
| bsw@7 | 62 Falls Du einen Fehlerbericht erstellst, füge bitte die folgenden Ausgaben mit ein. |
| bsw@7 | 63 </p> |
| bsw@7 | 64 <tt style="font-size: 75%;"><!-- WEBMCP SLOT system_error --></tt> |
| bsw@7 | 65 |
| bsw@7 | 66 |
| bsw@7 | 67 <div class="layout_trace" id="layout_trace" style="xdisplay: none"> |
| bsw@7 | 68 <div id="trace_show" onclick="document.getElementById('trace_content').style.display='block';this.style.display='none';" style="display: none;">TRACE</div> |
| bsw@7 | 69 <div id="trace_content"> |
| bsw@7 | 70 <!-- WEBMCP SLOT trace --> |
| bsw@7 | 71 <div class="trace_close" onclick="document.getElementById('trace_show').style.display='block';document.getElementById('trace_content').style.display='none';">close</div> |
| bsw@7 | 72 </div> |
| bsw@7 | 73 |
| bsw/jbe@0 | 74 </body> |
| bsw/jbe@0 | 75 </html> |