Author: crossley
Date: Fri Feb 10 04:40:04 2006
New Revision: 376648
URL: http://svn.apache.org/viewcvs?rev=376648&view=rev
Log:
Update
Modified:
forrest/events/forrest-friday/20060210-log.txt
Modified: forrest/events/forrest-friday/20060210-log.txt
URL:
http://svn.apache.org/viewcvs/forrest/events/forrest-friday/20060210-log.txt?rev=376648&r1=376647&r2=376648&view=diff
==============================================================================
--- forrest/events/forrest-friday/20060210-log.txt (original)
+++ forrest/events/forrest-friday/20060210-log.txt Fri Feb 10 04:40:04 2006
@@ -292,3 +292,61 @@
[23:12] _Gav_: my problem sorted, used themes from whiteboard themer plugin,
which seem to be the old versions now
[23:13] _Gav_: copied updated themes from my site, cant remember where updated
ones are
[23:15] _Gav_: now next job then is to get pelt theme looking like pelt skin,
then optimise
+[23:21] tscherler: _Gav_http://issues.apache.org/jira/broâwse/FOR-797
+[23:21] tscherler: and http://issues.apache.org/jira/broâwse/FOR-787
+[23:22] tscherler: have a look at
http://issues.apache.org/jira/broâwse/FOR-787?page=com.atlassian.jirâa.plugin.ext.subversion:subversionâ-commits-tabpanel
+[23:23] _Gav_: ok
+[23:23] tscherler: k
+[23:25] _Gav_: ah, ../themes.core there it is!
+[23:25] tscherler: ;-)
+[23:28] twilliams_: thorsten, when you say configure lm on a sitemap level,
you mean locationmap level?
+[23:29] twilliams_: and not actual extensions to the sitemap grammar, right?
+[23:32] tscherler: no+
+[23:33] tscherler: mom
+[23:33] tscherler: see our main sitemap
+[23:33] tscherler: you will find
+[23:33] tscherler: <map:pipes default="caching">
+[23:33] tscherler: <!-- standard pipes -->
+[23:33] tscherler: <map:pipe name="caching"
src="org.apache.cocoon.componentsâ.pipeline.impl.CachingProcessingPiâpeline"/>
+[23:33] tscherler: <map:pipe name="noncaching"
src="org.apache.cocoon.componentsâ.pipeline.impl.NonCachingProcessinâgPipeline"/>
+[23:33] tscherler:
+[23:33] tscherler: <!-- profiling pipes -->
+[23:33] tscherler: <!-- When you want to do profiling, then replace the
+[23:33] tscherler: standard map:pipes above.
+[23:33] tscherler: See
docs/howto/howto-dev.html#debug-câocoon-profiler
+[23:33] tscherler: See FOR-572
+[23:33] tscherler: -->
+[23:33] tscherler: <!--
+[23:33] tscherler: <map:pipe name="caching"
src="org.apache.cocoon.componentsâ.profiler.ProfilingCachingProcessiângPipeline"/>
+[23:33] tscherler: <map:pipe name="noncaching"
src="org.apache.cocoon.componentsâ.profiler.ProfilingNonCachingProceâssingPipeline"/>
+[23:33] tscherler: -->
+[23:33] tscherler: </map:pipes>
+[23:34] tscherler: <map:pipe name="caching"
src="org.apache.cocoon.componentsâ.pipeline.impl.CachingProcessingPiâpeline"/>
+[23:34] tscherler: (13:33:34) tscherler: <map:pipe name="noncaching"
src="org.apache.cocoon.componentsâ.pipeline.impl.NonCachingProcessinâgPipeline"/>
+[23:34] tscherler: this both should be extended by forrest
+[23:34] tscherler: meaning
+[23:34] tscherler: using caching pipes will force lm to cache
+[23:35] tscherler: using non-caching will force lookup *not* in the cache
+[23:35] tscherler: if we do not want to extend the above classes we should
create new implemetations
+[23:36] tscherler: that let us reuse it everywhere and implement a "update"
pipe
+[23:36] tscherler: like
+[23:36] tscherler: requesting
+[23:36] xley: but what does that have to do with the ...
ProfilingCachingProcessingPipelinâe stuff that you pasted above.
+[23:36] tscherler: ...?forceupdate=true
+[23:37] tscherler: laziness of c'p
+[23:37] tscherler: and
+[23:37] tscherler: actually to profile this work
+[23:37] tscherler: we need to extend those as well
+[23:37] tscherler: ...but that is not prio
+[23:38] rgardler: tscherler: I have a few minutes before my next task, which
plugin am I trying to deploy for you?
+[23:38] tscherler: both dispatcher
+[23:39] tscherler: thanks very much
+[23:39] rgardler: yeah, but what are their names, I'm so confused about which
plugin is which
+[23:39] tscherler: org.apache.forrest.themes.core
+[23:39] tscherler: org.apache.forrest.plugin.internalâ.dispatcher
+[23:39] rgardler: thanks
+[23:39] rgardler: report back soon
+[23:39] tscherler: de nada
+[23:39] tscherler: :)
+[23:39] tscherler: gracias
+[23:39] _Gav_: themes.core does not create themes directory in target site,
will this change