Changes between Version 8 and Version 9 of BUG_REPORT_FORM_R0
- Timestamp:
- 11/11/09 23:44:56 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BUG_REPORT_FORM_R0
v8 v9 91 91 = Implementation = 92 92 * The suggestion to replace the util class {{{ ConnectionsUtil }}} by a {{{ MultipartRequest }}} from the design review was implemented. 93 93 94 * A new {{{ ConfigKey<String> BUG_REPORT_ADDRESS }}} was added in {{{ BugReportLogic }}} to keep the address where bug reports should be sent. 94 95 * Its default value is currently "" and should be changed. 96 95 97 * A new {{{ ConfigKey<Long> MAX_ATTACHMENT_SIZE }}} was added in {{{ BugReportDialog }}} to keep the maximum allowed attachment size. 96 98 * Its default value is 11mb. 97 99 * It is used both for validation of BugReportDialog.AttachmentField and in the ON_ATTACH_FILE operation in BugReportLogic. 98 100 * If a user clicks on the 'Browse' button and selects from the dialog input a file that is too large, the dialog will be closed and an error message will appear. The bug report form will remain open. 101 99 102 * The server's response will be a simple string that starts with a number: 100 103 * 0 means success … … 105 108 * [8007], [8010] and [8034] 106 109 * see the attachments 110 * the username and password to connect to the database must be changed (line 13) 111 * the folder where the uploaded files are saved should also be changed (currently it is the folder where process_bug_report.php is/uploads) 107 112 108 113