Edgewall Software

Changes between Initial Version and Version 8 of Ticket #6756


Ignore:
Timestamp:
Feb 12, 2015, 7:49:55 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6756

    • Property Status newclosed
    • Property Resolutioninvalid
  • Ticket #6756 – Description

    initial v8  
    1 
    2 e.g.
    3 in 0.10.4  I just change wiki/web_ui.py 's function
     1e.g. in 0.10.4  I just change `wiki/web_ui.py`'s function
    42get_navigation_items to display it in Chinese
    53
     
    1412
    1513
    16 -------------------
    17 
     14{{{#!python
    1815    def get_navigation_items(self, req):
    1916        if 'WIKI_VIEW' in req.perm('wiki'):
     
    2320                   tag.a(_('Help/Guide'), href=req.href.wiki('TracGuide'),
    2421                         accesskey=6))
     22}}}