From: Eloi G. <ada...@us...> - 2004-08-21 17:03:08
|
Update of /cvsroot/phpwebsite-comm/modules/article/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29156/docs Modified Files: Changes.txt INTRODUCTION.txt Log Message: 2.5 Release Files Index: Changes.txt =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/docs/Changes.txt,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Changes.txt 19 Jul 2004 22:20:48 -0000 1.10 --- Changes.txt 21 Aug 2004 17:02:11 -0000 1.11 *************** *** 1,4 **** ======================== ! Changes in version 2.4 ======================== - Fixed Bug Report [981572] Syntax error in AM_view_news.php. --- 1,20 ---- ======================== ! Changes in version 2.5 ! ======================== ! - Fixed bug preventing articles from being sent to Approval. ! - "Awaiting Approval" messages are now displayed to unauthorized users. ! - While set as the MainArticle, an article cannot be edited by anyone requiring Approval ! - Fixed syntax error in installation SQL script. ! - Fixed Bug Report [993439] "nbsp needs semicolons" ! - Fixed Bug Report [984920] "Non standard file names". The names of the "Page Insert" templates have been changed so that there are no more brackets. ! NEW FEATURE! Article revision tracking & management. ! Version history is accessed from a link at the top of the editing screen. ! - You can set how long old versions are kept via the "Configuration" button. ! - "Articles can be viewed by certain groups" has been deleted from Introduction.txt. ! - Fixed Feature Request [1001272] "multi-page menu titles" The first line of a multipage navigation list now shows the first section title instead of the article title. ! - Re-registered with the new Search Module ! ! ======================== ! Changes in version 2.4-1 ======================== - Fixed Bug Report [981572] Syntax error in AM_view_news.php. *************** *** 7,10 **** --- 23,28 ---- Changes in version 2.3 ======================== + NOTE: This version requires that you place the included file ImgLibrary.php in directory "/core", file "Image_Library.txt" in directory /docs/developers and files ImgLibrary_view_gallery.tpl & ImgLibrary_view_gallery.tpl in directory "/templates". + - Fixed double-display of section editing screen. - Fixed Bug Report [902591] "Bug in Image Library" Index: INTRODUCTION.txt =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/docs/INTRODUCTION.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** INTRODUCTION.txt 22 Apr 2004 17:05:28 -0000 1.6 --- INTRODUCTION.txt 21 Aug 2004 17:02:11 -0000 1.7 *************** *** 27,31 **** Articles can be set to not show up in the homepage summary listings Articles can be assigned to topic categories - Articles can be viewed only by certain groups All of your old Announcements & PageMaster Module content can be imported Automatic rerouting of old mod.php, Announcements & PageMaster links --- 27,30 ---- *************** *** 37,43 **** Articles can generate customized webpage metatags You can edit "keywords" and "robots" metatags. ! NEW FEATURE! "Email A Friend" ! ! NOTE: The feature "Articles can be viewed only by certain groups" has been disabled pending the re-vamp of the FatCat module for phpWebsite version 0.93. --- 36,41 ---- Articles can generate customized webpage metatags You can edit "keywords" and "robots" metatags. ! "Email A Friend" ! NEW FEATURE! Article revision tracking & management. |