All posts by Bouchta Lakhal
in CQ4 the permissions are stored to the user/group. That means transfering this permissions from author to publiaher is easy. It is just a user/group aktivation. in CQ5 the permissions are stored to the content (nodes). That means activating the user/group will not automaticlly replicate the permissions. How to replicate . . . Read more
1) Example with Servlet 2) now go to your Widget for example dialog.xml and add this configuration Note: you can use jsp instead of Servlet to create options data
Create a closed user group Assign members to it Activate the users and the group Go to the root page of the restricted section you want to assign to your CUG In Page Properties you can enable that this page (and any child pages) belong to a CUG You can add a login page that . . . Read more
With the new header ‘Dispatcher: no-cache’ in the Dispatcher modul 4.0.0 you can informs the dispatcher not to cache the response. Add this in your JSP: <% response.setHeader(“Dispatcher”, “no-cache”); %>
http://adaptto.org/schedule.shtml
http://dev.day.com/gems
Richt text editor is a powervoll editor. For mor configuration see this page http://dev.day.com/docs/en/cq/5-5/administering/configuring_rich_text_editor.html
Recap is an application providing rsync-like features for Adobe Granite. Recap is based on the ‘vlt rcp’ command but focuses on providing a simple interface for syncing content between CRX instances using a browser instead of the command line. You can learn more about it at http://adamcin.net/net.adamcin.recap/ If you want . . . Read more
The linkchecker checks only absolute URLs in pages. The linkchecker is built for checking external addresses and runs periodically. The linkrewriter runs after the rendering of the HTML. It parses the HTML and validates all relative URLs (against the repository) and if they are no longer valid, they are removed . . . Read more
CQ5 comes with translation workflow which helps customer to connect third party who does translation and bring back to CQ5. its all automated. They are two vendors supporting this: Clay Tablet: It provides a bridge between any translator. Translation.com: It provides translation as well along with other features.