webag automat
web content management
|
webag automat 6.4 - what is new? |
|||
Version managementThe versions of a page can be compared more detailed. Prior to Automat 6.4 you could merely recognise that a complete paragraph has been changed. in the display of the changes between two versions that a whole paragraph had been changed.Login aliasUsers can define their own login alias names to log in using the alias instead of the username. The users benefit is that they can log in with a familar name, because often the username is a generated string.Administrators can switch off the feature by setting the new global parameter LOGON_ALIAS_ALLOWED to "0". User administrationThe administrator can change the new login-alias for of a user - even if the use of aliases is switched off with LOGON_ALIAS_ALLOWED = 0. Thus you can first prepare a list of aliases before activating them.The Automat now saves the user's last activity date and displays the date in the user administration. The administrator can download a complete user-list with the columns username, full name. email-address, last activity date and user-id, formatted as an html-page or an Excel-spreadsheet. Design-control with IF-clausesWith <AUTOMAT_TRIGGER>-XML-tags have been used to fade in/out parts of the source code in your html-triggers.Therefore you defined the attributes SHOW/HIDE="YES" together with one of the attributes MLC_LANG_CODE, CATEGORY_ID or CLASSIFICATION_ID. You could not use AUTOMAT_TRIGGER-tags in stencils, because therefore we recommended to create different stencils.Now you can use AUTOMAT_TRIGGER-tags even in stencils. This reduces the number of required stencils and the stencil-code will be more compact. <AUTOMAT_TRIGGER SHOW="YES" IF="'$MLC_LANG_CODE'='de'">
<AUTOMAT_TRIGGER SHOW="YES"
Restriction: You cannot wrap AUTOMAT_TRIGGER-Tags around stencil-input-areas (AUTOMAT_STENCIL-tags). |
Event-triggersWith Event-triggers deveopers can enhance the Automat's functionality. You can write event-triggers to start before or after one of the pre-defined events. This Automat-release starts with tree trigger-types:
You can use the well-known $-variables within the trigger's PL/SQL-code like $WEB_ID, $TEXT_ID etc. As an exmple you can write an IF-clause that limits the trigger to fire only for a specific $WEB_ID. There is no limitation on the number of triggers for an event-type. The fire in the order of their names, so use the names to control the order of your triggers. System messagesYou can now filter the system messages report with search patterns.The new message „Session started by user ...“ tells you when a user has been started a session. Prior to Automat 6.4 you could not see the users activity when the user had a permanent cookie authorization.
There are new reports to print the requests per page grouped by month or by year. |
|||
|