From: Honza M. <hon...@ec...> - 2006-02-28 12:15:34
|
Norbert Brazda p=ED=B9e v =DAt 28. 02. 2006 v 12:30 +0100: > I saw these changes in the CVS few days ago. I think there are usefull=20 > improvements there. Thanks, Honza! >=20 > I hope AA still does run also under php4. Does it? Yes. It runs under PHP4 as well as PHP5. The plan was that the version 2.8.2 will be the last, which will work with PHP4 because we want to use PHP5 features - like autoloading of classes, lazy evaluation... However, we are still not happy with PHP 5 stability - there is no stable accelerator for it. We tried APC, which was useless since it breaks some SSI pages. Now we are evaluating eAcelerator from CVS which is better, but still not in final version and it sometimes makes "Segmentation fault". > Is it possible to use email notification of new discussion comments als= o=20 > for items added to the standard slice (we use standard slice instead of= =20 > AA's discussions to store and show comments). So you are using normal items for the comments? In that case we have "Slice Admin -> Email Notification". However - you need to set it manually through admin interface - there is not automatic subscription like in new discussions. > How can I display multiple values from multivalue field (i.e. multiple=20 > items, but one item with multivalue filed) using {item::} syntax? Not sure, if I understand. But if you have multiple item ids in say relation........ field, then you can use: {item:{@relation........:-}:_HEADLINE:, } Of course you can use any field/alias/aa_expression instead of _#HEADLINE, so you can display also multivalues by this alias in target item. Honza >=20 >=20 > n. >=20 > Honza Malik wrote: > > Current CVS state:=20 > > Stable - used on Econnect's production server for 4 days=20 > > (PHP Version 5.1.2, eAccelerator 0.9.5-cvs200602202359-de= v, > > MySQL 4.1.15) > >=20 > > It is nearly last changes before AA 2.8.2 release > >=20 > > 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 tabl= e > > - 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 l= ink was > > not updated > > - Fixed caching problem - the cache is not invalidated as wh= ole after > > site update > > 02/19/06 - Discussions updated > > (honzam) - author/email/url is stored in cookies, so readers do n= ot 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 comme= nt could > > be notified about new posted comment by email > > see: http://actionapps.org/en/Interacting_With_Your_Au= dience#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 "-" separa= ted > > and could be in short as well as long form. You can specif= y also > > record delimiter as fourth parameter. If not present no de= limiter 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 Fee= ds" page > > - Fixed PHP5 related bugs > > - New configuration variables DB_CHARACTER_SET and > > DB_COLLATION_CONNECTION which is needed by MySQL 4.1 a= nd PHP5 > > when you do not want to comunicate with database in UT= F > > - Offline filing now do not crash on WDDX_unserialize (p= hp5 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 identificati= on 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 settin= g 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 neste= d view > > (just like in view.php3?vid=3D1781&set[997]=3Dselected= -759644) > > - Fixed e-mail notify setting page - no wrong slashes added = to the text > > - Fixed bug in cross server feeding, which causes relation t= able > > is filled with the rows where both values are the same > > - New internal API for views which allows to cache views def= inition > > within one php script call > > 02/14/06 - fixed a bug in MLXGetText - setlang should be used to set = the lang > > (mimo) forcefully > > - &errcheck=3D1 now works for MLXGetText > > 02/10/06 - fixed a bug in mlx.php which messed up sharing one MLX Con= trol Slice > > (mimo) between multiple content slice > > # > > # (incomplete) > > - hardcoded table for fulltext of discussion do not have wid= th=3D100% > > now, because it makes troubles in IE on pages with CSS lay= out > > 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 slic= e_pwd > > (honzam) > > 12/21/05 - HTMLarea/Xinha updated to work with Firefox 1.5 and some s= mall > > (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 > >=20 > >=20 > >=20 > >=20 > >=20 >=20 --=20 |