Mootools javascript library and tomahawk components

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2007 03:19 PM
After the above mentioned reference was removed, calendar component plugged into property sheet started to work nicely.
I am not a javascript expert, but I wonder how come that Mootools was chosen over scriptaculous web2.0 javascript library which would not prevent usage of tomahawk? is there a chance to revise this decision?
Kind regards,
Denis
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2007 11:57 AM
When you say that calendar componet works nicely it means that you succeded in inserting it for alfresco dashboard?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2007 12:35 PM
Another thing which is possible if you turn mootols off is to use richfaces library, but it also requires some minor changes in Authenticatication filter. If you are interested I can post here some details..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2007 01:02 PM
If you are interested I can post here some details..
Thanks a lot !
I need for my intranet (my boss ask me :roll: ) to evaluate alfresco as intranet and document management system
So spaces need to have a calendar with which every user can view calendars and events (possibly).
And naturally (as in the life's programmers) I have a little bit of time to deploy it…


Any help it will be appreciated from me
thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2007 03:18 PM


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2007 09:36 AM
About usage of richfaces library, could you post your changes in Authentication filter?
We have integrated ajax4jsf in our development, and some changes in FacesHelper was required, to avoid prematurely creation of JSF view object. Is it the same changes you talk about?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2007 11:24 AM
Index: C:/Java/alfresco-svn/HEAD/root/projects/web-client/source/java/org/alfresco/web/app/servlet/AuthenticationHelper.java===================================================================— C:/Java/alfresco-svn/HEAD/root/projects/web-client/source/java/org/alfresco/web/app/servlet/AuthenticationHelper.java (revision 1178)+++ C:/Java/alfresco-svn/HEAD/root/projects/web-client/source/java/org/alfresco/web/app/servlet/AuthenticationHelper.java (working copy)@@ -244,23 +244,24 @@ I18NUtil.setLocale(Application.getLanguage(req.getSession())); // setup faces context- FacesHelper.getFacesContext(req, res, sc);- - if (loginBean != null && (loginBean.getUserPreferencesBean() != null))- {- String contentFilterLanguageStr = loginBean.getUserPreferencesBean().getContentFilterLanguage();- if (contentFilterLanguageStr != null)- {- // Set the locale for the method interceptor for MLText properties- I18NUtil.setContentLocale(I18NUtil.parseLocale(contentFilterLanguageStr));- }- else- {- // Nothing has been selected, so remove the content filter- I18NUtil.setContentLocale(null);- }- }-+ //Commented out by Denis+// FacesHelper.getFacesContext(req, res, sc);+// +// if (loginBean != null && (loginBean.getUserPreferencesBean() != null))+// {+// String contentFilterLanguageStr = loginBean.getUserPreferencesBean().getContentFilterLanguage();+// if (contentFilterLanguageStr != null)+// {+// // Set the locale for the method interceptor for MLText properties+// I18NUtil.setContentLocale(I18NUtil.parseLocale(contentFilterLanguageStr));+// }+// else+// {+// // Nothing has been selected, so remove the content filter+// I18NUtil.setContentLocale(null);+// }+// }+ I18NUtil.setContentLocale(null); //Added return AuthenticationStatus.Success; } }
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2007 05:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2007 07:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2007 08:47 AM
Mike
