Edgewall Software

Changes between Version 5 and Version 7 of Ticket #11565


Ignore:
Timestamp:
Apr 3, 2014, 8:46:16 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Refactoring of about.html and error.html committed in [12650,12652].

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11565

    • Property Status assignedclosed
    • Property Resolutionfixed
  • Ticket #11565 – Release Notes

    v5 v7  
     1Reduced code duplication in the `about.html` and `error.html` templates.
  • Ticket #11565 – API Changes

    v5 v7  
     1 * New template `environment_info.html` renders the //System Information//, //Installed Plugins// and //Configuration Information//.
     2 * Added `config_info` property to the `Environment` class.
     3 * Added `system_info` property to the `Environment` class and deprecated the method `get_systeminfo`.
     4 * Merged the `about.css` stylsheet into `trac.css`.