Changeset 1880

Show
Ignore:
Timestamp:
04/14/08 04:43:39 (22 months ago)
Author:
bchoate
Message:

Change handling of preferred page archives. BugId:76504

Location:
branches/release-34
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/release-34/lib/MT/CMS/Blog.pm

    r1877 r1880  
    18531853        foreach my $tmpl_map (@tmpl_maps) { 
    18541854            if ($dcty eq 'async_partial') { 
    1855                 # build the preferred archive type synchronously 
    1856                 if (($tmpl_map->archive_type eq $pref_at) && 
     1855                # build the preferred individual/page archives synchronously 
     1856                if (($tmpl_map->archive_type =~ m/^(Individual|Page)$/) && 
    18571857                    ($tmpl_map->is_preferred)) { 
    18581858                    $tmpl_map->build_type(MT::PublishOption::ONDEMAND()); 
  • branches/release-34/tmpl/cms/dialog/publishing_profile.tmpl

    r1877 r1880  
    6464                <li> 
    6565                    <input type="radio" id="dynamicity-partialasync" name="dynamicity" value="async_partial" <mt:if name="dynamicity" eq="async_partial"> checked="checked"</mt:if>/> 
    66                     <label for="dynamicity-partialasync"><__trans phrase="High Priority Static Publishing"> <span class="hint"><__trans phrase="Publish main index template and all individual archive templates statically, and publish all other files asynchronously."></span></label> 
     66                    <label for="dynamicity-partialasync"><__trans phrase="High Priority Static Publishing"> <span class="hint"><__trans phrase="Publish main index template and all entry/page archives statically. Publish all other files in the background."></span></label> 
    6767                </li> 
    6868                <li>