Edgewall Software

Changes between Initial Version and Version 2 of Ticket #11565


Ignore:
Timestamp:
Mar 28, 2014, 4:13:38 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11565 – Description

    initial v2  
    66 1. Plugins table on `error.html` links to frames in stacktrace - existing behavior preserved on both pages.
    77 1. Markup was slightly different, with `div`s enclosing each table on `about.html`, and the `id`s on the `div`s rather than on the `table`s, as `error.html` does - tables in `environment_info.html` now have enclosing `div`s.
    8  1. The plugins section on the error page now read //Enabled Plugins//; on the about page it read //Installed Plugins//. The `environment_info.html` template reads //Installed Plugins//, however the `error.html` page continues to show only enabled plugins, whereas the `about.html` page shows both Enabled and Disabled plugins.
     8 1. The plugins section on the error page read //Enabled Plugins//; on the about page it read //Installed Plugins//. The `environment_info.html` template reads //Installed Plugins//, however the `error.html` page continues to show only enabled plugins, whereas the `about.html` page shows both Enabled and Disabled plugins.
    99
    1010The change in markup on `error.html` in (4) means that these changes should only be made on the trunk. These changes will also help with #11548, in reducing the number of code changes needed for adding templates to the environment info on `about.html` and `error.html` (at least on the trunk).