-
Hello everyone!
This is a cross post to announce the new InfoGlue Official Forum. From today, everyone is adviced to go there to post their questions, ideas and opinions.
The new forum: http://www.infoglue.org/forum
Please note that the mailing lists and the SourceForge forums will be closed down in the near future.
Regards,
Peter Jaric
Uppsala University
(deploying InfoGlue at...
2009-11-10 16:24:40 UTC by snowlord
-
Hello everyone!
This is a cross post to announce the new InfoGlue Official Forum. From today, everyone is adviced to go there to post their questions, ideas and opinions.
The new forum: http://www.infoglue.org/forum
Please note that the mailing lists and the SourceForge forums will be closed down in the near future.
Regards,
Peter Jaric
Uppsala University
(deploying InfoGlue at...
2009-11-10 16:23:41 UTC by snowlord
-
Hello everyone!
This is a cross post to announce the new InfoGlue Official Forum. From today, everyone is adviced to go there to post their questions, ideas and opinions.
The new forum: http://www.infoglue.org/forum
Please note that the mailing lists and the SourceForge forums will be closed down in the near future.
Regards,
Peter Jaric
Uppsala University
(deploying InfoGlue at...
2009-11-10 16:22:58 UTC by snowlord
-
Hello everyone!
This is a cross post to announce the new InfoGlue Official Forum. From today, everyone is adviced to go there to post their questions, ideas and opinions.
The new forum: http://www.infoglue.org/forum
Please note that the mailing lists and the SourceForge forums will be closed down in the near future.
Regards,
Peter Jaric
Uppsala University
(deploying InfoGlue at...
2009-11-10 16:22:32 UTC by snowlord
-
The following jars in infoglue deliver webapp do not load on java 5 vm ... it actually seems that they are never used and thus produce no real problem.
Some seem to be build time or optional dependencies of castor like ant.jar, oro ...
*** KO: /home/kpark/webapps/infoglueDeliverWorking/WEB-INF/lib/ant.jar
*** KO: /home/kpark/webapps/infoglueDeliverWorking/WEB-INF/lib/bsf.jar
*** KO...
2009-11-10 15:23:35 UTC by benhamid
-
Hi there, we noticed that the bundled version of FCK seems to have issues with cut & paste operations made from the Word 2007. Are there plans to use the new CKEditor in future editions of Infoglue?
Also, has anybody tried replacing FCK with the new CK 3.02?
BTW, "CK" is just the next version of FCK with the package being renamed for branding :)
Thanks!
2009-10-30 16:38:26 UTC by westcoast20
-
Into repositoriy settings, we can set login and logout url, it would be great to be able so set invalid login url and no access url:
For example, here are my repository properties :
loginUrl=ViewPage.action?siteNodeId=20
invalidLoginUrl=ViewPage.action?siteNodeId=20&invalidLogin=true
noAccessUrl=ViewPage.action?siteNodeId=21
That way we can have dynamic page for error handling ...
hey...
2009-10-27 11:12:09 UTC by rgonord
-
I'm working on ig:slot features with a ComponentPage. The invoker associated to ComponentPage is org.infoglue.deliver.invokers.ComponentBasedHTMLPageInvoker (it is
standard infoglue configuration).
Into org.infoglue.deliver.invokers.ComponentBasedHTMLPageInvoker line 1714, we can find the process of slot. What is interesting is the list of param you can use :
- inherit
-...
2009-10-27 11:06:51 UTC by rgonord
-
It would be great to migrate to maven for building the project, it's far easier than ant to use and there are lot of useful feature like dependencies management. That way, it would be easier to upgrade infoglue component and make the CVS checkout lightweight =)
2009-10-27 11:03:56 UTC by rgonord
-
By default, page cache key is defined in deliver.properties :
pageKey=$siteNodeId_$languageId_$contentId_$queryString_$session.infogluePrincipal
With that default parameter, the page is cached for a specific user (a logged user or the generic anonymous one).
Here are the attributes available in session to be used into cache key :
{
LanguageId=4,
infoglueRemoteUser=administrator...
2009-10-27 10:58:51 UTC by rgonord