Changes between Initial Version and Version 2 of Ticket #4011


Ignore:
Timestamp:
Jun 6, 2012, 6:24:18 AM (12 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4011

    • Property Keywords revision added
    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
  • Ticket #4011 – Description

    initial v2  
    1 Sometimes it is needed to include wiki pages of a special revision e.g. forms. It is needed because old already closed tickets gets changed if you update a form. This would destroy the tracability completly.
     1Sometimes it is needed to include wiki pages of a special revision e.g. forms. It is needed because old already closed tickets gets changed if you update a form. This would destroy the traceability completely.
    22
     3{{{
    34try:
    45  source_format, source_obj = source.split('#', 1)
     
    1617
    1718page = WikiPage(self.env, source_obj, version=source_ver)
     19}}}