From bugzilla-daemon at bugzilla.wyona.com Wed Aug 1 10:41:08 2007 From: bugzilla-daemon at bugzilla.wyona.com (bugzilla-daemon@bugzilla.wyona.com) Date: Wed Aug 1 11:10:04 2007 Subject: [Yanel-dev] [Bug 5438] refactor and fix serializers Message-ID: <20070801084108.A955C740594@bugzilla.wyona.com> http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5438 michael.wechner@wyona.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From michael.wechner@wyona.org 2007-08-01 10:41 ------- 757 applied, thanks very much Michi ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From michael.wechner at wyona.com Wed Aug 1 11:14:24 2007 From: michael.wechner at wyona.com (Michael Wechner) Date: Wed Aug 1 11:13:03 2007 Subject: [Yanel-dev] xhtml namespace is being added, although neither source XML nor XSLT is using xhtml namespace In-Reply-To: <46AF4216.5050209@wyona.com> References: <46AA7065.5050908@wyona.com> <46ADA5FF.10707@wyona.com> <46ADD7A7.2010301@wyona.com> <46AF4216.5050209@wyona.com> Message-ID: <46B04EF0.3010405@wyona.com> Josias Th?ny wrote: > Michael Wechner wrote: > >> Josias Th?ny wrote: >> >>> Michael Wechner wrote: >>> >>>> Hi >>>> >>>> I have noticed that the XML Resource is adding the xhtml namespace >>>> although neither the source nor the XSLT is using it >>>> >>>> >>> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> >>>> >>> >>>> You might want to give it a try at >>>> >>>> http://127.0.0.1:8080/yanel/yanel-website/roadmap.xml >>>> >>>> It seems to me there is some mixup re the Catalog/Entity resolver >>>> >>>> or any other idea what might be wrong? >>> >>> >>> >>> I guess this happens because the XMLResource uses the XHTMLSerializer. >>> Should we make the serializer configurable? >>> Or should we split the resource into a XHTMLResource and a XMLResource? >> >> >> >> according to your suggestions I have introduced an AbstractSerializer >> and extended from this an XML and XHTML serializer, whereas the >> BasicXML resource is using one or the other depending on the mime type. > > > Thanks a lot. > >> >> It seems to work now, whereas it seems though that I don't fully >> understand everything and possibly made some mistakes, for instance >> in the case of the XML serializer it seems not to copy the default >> namespace, e.g. > > > I added a patch to bugzilla: > http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5438 thanks very much > > It should fix this namespace problem, yes, it does :-) > but it does not do any namespace normalization, see also the bugzilla > comment. do you have an example for namespace normalization? Thanks Michi > > > Josias > >> >> src/realms/yanel-website/content/xslt/roadmap2events.xsl >> >> resp. xmlns="http://simile.mit.edu/timeline/1.0" >> >> when calling >> >> http://127.0.0.1:8080/yanel/yanel-website/roadmap.xml >> >> Any pointers to fix are very welcome ;-) >> >> Cheers >> >> Michi >> >>> >>> Josias >>> >>>> >>>> Cheers >>>> >>>> Michi >>>> >>> >>> _______________________________________________ >>> Yanel-development mailing list >>> Yanel-development@wyona.com >>> http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development >> >> >> >> > > _______________________________________________ > Yanel-development mailing list > Yanel-development@wyona.com > http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development -- Michael Wechner Wyona - Open Source Content Management - Yanel, Yulup http://www.wyona.com michael.wechner@wyona.com, michi@apache.org +41 44 272 91 61 From josias.thoeny at wyona.com Thu Aug 2 09:24:43 2007 From: josias.thoeny at wyona.com (=?ISO-8859-1?Q?Josias_Th=F6ny?=) Date: Thu Aug 2 09:27:07 2007 Subject: [Yanel-dev] xhtml namespace is being added, although neither source XML nor XSLT is using xhtml namespace In-Reply-To: <46B04EF0.3010405@wyona.com> References: <46AA7065.5050908@wyona.com> <46ADA5FF.10707@wyona.com> <46ADD7A7.2010301@wyona.com> <46AF4216.5050209@wyona.com> <46B04EF0.3010405@wyona.com> Message-ID: <46B186BB.9090000@wyona.com> Michael Wechner wrote: > Josias Th?ny wrote: [...] >> but it does not do any namespace normalization, see also the bugzilla >> comment. > > > do you have an example for namespace normalization? One part of the normalization is to fix namespace problems, e.g. to insert missing namespace attributes to declare a ns prefix/uri mapping. The other part is to "clean up" namespaces, e.g. to unify different prefix/uri declarations for the same uri, or to remove redundant ns declarations, e.g: input: hello hello again output: hello hello again Since our XMLSerializer doesn't do this normalization, we have to rely on a "nice" input. I guess in most cases it shouldn't be a problem. Josias > > Thanks > > Michi > >> >> >> Josias >> >>> >>> src/realms/yanel-website/content/xslt/roadmap2events.xsl >>> >>> resp. xmlns="http://simile.mit.edu/timeline/1.0" >>> >>> when calling >>> >>> http://127.0.0.1:8080/yanel/yanel-website/roadmap.xml >>> >>> Any pointers to fix are very welcome ;-) >>> >>> Cheers >>> >>> Michi >>> >>>> >>>> Josias >>>> >>>>> >>>>> Cheers >>>>> >>>>> Michi >>>>> >>>> >>>> _______________________________________________ >>>> Yanel-development mailing list >>>> Yanel-development@wyona.com >>>> http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development >>> >>> >>> >>> >> >> _______________________________________________ >> Yanel-development mailing list >> Yanel-development@wyona.com >> http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development > > > From Wayne.Bunting at gurit.com Thu Aug 2 10:31:44 2007 From: Wayne.Bunting at gurit.com (Wayne.Bunting@gurit.com) Date: Thu Aug 2 10:29:52 2007 Subject: [Yanel-dev] Wayne Bunting is out of the office. Message-ID: I will be out of the office starting 02/08/2007 and will not return until 06/08/2007. I will respond to your message when I return. From michael.wechner at wyona.com Thu Aug 2 10:37:23 2007 From: michael.wechner at wyona.com (Michael Wechner) Date: Thu Aug 2 10:36:03 2007 Subject: [Yanel-dev] Wiki parser bug re sub-list-items Message-ID: <46B197C3.8060404@wyona.com> Hi When using the Wiki resource and trying to use sub-list-items * URLs to be parsed and followed: ** nutch-0.8.x/conf/crawl-urlfilter.txt (Intranet) ** nutch-0.8.x/conf/regex-urlfilter.txt (Internet) * Misc ... then only the first will be part of the generated XML, resp. re the sample above the line nutch-0.8.x/conf/regex-urlfilter.txt (Internet) won't show up within the XML. One might want to reproduce it by using the viewId ?yanel.resource.viewid=source resp. ?yanel.resource.viewid=txt Any idea what might be wrong? Thanks Michi -- Michael Wechner Wyona - Open Source Content Management - Yanel, Yulup http://www.wyona.com michael.wechner@wyona.com, michi@apache.org +41 44 272 91 61 From michael.wechner at wyona.com Mon Aug 6 09:11:08 2007 From: michael.wechner at wyona.com (Michael Wechner) Date: Mon Aug 6 09:09:23 2007 Subject: [Yanel-dev] Yanel resource instance config namespace Message-ID: <46B6C98C.7080205@wyona.com> Hi I have just noticed that some resources configs are using (src/realms/yanel-website/content/rtd/create-new-resource.rc) and others src/realms/yanel-website/content/rtd/nutch-mailing-lists.rc I think we should clarify this. Any suggestions? Cheers Michi -- Michael Wechner Wyona - Open Source Content Management - Yanel, Yulup http://www.wyona.com michael.wechner@wyona.com, michi@apache.org +41 44 272 91 61 From bugzilla-daemon at bugzilla.wyona.com Thu Aug 9 09:04:20 2007 From: bugzilla-daemon at bugzilla.wyona.com (bugzilla-daemon@bugzilla.wyona.com) Date: Thu Aug 9 09:33:16 2007 Subject: [Yanel-dev] [Bug 5451] New: tollbar twice Message-ID: <20070809070420.385CA74050B@bugzilla.wyona.com> http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5451 Summary: tollbar twice Product: Yanel Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: major (B) Priority: P2 Component: General AssignedTo: josias.thoeny@wyona.org ReportedBy: simon.litwan@wyona.org QAContact: yanel-development@wyona.com CC: michael.wechner@wyona.org if there is a second body tag (e.g. in a browsereditors fromfield) in a page the tollbar gets added two times. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at bugzilla.wyona.com Thu Aug 9 09:04:56 2007 From: bugzilla-daemon at bugzilla.wyona.com (bugzilla-daemon@bugzilla.wyona.com) Date: Thu Aug 9 09:33:51 2007 Subject: [Yanel-dev] [Bug 5451] tollbar twice Message-ID: <20070809070456.BF8D0740589@bugzilla.wyona.com> http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5451 ------- Additional Comments From simon.litwan@wyona.org 2007-08-09 09:04 ------- Created an attachment (id=763) --> (http://bugzilla.wyona.com/cgi-bin/bugzilla/attachment.cgi?id=763&action=view) no2toolbars ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at bugzilla.wyona.com Thu Aug 9 12:41:05 2007 From: bugzilla-daemon at bugzilla.wyona.com (bugzilla-daemon@bugzilla.wyona.com) Date: Thu Aug 9 13:10:02 2007 Subject: [Yanel-dev] [Bug 5451] tollbar twice Message-ID: <20070809104105.E50A8740593@bugzilla.wyona.com> http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5451 simon.litwan@wyona.org changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #763 is|0 |1 obsolete| | ------- Additional Comments From simon.litwan@wyona.org 2007-08-09 12:41 ------- Created an attachment (id=764) --> (http://bugzilla.wyona.com/cgi-bin/bugzilla/attachment.cgi?id=764&action=view) no2toolbars2 ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at bugzilla.wyona.com Thu Aug 9 14:41:02 2007 From: bugzilla-daemon at bugzilla.wyona.com (bugzilla-daemon@bugzilla.wyona.com) Date: Thu Aug 9 15:09:57 2007 Subject: [Yanel-dev] [Bug 5451] toolbar twice Message-ID: <20070809124102.2F460740593@bugzilla.wyona.com> http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5451 josias.thoeny@wyona.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Summary|tollbar twice |toolbar twice ------- Additional Comments From josias.thoeny@wyona.org 2007-08-09 14:41 ------- applied patch 764 in r26645. thanks! ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at bugzilla.wyona.com Thu Aug 9 15:52:35 2007 From: bugzilla-daemon at bugzilla.wyona.com (bugzilla-daemon@bugzilla.wyona.com) Date: Thu Aug 9 16:21:32 2007 Subject: [Yanel-dev] [Bug 5456] New: allow multiple i18n catalogues Message-ID: <20070809135235.1179D7405AC@bugzilla.wyona.com> http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5456 Summary: allow multiple i18n catalogues Product: Yanel Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: normal (C) Priority: P2 Component: i18n AssignedTo: michael.wechner@wyona.org ReportedBy: josias.thoeny@wyona.org QAContact: yanel-development@wyona.com currently the i18n transformer uses only one catalogue file. this is a problem if a resource wants to use global and resource specific i18n messages. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at bugzilla.wyona.com Thu Aug 9 15:54:43 2007 From: bugzilla-daemon at bugzilla.wyona.com (bugzilla-daemon@bugzilla.wyona.com) Date: Thu Aug 9 16:23:39 2007 Subject: [Yanel-dev] [Bug 5456] allow multiple i18n catalogues Message-ID: <20070809135443.EE038740593@bugzilla.wyona.com> http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5456 ------- Additional Comments From josias.thoeny@wyona.org 2007-08-09 15:54 ------- Created an attachment (id=766) --> (http://bugzilla.wyona.com/cgi-bin/bugzilla/attachment.cgi?id=766&action=view) allow multiple catalogues with this patch multiple catalogues can be specifified in the rc as properties named "i18n-catalogue" note: the order the properties is important, i.e. the catalogues are searched sequentially and the first match is returned. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From josias.thoeny at wyona.com Thu Aug 9 16:55:24 2007 From: josias.thoeny at wyona.com (=?ISO-8859-1?Q?Josias_Th=F6ny?=) Date: Thu Aug 9 16:54:12 2007 Subject: [Yanel-dev] i18n catalogues Message-ID: <46BB2ADC.9030305@wyona.com> Hi all, To allow multiple i18n message catalogues, I made a small improvement of the I18nTransformer2, see: http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5456 With this patch, you can define multiple i18n catalogues in the rc of a resource: The I18nTransformer2 will look for a key first in the "foo" catalogue, and if the key is not found it will look in the "bar" catalogue and so on. Currently we're using simple property files as message catalogues. I think this is bad and we should use xml files instead. One major disadvantage of text property files is that the encoding is unknown, which is bad especially in the case of i18n files because foreign languages may want to use a special encoding. Actually java 6 supports xml files as resource bundles, but i guess we cannot require java 6. So we have to find a different solution. Maybe commons-configuration? It supports plain-text properties as well as xml properties, so maybe we could make it backwards-compatible. WDYT? josias From bugzilla-daemon at bugzilla.wyona.com Mon Aug 13 15:40:32 2007 From: bugzilla-daemon at bugzilla.wyona.com (bugzilla-daemon@bugzilla.wyona.com) Date: Mon Aug 13 16:09:29 2007 Subject: [Yanel-dev] [Bug 5456] allow multiple i18n catalogues Message-ID: <20070813134032.0D6A4740575@bugzilla.wyona.com> http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5456 josias.thoeny@wyona.org changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #766 is|0 |1 obsolete| | ------- Additional Comments From josias.thoeny@wyona.org 2007-08-13 15:40 ------- Created an attachment (id=767) --> (http://bugzilla.wyona.com/cgi-bin/bugzilla/attachment.cgi?id=767&action=view) updated patch minor improvement: avoid NPE ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From michael.wechner at wyona.com Wed Aug 15 09:18:15 2007 From: michael.wechner at wyona.com (Michael Wechner) Date: Wed Aug 15 09:16:21 2007 Subject: [Yanel-dev] Another namespace problem with the XML resource Message-ID: <46C2A8B7.4090601@wyona.com> Hi Is it possible that if no XSLT is being applied when using the XML resource, that all namespaces are being stripped off, e.g. the original Yulup Website Releases News is being delivered as Yulup Website Releases News Any idea what might be wrong? Thanks Michi -- Michael Wechner Wyona - Open Source Content Management - Yanel, Yulup http://www.wyona.com michael.wechner@wyona.com, michi@apache.org +41 44 272 91 61 From josias.thoeny at wyona.com Wed Aug 15 10:28:17 2007 From: josias.thoeny at wyona.com (=?ISO-8859-1?Q?Josias_Th=F6ny?=) Date: Wed Aug 15 10:27:01 2007 Subject: [Yanel-dev] Another namespace problem with the XML resource In-Reply-To: <46C2A8B7.4090601@wyona.com> References: <46C2A8B7.4090601@wyona.com> Message-ID: <46C2B921.4050503@wyona.com> Michael Wechner wrote: > Hi > > Is it possible that if no XSLT is being applied when using the XML > resource, that all namespaces are being stripped off, e.g. > > the original > > xmlns:atom="http://www.w3.org/2005/Atom"> > > Yulup Website > href="release-atom-entries/?yanel.resource.viewid=atom"> > Releases > > href="../news-entries/?yanel.resource.viewid=atom"> > News > > > > > is being delivered as > > > > Yulup Website > href="release-atom-entries/?yanel.resource.viewid=atom"> > Releases > > href="../news-entries/?yanel.resource.viewid=atom"> > News > > > > > > Any idea what might be wrong? I'm able to reproduce the problem, and I found this workaround: add this line to BasicXMLResource.java at line 119: xmlReader.setFeature("http://xml.org/sax/features/namespace-prefixes", true); However I'm not sure if this is a good solution. I guess the "correct" solution would be to implement namespace normalization in the XMLSerializer. But that might be a lot of work... Josias > > Thanks > > Michi > From michael.wechner at wyona.com Wed Aug 15 11:54:27 2007 From: michael.wechner at wyona.com (Michael Wechner) Date: Wed Aug 15 11:52:32 2007 Subject: [Yanel-dev] Another namespace problem with the XML resource In-Reply-To: <46C2B921.4050503@wyona.com> References: <46C2A8B7.4090601@wyona.com> <46C2B921.4050503@wyona.com> Message-ID: <46C2CD53.3000207@wyona.com> Josias Th?ny wrote: > Michael Wechner wrote: > >> Hi >> >> Is it possible that if no XSLT is being applied when using the XML >> resource, that all namespaces are being stripped off, e.g. >> >> the original >> >> > xmlns:atom="http://www.w3.org/2005/Atom"> >> >> Yulup Website >> > href="release-atom-entries/?yanel.resource.viewid=atom"> >> Releases >> >> > href="../news-entries/?yanel.resource.viewid=atom"> >> News >> >> >> >> >> is being delivered as >> >> >> >> Yulup Website >> > href="release-atom-entries/?yanel.resource.viewid=atom"> >> Releases >> >> > href="../news-entries/?yanel.resource.viewid=atom"> >> News >> >> >> >> >> >> Any idea what might be wrong? > > > I'm able to reproduce the problem, and I found this workaround: > > add this line to BasicXMLResource.java at line 119: > > xmlReader.setFeature("http://xml.org/sax/features/namespace-prefixes", > true); that seems to work, thanks very much. > > However I'm not sure if this is a good solution. why not? > I guess the "correct" solution would be to implement namespace > normalization in the XMLSerializer. But that might be a lot of work... have we a bug/task entry for this already? Cheers Michi > > Josias > > > >> >> Thanks >> >> Michi >> > > _______________________________________________ > Yanel-development mailing list > Yanel-development@wyona.com > http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development -- Michael Wechner Wyona - Open Source Content Management - Yanel, Yulup http://www.wyona.com michael.wechner@wyona.com, michi@apache.org +41 44 272 91 61 From bugzilla-daemon at bugzilla.wyona.com Wed Aug 15 12:45:07 2007 From: bugzilla-daemon at bugzilla.wyona.com (bugzilla-daemon@bugzilla.wyona.com) Date: Wed Aug 15 13:14:03 2007 Subject: [Yanel-dev] [Bug 5458] New: implement namespace normalization in XMLSerializer Message-ID: <20070815104507.C270C740512@bugzilla.wyona.com> http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5458 Summary: implement namespace normalization in XMLSerializer Product: Yanel Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: normal (C) Priority: P2 Component: General AssignedTo: michael.wechner@wyona.org ReportedBy: josias.thoeny@wyona.org QAContact: yanel-development@wyona.com Our XMLSerializer expects that an element in the SAX stream with a namespace either has an attribute which declares this namespace (or one of the ancestors has such an attribute). AFAIK this is not required in a SAX stream, and apparently the default of the Xerces XMLReader is to omit the namespace declaration attributes. Therefore the serializer should take care of the namespaces and add the namespace declaration attributes to the output. see e.g. http://www.w3.org/TR/2002/WD-DOM-Level-3-Core-20021022/namespaces-algorithms.html#normalizeDocumentAlgo http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/xml/dom/DOMStreamer.java ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From josias.thoeny at wyona.com Wed Aug 15 13:18:26 2007 From: josias.thoeny at wyona.com (=?ISO-8859-1?Q?Josias_Th=F6ny?=) Date: Wed Aug 15 13:17:02 2007 Subject: [Yanel-dev] Another namespace problem with the XML resource In-Reply-To: <46C2CD53.3000207@wyona.com> References: <46C2A8B7.4090601@wyona.com> <46C2B921.4050503@wyona.com> <46C2CD53.3000207@wyona.com> Message-ID: <46C2E102.5000004@wyona.com> Michael Wechner wrote: > Josias Th?ny wrote: > >> Michael Wechner wrote: >> >>> Hi >>> >>> Is it possible that if no XSLT is being applied when using the XML >>> resource, that all namespaces are being stripped off, e.g. >>> >>> the original >>> >>> >> xmlns:atom="http://www.w3.org/2005/Atom"> >>> >>> Yulup Website >>> >> href="release-atom-entries/?yanel.resource.viewid=atom"> >>> Releases >>> >>> >> href="../news-entries/?yanel.resource.viewid=atom"> >>> News >>> >>> >>> >>> >>> is being delivered as >>> >>> >>> >>> Yulup Website >>> >> href="release-atom-entries/?yanel.resource.viewid=atom"> >>> Releases >>> >>> >> href="../news-entries/?yanel.resource.viewid=atom"> >>> News >>> >>> >>> >>> >>> >>> Any idea what might be wrong? >> >> >> I'm able to reproduce the problem, and I found this workaround: >> >> add this line to BasicXMLResource.java at line 119: >> >> xmlReader.setFeature("http://xml.org/sax/features/namespace-prefixes", >> true); > > > that seems to work, thanks very much. > >> >> However I'm not sure if this is a good solution. > > > why not? Our XMLSerializer expects that an element in the SAX stream with a namespace either has an attribute which declares this namespace (or one of the ancestors has such an attribute). AFAIK this is not required in a SAX stream, and apparently the default of the Xerces XMLReader is to omit the namespace declaration attributes. This has been changed by the above setFeature(...) line, but if someone uses our serializer in a different situation, the same problem may occur again. > >> I guess the "correct" solution would be to implement namespace >> normalization in the XMLSerializer. But that might be a lot of work... > > > have we a bug/task entry for this already? I just filed a bug: http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5458 Josias > > Cheers > > Michi > >> >> Josias >> >> >> >>> >>> Thanks >>> >>> Michi >>> >> >> _______________________________________________ >> Yanel-development mailing list >> Yanel-development@wyona.com >> http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development > > > From michael.wechner at wyona.com Wed Aug 15 13:30:35 2007 From: michael.wechner at wyona.com (Michael Wechner) Date: Wed Aug 15 13:28:40 2007 Subject: [Yanel-dev] Another namespace problem with the XML resource In-Reply-To: <46C2E102.5000004@wyona.com> References: <46C2A8B7.4090601@wyona.com> <46C2B921.4050503@wyona.com> <46C2CD53.3000207@wyona.com> <46C2E102.5000004@wyona.com> Message-ID: <46C2E3DB.6060109@wyona.com> Josias Th?ny wrote: > >>> >>> However I'm not sure if this is a good solution. >> >> >> >> why not? > > > Our XMLSerializer expects that an element in the SAX stream with a > namespace either has an attribute which declares this namespace (or > one of the ancestors has such an attribute). > AFAIK this is not required in a SAX stream, and apparently the default > of the Xerces XMLReader is to omit the namespace declaration attributes. > This has been changed by the above setFeature(...) line, but if > someone uses our serializer in a different situation, the same problem > may occur again. ok > >> >>> I guess the "correct" solution would be to implement namespace >>> normalization in the XMLSerializer. But that might be a lot of work... >> >> >> >> have we a bug/task entry for this already? > > > I just filed a bug: > > http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5458 thanks very much Michi > > Josias > >> >> Cheers >> >> Michi >> >>> >>> Josias >>> >>> >>> >>>> >>>> Thanks >>>> >>>> Michi >>>> >>> >>> _______________________________________________ >>> Yanel-development mailing list >>> Yanel-development@wyona.com >>> http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development >> >> >> >> > > _______________________________________________ > Yanel-development mailing list > Yanel-development@wyona.com > http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development -- Michael Wechner Wyona - Open Source Content Management - Yanel, Yulup http://www.wyona.com michael.wechner@wyona.com, michi@apache.org +41 44 272 91 61 From bugzilla-daemon at bugzilla.wyona.com Wed Aug 15 17:34:57 2007 From: bugzilla-daemon at bugzilla.wyona.com (bugzilla-daemon@bugzilla.wyona.com) Date: Wed Aug 15 18:03:54 2007 Subject: [Yanel-dev] [Bug 5456] allow multiple i18n catalogues Message-ID: <20070815153457.6C48574059F@bugzilla.wyona.com> http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5456 simon.litwan@wyona.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From simon.litwan@wyona.org 2007-08-15 17:34 ------- attachement 767 applied in r26758. thanks to josias! ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From simon.litwan at wyona.com Wed Aug 15 20:46:34 2007 From: simon.litwan at wyona.com (simon litwan) Date: Wed Aug 15 20:44:45 2007 Subject: [Yanel-dev] i18n catalogues In-Reply-To: <46BB2ADC.9030305@wyona.com> References: <46BB2ADC.9030305@wyona.com> Message-ID: <46C34A0A.6020600@wyona.com> > > Currently we're using simple property files as message catalogues. > I think this is bad and we should use xml files instead. > > One major disadvantage of text property files is that the encoding is > unknown, which is bad especially in the case of i18n files because > foreign languages may want to use a special encoding. > > Actually java 6 supports xml files as resource bundles, but i guess we > cannot require java 6. > So we have to find a different solution. Maybe commons-configuration? It > supports plain-text properties as well as xml properties, so maybe we > could make it backwards-compatible. > i would welcome it to use xml files. another idea/question. why don't we put the catalogues in the content repository? this way they would also be editable through the web. WDOT? simon > WDYT? > > josias > > _______________________________________________ > Yanel-development mailing list > Yanel-development@wyona.com > http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development -- Simon Litwan simon.litwan@wyona.com Wyona Inc. - Open Source Content Management - Apache Lenya http://www.wyona.com http://lenya.apache.org From simon.litwan at wyona.com Fri Aug 17 15:17:29 2007 From: simon.litwan at wyona.com (simon litwan) Date: Fri Aug 17 15:15:31 2007 Subject: [Yanel-dev] path in css files Message-ID: <46C59FE9.50900@wyona.com> hi all at the moment we are delivering css files as resource type file. this works fina as long as there are no file path in it. but if one starts to use e.g background: url(../img/layout/bg.gif); there is a path problem. maybe we should invent a css resource which is replacing some placeholders with backToRealm etc. one could write the css like that: background: url(${backToRealm}/img/layout/bg.gif); wheras ${backToRealm} would be dynamicly replaced by the css resource-type. WDOT? simon -- Simon Litwan simon.litwan@wyona.com Wyona Inc. - Open Source Content Management - Apache Lenya http://www.wyona.com http://lenya.apache.org From michael.wechner at wyona.com Tue Aug 21 10:21:40 2007 From: michael.wechner at wyona.com (Michael Wechner) Date: Tue Aug 21 10:19:23 2007 Subject: [Yanel-dev] FOP JDK version Message-ID: <46CAA094.60507@wyona.com> Hi Jon and Simon Which JDK version of FOP 0.93 have you uploaded to the Wyona maven repo? Thanks Michi -- Michael Wechner Wyona - Open Source Content Management - Yanel, Yulup http://www.wyona.com michael.wechner@wyona.com, michi@apache.org +41 44 272 91 61 From michael.wechner at wyona.com Tue Aug 21 10:36:52 2007 From: michael.wechner at wyona.com (Michael Wechner) Date: Tue Aug 21 10:34:36 2007 Subject: [Yanel-dev] PDF test cases do not work anymore Message-ID: <46CAA424.9080601@wyona.com> Hi Since the FOP lib has been changed the following test cases do not work anymore: http://127.0.0.1:8080/yanel/test/use-cases/hello/pdf-sample.pdf http://127.0.0.1:8080/yanel/test/use-cases/hello/pdf-sample2.pdf Any idea what might be wrong? Thanks Michi -- Michael Wechner Wyona - Open Source Content Management - Yanel, Yulup http://www.wyona.com michael.wechner@wyona.com, michi@apache.org +41 44 272 91 61 From jon at wyona.com Tue Aug 21 16:15:34 2007 From: jon at wyona.com (Jonathan Addison) Date: Tue Aug 21 16:13:30 2007 Subject: [Yanel-dev] FOP JDK version In-Reply-To: <46CAA094.60507@wyona.com> References: <46CAA094.60507@wyona.com> Message-ID: <46CAF386.2030307@wyona.com> Michael Wechner wrote: > Hi Jon and Simon > > Which JDK version of FOP 0.93 have you uploaded to the Wyona maven repo? It is the JDK 1.4 version. Jonathan > > Thanks > > Michi > From michael.wechner at wyona.com Wed Aug 22 00:25:16 2007 From: michael.wechner at wyona.com (Michael Wechner) Date: Wed Aug 22 00:22:56 2007 Subject: [Yanel-dev] New Yanel snapshots available for "UNIX" Message-ID: <46CB664C.30201@wyona.com> Hi I have created new snapshots for "UNIX". You might want to test them http://yanel.wyona.org/en/download/unix.html and let me know about possible issues. I will also create them for Windows by tomorrow. What I dont' really understand is why the source snapshot has grown by more than 3MB. Any idea? Thanks Michi -- Michael Wechner Wyona - Open Source Content Management - Yanel, Yulup http://www.wyona.com michael.wechner@wyona.com, michi@apache.org +41 44 272 91 61 From bugzilla-daemon at bugzilla.wyona.com Wed Aug 22 16:01:57 2007 From: bugzilla-daemon at bugzilla.wyona.com (bugzilla-daemon@bugzilla.wyona.com) Date: Wed Aug 22 16:30:56 2007 Subject: [Yanel-dev] [Bug 5464] New: ResourceCreatorResource: Make folder icons clickable Message-ID: <20070822140157.B05707405A9@bugzilla.wyona.com> http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5464 Summary: ResourceCreatorResource: Make folder icons clickable Product: Yanel Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: General AssignedTo: simon.litwan@wyona.org ReportedBy: michael.wechner@wyona.org QAContact: yanel-development@wyona.com ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at bugzilla.wyona.com Wed Aug 22 16:02:59 2007 From: bugzilla-daemon at bugzilla.wyona.com (bugzilla-daemon@bugzilla.wyona.com) Date: Wed Aug 22 16:31:56 2007 Subject: [Yanel-dev] [Bug 5465] New: ResourceCreatorResource: The Resource Type doesn't seem to be correct, for instance some folders are being denoted as file resource type and some resources have a question mark Message-ID: <20070822140259.9DEA4740575@bugzilla.wyona.com> http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5465 Summary: ResourceCreatorResource: The Resource Type doesn't seem to be correct, for instance some folders are being denoted as file resource type and some resources have a question mark Product: Yanel Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: General AssignedTo: simon.litwan@wyona.org ReportedBy: michael.wechner@wyona.org QAContact: yanel-development@wyona.com ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From jon at wyona.com Wed Aug 22 16:36:44 2007 From: jon at wyona.com (Jonathan Addison) Date: Wed Aug 22 16:34:31 2007 Subject: [Yanel-dev] PDF test cases do not work anymore In-Reply-To: <46CAA424.9080601@wyona.com> References: <46CAA424.9080601@wyona.com> Message-ID: <46CC49FC.6010306@wyona.com> Michael Wechner wrote: > Hi > > Since the FOP lib has been changed the following test cases do not = > work anymore: > > http://127.0.0.1:8080/yanel/test/use-cases/hello/pdf-sample.pdf > http://127.0.0.1:8080/yanel/test/use-cases/hello/pdf-sample2.pdf I have attached a patch which makes the xsl-fo files compatible with FOP = 0.93. Jonathan > > Any idea what might be wrong? > > Thanks > > Michi > -------------- next part -------------- Index: src/realms/use-cases/yanel/data/xslt/samplePdf2.xsl =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- src/realms/use-cases/yanel/data/xslt/samplePdf2.xsl (revision 26843) +++ src/realms/use-cases/yanel/data/xslt/samplePdf2.xsl (working copy) @@ -6,7 +6,7 @@ xmlns:fo=3D"http://www.w3.org/1999/XSL/Format"> = - + = - + + + + @@ -44,20 +47,20 @@ = - + = = - --> + = - + (), , - + Seite = @@ -148,19 +151,18 @@ = - + - - + Index: src/contributions/resources/pdf/xslt/xml2fo.xsl =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- src/contributions/resources/pdf/xslt/xml2fo.xsl (revision 26843) +++ src/contributions/resources/pdf/xslt/xml2fo.xsl (working copy) @@ -11,7 +11,7 @@ = - + = - + = =20 From bugzilla-daemon at bugzilla.wyona.com Wed Aug 22 16:21:50 2007 From: bugzilla-daemon at bugzilla.wyona.com (bugzilla-daemon@bugzilla.wyona.com) Date: Wed Aug 22 16:50:47 2007 Subject: [Yanel-dev] [Bug 5465] ResourceCreatorResource: The Resource Type doesn't seem to be correct, for instance some folders are being denoted as file resource type and some resources have a question mark Message-ID: <20070822142150.1D30F740547@bugzilla.wyona.com> http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5465 ------- Additional Comments From simon.litwan@wyona.org 2007-08-22 16:21 ------- it's this peace of code: try { resourceTypeName = yanel.getResourceManager().getResource(getEnvironment(), realm, children[i].getPath()).getResourceTypeLocalName(); } catch (Exception e) { log.error(e.getMessage(), e); resourceTypeName = "?"; } so the question mark appears if it gets an exception while geting the resource-type name. will have a look. and any hint is appreciated. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at bugzilla.wyona.com Wed Aug 22 17:31:05 2007 From: bugzilla-daemon at bugzilla.wyona.com (bugzilla-daemon@bugzilla.wyona.com) Date: Wed Aug 22 18:00:04 2007 Subject: [Yanel-dev] [Bug 5464] ResourceCreatorResource: Make folder icons clickable Message-ID: <20070822153105.BF3F5740547@bugzilla.wyona.com> http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5464 ------- Additional Comments From simon.litwan@wyona.org 2007-08-22 17:31 ------- Created an attachment (id=783) --> (http://bugzilla.wyona.com/cgi-bin/bugzilla/attachment.cgi?id=783&action=view) foldericonsclickable ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From michael.wechner at wyona.com Wed Aug 22 19:42:56 2007 From: michael.wechner at wyona.com (Michael Wechner) Date: Wed Aug 22 19:40:32 2007 Subject: [Yanel-dev] [Fwd: Asynchronous menu loading (experimental)] Message-ID: <46CC75A0.4090909@wyona.com> Hi I think what Andreas Hartmann did for Lenya re menu loading could also be very useful for Yanel (please see below) Cheers Michi -------- Original Message -------- Subject: Asynchronous menu loading (experimental) Date: Wed, 22 Aug 2007 18:23:02 +0200 From: Andreas Hartmann Reply-To: dev@lenya.apache.org To: dev@lenya.apache.org Hi Lenya devs, the load test and profiling sessions showed that the menubar generation (especially the usecase precondition checks) have a significant performance impact. It can certainly be optimized, but it will never be as fast as the clean live page. To provide a workaround (and to get my feet wet with Ajax) I implemented a version which loads the menu asynchronously. If you want to give it a try, replace cocoon://lenya-page/ with cocoon://modules/menubar/ajaxmenu/ in the publication sitemap and modules-core/usecase/usecase.xmap. It has been tested only with Firefox yet. ATM the whole Lenya header is loaded asynchronously. A further improvement would be to load only the single menus on demand. This way, the server load would be reduced to the necessary minimum. And the user wouldn't even notice anything if she doesn't use the menu. -- Andreas -- Andreas Hartmann, CTO BeCompany GmbH http://www.becompany.ch --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org For additional commands, e-mail: dev-help@lenya.apache.org -- Michael Wechner Wyona - Open Source Content Management - Yanel, Yulup http://www.wyona.com michael.wechner@wyona.com, michi@apache.org +41 44 272 91 61 From michael.wechner at wyona.com Wed Aug 22 20:51:10 2007 From: michael.wechner at wyona.com (Michael Wechner) Date: Wed Aug 22 20:48:46 2007 Subject: [Yanel-dev] PDF test cases do not work anymore In-Reply-To: <46CC49FC.6010306@wyona.com> References: <46CAA424.9080601@wyona.com> <46CC49FC.6010306@wyona.com> Message-ID: <46CC859E.9060100@wyona.com> Jonathan Addison wrote: > Michael Wechner wrote: > >> Hi >> >> Since the FOP lib has been changed the following test cases do not >> work anymore: >> >> http://127.0.0.1:8080/yanel/test/use-cases/hello/pdf-sample.pdf >> http://127.0.0.1:8080/yanel/test/use-cases/hello/pdf-sample2.pdf > > > I have attached a patch which makes the xsl-fo files compatible with > FOP 0.93. thanks a lot. Works very fine again :-) I have applied your patch. Thanks Michi > > Jonathan > >> >> Any idea what might be wrong? >> >> Thanks >> >> Michi >> > >------------------------------------------------------------------------ > >Index: src/realms/use-cases/yanel/data/xslt/samplePdf2.xsl >=================================================================== >--- src/realms/use-cases/yanel/data/xslt/samplePdf2.xsl (revision 26843) >+++ src/realms/use-cases/yanel/data/xslt/samplePdf2.xsl (working copy) >@@ -6,7 +6,7 @@ > xmlns:fo="http://www.w3.org/1999/XSL/Format"> > > >- >+ > > > @@ -35,7 +35,10 @@ > > > >- >+ >+ >+ >+ > > > >@@ -44,20 +47,20 @@ > > > >- >+ > > > > >- --> >+ > > >- >+ > (), , > >- >+ > Seite > > >@@ -148,19 +151,18 @@ > > > >- >+ > > > > > >- > > > > > >- >+ > > > > >Index: src/contributions/resources/pdf/xslt/xml2fo.xsl >=================================================================== >--- src/contributions/resources/pdf/xslt/xml2fo.xsl (revision 26843) >+++ src/contributions/resources/pdf/xslt/xml2fo.xsl (working copy) >@@ -11,7 +11,7 @@ > > > >- >+ > > > @@ -19,7 +19,7 @@ > page-width ="21cm" > margin-left ="2.5cm" > margin-right ="2.5cm"> >- >+ > > > > > > >------------------------------------------------------------------------ > >_______________________________________________ >Yanel-development mailing list >Yanel-development@wyona.com >http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development > > -- Michael Wechner Wyona - Open Source Content Management - Yanel, Yulup http://www.wyona.com michael.wechner@wyona.com, michi@apache.org +41 44 272 91 61 From bugzilla-daemon at bugzilla.wyona.com Thu Aug 23 20:31:19 2007 From: bugzilla-daemon at bugzilla.wyona.com (bugzilla-daemon@bugzilla.wyona.com) Date: Thu Aug 23 21:00:18 2007 Subject: [Yanel-dev] [Bug 5391] add resource specific htdocs Message-ID: <20070823183119.DA38B74058B@bugzilla.wyona.com> http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5391 simon.litwan@wyona.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at bugzilla.wyona.com Thu Aug 23 20:33:03 2007 From: bugzilla-daemon at bugzilla.wyona.com (bugzilla-daemon@bugzilla.wyona.com) Date: Thu Aug 23 21:02:01 2007 Subject: [Yanel-dev] [Bug 5466] New: icons for resource types Message-ID: <20070823183303.564E274058B@bugzilla.wyona.com> http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5466 Summary: icons for resource types Product: Yanel Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: General AssignedTo: simon.litwan@wyona.org ReportedBy: simon.litwan@wyona.org QAContact: yanel-development@wyona.com CC: michael.wechner@wyona.org simon litwan wrote: > Michael Wechner schrieb: > >> I would rather suggest >> >> $RESOURCE_TYPE/htdocs/yanel/icon.png >> >> resp. >> >> $RESOURCE_TYPE/htdocs/$RESERVED_PREFIX/icon.png > > this one i don't understand > > the reserved prefix for resource-types is something like this: > http://$HOST:$PORT/$SERVLETPREFIX/$REALM/$RESERVEDPREFIX/resource-types/$RESOURCETYPENAMESPACE::$RESOURCETYPENAME/icon.png as URL I would suggest to use in order to make sure one mixup custom data within htdocs with yanel specific data http://$HOST:$PORT/$SERVLETPREFIX/$REALM/$RESERVEDPREFIX/resource-types/$RESOURCETYPENAMESPACE::$RESOURCETYPENAME/$RESERVEDPREFIX/icon.png and within the filesystem I would use $RESOURCE_TYPE/yanel-htdocs/icon.png I think this way it's nicely separated ;-) Cheers Michi > > or as file path: > $RESOURCE_TYPE/htdocs/icon.png > > but i think it would make sense to have a didicated icon folder because the resource-type could use some other icons as well which are not availabel in the global htdocs (e.g for thirdparty resource-types or not used elsewhere in yanel). > > and i think it's not bad at all to standardize it. > > i still would propose something like > http://$HOST:$PORT/$SERVLETPREFIX/$REALM/$RESERVEDPREFIX/resource-types/$RESOURCETYPENAMESPACE::$RESOURCETYPENAME/icons/resoursce-type-icon.png > or as file path > $RESOURCE_TYPE/htdocs/icons/resoursce-type-icon.png > > simon > > >> >> WDYT? >> >> Cheers >> >> Michi >> >>> >>> WDOT? >>> >>> simon >>> >>> >> >> > > -- Michael Wechner Wyona - Open Source Content Management - Yanel, Yulup http://www.wyona.com michael.wechner@wyona.com, michi@apache.org +41 44 272 91 61 _______________________________________________ Yanel-development mailing list Yanel-development@wyona.com http://wyona.com/cgi-bin/mailman/listinfo/yanel-development ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at bugzilla.wyona.com Thu Aug 23 20:35:20 2007 From: bugzilla-daemon at bugzilla.wyona.com (bugzilla-daemon@bugzilla.wyona.com) Date: Thu Aug 23 21:04:17 2007 Subject: [Yanel-dev] [Bug 5466] icons for resource types Message-ID: <20070823183520.0F56974058B@bugzilla.wyona.com> http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5466 ------- Additional Comments From simon.litwan@wyona.org 2007-08-23 20:35 ------- Created an attachment (id=784) --> (http://bugzilla.wyona.com/cgi-bin/bugzilla/attachment.cgi?id=784&action=view) resource-type_yanel-htdocs one can get a file located in: $RESOURCE_TYPE/yanel-htdocs/test.css by typing: http://localhost:8080/yanel/yanel/resource-types/http://www.wyona.org/yanel/resource/1.0::tinymce/yanel/test.css ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at bugzilla.wyona.com Fri Aug 24 21:06:32 2007 From: bugzilla-daemon at bugzilla.wyona.com (bugzilla-daemon@bugzilla.wyona.com) Date: Fri Aug 24 21:35:32 2007 Subject: [Yanel-dev] [Bug 5464] ResourceCreatorResource: Make folder icons clickable Message-ID: <20070824190632.ACABB74054E@bugzilla.wyona.com> http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5464 michael.wechner@wyona.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From michael.wechner@wyona.org 2007-08-24 21:06 ------- 783 reviewed and applied, thanks very much, Michi ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From michael.wechner at wyona.com Fri Aug 24 23:55:48 2007 From: michael.wechner at wyona.com (Michael Wechner) Date: Fri Aug 24 23:53:21 2007 Subject: [Yanel-dev] [Fwd: Re: [ANN] Apache FOP 0.94 Released] Message-ID: <46CF53E4.40006@wyona.com> I guess we can try to upgrade from 0.93 to 0.94 ;-) Cheers Michi -------- Original Message -------- Subject: Re: [ANN] Apache FOP 0.94 Released Date: Fri, 24 Aug 2007 23:23:44 +0200 From: Abel Braaksma Reply-To: fop-users@xmlgraphics.apache.org To: fop-users@xmlgraphics.apache.org References: <46CF48F8.8010301@anyware-tech.com> > FOP 0.94 implements the XSL-FO 1.1 recommendation to a high degree of > compliance. See the compliance page for a detailed overview: > http://xmlgraphics.apache.org/fop/compliance.htm just a minor note, but on your homepage http://xmlgraphics.apache.org/fop/, you still talk of XSL-FO 1.1 Working Draft, which is a Recommendation since end last year... btw: I also love the new PS addition with the two-pass creating smaller sizes. This is very (very!) important for large scale volume printing with images. Thanks! -- Abel Braaksma --------------------------------------------------------------------- To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org -- Michael Wechner Wyona - Open Source Content Management - Yanel, Yulup http://www.wyona.com michael.wechner@wyona.com, michi@apache.org +41 44 272 91 61 From bugzilla-daemon at bugzilla.wyona.com Fri Aug 24 23:32:04 2007 From: bugzilla-daemon at bugzilla.wyona.com (bugzilla-daemon@bugzilla.wyona.com) Date: Sat Aug 25 00:01:02 2007 Subject: [Yanel-dev] [Bug 5466] icons for resource types Message-ID: <20070824213204.612B2740477@bugzilla.wyona.com> http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5466 ------- Additional Comments From michael.wechner@wyona.org 2007-08-24 23:32 ------- Please add some examples icons, e.g. src/resources/file/yanel-htdocs/icon.png src/contributions/resources/timeline/yanel-htdocs/icon.png and use it somewhere, e.g. resource creator resource and also please add some documentation to the Yanel website. Thanks Michi ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at bugzilla.wyona.com Fri Aug 24 23:32:49 2007 From: bugzilla-daemon at bugzilla.wyona.com (bugzilla-daemon@bugzilla.wyona.com) Date: Sat Aug 25 00:01:46 2007 Subject: [Yanel-dev] [Bug 5466] icons for resource types Message-ID: <20070824213249.26ED9740541@bugzilla.wyona.com> http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5466 ------- Additional Comments From michael.wechner@wyona.org 2007-08-24 23:32 ------- Patch 784 reviewed and applied. Thanks very much, Michi ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From simon.litwan at wyona.com Tue Aug 28 13:39:02 2007 From: simon.litwan at wyona.com (simon litwan) Date: Tue Aug 28 13:36:21 2007 Subject: [Yanel-dev] icons Message-ID: <46D40956.3040407@wyona.com> hi all i think in order to have a nice gui we need icons. since we don't have the time or resource to design a yanel icon set we should take an existing one. i found two intersting projects: http://tango.freedesktop.org/Tango_Desktop_Project http://icon-king.com/?p=15 the tango icons are licensed under a cc licens (see: http://creativecommons.org/licenses/by-sa/2.5/) and i'm not sure we can use it. but it comes with an svg file for each icon and a color palette which makes it easy to design missing icons in the same style. the icon-king nuvola icons are lincensed under lgpl and i'm not sure we can use it. it's more complete but has no svg source and could be harder design missing icons in the same style. WDYT? simon -- Simon Litwan simon.litwan@wyona.com Wyona Inc. - Open Source Content Management - Apache Lenya http://www.wyona.com http://lenya.apache.org From bugzilla-daemon at bugzilla.wyona.com Tue Aug 28 17:05:14 2007 From: bugzilla-daemon at bugzilla.wyona.com (bugzilla-daemon@bugzilla.wyona.com) Date: Tue Aug 28 17:34:13 2007 Subject: [Yanel-dev] [Bug 5522] New: add yanel-path property to the pdf resource-type Message-ID: <20070828150514.9F8DD74057F@bugzilla.wyona.com> http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5522 Summary: add yanel-path property to the pdf resource-type Product: Yanel Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: normal (C) Priority: P2 Component: General AssignedTo: simon.litwan@wyona.org ReportedBy: simon.litwan@wyona.org QAContact: yanel-development@wyona.com ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at bugzilla.wyona.com Tue Aug 28 17:08:47 2007 From: bugzilla-daemon at bugzilla.wyona.com (bugzilla-daemon@bugzilla.wyona.com) Date: Tue Aug 28 17:37:46 2007 Subject: [Yanel-dev] [Bug 5522] add yanel-path property to the pdf resource-type Message-ID: <20070828150847.4F48674057F@bugzilla.wyona.com> http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5522 ------- Additional Comments From simon.litwan@wyona.org 2007-08-28 17:08 ------- Created an attachment (id=785) --> (http://bugzilla.wyona.com/cgi-bin/bugzilla/attachment.cgi?id=785&action=view) pdf_yanel-path_property ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at bugzilla.wyona.com Wed Aug 29 08:53:37 2007 From: bugzilla-daemon at bugzilla.wyona.com (bugzilla-daemon@bugzilla.wyona.com) Date: Wed Aug 29 09:22:36 2007 Subject: [Yanel-dev] [Bug 5522] add yanel-path property to the pdf resource-type Message-ID: <20070829065337.8972B740587@bugzilla.wyona.com> http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5522 ------- Additional Comments From jonathan.addison@wyona.com 2007-08-29 08:53 ------- This works fine for me, thanks simon. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at bugzilla.wyona.com Wed Aug 29 13:59:04 2007 From: bugzilla-daemon at bugzilla.wyona.com (bugzilla-daemon@bugzilla.wyona.com) Date: Wed Aug 29 14:28:05 2007 Subject: [Yanel-dev] [Bug 5522] add yanel-path property to the pdf resource-type Message-ID: <20070829115904.EFF24740547@bugzilla.wyona.com> http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5522 simon.litwan@wyona.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From simon.litwan@wyona.org 2007-08-29 13:59 ------- patch applied in r27018 ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From simon.litwan at wyona.com Wed Aug 29 17:59:14 2007 From: simon.litwan at wyona.com (simon litwan) Date: Wed Aug 29 17:56:28 2007 Subject: [Yanel-dev] [Fwd: Re: xml or properties] Message-ID: <46D597D2.9060809@wyona.com> hi all i think we should change the log4j.properties to log4j.xml. WDYT? simon -------- Original-Nachricht -------- Betreff: Re: xml or properties Datum: Wed, 29 Aug 2007 10:45:11 -0500 Von: Matthew Kemp Antwort an: Log4J Users List An: Log4J Users List Referenzen: <46D590C6.3020406@wyona.com> There is some overhead with parsing the xml/building the DOM, but since that only happens when the config is loaded the impact should be minimal. Once log4j is setup there is no difference. On 8/29/07, simon litwan wrote: > > hi all > > is there any difference re performance when using log4j.xml instead of > log4j.properties? > > cheers > > simon > > -- > Simon Litwan simon.litwan@wyona.com > Wyona Inc. - Open Source Content Management - Apache Lenya > http://www.wyona.com http://lenya.apache.org > > --------------------------------------------------------------------- > To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org > For additional commands, e-mail: log4j-user-help@logging.apache.org > > -- Simon Litwan simon.litwan@wyona.com Wyona Inc. - Open Source Content Management - Apache Lenya http://www.wyona.com http://lenya.apache.org From michael.wechner at wyona.com Wed Aug 29 20:24:21 2007 From: michael.wechner at wyona.com (Michael Wechner) Date: Wed Aug 29 20:21:39 2007 Subject: [Yanel-dev] [Fwd: Re: xml or properties] In-Reply-To: <46D597D2.9060809@wyona.com> References: <46D597D2.9060809@wyona.com> Message-ID: <46D5B9D5.2000600@wyona.com> simon litwan wrote: > hi all > > i think we should change the log4j.properties to log4j.xml. > > WDYT? +1 if we can provide the same functionality ;-) Cheers Michi > > simon > > > -------- Original-Nachricht -------- > Betreff: Re: xml or properties > Datum: Wed, 29 Aug 2007 10:45:11 -0500 > Von: Matthew Kemp > Antwort an: Log4J Users List > An: Log4J Users List > Referenzen: <46D590C6.3020406@wyona.com> > > There is some overhead with parsing the xml/building the DOM, but > since that > only happens when the config is loaded the impact should be minimal. Once > log4j is setup there is no difference. > > On 8/29/07, simon litwan wrote: > >> >> hi all >> >> is there any difference re performance when using log4j.xml instead of >> log4j.properties? >> >> cheers >> >> simon >> >> -- >> Simon Litwan simon.litwan@wyona.com >> Wyona Inc. - Open Source Content Management - Apache Lenya >> http://www.wyona.com http://lenya.apache.org >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org >> For additional commands, e-mail: log4j-user-help@logging.apache.org >> >> > > -- Michael Wechner Wyona - Open Source Content Management - Yanel, Yulup http://www.wyona.com michael.wechner@wyona.com, michi@apache.org +41 44 272 91 61 From bugzilla-daemon at bugzilla.wyona.com Fri Aug 31 22:29:15 2007 From: bugzilla-daemon at bugzilla.wyona.com (bugzilla-daemon@bugzilla.wyona.com) Date: Fri Aug 31 22:58:15 2007 Subject: [Yanel-dev] [Bug 5466] icons for resource types Message-ID: <20070831202915.3D8AA740597@bugzilla.wyona.com> http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5466 ------- Additional Comments From simon.litwan@wyona.org 2007-08-31 22:29 ------- Created an attachment (id=786) --> (http://bugzilla.wyona.com/cgi-bin/bugzilla/attachment.cgi?id=786&action=view) makes the new-resource-type target building the default doc ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. From bugzilla-daemon at bugzilla.wyona.com Fri Aug 31 22:30:52 2007 From: bugzilla-daemon at bugzilla.wyona.com (bugzilla-daemon@bugzilla.wyona.com) Date: Fri Aug 31 22:59:51 2007 Subject: [Yanel-dev] [Bug 5466] icons for resource types Message-ID: <20070831203052.51E43740597@bugzilla.wyona.com> http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5466 ------- Additional Comments From simon.litwan@wyona.org 2007-08-31 22:30 ------- Created an attachment (id=787) --> (http://bugzilla.wyona.com/cgi-bin/bugzilla/attachment.cgi?id=787&action=view) adds icons and docu to the list of registerd resources ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.