[Moin-user] [BUG]Moin 1.3.3

Zoom Quiet zoom.quiet at gmail.com
Mon Jan 30 01:28:01 EST 2006


us sys.:
http://wiki.woodpecker.org.cn/moin/SystemInfo

some guy up some atta.
so so RecentChanges break!:
http://wiki.woodpecker.org.cn/moin/woodpecker-log/2006-01-30?action=AttachFile&do=view&target=snap060130-moinerror.png

i quick hack that site-packages/MoinMoin/macro/RecentChanges.py fixed:
"""

    if line.action[:3] == 'ATT':
        import urllib
        try:
            filename = urllib.unquote(line.extra)
        except:
            filename = "filename can not display...maybe UnicodeDecodeError"
        if line.action == 'ATTNEW':
            try:
                comment = _("Upload of attachment '%(filename)s'.") %
{'filename': filename}
            except:
                comment = _("Upload of attachment '%(filename)s'.") %
"filename can not display..."
"""
but it BUG yet?
report ,and hope fixed it!



--
"""Time is unimportant, only life important!
blogging  :  http://blog.zoomquiet.org/pyblosxom/
wiki enter:   http://wiki.woodpecker.org.cn/moin/ZoomQuiet
in douban:  http://www.douban.com/people/zoomq/
"""


More information about the Moin-user mailing list