From: Eloi G. <ada...@us...> - 2004-06-18 23:31:18
|
Update of /cvsroot/phpwebsite-comm/modules/article/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7283/docs Modified Files: Changes.txt INSTALL.txt Log Message: 2.3 Release Files Index: INSTALL.txt =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/docs/INSTALL.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** INSTALL.txt 19 Feb 2004 21:46:45 -0000 1.3 --- INSTALL.txt 18 Jun 2004 23:31:09 -0000 1.4 *************** *** 1,5 **** Document - ArticleManager Installation Author - Eloi George <el...@by...> ! Updated - 3/28/2003 ----------------------------------------------------------------------------- --- 1,5 ---- Document - ArticleManager Installation Author - Eloi George <el...@by...> ! Updated - 6/14/2004 ----------------------------------------------------------------------------- *************** *** 32,36 **** SUGGESTION: ! As with all data conversions, sometimes bad data can screw up the process. I've tried to account for all potential problems, but to be sure that everything is converted properly I suggest that you make a small change to your /core/Database.php file. Change line #460 from this: if($this->query($sql, FALSE, TRUE)){ to this: --- 32,36 ---- SUGGESTION: ! As with all data conversions, sometimes bad data can mess up the process. I've tried to account for all potential problems, but to be sure that everything is converted properly I suggest that you make a small change to your /core/Database.php file. Change line #469 from this: if($this->query($sql, FALSE, TRUE)){ to this: Index: Changes.txt =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/docs/Changes.txt,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Changes.txt 22 Apr 2004 17:05:28 -0000 1.8 --- Changes.txt 18 Jun 2004 23:31:09 -0000 1.9 *************** *** 2,8 **** Changes in version 2.3 ======================== ! TODO: Change all forms to use the EZForm class in preparation for 0.9.4 ! TODO: NEW FEATURE! TrackBack system allows AM to be used as a blog. ! TODO: - Fixed Bug Report [902591] "Bug in Image Library" - Standardized all relative links - Fixed Bug Report [ 910071 ] Main article listing was messing up row display continuity where cells had null values. --- 2,7 ---- Changes in version 2.3 ======================== ! - Fixed double-display of section editing screen. ! - Fixed Bug Report [902591] "Bug in Image Library" - Standardized all relative links - Fixed Bug Report [ 910071 ] Main article listing was messing up row display continuity where cells had null values. *************** *** 10,14 **** Changed {BG} to {ODDROW} so that tablerow class values are now specified in the template - not in the code. Thanks, smsulliva! ! - Fixed double-display of section editing screen. - Fixed display of archives so that listings are shown in descending order (most recent first). The order can be changed by adding "order=ASC" to the URL. - Fixed display of archives so that expired listings are only shown to those authorized to re-publish them. Switch to enable display of all articles is now "all=1". "current=1" is now obsolete. --- 9,16 ---- Changed {BG} to {ODDROW} so that tablerow class values are now specified in the template - not in the code. Thanks, smsulliva! ! - Fixed Bug Report [ 945847 ] "Cache issues with image name reuse" ! - Fixed Bug Report [ 952874 ] "New articles don't show up" ! - Fixed display of news so that listings are shown in descending order (most recent first). The order can be changed by adding "order=ASC" to the URL. ! - Fixed news display problem where title-filtered listings were still sorted by the date they were last updated instead of alphabetically. - Fixed display of archives so that listings are shown in descending order (most recent first). The order can be changed by adding "order=ASC" to the URL. - Fixed display of archives so that expired listings are only shown to those authorized to re-publish them. Switch to enable display of all articles is now "all=1". "current=1" is now obsolete. |