Changeset 1880
- Timestamp:
- 04/14/08 04:43:39 (22 months ago)
- Location:
- branches/release-34
- Files:
-
- 2 modified
-
lib/MT/CMS/Blog.pm (modified) (1 diff)
-
tmpl/cms/dialog/publishing_profile.tmpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-34/lib/MT/CMS/Blog.pm
r1877 r1880 1853 1853 foreach my $tmpl_map (@tmpl_maps) { 1854 1854 if ($dcty eq 'async_partial') { 1855 # build the preferred archive typesynchronously1856 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)$/) && 1857 1857 ($tmpl_map->is_preferred)) { 1858 1858 $tmpl_map->build_type(MT::PublishOption::ONDEMAND()); -
branches/release-34/tmpl/cms/dialog/publishing_profile.tmpl
r1877 r1880 64 64 <li> 65 65 <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> 67 67 </li> 68 68 <li>
