Update of /cvsroot/phpwebsite-comm/modules/article/boost
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17431/boost
Modified Files:
update.php
Log Message:
Changed old bg_dark/medium/light references to bgcolor#
Index: update.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/article/boost/update.php,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** update.php 22 Jan 2009 01:36:12 -0000 1.29
--- update.php 25 Jan 2009 21:32:16 -0000 1.30
***************
*** 257,261 ****
case version_compare($currentVersion, '4.2.1', '<'):
! $files = array('templates/popular_links.tpl', 'templates/runtime_categorized.tpl', 'templates/runtime_chronological.tpl');
if (PHPWS_Boost::updateFiles($files, 'article')) {
$content[] = '+ Updated the following files: ' . implode("\n ", $files);
--- 257,263 ----
case version_compare($currentVersion, '4.2.1', '<'):
! $files = array('templates/popular_links.tpl', 'templates/runtime_categorized.tpl', 'templates/runtime_chronological.tpl',
! 'templates/edit_permissions.tpl', 'templates/edit.tpl', 'templates/history.tpl',
! 'templates/list_articles.tpl', 'templates/list_category_summaries.tpl', 'templates/list_summaries.tpl');
if (PHPWS_Boost::updateFiles($files, 'article')) {
$content[] = '+ Updated the following files: ' . implode("\n ", $files);
***************
*** 278,281 ****
--- 280,287 ----
+ A `post-upgrade conversion` script is included to convert newlines to br tags in an existing AM installation
+ `Also on this Site` and `Popular Articles` templates now use their own box definitions, not the standard layout one.
+ + Chronological Homepage summary views now use their own boxes, not Layout`s
+ + Added rel=nofollow to print and email links
+ + AM uses breakpost now
+ + Changed old bg_dark/medium/light references to bgcolor#
</pre>';
|