Changes between Version 8 and Version 9 of BUG_REPORT_FORM_R0


Ignore:
Timestamp:
11/11/09 23:44:56 (16 years ago)
Author:
deni
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BUG_REPORT_FORM_R0

    v8 v9  
    9191= Implementation = 
    9292 * The suggestion to replace the util class {{{ ConnectionsUtil }}} by a {{{ MultipartRequest }}} from the design review was implemented. 
     93 
    9394 * A new {{{ ConfigKey<String> BUG_REPORT_ADDRESS }}} was added in {{{ BugReportLogic }}} to keep the address where bug reports should be sent. 
    9495   * Its default value is currently "" and should be changed. 
     96 
    9597 * A new {{{ ConfigKey<Long> MAX_ATTACHMENT_SIZE }}} was added in {{{ BugReportDialog }}} to keep the maximum allowed attachment size. 
    9698   * Its default value is 11mb. 
    9799   * It is used both for validation of BugReportDialog.AttachmentField and in the ON_ATTACH_FILE operation in BugReportLogic. 
    98100   * 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 
    99102 * The server's response will be a simple string that starts with a number: 
    100103   * 0 means success 
     
    105108   * [8007], [8010] and [8034] 
    106109   * 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) 
    107112    
    108113