From: Honza M. <hon...@ec...> - 2006-02-28 10:23:10
|
Current CVS state: Stable - used on Econnect's production server for 4 days (PHP Version 5.1.2, eAccelerator 0.9.5-cvs200602202359-dev, MySQL 4.1.15) It is nearly last changes before AA 2.8.2 release 02/28/06 - New test environment. Created new abstract class Otimize (test.php3), (honzam) from which you (as programmer) can create new testing and possibly repair scripts. For now we have two tests/repairs - finding unnecessary duplicate records in relation table - conversion of permissions for items, which was filled by some reader from Reader slice. Run /test.php3 for more details. - HTMLArea generates shorter <p> tags (instead of javascript nonsence) - Fixed deletion of temporary uploaded files - SQL query optimalization in perm_core.php3 - Fixed bug with Links module - in some specific cases the link was not updated - Fixed caching problem - the cache is not invalidated as whole after site update 02/19/06 - Discussions updated (honzam) - author/email/url is stored in cookies, so readers do not need to fill it twice. No new setting of discussion is needed -it works as is. - Authors of the article as well as authors of the comment could be notified about new posted comment by email see: http://actionapps.org/en/Interacting_With_Your_Audience#Tip_2:_New_comment_notification - {item:<ids>:<aa_expression>[:<delimiter>]} code now allows to specify more than one ID in <ids>. <ids> should be dash "-" separated and could be in short as well as long form. You can specify also record delimiter as fourth parameter. If not present no delimiter is used. Example: {item:53443-54322-53553:_HEADLINE:, } - "Modify content" function of AA admin interface improved: - now is able to set/unset also HTML/text flag - now also able to copy content of another field (exactly as is - including multivalues!) - You can display all informations about specified item on "AA -> AA Finder" page, now - CSV import improved - fixed problem with tabelator as delimiter, - code converted to standard Files::upload functions - Slice name with link is now displayed on "Admin -> RSS Feeds" page - Fixed PHP5 related bugs - New configuration variables DB_CHARACTER_SET and DB_COLLATION_CONNECTION which is needed by MySQL 4.1 and PHP5 when you do not want to comunicate with database in UTF - Offline filing now do not crash on WDDX_unserialize (php5 bug). - "30 Nov 1999" date bug - The data for offline filling could be submited not only in offline parameter, but you can send it also as uploaded file (in offline.php3) - Fixed problem with uploads to the "Slice Setting Fields" - Fixed some problems with setting permissions to users from Reader Management slice (bugs introduced by changing identification of users from login name to item_id some time ago (08/30/05)) - Fixed site/slice caching - now invalidated after spot move... - the cache is not cleared completely after slice setting change, but only for current slice (and all related views and sites, of course) - view cache now count with all set[] parameters, so the view is generated well even if you use set[] command for nested view (just like in view.php3?vid=1781&set[997]=selected-759644) - Fixed e-mail notify setting page - no wrong slashes added to the text - Fixed bug in cross server feeding, which causes relation table is filled with the rows where both values are the same - New internal API for views which allows to cache views definition within one php script call 02/14/06 - fixed a bug in MLXGetText - setlang should be used to set the lang (mimo) forcefully - &errcheck=1 now works for MLXGetText 02/10/06 - fixed a bug in mlx.php which messed up sharing one MLX Control Slice (mimo) between multiple content slice # # (incomplete) - hardcoded table for fulltext of discussion do not have width=100% now, because it makes troubles in IE on pages with CSS layout 12/30/05 - computed fields can compute also with self content as well as with (honzam) content of others computed fields, now 12/23/05 - fixed security problem, when readers was able to read slice_pwd (honzam) 12/21/05 - HTMLarea/Xinha updated to work with Firefox 1.5 and some small (brazda) changes in the plugins (InsertFile) 12/16/05 - now also Reader Management modules are shown in Input type selecbox (brazda) on Field settings page -- |