Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11565, comment 4


Ignore:
Timestamp:
Mar 30, 2014, 10:12:08 PM (10 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11565, comment 4

    initial v1  
    1 When the `about.py` module was added in [4264] there was a page for each section: `/about/config` and `/about/plugins`. In [4593] the sections were combined into a single page. The regex could be simplified after this change.
     1When the `about.py` module was added in [4264] there was a page for each section: `/about/config` and `/about/plugins`. In [4593] the sections were combined into a single page. The regex could be simplified after [4593]:
    22{{{#!diff
    33-re.match(r'/about(?:_trac)?(?:/.+)?$', req.path_info)