hypercontent-users Mailing List for HyperContent
Brought to you by:
alexvigdor
You can subscribe to this list here.
2004 |
Jan
|
Feb
(4) |
Mar
(6) |
Apr
(4) |
May
(3) |
Jun
(1) |
Jul
(7) |
Aug
(4) |
Sep
(31) |
Oct
(11) |
Nov
(30) |
Dec
(22) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(23) |
Feb
(11) |
Mar
(22) |
Apr
(13) |
May
(31) |
Jun
(27) |
Jul
(32) |
Aug
(4) |
Sep
(25) |
Oct
(21) |
Nov
(31) |
Dec
(28) |
2006 |
Jan
(14) |
Feb
(12) |
Mar
(17) |
Apr
(21) |
May
(6) |
Jun
(4) |
Jul
(26) |
Aug
(24) |
Sep
(19) |
Oct
(24) |
Nov
(34) |
Dec
(17) |
2007 |
Jan
(10) |
Feb
(43) |
Mar
(60) |
Apr
(10) |
May
(20) |
Jun
(2) |
Jul
(17) |
Aug
(38) |
Sep
(45) |
Oct
(5) |
Nov
(4) |
Dec
(5) |
2008 |
Jan
|
Feb
(1) |
Mar
|
Apr
(10) |
May
(2) |
Jun
(2) |
Jul
|
Aug
(4) |
Sep
(1) |
Oct
(5) |
Nov
(1) |
Dec
(1) |
2009 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Mark R. <mar...@ma...> - 2009-01-07 03:32:13
|
Hi Everyone, The next edition of the monthly JA-SIG Newsletter will be published on or about Friday, January 16, 2009. If your institution or company has items of interest to the JA-SIG community, please submit them via email to newsletter at ja-sig dot org by Thursday, January 15, 2009. Many thanks, Mark Rogers Editor, Jasig Newsletter |
From: Mark R. <mar...@ma...> - 2008-12-03 04:48:07
|
Hi Everyone, The next edition of the monthly JA-SIG Newsletter will be published on or about Wednesday, December 17th, 2008. If your institution or company has items of interest to the JA-SIG community, please submit them via email to newsletter at ja-sig dot org by Monday, December 15th, 2008. Many thanks, Mark Rogers Editor, JA-SIG Newsletter |
From: Mark R. <mar...@ma...> - 2008-11-03 19:56:45
|
Hi Everyone, The next edition of the monthly JA-SIG Newsletter will be published on or about Monday, November 17th, 2008. If your institution or company has items of interest to the JA-SIG community, please submit them via email to newsletter at ja-sig dot org by Sunday, November 16th, 2008. Many thanks, Mark Rogers Editor, JA-SIG Newsletter |
From: Alex V. <al...@bi...> - 2008-10-28 14:00:28
|
Hi Carl, Unfortunately you can only run the "compact" workflow script one repository at a time. If you'd like to write a custom compact function, you can use the classes org.hypercontent.workflow.command.Compact and org.hypercontent.workflow.exec.impl.CompactingExecutable as a starting point. You can then attach it to a workflow script using the "exec" tag and set it to execute on a schedule using the normal scheduling techniques. e.g. <event name="compact-hull" when="@ 0 20 1"> <exec command="edu.hull.hypercontent.workflow.command.Compact"/> </event> Cheers, Alex On Oct 27, 2008, at 12:13 PM, Carl P Barrow wrote: > Hi All, > > > > Is there a way to compact all repositories all at once leaving only > the current edit of every piece of content in the CMS. As the > sites here at Hull have grown in number and size the repositories > are taking up a lot of space. I’d like to reduce this and given > that they are all backed up every night I could still retrieve > something if it was really needed. > > > > Or even better, could I write something to delete everything but > the last 10 edits which I could run every so often to keep size down. > > > > Thanks > > Carl > > > > > > > > ************************************* > > Carl Barrow > Systems Integrator > Academic Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > > http://www.hull.ac.uk/cms > > ************************************* > > > > ********************************************************************** > ******************* > To view the terms under which this email is distributed, please go > to http://www.hull.ac.uk/legal/email_disclaimer.html > ********************************************************************** > *******************--------------------------------------------------- > ---------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users |
From: Carl P B. <C.P...@hu...> - 2008-10-27 16:14:45
|
***************************************************************************************** To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html ***************************************************************************************** |
From: Alex V. <al...@bi...> - 2008-10-22 15:16:01
|
Hi Carl, I suspect the login is working, but the screen is failing to render because it can't read the users' permissions from the permissions.xml file. This wouldn't effect admin users since they are given unrestricted abilities, without requiring checks in permissions.xml. So as an admin, can you see the /config/permissions.xml file in each of your projects? I would check the bootstrap repository first, and then each of the projects. It is possible the file was inadvertently deleted, or marked as "hidden". Cheers, Alex On Oct 21, 2008, at 7:20 AM, Carl P Barrow wrote: > Hi All, > > > > I’m suddenly having problems with login. When a user tries to > login to the dashboard: > > > > http://bod.ad.hull.ac.uk/index.html?mode=login&passmode=dashboard- > portlet > > > > They get the stack trace bellow. This doesn’t happen if the user > is a global administrator or when a user logs directly into a site > from a URL like http://bod.ad.hull.ac.uk/cms2 . Does anyone know > how to fix this? > > > > Any help much appreciated… > > > > Thanks > > Carl > > > > > > > > Login failed. > > There was an error processing your request > > The requested file was not found: /config/permissions.xml > > org.hypercontent.filesystem.impl.LocalEditioningFileSystemImpl.getFile > (LocalEditioningFileSystemImpl.java:115) > org.hypercontent.filesystem.FileHandle.getFile(FileHandle.java:209) > org.hypercontent.data.impl.AbstractDataStore.loadObject > (AbstractDataStore.java:201) > org.hypercontent.data.impl.AbstractDataStore.getData > (AbstractDataStore.java:221) > org.hypercontent.security.impl.XMLPermissionStore.getPermissions > (XMLPermissionStore.java:96) > org.hypercontent.security.impl.XMLPermissionStore.getPermissions > (XMLPermissionStore.java:100) > org.hypercontent.security.PatternedPermissionPolicy.hasPermission > (PatternedPermissionPolicy.java:63) > org.hypercontent.security.PatternedPermissionPolicy.hasPermission > (PatternedPermissionPolicy.java:30) > org.hypercontent.server.Session.hasPermission(Session.java:263) > org.hypercontent.server.Session.hasPermission(Session.java:268) > sun.reflect.GeneratedMethodAccessor51.invoke(Unknown Source) > sun.reflect.DelegatingMethodAccessorImpl.invoke > (DelegatingMethodAccessorImpl.java:25) > java.lang.reflect.Method.invoke(Method.java:585) > org.apache.velocity.util.introspection.UberspectImpl > $VelMethodImpl.invoke(UberspectImpl.java:267) > org.apache.velocity.runtime.parser.node.ASTMethod.execute > (ASTMethod.java:197) > org.apache.velocity.runtime.parser.node.ASTReference.execute > (ASTReference.java:175) > org.apache.velocity.runtime.parser.node.ASTReference.evaluate > (ASTReference.java:307) > org.apache.velocity.runtime.parser.node.ASTAndNode.evaluate > (ASTAndNode.java:91) > org.apache.velocity.runtime.parser.node.ASTExpression.evaluate > (ASTExpression.java:45) > org.apache.velocity.runtime.parser.node.ASTIfStatement.render > (ASTIfStatement.java:68) > org.apache.velocity.runtime.parser.node.ASTBlock.render > (ASTBlock.java:55) > org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:166) > org.apache.velocity.runtime.parser.node.ASTDirective.render > (ASTDirective.java:114) > org.apache.velocity.runtime.parser.node.SimpleNode.render > (SimpleNode.java:230) > org.apache.velocity.Template.merge(Template.java:256) > org.hypercontent.project.engine.stage.VelocityStage.process > (VelocityStage.java:186) > org.hypercontent.project.engine.Pipeline.process(Pipeline.java:307) > org.hypercontent.project.engine.Pipeline.process(Pipeline.java:281) > org.hypercontent.project.AssetRequest.getAsset(AssetRequest.java:194) > org.hypercontent.project.engine.stage.LoadStage.process > (LoadStage.java:45) > org.hypercontent.project.engine.Pipeline.process(Pipeline.java:307) > org.hypercontent.project.engine.Pipeline.process(Pipeline.java:281) > org.hypercontent.project.AssetRequest.getAsset(AssetRequest.java:194) > org.hypercontent.server.ContentServer.service(ContentServer.java:441) > org.hypercontent.servlet.CompositionServlet.doGet > (CompositionServlet.java:104) > javax.servlet.http.HttpServlet.service(HttpServlet.java:689) > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter > (ApplicationFilterChain.java:237) > org.apache.catalina.core.ApplicationFilterChain.doFilter > (ApplicationFilterChain.java:157) > org.apache.catalina.core.StandardWrapperValve.invoke > (StandardWrapperValve.java:214) > org.apache.catalina.core.StandardValveContext.invokeNext > (StandardValveContext.java:104) > org.apache.catalina.core.StandardPipeline.invoke > (StandardPipeline.java:520) > org.apache.catalina.core.StandardContextValve.invokeInternal > (StandardContextValve.java:198) > org.apache.catalina.core.StandardContextValve.invoke > (StandardContextValve.java:152) > org.apache.catalina.core.StandardValveContext.invokeNext > (StandardValveContext.java:104) > org.apache.catalina.core.StandardPipeline.invoke > (StandardPipeline.java:520) > org.apache.catalina.core.StandardHostValve.invoke > (StandardHostValve.java:137) > org.apache.catalina.core.StandardValveContext.invokeNext > (StandardValveContext.java:104) > org.apache.catalina.valves.ErrorReportValve.invoke > (ErrorReportValve.java:118) > org.apache.catalina.core.StandardValveContext.invokeNext > (StandardValveContext.java:102) > org.apache.catalina.core.StandardPipeline.invoke > (StandardPipeline.java:520) > org.apache.catalina.core.StandardEngineValve.invoke > (StandardEngineValve.java:109) > org.apache.catalina.core.StandardValveContext.invokeNext > (StandardValveContext.java:104) > org.apache.catalina.core.StandardPipeline.invoke > (StandardPipeline.java:520) > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929) > org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java: > 160) > org.apache.coyote.http11.Http11Processor.process > (Http11Processor.java:799) > org.apache.coyote.http11.Http11Protocol > $Http11ConnectionHandler.processConnection(Http11Protocol.java:705) > org.apache.tomcat.util.net.TcpWorkerThread.runIt > (PoolTcpEndpoint.java:577) > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run > (ThreadPool.java:683) > java.lang.Thread.run(Thread.java:595) > > > > > > > > ************************************* > > Carl Barrow > Systems Integrator > Academic Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > > http://www.hull.ac.uk/cms > > ************************************* > > > > ********************************************************************** > ******************* > To view the terms under which this email is distributed, please go > to http://www.hull.ac.uk/legal/email_disclaimer.html > ********************************************************************** > *******************--------------------------------------------------- > ---------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users |
From: Carl P B. <C.P...@hu...> - 2008-10-21 11:20:48
|
***************************************************************************************** To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html ***************************************************************************************** |
From: Mark R. <mar...@ma...> - 2008-10-04 23:55:58
|
Hi Everyone, The next edition of the monthly JA-SIG Newsletter will be published on or about Wednesday, October 15th, 2008. If your institution or company has items of interest to the JA-SIG community, please submit them via email to newsletter at ja-sig dot org by Tuesday, October 14th, 2008. Many thanks, Mark Rogers Editor, JA-SIG Newsletter |
From: Mark R. <mar...@ma...> - 2008-09-05 03:45:42
|
Hi Everyone, The next edition of the monthly JA-SIG Newsletter will be published on or about Monday, September 15th, 2008. If your institution or company has items of interest to the JA-SIG community, please submit them via email to newsletter at ja-sig dot org by Friday, September 12th, 2008. Many thanks, Mark Rogers Editor, JA-SIG Newsletter |
From: Carl P B. <C.P...@hu...> - 2008-08-15 08:39:31
|
***************************************************************************************** To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html ***************************************************************************************** |
From: Adam C. <ac...@co...> - 2008-08-14 13:31:32
|
Carl, First make sure there is an entry in the ContentTypes.xml file (properties/ContentTypes.xml) <content-type type="application/x-shockwave-flash" label="Flash File" icon="/gfx/doc_blank.gif"> <file-extension value="swf" preferred="true"/> <editor key="upload"/> <editor key="dublincore"/> </content-type> (I think you need to stop the server, add the entry and restart) Then you can add a resource directory in the project definition file. <content type="application/x-shockwave-flash" /> Adam On 8/14/08 4:52 AM, "Carl P Barrow" <C.P...@hu...> wrote: > All, > > To enable someone to add a swf files to HyperContent the entry in the project > definition is > > <resource-directory label="Add a flash (swf) file" path="/**/*.swf" > publish="true"> > <content type="application/x-shockwave-flash"/> > </resource-directory> > > I need to get flv files in there but I¹m not sure on the content type, I¹ve > tried > > <content type="video/x-flash"/> > > Does anyone know what I need to use? > > Many Thanks > Carl > > > ************************************* > Carl Barrow > Systems Integrator > Academic Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > > http://www.hull.ac.uk/cms <http://www.hull.ac.uk/cms> > ************************************* > > > > ****************************************************************************** > *********** > To view the terms under which this email is distributed, please go to > http://www.hull.ac.uk/legal/email_disclaimer.html > ****************************************************************************** > *********** > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users |
From: Carl P B. <C.P...@hu...> - 2008-08-14 08:52:20
|
***************************************************************************************** To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html ***************************************************************************************** |
From: Mark R. <mar...@ma...> - 2008-08-06 04:18:18
|
Hi Everyone, The next edition of the monthly JA-SIG Newsletter will be published on or about Tuesday, August 19th, 2008. If your institution or company has items of interest to the JA-SIG community, please submit them via email to newsletter at ja-sig dot org by Monday, August 18th, 2008. Many thanks, Mark Rogers Editor, JA-SIG Newsletter |
From: dave o'b. <do...@pc...> - 2008-06-26 14:17:02
|
Hello Could anybody point me to where I may find documentation for the Help pages "Maintain a Web Site" starting at http://hypercontent.sourceforge.net/help/user/index.html Thank you David O'Brien Web Developer and Technical Coordinator of Blended Learning Plymouth College of Art and Design Plymouth PL4 8AT Devon, England +44 (0)1752 203445 $$ DISCLAIMER- Any opinions expressed in this email are those of the individual and not necessarily of Plymouth College of Art and Design.This email and any files transmitted with it, including replies and forwarded copies subsequently transmitted from the College are solely for the use of the intended recipient. If you are not the intended recipient or the person responsible for delivering to the intended recipient, be advised that you have received this email in error and that any use is strictly prohibited. If you have received this email in error please notify the College by telephone on 01752 203434 or via email to pos...@pc... including a copy of this message. Please then destroy this email and any copies of it. Email has been scanned for viruses by Altman Technologies' email management service - www.altman.co.uk/emailsystems |
From: Mark R. <mar...@ma...> - 2008-06-02 13:10:08
|
Hi Everyone, The next edition of the monthly JA-SIG Newsletter will be published on or about Tuesday, June 17th, 2008. If your institution or company has items of interest to the JA-SIG community, please submit them via email to newsletter at ja-sig dot org by Monday, June 16th, 2008. Many thanks, Mark Rogers Editor, JA-SIG Newsletter |
From: Mark R. <mar...@ma...> - 2008-05-05 18:07:47
|
Hi Everyone, The next edition of the monthly JA-SIG Newsletter will be published on or about Thursday, May 15th, 2008. If your institution or company has items of interest to the JA-SIG community, please submit them via email to newsletter at ja-sig dot org by Wednesday, May 14th, 2008. Many thanks, Mark Rogers Editor, JA-SIG Newsletter p.s. We will also gladly accept your exciting Spring Conference news and views. |
From: Adam C. <ac...@co...> - 2008-05-01 13:47:17
|
Thanks Alex. That should work out nicely. It worked in our test environment and I am moving it into production. Adam On 4/30/08 9:57 AM, "Alex Vigdor" <al...@bi...> wrote: > Hey Adam, > That is possible, although not trivial to implement (there are lots > of queues involved - in each project, there's one per each "q" in > each workflow script plus one per user - you'd have to make sure to > delete each work item from each of it's queues and delete the work > item itself). > > An other approach would be to tweak the workflow scripts themselves, > e.g. in publish.xml > > <q id="published"> > <event name="batch-reset"> > <dq/> > <nq q="publishing"/> > </event> > <event name="discard" who="${publisher}"> > <dq/> > <dq who="${publisher}"/> > </event> > <event name="auto-discard" when="in 30 days"> > <dq/> > <dq who="${publisher}"/> > </event> > </q> > > Notice the last event just has a schedule set on it, and dequeues > from all active queues, which will also trigger the work data to be > discarded. > > Alex > > On Apr 29, 2008, at 3:07 PM, Adam Carl wrote: > >> Alex, >> >> Does this seem possible? >> >> 1) Create a workflow script in the bootstap project that gets >> executed daily >> (late at night) which calls a custom command object >> 2) The command object would ideally rotate through each project and >> clean >> one project per day. (Remove workflow files which are older than >> 30 days) >> >> Adam >> >> >> >> >> On 4/25/08 4:43 PM, "al...@bi..." <al...@bi...> wrote: >> >>> Hey Adam, >>> The latest build won't help with this issue. The problem is mostly >>> due to the way the workflow details screen loads data for all tasks >>> related to a given script. Improving the performance would primarily >>> involve re-writing the workflow screens to use AJAX to load just the >>> data needed to construct the current view. The best short-term >>> advice >>> I can give is to tweak scripts so that they automatically delete >>> completed tasks after a window of time, so that you don't get such a >>> large history of tasks built up on those screens. >>> >>> Alex >>> >>> Quoting Adam Carl <ac...@co...>: >>> >>>> Alex, >>>> >>>> At Columbia we have noticed the Workflow tab can take a fair >>>> amount of time >>>> to load for certain people and certain projects. If we shut down >>>> Hypercontent and delete the workflow-data folder for a project the >>>> performance is improved. >>>> >>>> Any suggestions? Our build of Hypercontent in production is over >>>> a year >>>> old, we are testing the latest code in CVS now and will be >>>> promoting that >>>> next week. Should that help with this problem? >>>> >>>> Thanks, >>>> >>>> Adam >>>> >>>> >>>> -------------------------------------------------------------------- >>>> ----- >>>> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference >>>> Don't miss this year's exciting event. There's still time to save >>>> $100. >>>> Use priority code J8TL2D2. >>>> >> http://ad.doubleclick.net/clk;198757673;13503038;p?http:// >> java.sun.com/javaon>> >> e >>>> _______________________________________________ >>>> Hypercontent-users mailing list >>>> Hyp...@li... >>>> https://lists.sourceforge.net/lists/listinfo/hypercontent-users >>>> >>> >>> >>> >>> >>> --------------------------------------------------------------------- >>> ---- >>> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference >>> Don't miss this year's exciting event. There's still time to save >>> $100. >>> Use priority code J8TL2D2. >>> http://ad.doubleclick.net/clk;198757673;13503038;p?http:// >>> java.sun.com/javaone >>> _______________________________________________ >>> Hypercontent-users mailing list >>> Hyp...@li... >>> https://lists.sourceforge.net/lists/listinfo/hypercontent-users >> > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users |
From: Alex V. <al...@bi...> - 2008-04-30 13:57:56
|
Hey Adam, That is possible, although not trivial to implement (there are lots of queues involved - in each project, there's one per each "q" in each workflow script plus one per user - you'd have to make sure to delete each work item from each of it's queues and delete the work item itself). An other approach would be to tweak the workflow scripts themselves, e.g. in publish.xml <q id="published"> <event name="batch-reset"> <dq/> <nq q="publishing"/> </event> <event name="discard" who="${publisher}"> <dq/> <dq who="${publisher}"/> </event> <event name="auto-discard" when="in 30 days"> <dq/> <dq who="${publisher}"/> </event> </q> Notice the last event just has a schedule set on it, and dequeues from all active queues, which will also trigger the work data to be discarded. Alex On Apr 29, 2008, at 3:07 PM, Adam Carl wrote: > Alex, > > Does this seem possible? > > 1) Create a workflow script in the bootstap project that gets > executed daily > (late at night) which calls a custom command object > 2) The command object would ideally rotate through each project and > clean > one project per day. (Remove workflow files which are older than > 30 days) > > Adam > > > > > On 4/25/08 4:43 PM, "al...@bi..." <al...@bi...> wrote: > >> Hey Adam, >> The latest build won't help with this issue. The problem is mostly >> due to the way the workflow details screen loads data for all tasks >> related to a given script. Improving the performance would primarily >> involve re-writing the workflow screens to use AJAX to load just the >> data needed to construct the current view. The best short-term >> advice >> I can give is to tweak scripts so that they automatically delete >> completed tasks after a window of time, so that you don't get such a >> large history of tasks built up on those screens. >> >> Alex >> >> Quoting Adam Carl <ac...@co...>: >> >>> Alex, >>> >>> At Columbia we have noticed the Workflow tab can take a fair >>> amount of time >>> to load for certain people and certain projects. If we shut down >>> Hypercontent and delete the workflow-data folder for a project the >>> performance is improved. >>> >>> Any suggestions? Our build of Hypercontent in production is over >>> a year >>> old, we are testing the latest code in CVS now and will be >>> promoting that >>> next week. Should that help with this problem? >>> >>> Thanks, >>> >>> Adam >>> >>> >>> -------------------------------------------------------------------- >>> ----- >>> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference >>> Don't miss this year's exciting event. There's still time to save >>> $100. >>> Use priority code J8TL2D2. >>> > http://ad.doubleclick.net/clk;198757673;13503038;p?http:// > java.sun.com/javaon>> > e >>> _______________________________________________ >>> Hypercontent-users mailing list >>> Hyp...@li... >>> https://lists.sourceforge.net/lists/listinfo/hypercontent-users >>> >> >> >> >> >> --------------------------------------------------------------------- >> ---- >> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference >> Don't miss this year's exciting event. There's still time to save >> $100. >> Use priority code J8TL2D2. >> http://ad.doubleclick.net/clk;198757673;13503038;p?http:// >> java.sun.com/javaone >> _______________________________________________ >> Hypercontent-users mailing list >> Hyp...@li... >> https://lists.sourceforge.net/lists/listinfo/hypercontent-users > |
From: Adam C. <ac...@co...> - 2008-04-29 19:08:11
|
Alex, Does this seem possible? 1) Create a workflow script in the bootstap project that gets executed daily (late at night) which calls a custom command object 2) The command object would ideally rotate through each project and clean one project per day. (Remove workflow files which are older than 30 days) Adam On 4/25/08 4:43 PM, "al...@bi..." <al...@bi...> wrote: > Hey Adam, > The latest build won't help with this issue. The problem is mostly > due to the way the workflow details screen loads data for all tasks > related to a given script. Improving the performance would primarily > involve re-writing the workflow screens to use AJAX to load just the > data needed to construct the current view. The best short-term advice > I can give is to tweak scripts so that they automatically delete > completed tasks after a window of time, so that you don't get such a > large history of tasks built up on those screens. > > Alex > > Quoting Adam Carl <ac...@co...>: > >> Alex, >> >> At Columbia we have noticed the Workflow tab can take a fair amount of time >> to load for certain people and certain projects. If we shut down >> Hypercontent and delete the workflow-data folder for a project the >> performance is improved. >> >> Any suggestions? Our build of Hypercontent in production is over a year >> old, we are testing the latest code in CVS now and will be promoting that >> next week. Should that help with this problem? >> >> Thanks, >> >> Adam >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference >> Don't miss this year's exciting event. There's still time to save $100. >> Use priority code J8TL2D2. >> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaon>> e >> _______________________________________________ >> Hypercontent-users mailing list >> Hyp...@li... >> https://lists.sourceforge.net/lists/listinfo/hypercontent-users >> > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users |
From: Alex V. <al...@bi...> - 2008-04-26 18:55:37
|
There's instructions and some discussion in this thread http://sourceforge.net/mailarchive/forum.php? thread_name=20061026050949.36019.qmail% 40web38003.mail.mud.yahoo.com&forum_name=hypercontent-users Also see the example packaged in the combined HC, uPortal + CAS distribution. Alex On Apr 26, 2008, at 12:47 PM, Vangel V. Ajanovski wrote: > Is there anywhere a tutorial or help for setting up and configuring > hypercontent portlets in uportal? > > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save > $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http:// > java.sun.com/javaone > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users |
From: Vangel V. A. <aj...@ii...> - 2008-04-26 16:48:27
|
Is there anywhere a tutorial or help for setting up and configuring hypercontent portlets in uportal? |
From: Vangel V. A. <aj...@ii...> - 2008-04-26 14:54:12
|
Adam Carl wrote: > At Columbia we have noticed the Workflow tab can take a fair amount of time > to load for certain people and certain projects. If we shut down > Hypercontent and delete the workflow-data folder for a project the > performance is improved. > I noticed that when I am logged in as ADMIN everything works 10 times faster than normal users. I regularly delete all the workflow-data folders, because they seem pretty unstable, and everyonce in a while some store is stuck, and the workflows don't work. I don't notice significant performance improvement after this. In general I am not at all satisfied with the stability of Hypercontent and |
From: <al...@bi...> - 2008-04-25 20:43:40
|
Hey Adam, The latest build won't help with this issue. The problem is mostly due to the way the workflow details screen loads data for all tasks related to a given script. Improving the performance would primarily involve re-writing the workflow screens to use AJAX to load just the data needed to construct the current view. The best short-term advice I can give is to tweak scripts so that they automatically delete completed tasks after a window of time, so that you don't get such a large history of tasks built up on those screens. Alex Quoting Adam Carl <ac...@co...>: > Alex, > > At Columbia we have noticed the Workflow tab can take a fair amount of time > to load for certain people and certain projects. If we shut down > Hypercontent and delete the workflow-data folder for a project the > performance is improved. > > Any suggestions? Our build of Hypercontent in production is over a year > old, we are testing the latest code in CVS now and will be promoting that > next week. Should that help with this problem? > > Thanks, > > Adam > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users > |
From: Adam C. <ac...@co...> - 2008-04-25 18:29:03
|
Alex, At Columbia we have noticed the Workflow tab can take a fair amount of time to load for certain people and certain projects. If we shut down Hypercontent and delete the workflow-data folder for a project the performance is improved. Any suggestions? Our build of Hypercontent in production is over a year old, we are testing the latest code in CVS now and will be promoting that next week. Should that help with this problem? Thanks, Adam |
From: Alex V. <al...@bi...> - 2008-04-25 15:33:42
|
Hi Rogelio, The way the navigation appears on the page is controlled by the XSL that generates the HTML - are you starting with the basic project that comes with HyperContent, or are you starting your own project from scratch? I would definitely recommend trying out the starter project and re-using the "base.xsl" within your own site, to generate navigation. You can also download a sample site with CAS content displayed several different ways here http://www.ja-sig.org/wiki/download/attachments/12494/portlet.zip Cheers, Alex On Apr 24, 2008, at 9:48 PM, Rogelio Jr Carrillo wrote: > Hello All, > > I am new to HyperContent CMS, and I'm wonder on how to add a > leftside menu navigation like as to CAS website. > > I had tried adding a navigation using Navigation pop menu but after > saving the navigation.xml ....all the menu that I have tried to all > was disappear. > > Can any body help me please. > > -Rogelio > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save > $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http:// > java.sun.com/javaone_______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users |