Changeset 1822
- Timestamp:
- 04/09/08 08:06:22 (8 months ago)
- Files:
-
- branches/release-34/lib/MT/App/Wizard.pm (modified) (1 diff)
- branches/release-34/lib/MT/CMS/Blog.pm (modified) (1 diff)
- branches/release-34/mt-check.cgi.pre (modified) (1 diff)
- branches/release-34/tmpl/cms/cfg_archives.tmpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-34/lib/MT/App/Wizard.pm
r1678 r1822 135 135 link => 'http://search.cpan.org/dist/Scalar-List-Utils', 136 136 label => 'List::Util is optional; It is needed if you want to use the Publish Queue feature.', 137 }, 138 'Scalar::Util' => { 139 link => 'http://search.cpan.org/dist/Scalar-List-Utils', 140 label => 'Scalar::Util is optional; It is needed if you want to use the Publish Queue feature.', 137 141 }, 138 142 'Image::Magick' => { branches/release-34/lib/MT/CMS/Blog.pm
r1798 r1822 232 232 $param->{ 'archive_type_' . $at } = 1; 233 233 } 234 } 235 eval "require List::Util; require Scalar::Util;"; 236 unless ($@) { 237 $param->{can_use_publish_queue} = 1; 234 238 } 235 239 if ( $blog->publish_queue ) { branches/release-34/mt-check.cgi.pre
r1251 r1822 308 308 309 309 [ 'File::Temp', 0, 0, translate('File::Temp is optional; It is needed if you would like to be able to overwrite existing files when you upload.') ], 310 311 [ 'Scalar::Util', 0, 1, translate('Scalar::Util is optional; It is needed if you want to use the Publish Queue feature.')], 310 312 311 313 [ 'List::Util', 0, 1, translate('List::Util is optional; It is needed if you want to use the Publish Queue feature.')], branches/release-34/tmpl/cms/cfg_archives.tmpl
r1683 r1822 275 275 </mt:if> 276 276 277 <mt:if name="can_use_publish_queue"> 277 278 <fieldset> 278 279 <h3><__trans phrase="Asynchronous Job Queue"></h3> … … 292 293 293 294 </fieldset> 295 </mt:if> 294 296 295 297 <fieldset>
