From: Honza M. <hon...@ec...> - 2006-10-13 16:00:20
|
Hi, I sent some cleanup changes and new features to Subversion as well as to old CVS. Since the Subversion code is still not stable enough for running on production server, I decided to submit fixes also to old CVS. So, if you want to update your production server, please do it from old CVS. If you want to check last features of AA, use Subversion. Regards, Honza Current CVS state: Stable Used on Econnect's production servers Last CVS Changes: 10/11/06 - new {icq:<user_id>[:<action>[:<style>]]} expressions, which display (honzam) ICQ status of the user. user_id - ICQ ID of the user action - add | message style - 0-26 - displayed icon type (see: http://www.icq.com/features/web/indicator.html) - new {field:<field_id>:name} expression - displays name of the field as defined for inputform - {ids:<slices>:<conds>[:<sort>[:<delimiter>]]} modified to be able to get ids from more than one slice (slice ids are delimited by dash -) - "No Item Message" in Item Manager is unaliased now (= you can use AA expressions there) - new possibility to set ordering of items in Item Manager on two or more columns in profiles - fixed bug with automatic feeding (did not work, when item was posted posted to holding bin first) - fixed problem with two boxes inputform - the order of values now persist - fixed _#ID_COUNT to display also 0 - paths to scripts are relative again for the admin interface - it is possible to order values also by "level" (of nesting) as defined in Constants for the field - UI change - added another 4 empty rows for setting of permissions to slice for user 08/21/06 - fixed security hole for setup.php3 (honzam) - admin/console.php3 now allows run any php script including calling AA functions. Only superadministrators could use it (after they uncomment one "exit" line in the code. - New possibility to delete more than one slice in one step on slice deletion page. You can also delete slices, which are not marked as deleted. - new possibilty to use Local URL Picker as input type Thanks to Omar Martinez / Jaime Torres - Superadmin is now able to change posted_by field through "Modify content" feature of Admin interface - New {expresions} - {log:number:base} for logarithm - {unpack:pcked_id} for unpacking packed id - es language files updated (just 2 additions) - fixed bug "When you add a value in a hierarchicalConstant it does not respond to the onChange triger on the mainbox" Thanks to Omar Martinez - fixed feeding bug - the items was rewritten or imported once more if they was edited in the source slice - fixed small bugs ------------------------------------------------------------------------------- Current SVN state: Unstable (most features working, but I expect some bugs, there) Last SVN Changes: 10/13/06 - fixed bug in new input validation code (honzam) 10/11/06 - new {icq:<user_id>[:<action>[:<style>]]} expressions, which display (honzam) ICQ status of the user. user_id - ICQ ID of the user action - add | message style - 0-26 - displayed icon type (see: http://www.icq.com/features/web/indicator.html) - new {field:<field_id>:name} expression - displays name of the field as defined for inputform - {ids:<slices>:<conds>[:<sort>[:<delimiter>]]} modified to be able to get ids from more than one slice (slice ids are delimited by dash -) - "No Item Message" in Item Manager is unaliased now (= you can use AA expressions there) - new possibility to set ordering of items in Item Manager on two or more columns in profiles - fixed bug with automatic feeding (did not work, when item was posted posted to holding bin first) - fixed problem with two boxes inputform - the order of values now persist - fixed _#ID_COUNT to display also 0 - paths to scripts are relative again for the admin interface - it is possible to order values also by "level" (of nesting) as defined in Constants for the field - UI change - added another 4 empty rows for setting of permissions to slice for user - new validation class - optimize/repair scripts was moved to AA -> Optimize (aa_optimize.php3) script - work on history tracking begins - see AA -> history 08/29/06 - new version of "Modify Content..." window - better and universal (honzam) interface, more options, easy to write your own new transformation class (see AA_Transformation class) - "No Item Message" is unaliased now, for Item Manager - fixed problem with wrong url of "related Item Window" and "Parameter Wizard" - fix: _#ID_COUNT returns string "0" if no item is found (instead of empty string) - new AA_Condition class for conditions manipulations in searchlib.php3 - fixed email permissions file to use User and Group constatnts instead of translated strings 08/22/06 - fixed security hole for setup.php3 (honzam) - changes all binary fields in database to varbinary, which is needed for MySQL >=5.0.17 in sql_update.ph3; new repair routine in test.php3 which repairs db when you already applied unpatched sql_update.php3 script to MySQL >=5.0.17 database, so your fields are binary and users can't login, do not see constants, ... - admin/console.php3 now allows run any php script including calling AA functions. Only superadministrators could use it (after they uncomment one "exit" line in the code. - New possibility to delete more than one slice in one step on slice deletion page. You can also delete slices, which are not marked as deleted. - new possibilty to use Local URL Picker as input type Thanks to Omar Martinez / Jaime Torres - Superadmin is now able to change posted_by field through "Modify content" feature of Admin interface - New {expresions} - {log:number:base} for logarithm - {unpack:pcked_id} for unpacking packed id - es language files updated (just 2 additions) - fixed bug "When you add a value in a hierarchicalConstant it does not respond to the onChange triger on the mainbox" Thanks to Omar Martinez - fixed feeding bug - the items was rewritten or imported once more if they was edited in the source slice - fixed small bugs - begin the work on aa_synchronize.php3 script, which allows to sync setting of two similar AA installs or just slices -- |