From: Eloi G. <ada...@us...> - 2009-01-21 16:27:29
|
Update of /cvsroot/phpwebsite-comm/modules/article/docs In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2933/docs Modified Files: Changes.txt Log Message: `Also on this Site` and `Popular Articles` templates now use their own box definitions, not the standard layout one. Index: Changes.txt =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/docs/Changes.txt,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** Changes.txt 22 Nov 2008 00:43:59 -0000 1.39 --- Changes.txt 21 Jan 2009 16:27:19 -0000 1.40 *************** *** 1,3 **** --- 1,20 ---- + + Chronological Homepage summary views now use their own boxes, not Layout's + + TODO--xxxxx--AM uses the core XML-RPC library now + + TODO--xxxxx--Changed old bg_dark/medium/light references to xxxx + + ======================== + Changes in version 4.2.1 + ======================== + + Fixed a minor categorized summary display bug + + Article title links now show the summary in the tooltip + + Customized category display added + + Deleted reference to obsolete file (AM_Modsettings.php) + + If the specified XML file isn`t found in the branch directory, XML_import will look in the hub directory as well. + + Search now indexes all words, not just the uncommon ones. + + The conversion script now uses PHPWS_Text::breaker to convert newlines to br tags + + 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. + ============================================= |