Edgewall Software

Changes between Initial Version and Version 7 of Ticket #166


Ignore:
Timestamp:
Jan 27, 2016, 9:40:51 PM (8 years ago)
Author:
Christian Boos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #166

    • Property Status newclosed
    • Property Severity normalenhancement
    • Property Component changset viewbrowser
    • Property Owner changed from Jonas Borgström to daniel
    • Property Resolutionduplicate
  • Ticket #166 – Description

    initial v7  
    2323the default.css file in the SilverCity directory must be
    2424readable from Apache.
    25 
    26 ----------------- cut ------------------------->
     25{{{#!python
    2726    def apply_template (self):
    2827        rev = dict_get_with_default(self.args, 'rev', None)
     
    9291            else:
    9392                sys.stdout.write(data)
    94            
    95 --------------------------------cut----------->
    9693
     94}}}
     95