Changeset 33e0d7 in indico


Ignore:
Timestamp:
03/15/11 11:13:44 (2 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, b8c30da8ebdbdcbd675a873997cc3e95f567de49, 4287315ec967a3da168d83963c14001db8487d53
Children:
8874c3
Parents:
136ed9a
git-author:
Pedro Ferreira <jose.pedro.ferreira@…> (03/15/11 08:53:50)
git-committer:
Pedro Ferreira <jose.pedro.ferreira@…> (03/15/11 11:13:44)
Message:

[FIX] Extra level to XML cache

  • Avoids maximum link problem
File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/common/output.py

    r20ac18 r33e0d7  
    19871987        """ 
    19881988 
    1989         # by default, use the dots and first char 
    1990         # a205.0 -> /cachedir/a/a205/0 
     1989        # a205.0 -> /cachedir/a/a2/a205/0 
    19911990 
    19921991        tree = entry.getId().split('.') 
    1993         return [tree[0][0]]+tree 
     1992        return [tree[0][0], tree[0][0:2]] + tree 
    19941993 
    19951994 
Note: See TracChangeset for help on using the changeset viewer.