Re: CForms within default publication

2005-06-24 Thread hurrells
Hello Michael. This is great! I am about to try this. Me: Debian; jdk1.4.2; Tomcat 5.5.9-compat; Cocoon-2.1.7 and I have a clean svn of lenya-1.2.x and this patch ready to compile up. Does the patch's ./src/webapp overlay into /usr/local/lenya-1.2.x/src/webapp? Anything else I need to know to

Re: Pipeline "views" (was Re: Re[2]: Lenya/Lucene Search errors)

2005-06-24 Thread solprovider
On 6/24/05, Andreas Hartmann <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > I am wondering how best to implement document security. My current > > project handles it in XSL, but XSL should be for formatting, not > > functionality. > Hmmm, I wouldn't think that way round. The purpose sho

Re: Update from lenya-1.2 to lenya-1.2.3 succeeded

2005-06-24 Thread Gregor J. Rothfuss
Mike M. wrote: Oh! So the object tag is what's stored in the XML file but gets converted back to an img tag? Is there any doc on what the format of that object should be? Now that I recall, I remember seeing object tags all over the place for images (especially when I edited with bitflux) bu

Re: Update from lenya-1.2 to lenya-1.2.3 succeeded

2005-06-24 Thread Mike M .
Gregor J. Rothfuss apache.org> writes: > > the object tag is used to store additional meta data for an image, and > is only converted to img for display. the mentioned oath problems have > nothing to do with that though :) > Oh! So the object tag is what's stored in the XML file but gets co

Re: Update from lenya-1.2 to lenya-1.2.3 succeeded

2005-06-24 Thread Gregor J. Rothfuss
Mike M. wrote: Well, I ended up taking out the entire set of image munging code in our installation. I read the article mentioned in your fix (at http://www.xml.com/pub/a/2003/07/02/dive.html) and it says the Object tag doesn't work on IE. Why is this code even in the production release if tha

Re: Anyone using XSLTC?

2005-06-24 Thread Gregor J. Rothfuss
Andreas Hartmann wrote: I'm wondering if someone uses XSLTC with Lenya 1.2.X and Cocoon 2.1.7. I did some load tests and could increase the requests per second rate from 8 to 18 by merely replacing Xalan with XSLTC. Unfortunately that caused some exceptions in the authoring area, which are part

Re: german user documentation

2005-06-24 Thread Gregor J. Rothfuss
Andreas Hartmann wrote: That's a good point. It's not possible to write a "general Lenya user guide", except maybe the admin area (which is also customizable). ah come on.. most things are pretty much the same between publications, and are easily documentable. --

Re: Update from lenya-1.2 to lenya-1.2.3 succeeded

2005-06-24 Thread Mike M .
Gregor J. Rothfuss apache.org> writes: > > > it's a known bug with the kupu integration. in an effort to do some > cleanup of pasted word content, i filtered out too much and also > introduced the path problem. i currently don't have time to look into it > unfortunately, if someone does i su

RE: Unlock a document

2005-06-24 Thread allopoiesis GmbH Service
the files: Upload new attachment "override-checkout2.tar.gz" Upload new attachment "ForcedCheckinAction.java" Upload new attachment "ForcedCheckinAction.class" are not attached to the page http://wiki.apache.org/lenya/HowToDefaultPublicationUsefulChanges (at least I couldn't see them) is ther

Re: german user documentation

2005-06-24 Thread Jann Forrer
On Fri, 24 Jun 2005, Andreas Hartmann wrote: > Michael Trindler wrote: > > [...] > > > http://www.unicms.unizh.ch/docu/onlinedoku.html refers to the > > publication type we use at the University of Zurich and can IMO not be > > used for a general Lenya user guide. > > That's a good point. It's not

Re: BXE: cannot see table grid

2005-06-24 Thread Michael Wohlfart
Hi! BXE by default inserts Tables with a class attribute "ornate", you can make the grids visible by adding the following code to your CSS-Stylesheet: /* a table inserted by BXE */ table.ornate { border: solid 1px #A4BBE1; } /* td inside a table inserted by BXE */ table.ornate td {

Re: german user documentation

2005-06-24 Thread Andreas Hartmann
Michael Trindler wrote: [...] http://www.unicms.unizh.ch/docu/onlinedoku.html refers to the publication type we use at the University of Zurich and can IMO not be used for a general Lenya user guide. That's a good point. It's not possible to write a "general Lenya user guide", except maybe t

SV: Lucene: problem while crawling

2005-06-24 Thread Marc Steven Pekilidi - TELMORE
Hi, Yesterday I finally found what was wrong, in AbstractIndexer the IndexWriter, although it is created like this: IndexWriter writer = new IndexWriter(index.getAbsolutePath(), new StandardAnalyzer(), create); With a absolute path to where the index is to be, also needs to write into wh

BXE: cannot see table grid

2005-06-24 Thread Gerd-Christian Michalke
Hi ! I am not quite sure if this is a BXE or lenya issue, but within BXE, I am not able to see the grids of a table in the editing mode, but also in the view mode. What can I do about it ? Kind regards, G. Michalke - To unsub

Re: german user documentation

2005-06-24 Thread Michael Trindler
From: "Jann Forrer" <[EMAIL PROTECTED]> On Thu, 23 Jun 2005, Gregor J. Rothfuss wrote: Doug Chestnut wrote: > Jann Forrer wrote: > >> As Gregor pointed out the university of zuerich has a extended docu on >> http://www.unicms.unizh.ch/docu/onlinedoku.html but it is in German. >> Do you think i

Re: deploying live pages

2005-06-24 Thread
Andreas Hartmann apache.org> writes: > > Amna&Kiran wrote: > > Hi.. > > can you tell us how to deploy the published pages(live pages) to a web address > > say abc.com?? > > What exactly do you mean? That depends on the upload options > your ISP offers. E.g., if that includes FTP, you'll have

Anyone using XSLTC?

2005-06-24 Thread Andreas Hartmann
Hi Lenya dev, I'm wondering if someone uses XSLTC with Lenya 1.2.X and Cocoon 2.1.7. I did some load tests and could increase the requests per second rate from 8 to 18 by merely replacing Xalan with XSLTC. Unfortunately that caused some exceptions in the authoring area, which are partially XSLTC

Re: german user documentation

2005-06-24 Thread Jann Forrer
On Thu, 23 Jun 2005, Gregor J. Rothfuss wrote: > Doug Chestnut wrote: > > Jann Forrer wrote: > > > >> As Gregor pointed out the university of zuerich has a extended docu on > >> http://www.unicms.unizh.ch/docu/onlinedoku.html but it is in German. > >> Do you think it make sense to start > >> http: