View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0007121 | mantisbt | bugtracker | public | 2006-05-21 20:12 | 2010-04-23 23:22 |
| Reporter | Assigned To | vboctor | |||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | closed | Resolution | no change required | ||
| Product Version | 1.0.3 | ||||
| Summary | 0007121: CSS-combined Simple/Advanced Issue Reporting Page | ||||
| Description | This is a request for feedback of an enhancement which combines the simple and advanced reporting page into one for inclusion into 1.1.0. Toggling between the simple and advanced options is accomplished using JS/CSS. A new file (bug_report_page_css.php) is included. This file replaces HTML tables with CSS and is based off of the CVS bug_report_advanced_page.php. Due to this, it requires the CVS version of the ./core/helper_api.php and ./config_defaults_inc.php (included in full in the zip) for the dynamic tabindex function and additional global variables respectively. Since it requires JS in order to work properly, it modifies ./core/string_api.php (unified diff patch file included) to check that JS is enabled for mantis before setting the URL for the bug report page. If you don't have JS enabled, you should still go to the normal, separate pages. There is also a unified diff patch file included for ./css/default.css for additional CSS styling needed. Again, this is a request for feedback. I don't suggest using this in production yet. Looking to get any problems or suggestions for changes. | ||||
| Additional Information | The bug_report_page_css.php drops the inclusion of the default_bug_reproducibility since it is not yet supported in the CVS config_defaults_inc.php file. One thing still missing is dynamic changing of the alternating row color based on which options are visible. Installation instructions:
| ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
| has duplicate | 0007338 | closed | vboctor | Keep inputs from simple report to advanced report |
| has duplicate | 0003643 | closed | vboctor | Fields are cleared when you change view (simple/detailled) |
| has duplicate | 0008472 | closed | vboctor | Switching between Simple/Advanced report does not preserve user input |
| has duplicate | 0008678 | closed | ryandesign | Enable "remember" filled fields while switching to advenced mode in reporting |
| has duplicate | 0007440 | closed | vboctor | Switching between advanced and simple bug report and back again loses information |
| has duplicate | 0002121 | closed | vboctor | switching between simple and advanced bug entry sheet should recover entered data |
| has duplicate | 0008985 | closed | ryandesign | Repost form data if switching from simple to extended reporting |
| related to | 0007559 | closed | vboctor | Choosing active project clears news input |
|
Two comments about the attachment itself:
Please re-attach the zip once you apply these changes. I'll test once 2 is done. |
|
|
I have attached the complete files in addition to the diff patch files and added directory structure to the zip. |
|
|
Chillax, do you still have the patch for this. We seem to have lost it during the server migration. |
|
|
I can try to regenerate it for you. I'm running against an older version of mantis presently but it could be updated to work fairly easily I assume. |
|
|
I'd like to test this as well, if we can get new files attached. I suggested enhancing the separate forms in bug 0008472 - which woulsn't have to be J/S dependent - but Victor may be right that this is the way to go. My first two thoughts, not having seen the patch yet: |
|
|
Chillax, Could you regenerate this ? |
|
|
As of 1.2.0rc2 this will be no longer required, since we don't have the simple / advanced concept anymore. |
|