• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


Commit MetaInfo

修订版77ce8da14e3c09d88e4c2406ecb3e106a726d727 (tree)
时间2012-07-16 22:01:04
作者Igor Bondarenko <jetmind2@gmai...>
CommiterIgor Bondarenko

Log Message

[#4189] ticket:116 apply h.really_unicode to file path in repo

更改概述

差异

--- a/Allura/allura/controllers/repository.py
+++ b/Allura/allura/controllers/repository.py
@@ -444,7 +444,7 @@ class TreeBrowser(BaseController):
444444
445445 @expose()
446446 def _lookup(self, next, *rest):
447- next=unquote(next)
447+ next = h.really_unicode(unquote(next))
448448 if not rest:
449449 # Might be a file rather than a dir
450450 filename = h.really_unicode(