From: Eloi G. <ada...@us...> - 2004-04-21 19:56:39
|
Update of /cvsroot/phpwebsite-comm/modules/article/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1462/docs Modified Files: Changes.txt Log Message: Bug Fixes Index: Changes.txt =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/docs/Changes.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Changes.txt 19 Feb 2004 21:46:45 -0000 1.6 --- Changes.txt 21 Apr 2004 19:55:20 -0000 1.7 *************** *** 1,3 **** --- 1,38 ---- ======================== + Changes in version 2.3 + ======================== + - Standardized all relative links + - Fixed Bug Report [ 910071 ] Main article listing was messing up row display continuity where cells had null values. + - Fixed Bug Report [ 910071 ] Changed template variables for listing_row.tpl. + 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. + 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" + TODO: - 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. + TODO: - 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. + - Some of the documentation in "MOST-USED URL EXTENSIONS" in INTRODUCTION.txt has changed to the following: + ================== + To see all articles for a specific day, enter + http://www.yoursite.com/index.php?module=article&view=archives&year=2003&month=8&day=27 + + To see all articles for a specific month, enter + http://www.yoursite.com/index.php?module=article&view=archives&year=2003&month=8 + + To see all articles for a specific year, enter + http://www.yoursite.com/index.php?module=article&view=archives&year=2003 + + To see all articles for a specific year in order from oldest to newest, enter + http://www.yoursite.com/index.php?module=article&view=archives&year=2003&order=ASC + + NOTE: The above links will show currently viewable articles published on these dates. + If you want to see the articles created or updated on these dates, add "&datetype=created_date" or "&datetype=updated_date" to the link. + If you want to see ALL (expired and unexpired) articles, add "&all=1" to the link. + ================== + + + ======================== Changes in version 2.2 ======================== |