From: Eloi G. <ada...@us...> - 2004-04-22 17:06:08
|
Update of /cvsroot/phpwebsite-comm/modules/article/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3900/docs Modified Files: Changes.txt INTRODUCTION.txt Log Message: Bug Fixes Index: Changes.txt =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/docs/Changes.txt,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Changes.txt 21 Apr 2004 19:55:20 -0000 1.7 --- Changes.txt 22 Apr 2004 17:05:28 -0000 1.8 *************** *** 2,5 **** --- 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. *************** *** 8,17 **** 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: ================== --- 11,16 ---- 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. - Some of the documentation in "MOST-USED URL EXTENSIONS" in INTRODUCTION.txt has changed to the following: ================== Index: INTRODUCTION.txt =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/docs/INTRODUCTION.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** INTRODUCTION.txt 19 Feb 2004 21:46:45 -0000 1.5 --- INTRODUCTION.txt 22 Apr 2004 17:05:28 -0000 1.6 *************** *** 257,261 **** http://www.yoursite.com/index.php?module=article&view=archives&year=2003 ! NOTE: The above links will show ALL (expired and unexpired) 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 don't want to see any links that are currently expired, add "¤t=1" to the link. --- 257,262 ---- http://www.yoursite.com/index.php?module=article&view=archives&year=2003 ! 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. |