annotate .svn/pristine/40/4081f0a42306ca55c16604f9ad33a1be62b58d80.svn-base @ 1524:82fac3dcf466 redmine-2.5-integration

Fix failure to interpret Javascript when autocompleting members for project
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Thu, 11 Sep 2014 10:24:38 +0100
parents dffacf8a6908
children
rev   line source
Chris@1517 1 <!DOCTYPE html>
Chris@1517 2 <html>
Chris@1517 3 <head>
Chris@1517 4 <meta charset="utf-8" />
Chris@1517 5 <title>Redmine 500 error</title>
Chris@1517 6 <style>
Chris@1517 7 body {font-family: "Trebuchet MS", Georgia, "Times New Roman", serif; color: #303030; margin: 10px;}
Chris@1517 8 h1 {font-size:1.5em;}
Chris@1517 9 p {font-size:0.8em;}
Chris@1517 10 </style>
Chris@1517 11 </head>
Chris@1517 12 <body>
Chris@1517 13 <h1>Internal error</h1>
Chris@1517 14 <p>An error occurred on the page you were trying to access.<br />
Chris@1517 15 If you continue to experience problems please contact your Redmine administrator for assistance.</p>
Chris@1517 16 <p>If you are the Redmine administrator, check your log files for details about the error.</p>
Chris@1517 17 <p><a href="javascript:history.back()">Back</a></p>
Chris@1517 18 </body>
Chris@1517 19 </html>