課題

  • Wikiやチケットの添付ファイルの全文検索ができるが、リンクが誤ってしまっている
  • ファイル名がエンコーディング後のファイル名になっている。(以前からそうだったかも?)

動作検証した内容

  • リポジトリの全文検索ができ、リンクからリポジトリブラウザに遷移できる

インストールログ

  • TL 4.0 Dev同梱版はVer0.1のため、勝手に改造版で検証。
    c:\plugin\searchhyperestraier0.1fortrac0.12>python setup.py bdist_egg
    running bdist_egg
    running egg_info
    creating TracHyperestraierPlugin.egg-info
    writing TracHyperestraierPlugin.egg-info\PKG-INFO
    writing top-level names to TracHyperestraierPlugin.egg-info\top_level.txt
    writing dependency_links to TracHyperestraierPlugin.egg-info\dependency_links.tx
    t
    writing entry points to TracHyperestraierPlugin.egg-info\entry_points.txt
    writing manifest file 'TracHyperestraierPlugin.egg-info\SOURCES.txt'
    reading manifest file 'TracHyperestraierPlugin.egg-info\SOURCES.txt'
    writing manifest file 'TracHyperestraierPlugin.egg-info\SOURCES.txt'
    installing library code to build\bdist.win32\egg
    running install_lib
    running build_py
    creating build
    creating build\lib
    creating build\lib\searchhyperestraier
    copying searchhyperestraier\searchhyperestraier.py -> build\lib\searchhyperestra
    ier
    copying searchhyperestraier\__init__.py -> build\lib\searchhyperestraier
    creating build\bdist.win32
    creating build\bdist.win32\egg
    creating build\bdist.win32\egg\searchhyperestraier
    copying build\lib\searchhyperestraier\searchhyperestraier.py -> build\bdist.win3
    2\egg\searchhyperestraier
    copying build\lib\searchhyperestraier\__init__.py -> build\bdist.win32\egg\searc
    hhyperestraier
    byte-compiling build\bdist.win32\egg\searchhyperestraier\searchhyperestraier.py
    to searchhyperestraier.pyc
    byte-compiling build\bdist.win32\egg\searchhyperestraier\__init__.py to __init__
    .pyc
    creating build\bdist.win32\egg\EGG-INFO
    copying TracHyperestraierPlugin.egg-info\PKG-INFO -> build\bdist.win32\egg\EGG-I
    NFO
    copying TracHyperestraierPlugin.egg-info\SOURCES.txt -> build\bdist.win32\egg\EG
    G-INFO
    copying TracHyperestraierPlugin.egg-info\dependency_links.txt -> build\bdist.win
    32\egg\EGG-INFO
    copying TracHyperestraierPlugin.egg-info\entry_points.txt -> build\bdist.win32\e
    gg\EGG-INFO
    copying TracHyperestraierPlugin.egg-info\top_level.txt -> build\bdist.win32\egg\
    EGG-INFO
    zip_safe flag not set; analyzing archive contents...
    creating dist
    creating 'dist\TracHyperestraierPlugin-0.1_k_trac0.12-py2.6.egg' and adding 'bui
    ld\bdist.win32\egg' to it
    removing 'build\bdist.win32\egg' (and everything under it)
    
    c:\plugin\searchhyperestraier0.1fortrac0.12>