Changeset 2401

Show
Ignore:
Timestamp:
05/20/08 19:26:35 (6 months ago)
Author:
bchoate
Message:

Fixed default archive publishing paths for author-daily, author-yearly archives. Thanks to Ogawa-san for the report. BugId:79847

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-38/lib/MT/ArchiveType/AuthorDaily.pm

    r2399 r2401  
    2222    return [ 
    2323        { 
    24             label    => 'author-display-name/yyyy/mm/dd/index.html', 
    25             template => '%-a/%y/%m/%d/%f', 
     24            label    => 'author/author-display-name/yyyy/mm/dd/index.html', 
     25            template => 'author/%-a/%y/%m/%d/%f', 
    2626            default  => 1 
    2727        }, 
    2828        { 
    29             label    => 'author_display_name/yyyy/mm/dd/index.html', 
    30             template => '%a/%y/%m/%d/%f' 
     29            label    => 'author/author_display_name/yyyy/mm/dd/index.html', 
     30            template => 'author/%a/%y/%m/%d/%f' 
    3131        }, 
    3232    ]; 
  • branches/release-38/lib/MT/ArchiveType/AuthorYearly.pm

    r2399 r2401  
    2323        { 
    2424            label    => 'author/author-display-name/yyyy/index.html', 
    25             template => '%-a/%y/%f', 
     25            template => 'author/%-a/%y/%f', 
    2626            default  => 1 
    2727        }, 
    2828        { 
    2929            label    => 'author/author_display_name/yyyy/index.html', 
    30             template => '%a/%y/%f' 
     30            template => 'author/%a/%y/%f' 
    3131        }, 
    3232    ];