Edgewall Software

Changes between Initial Version and Version 1 of Ticket #7554


Ignore:
Timestamp:
Jul 29, 2009, 9:45:15 AM (15 years ago)
Author:
Christian Boos
Comment:

I guess you meant directory instead of catalog.

I don't think that we can avoid normalization, there are characters that are valid in WikiPageNames but not in path names (think Windows).

What we could do is to revert to using a hash of the name instead of the (url encoded) name itself, when that name is too long.

This is in some ways related to #7397.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7554

    • Property Milestone 0.121.0
    • Property Summary Cannot create atachement catalog (OSError: [Errno 36])Cannot create attachement dir (OSError: [Errno 36])
  • Ticket #7554 – Description

    initial v1  
    1 Trac normalize a wiki page name and set it to path where atachement save.
     1Trac normalize a wiki page name and set it to path where attachement save.
    22if a page name not in English then Trac detect an '''Internal error'''
    33
     
    55OSError: [Errno 36] File name too long: <atachment_env_path>/<long_not_english_page_name>/
    66}}}
    7 
     7{{{
    88[http://www.hosted-projects.com/trac/TracDemo/Demo/wiki/%D0%9E%D1%87%D0%B5%D0%BD%D1%8C%20%D0%B4%D0%BB%D0%B8%D0%BD%D0%BD%D0%BE%D0%B5%20%D0%B8%D0%BC%D1%8F%20%D1%80%D1%83%D1%81%D1%81%D0%BA%D0%BE%D0%B9%20%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D1%8B%20%D0%B4%D0%BB%D1%8F%20%D0%BF%D1%80%D0%B8%D0%BC%D0%B5%D1%80%D0%B0%20%D0%BF%D0%BE%20%D0%BA%D0%B0%D1%80%D1%82%D0%BE%D1%87%D0%BA%D0%B5%20%D0%BD%D0%B0%20%D0%B1%D0%B0%D0%B3%20%D1%81%20%D0%B4%D0%BE%D0%B1%D0%B0%D0%B2%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5%D0%BC%20%D0%B0%D1%82%D0%B0%D1%87%D0%BC%D0%B5%D0%BD%D1%82%D0%B0 Example on TracDemo (try to add atachment to the page)]
    9 
     9}}}
    1010i think what is defect
    1111
     
    1414{{{
    1515...
    16 [atachement]
    17 normalize_atach_catalog = false/true
     16[attachement]
     17normalize_attach_dir = false/true
    1818...
    1919}}}
     
    2626}}}
    2727
    28 PS In the past on !DocuWiki this problem will be issued and fixed
     28PS: In the past on DokuWiki this problem will be issued and fixed