From tw at waldmann-edv.de Thu Oct 2 09:56:06 2003 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Thu Oct 2 09:56:06 2003 Subject: [Moin-devel] Translations - last chance to update Message-ID: <3F7C587F.8030700@waldmann-edv.de> Moin! If you are maintaining a translation, it might be the very last chance now to update it before it gets released. So please look through if: * your system texts are completely translated * the translation of the system page names matches the real names of the system pages of your language (see moinmaster wiki) greetings, Thomas From tw at waldmann-edv.de Thu Oct 2 10:02:06 2003 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Thu Oct 2 10:02:06 2003 Subject: [Moin-devel] Last chance to check the CVS snapshot Message-ID: <3F7C59F8.3010904@waldmann-edv.de> Hi, if you want to help releasing moin 1.1, then please get the latest CVS snapshot (that means the NIGHTLY one, not the one marked as "stable") and try to install it like described in the docs and give it a test run. If you encounter problems (even after reading the docs ;), please post them here. Thanks. Thomas From tw at waldmann-edv.de Sat Oct 4 17:23:20 2003 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Sat Oct 4 17:23:20 2003 Subject: [Moin-devel] [ moin-Patches-815510 ] Add support for diffs between arbitrary versions In-Reply-To: References: Message-ID: <3F7F69D4.4010805@waldmann-edv.de> Just wanted to tell that I've put further work into that: * more cleanup to the diff action * internal diff instead of external diff The last item was necessary because otherwise an "empty page file" would have been necessary for diffing against in some cases. The problem is that this (patch by Florian Festi) requires difflib from python2.2. And that difflib requires python2.2 by using yield. So the question is if that should be committed now (giving users a nice feature and not requiring an external diff, but rising requirements to py2.2) or after 1.1 release (requiring python is planned for 1.2 anyway)!? Comments? greetings, Thomas From steve at einval.com Sat Oct 4 20:04:02 2003 From: steve at einval.com (Steve McIntyre) Date: Sat Oct 4 20:04:02 2003 Subject: [Moin-devel] [ moin-Patches-815510 ] Add support for diffs between arbitrary versions In-Reply-To: <3F7F69D4.4010805@waldmann-edv.de> References: <3F7F69D4.4010805@waldmann-edv.de> Message-ID: <20031005030309.GC26358@einval.com> On Sun, Oct 05, 2003 at 02:46:12AM +0200, Thomas Waldmann wrote: >Just wanted to tell that I've put further work into that: >* more cleanup to the diff action >* internal diff instead of external diff > >The last item was necessary because otherwise an "empty page file" would >have been necessary for diffing against in some cases. > >The problem is that this (patch by Florian Festi) requires difflib from >python2.2. And that difflib requires python2.2 by using yield. > >So the question is if that should be committed now (giving users a nice >feature and not requiring an external diff, but rising requirements to >py2.2) or after 1.1 release (requiring python is planned for 1.2 anyway)!? Could you post a diff? -- Steve McIntyre, Cambridge, UK. steve at einval.com Is there anybody out there? -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From tw at waldmann-edv.de Sat Oct 4 20:27:12 2003 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Sat Oct 4 20:27:12 2003 Subject: [Moin-devel] PageEditor.py patch In-Reply-To: <20030919230017.64304.qmail@web14310.mail.yahoo.com> References: <20030919230017.64304.qmail@web14310.mail.yahoo.com> Message-ID: <3F7F9526.7040108@waldmann-edv.de> Hi Roger, >While searching for the cause of a formatting problem in IE 6.0, I >found two errors in PageEditor.py and a third inconsistency (at least >for my use of MoinMoin). > >When preparing a page for spell check or preview, line 312 outputs an >orphan tag. > >Line 334 outputs an anchor tag without a closing tag (the one on 312?). > Maybe a copy&paste error. Corrected in CVS now. >I think PageEditor should output the config.page_footer1 and >config.page_footer2 values after line 340. This would be helpful for >people like me who override the config.title2 and config.page_footer1 >values to modify the pages internal format. > This is also corrected in CVS (slightly different than in your patch, as you might also define functions instead of strings for that). greetings, Thomas From noreply at sourceforge.net Sun Oct 5 00:03:03 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Sun Oct 5 00:03:03 2003 Subject: [Moin-devel] [ moin-Feature Requests-818013 ] Single WikiWord in heirarchical scheme Message-ID: Feature Requests item #818013, was opened at 2003-10-05 17:02 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358482&aid=818013&group_id=8482 Category: None Group: None Status: Open Priority: 5 Submitted By: Roger Keays (kefu26) Assigned to: Nobody/Anonymous (nobody) Summary: Single WikiWord in heirarchical scheme Initial Comment: Hi, the use of '/' to make a heirarchical wiki is really useful... except when you need to link to a node in the heirarchy. I propose that single wiki words (containing no /) should be checked recursively backwards from the current page, rather than just checked from the top of the heirarchy. E.g. if I had a page called NinthAve/WeeklyReports/Finances/ and I used the wiki word 'CustomerPage', it could link to NinthAve/WeeklyReports/CustomerPage, NinthAve/CustomerPage, or CustomerPage ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358482&aid=818013&group_id=8482 From lele at nautilus.homeip.net Tue Oct 7 18:07:01 2003 From: lele at nautilus.homeip.net (Lele Gaifax) Date: Tue Oct 7 18:07:01 2003 Subject: [Moin-devel] Patch against it.py (gzipped) Message-ID: Hi, my attachment was too big for the list, sorry. Here it is again. ciao, lele. -------------- next part -------------- A non-text attachment was scrubbed... Name: dist-it.py.gz Type: application/octet-stream Size: 10703 bytes Desc: not available URL: -------------- next part -------------- -- nickname: Lele Gaifax | Quando vivr? di quello che ho pensato ieri real: Emanuele Gaifas | comincer? ad aver paura di chi mi copia. email: lele at seldati.it | -- Fortunato Depero, 1929. From HGHDP at YAHOO.COM Wed Oct 8 07:16:08 2003 From: HGHDP at YAHOO.COM (Uniade) Date: Wed Oct 8 07:16:08 2003 Subject: [Moin-devel] mill Message-ID: An HTML attachment was scrubbed... URL: From tfanslau at gmx.de Thu Oct 9 10:30:04 2003 From: tfanslau at gmx.de (Thomas Fanslau) Date: Thu Oct 9 10:30:04 2003 Subject: [Moin-devel] Suggestion: Excluding actions Message-ID: <3F856DEE.9050304@gmx.de> I read thru the documentation on Access-Control-Lists and i think they are to fine-grained for my taste. Or to meet my requirements. I made a single, small change to the source to be able to disable some actions at all. In "config.py" I removed the line with excluded_actions = ['DeletePage', 'AttachFile'] and added a line 'excluded_actions' : ['DeletePage', 'AttachFile'], to the "cfg_defaults"-dictionary. This way I can write excluded_actions = ['DeletePage', 'AttachFile', 'edit'] in my "moin_config.py"-File to remove the ability to edit pages at all. That is useful if you want to allow editing from the Intranet while disallowing it from the Internet (regardless of the user logged in). From tfanslau at gmx.de Thu Oct 9 10:30:07 2003 From: tfanslau at gmx.de (Thomas Fanslau) Date: Thu Oct 9 10:30:07 2003 Subject: [Moin-devel] Possible Bug in 'LocalSiteMap' Message-ID: <3F8567B0.90507@gmx.de> I haven't looked into the sources looked so much, but as far as i understand this snippet def recurse_build(self, trees, depth): all_kids = [] for tree in trees: kids = self.new_kids(tree.node) for kid in kids: newTree = Tree(kid) tree.append(newTree) self.new_node() all_kids.append(newTree) if len(kids): self.recurse_build(all_kids, depth+1) shouldn't it be "if len(all_kids):" on the end? If I'm right, can someone fix that in the CVS? Thanks ... From tw at waldmann-edv.de Fri Oct 10 12:28:08 2003 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Fri Oct 10 12:28:08 2003 Subject: [Moin-devel] Possible Bug in 'LocalSiteMap' In-Reply-To: <3F8567B0.90507@gmx.de> References: <3F8567B0.90507@gmx.de> Message-ID: <3F870E1C.3040202@waldmann-edv.de> > if len(kids): > self.recurse_build(all_kids, depth+1) > > shouldn't it be "if len(all_kids):" on the end? If I'm right, can > someone fix that in the CVS? Thanks ... I am not 100% sure, but I think you're right. Have committed that to CVS. From crosseyedpenguin at yahoo.com Fri Oct 10 19:24:03 2003 From: crosseyedpenguin at yahoo.com (Roger Haase) Date: Fri Oct 10 19:24:03 2003 Subject: [Moin-devel] CVS problem on WikiHomepage In-Reply-To: <3F7C59F8.3010904@waldmann-edv.de> Message-ID: <20031011022300.4636.qmail@web14302.mail.yahoo.com> For the past several days, I have been stuck on a problem trying to update from CVS. I keep getting this error message: cvs95 checkout: move away moin/wiki/data/text/WikiHomepage; it is in the way C moin/wiki/data/text/WikiHomepage I normally use TortoiseCVS, I have tried using WinCVS and get the same error message. I have deleted the file, it gets recreated and the error persists. If I update only WikiHomePage, it updates without an error. The problem even persists after I created a new repository. I am not sure why this file is a problem, I have never modified it. Anyone else have a CVS problem? I will download the nightly tarball and test this weekend. Roger Haase __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com From robert.groenewegen at tiscali.nl Sat Oct 11 13:37:01 2003 From: robert.groenewegen at tiscali.nl (Robert Groenewegen) Date: Sat Oct 11 13:37:01 2003 Subject: [Moin-devel] CVS problem on WikiHomepage Message-ID: <5.2.0.9.0.20031011102148.00b6a9f0@pop3.zonnet.nl> Hi Roger At 19:23 10-10-2003 -0700, Roger Haase wrote: >For the past several days, I have been stuck on a problem trying to >update from CVS. I keep getting this error message: > >cvs95 checkout: move away moin/wiki/data/text/WikiHomepage; it is in >the way >C moin/wiki/data/text/WikiHomepage FYI I have runned 'cvs update -d' (W2K, cygwin) without any error this morning (Saterday October 11, 08:00 Timezone Netherlands/Germany). On the other hand, I have not had any update in a couple of days (weeks?). But I do recall mail from Thomas that Jurgen is busy and only some fixes are committed. BTW If you are on Windows, you should really try Cygwin and the CVS package for this. I do use it for the client but I also have several CVS pservers running under W2K) Bye, Robert >I normally use TortoiseCVS, I have tried using WinCVS and get the same >error message. I have deleted the file, it gets recreated and the >error persists. If I update only WikiHomePage, it updates without an >error. > >The problem even persists after I created a new repository. I am not >sure why this file is a problem, I have never modified it. > >Anyone else have a CVS problem? I will download the nightly tarball and >test this weekend. > >Roger Haase > >__________________________________ >Do you Yahoo!? >The New Yahoo! Shopping - with improved product search >http://shopping.yahoo.com > > >------------------------------------------------------- >This SF.net email is sponsored by: SF.net Giveback Program. >SourceForge.net hosts over 70,000 Open Source Projects. >See the people who have HELPED US provide better services: >Click here: http://sourceforge.net/supporters.php >_______________________________________________ >Moin-devel mailing list >Moin-devel at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/moin-devel From R.Bauer at fz-juelich.de Sun Oct 12 04:23:01 2003 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Sun Oct 12 04:23:01 2003 Subject: [Moin-devel] length of filename Message-ID: <3F893901.8060002@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear all, I got some trouble today using several sections and subsections with slides. I have reached the length limit of the filename. Is it possible to extend this length? I don't found how to set an alias. Reimar - -- Forschungszentrum Juelich email: R.Bauer at fz-juelich.de http://www.fz-juelich.de/icg/icg-i/ ================================================================== a IDL library at ForschungsZentrum Juelich http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro.html -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE/iTkA5aOc3Q9hk/kRAndPAKCuSjrghpJdADpWtQwMA65DquzsXwCfbvle t5S1iY7RPWvL/p6ugczGxco= =LOVy -----END PGP SIGNATURE----- From R.Bauer at fz-juelich.de Sun Oct 12 10:43:02 2003 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Sun Oct 12 10:43:02 2003 Subject: [Moin-devel] slide mode Message-ID: <3F899216.7090905@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear all, I got some extra work with my first slide prasentation in moinmoin. I don't have read somewhere about forbidden signs in the definition of the individual slides. I found out better not to use "(" ")" in the name. e.g. ["/000 Definition von Pointer (Zeiger)"] this goes wrong. If I have used one of this names then [[Navigation(slides)]] can't switch to the next slide. I don't know if this is a bug or only a missing description. If it is a bug probably it could be fixed before 1.1. best regards Reimar - -- Forschungszentrum Juelich email: R.Bauer at fz-juelich.de http://www.fz-juelich.de/icg/icg-i/ ================================================================== a IDL library at ForschungsZentrum Juelich http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro.html -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE/iZIU5aOc3Q9hk/kRAm8bAKCiTeHj9YFGh1ySNBqffktkO5WrwACgvzpO aqdJiLrGQQ9WtUIC3oCpeKU= =IAqw -----END PGP SIGNATURE----- From crosseyedpenguin at yahoo.com Sun Oct 12 21:10:24 2003 From: crosseyedpenguin at yahoo.com (Roger Haase) Date: Sun Oct 12 21:10:24 2003 Subject: [Moin-devel] CVS problem on WikiHomepage In-Reply-To: <5.2.0.9.0.20031011102148.00b6a9f0@pop3.zonnet.nl> Message-ID: <20031013040934.24578.qmail@web14303.mail.yahoo.com> --- Robert Groenewegen wrote: > Hi Roger > > At 19:23 10-10-2003 -0700, Roger Haase wrote: > >For the past several days, I have been stuck on a problem trying to > >update from CVS. I keep getting this error message: > > > >cvs95 checkout: move away moin/wiki/data/text/WikiHomepage; it is in > >the way > >C moin/wiki/data/text/WikiHomepage > > FYI I have runned 'cvs update -d' (W2K, cygwin) without any error > this > morning (Saterday October 11, 08:00 Timezone Netherlands/Germany). On > the > other hand, I have not had any update in a couple of days (weeks?). I still think there is some error within CVS. I downloaded the nightly tarball and extracted it using WinZip 8.1 onto my new notebook running Windows/XP -- WinZip asked permission to overwrite WikiHomePage from 2002-12-16, 375 bytes, with the newer verion from 2003-09-28, 535 bytes. This is a virgin notebook, there were no previous version of MoinMoin installed on it. My Windows/Me CVS versions show WikiHomePage as being 368 bytes, and the fresh CVS download has WikiHomePage with a date of 2002-12-17, not 2003-09-28. Roger Haase __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com From brian at kempf.com Sun Oct 12 23:09:04 2003 From: brian at kempf.com (Brian Dorsey) Date: Sun Oct 12 23:09:04 2003 Subject: [Moin-devel] CVS problem on WikiHomepage In-Reply-To: <20031013040934.24578.qmail@web14303.mail.yahoo.com> References: <5.2.0.9.0.20031011102148.00b6a9f0@pop3.zonnet.nl> <20031013040934.24578.qmail@web14303.mail.yahoo.com> Message-ID: <20031013060707.GA1598@dorseys.org> I've seen this problem in the past when moving from a case sensitive server to a case-insensitive computer (like Windows). I just took a quick look at CVS via source forge, and indeed, it looks like there are two spellings of the "same" file, (at least as far as Windows is concerned), WikiHomePage and WikiHomepage. See: http://cvs.sourceforge.net/viewcvs.py/moin/dist/wiki/data/text/ Take care, -Brian On Sun, Oct 12, 2003 at 09:09:34PM -0700, Roger Haase wrote: > --- Robert Groenewegen wrote: > > At 19:23 10-10-2003 -0700, Roger Haase wrote: > > >For the past several days, I have been stuck on a problem trying to > > >update from CVS. I keep getting this error message: > > > > > >cvs95 checkout: move away moin/wiki/data/text/WikiHomepage; it is in > > >the way > > >C moin/wiki/data/text/WikiHomepage From tw at waldmann-edv.de Mon Oct 13 09:13:09 2003 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Mon Oct 13 09:13:09 2003 Subject: [Moin-devel] length of filename References: <3F893901.8060002@fz-juelich.de> Message-ID: <3F8ACF04.9000008@waldmann-edv.de> > I got some trouble today using several sections and subsections with > slides. > I have reached the length limit of the filename. Is it possible to > extend this length? I don't found how to set an alias. I think this is given by the underlying OS, so Python / Moin can't do much about that. But how do you get such long names? Aren't they unpractical anyway? Having too deep hierarchies is often not very usable... From r.bauer at fz-juelich.de Mon Oct 13 09:33:02 2003 From: r.bauer at fz-juelich.de (Reimar Bauer) Date: Mon Oct 13 09:33:02 2003 Subject: [Moin-devel] length of filename In-Reply-To: <3F8ACF04.9000008@waldmann-edv.de> References: <3F893901.8060002@fz-juelich.de> <3F8ACF04.9000008@waldmann-edv.de> Message-ID: <3F8AD2DC.5020708@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thomas Waldmann wrote: |> I got some trouble today using several sections and subsections with |> slides. |> I have reached the length limit of the filename. Is it possible to |> extend this length? I don't found how to set an alias. | | | I think this is given by the underlying OS, so Python / Moin can't do | much about that. | | But how do you get such long names? Aren't they unpractical anyway? | | Having too deep hierarchies is often not very usable... | | I am using apache on linux. I don't like so long file names but I got them by using slides with sublevels. I have setup one of our idl excercises to wiki. The long name comes from something like this chapter/section/subsection by the slides mode. It looks like for me if I use slides the title of a slide is the name too. ["/000 Introduction"] gives a file somewhere + "/000 Introduction" . Sometimes if I use ["/100 Programs"] then this page has ["/000 Definition"] and ["/100 Example"] The Example file name is then somewhere+"/100 Programs"+"/100 Example" This is the reason why it gets longer and longer. Reimar - -- Reimar Bauer Institut fuer Stratosphaerische Chemie (ICG-I) Forschungszentrum Juelich email: R.Bauer at fz-juelich.de - ------------------------------------------------------------------- ~ a IDL library at ForschungsZentrum Juelich ~ http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro.html =================================================================== -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) iD8DBQE/itLa5aOc3Q9hk/kRAoVdAJ0QzT0V0NLKAKmG8Qe+He8OJ2ZQBgCghK9y ngDj4cgyyzBduEIpxiwD0HA= =qdfy -----END PGP SIGNATURE----- From tw at waldmann-edv.de Mon Oct 13 09:34:06 2003 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Mon Oct 13 09:34:06 2003 Subject: [Moin-devel] CVS problem on WikiHomepage References: <5.2.0.9.0.20031011102148.00b6a9f0@pop3.zonnet.nl> <20031013040934.24578.qmail@web14303.mail.yahoo.com> <20031013060707.GA1598@dorseys.org> Message-ID: <3F8AD36B.5060506@waldmann-edv.de> >there are two spellings of the "same" file, (at least as far as Windows is concerned), WikiHomePage and WikiHomepage. One is english, one is a translation. This seems to be a Windows problem... ;) From tw at waldmann-edv.de Mon Oct 13 09:38:04 2003 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Mon Oct 13 09:38:04 2003 Subject: [Moin-devel] slide mode References: <3F899216.7090905@fz-juelich.de> Message-ID: <3F8AD469.6090200@waldmann-edv.de> > I don't have read somewhere about forbidden signs in the definition of > the individual slides. I found out better not to use "(" ")" in the name. > e.g. ["/000 Definition von Pointer (Zeiger)"] this goes wrong. Couldnt reproduce. Pleas post more infos or a URL where it happens. See: http://twistedmatrix.com/users/jh.twistd/master/moin.cgi/WikiSchulung_2fBasisEinf_fchrung_2f001_20_28Test_29 From r.bauer at fz-juelich.de Mon Oct 13 10:03:07 2003 From: r.bauer at fz-juelich.de (Reimar Bauer) Date: Mon Oct 13 10:03:07 2003 Subject: [Moin-devel] slide mode In-Reply-To: <3F8AD469.6090200@waldmann-edv.de> References: <3F899216.7090905@fz-juelich.de> <3F8AD469.6090200@waldmann-edv.de> Message-ID: <3F8ADA83.1090604@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thomas Waldmann wrote: |> I don't have read somewhere about forbidden signs in the definition of |> the individual slides. I found out better not to use "(" ")" in the name. |> e.g. ["/000 Definition von Pointer (Zeiger)"] this goes wrong. | | | Couldnt reproduce. Pleas post more infos or a URL where it happens. | | See: | | http://twistedmatrix.com/users/jh.twistd/master/moin.cgi/WikiSchulung_2fBasisEinf_fchrung_2f001_20_28Test_29 | | I have used your test page for this example http://twistedmatrix.com/users/jh.twistd/master/moin.cgi/WikiSchulung_2fBasisEinf_fchrung_2f001_20_28Test_29_2f100_20Grundlagen#preview The end counter has 0 this is wrong. I am sure if you rename on the server all files with () inside the name then it goes right. Hm if I look at a part of the URL Test_29_2f100_20Grundlagen then I am missing the translation of ")" in the name. or did I read wrong? Reimar - -- Reimar Bauer Institut fuer Stratosphaerische Chemie (ICG-I) Forschungszentrum Juelich email: R.Bauer at fz-juelich.de - ------------------------------------------------------------------- ~ a IDL library at ForschungsZentrum Juelich ~ http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro.html =================================================================== -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) iD8DBQE/itp/5aOc3Q9hk/kRArjRAJ491xsImDbFX3sA8FIiLKUPGXPpggCeNR0A LMLA6lA8KqJ23jB7/gOk51U= =RkTU -----END PGP SIGNATURE----- From tw at waldmann-edv.de Mon Oct 13 10:22:11 2003 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Mon Oct 13 10:22:11 2003 Subject: [Moin-devel] slide mode References: <3F899216.7090905@fz-juelich.de> <3F8AD469.6090200@waldmann-edv.de> <3F8ADA83.1090604@fz-juelich.de> Message-ID: <3F8ADF23.2070203@waldmann-edv.de> > The end counter has 0 this is wrong. I am sure if you rename on the > server all files with () inside the name then it goes right. The problem is the parent page name being used "as is" as part of a regex. I have (hopefully) fixed that, could you please test it? Here is the patch: ======================================================================== RCS file: /cvsroot/moin/MoinMoin/macro/Navigation.py,v retrieving revision 1.11 diff -u -r1.11 Navigation.py --- Navigation.py 13 Apr 2003 07:57:50 -0000 1.11 +++ Navigation.py 13 Oct 2003 17:19:23 -0000 @@ -189,7 +189,11 @@ # prepare link generation result = [] labels = ['^', '|<', '<<', '>>', '>|'] - pos, size, links = _getLinks(self.macro.request, self.pagename, '^%s/' % parent) + filter_regex = '^%s/' % parent + # some characters shouldn't get into the RE unescaped + for chr in "()": + filter_regex = filter_regex.replace(chr, '\\'+chr) + pos, size, links = _getLinks(self.macro.request, self.pagename, filter_regex) pos += 1 links = zip(labels, (parent,) + links) ======================================================================== Some lines may be wrapped. From crosseyedpenguin at yahoo.com Mon Oct 13 17:41:58 2003 From: crosseyedpenguin at yahoo.com (Roger Haase) Date: Mon Oct 13 17:41:58 2003 Subject: [Moin-devel] CVS problem on WikiHomepage In-Reply-To: <3F8AD36B.5060506@waldmann-edv.de> Message-ID: <20031014003716.4163.qmail@web14304.mail.yahoo.com> --- Thomas Waldmann wrote: > >there are two spellings of the "same" file, (at least as far as > Windows is concerned), WikiHomePage and WikiHomepage. > > One is english, one is a translation. > > This seems to be a Windows problem... ;) I think ... more fuel for Guido and making Python case-insensitive, but that is probably a topic best left for that other forum... Roger Haase __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com From R.Bauer at fz-juelich.de Thu Oct 16 10:50:12 2003 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Thu Oct 16 10:50:12 2003 Subject: [Moin-devel] many wikis one URL Message-ID: <3F8ED9D6.2080106@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello Is there a function or variable available to transport the uid of my name to an other wiki I won't set wiki?action=userform&uid=00000.00.000 but probably there is a variable or action available which could be used for my wish. Reimar - -- Forschungszentrum Juelich email: R.Bauer at fz-juelich.de http://www.fz-juelich.de/icg/icg-i/ ================================================================== a IDL library at ForschungsZentrum Juelich http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro.html -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE/jtnU5aOc3Q9hk/kRAqKWAKC69ZqJyQ+ohpNAdO0JpN63uax2VgCfWl4q b6ZO3f39Yf+lX9mY+fBX2Go= =boNj -----END PGP SIGNATURE----- From festifn at rupert.informatik.uni-stuttgart.de Thu Oct 16 13:29:09 2003 From: festifn at rupert.informatik.uni-stuttgart.de (Florian Festi) Date: Thu Oct 16 13:29:09 2003 Subject: [Moin-devel] many wikis one URL In-Reply-To: <3F8ED9D6.2080106@fz-juelich.de> Message-ID: > Is there a function or variable available to transport the uid of my > name to an other wiki > > I won't set > wiki?action=userform&uid=00000.00.000 > > but probably there is a variable or action available which could be used > for my wish. If you want to transfere you Wiki account to an external wik this will be difficult. For local wikis you can link the user directories together (using symlinks) After this every account can be used in all of this wikis cu LinuxWiki:FlorianFesti From R.Bauer at fz-juelich.de Thu Oct 16 19:59:06 2003 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Thu Oct 16 19:59:06 2003 Subject: [Moin-devel] slide mode In-Reply-To: <3F8ADF23.2070203@waldmann-edv.de> References: <3F899216.7090905@fz-juelich.de> <3F8AD469.6090200@waldmann-edv.de> <3F8ADA83.1090604@fz-juelich.de> <3F8ADF23.2070203@waldmann-edv.de> Message-ID: <3F8F59DA.1060903@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thomas Waldmann wrote: |> The end counter has 0 this is wrong. I am sure if you rename on the |> server all files with () inside the name then it goes right. | | | The problem is the parent page name being used "as is" as part of a regex. | | I have (hopefully) fixed that, could you please test it? | | Here is the patch: | | ======================================================================== | RCS file: /cvsroot/moin/MoinMoin/macro/Navigation.py,v | retrieving revision 1.11 | diff -u -r1.11 Navigation.py | --- Navigation.py 13 Apr 2003 07:57:50 -0000 1.11 | +++ Navigation.py 13 Oct 2003 17:19:23 -0000 | @@ -189,7 +189,11 @@ | # prepare link generation | result = [] | labels = ['^', '|<', '<<', '>>', '>|'] | - pos, size, links = _getLinks(self.macro.request, self.pagename, | '^%s/' % parent) | + filter_regex = '^%s/' % parent | + # some characters shouldn't get into the RE unescaped | + for chr in "()": | + filter_regex = filter_regex.replace(chr, '\\'+chr) | + pos, size, links = _getLinks(self.macro.request, self.pagename, | filter_regex) | pos += 1 | links = zip(labels, (parent,) + links) | ======================================================================== | | Some lines may be wrapped. | | Dear Thomas I am not able to test the actual 1.1 version at the moment. But this doesn't matter in this case. I did the changes and this works! Thanks Reimar - -- Forschungszentrum Juelich email: R.Bauer at fz-juelich.de http://www.fz-juelich.de/icg/icg-i/ ================================================================== a IDL library at ForschungsZentrum Juelich http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro.html -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE/j1nZ5aOc3Q9hk/kRAiQAAJwPdVJ+fdLExTNOdUQ4J03bAF73sACfZ0p0 I5R+A4Dw62sSy4laSg8F/Dk= =+xIk -----END PGP SIGNATURE----- From R.Bauer at fz-juelich.de Fri Oct 17 14:42:03 2003 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Fri Oct 17 14:42:03 2003 Subject: [Moin-devel] Re: many wikis one URL (Florian Festi) In-Reply-To: References: Message-ID: <3F906194.3040104@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear all, I should have looked more detailed in the user.py script. So now answering my own question. After some trials with javascript which doesn't work I got the idea to look into the scripts which makes the user preferences. At the moment I am using self.id. This seems to work url/wiki?action=userform&uid=self.id I have copied the users to the second server and tried it. It works! :-) Could someone else verify this. If I am right I would add a description in the help of moinmoin. regards Reimar - -- Forschungszentrum Juelich email: R.Bauer at fz-juelich.de http://www.fz-juelich.de/icg/icg-i/ ================================================================== a IDL library at ForschungsZentrum Juelich http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro.html -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE/kGGS5aOc3Q9hk/kRAkV4AJ4rWkiu9I5PCd7nF1I5gWeJEMUCNQCgtbdz OywfOJV8P9gOlQMXD0o8oY4= =s1ch -----END PGP SIGNATURE----- From R.Bauer at fz-juelich.de Sun Oct 19 09:50:07 2003 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Sun Oct 19 09:50:07 2003 Subject: [Moin-devel] ImportHTML Message-ID: <3F92B4E4.5050608@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, ImportHTML the parser has problems with "!" signs written in html code. Or is this my fault ? If so sorry for this request. Here is an example: http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_source/idl_work/readme_oneline.html HTMLParseError: malformed start tag, at line 75, column 204 Python 2.2.2 /usr/bin/python A problem occurred while running a Python script. Here is the sequence of function calls leading up to the error, with the most recent (innermost) call first. The exception attributes are: ~ __doc__ = 'Exception raised for all parse errors.' ~ __getitem__ = > ~ __init__ = > ~ __module__ = 'HTMLParser' ~ __str__ = > ~ lineno = 75 ~ msg = 'malformed start tag' ~ offset = 203 Reimar - -- Forschungszentrum Juelich email: R.Bauer at fz-juelich.de http://www.fz-juelich.de/icg/icg-i/ ================================================================== a IDL library at ForschungsZentrum Juelich http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro.html -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE/krTi5aOc3Q9hk/kRAhgTAKChMN4PBJ1dkxvkftLrlnyPPOi41ACdEbQ3 fXEqmW1I8MnEvHv/XZQ6jb8= =4Iwv -----END PGP SIGNATURE----- From festifn at rupert.informatik.uni-stuttgart.de Sun Oct 19 11:24:12 2003 From: festifn at rupert.informatik.uni-stuttgart.de (Florian Festi) Date: Sun Oct 19 11:24:12 2003 Subject: [Moin-devel] ImportHTML In-Reply-To: <3F92B4E4.5050608@fz-juelich.de> Message-ID: > ImportHTML the parser has problems with "!" signs written in html code. > Or is this my fault ? If so sorry for this request. ImportHTML uses the HTMLParser module which has a weak foult tolerance. The problem in your code is not "!" but the "<" a few chars earlier. HTMLParser asumes "<" to be the start of a HTML tag. In valid HTML "<" must be quoted. ("<" IIRC) If someone knows a better and still simple Python HTMLParser, please drop me a note. cu Florian Festi From noreply at sourceforge.net Tue Oct 21 09:22:07 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Tue Oct 21 09:22:07 2003 Subject: [Moin-devel] [ moin-Bugs-827612 ] RSS Feed broken Message-ID: Bugs item #827612, was opened at 2003-10-21 18:21 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=827612&group_id=8482 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Just van Rossum (jvr) Assigned to: Nobody/Anonymous (nobody) Summary: RSS Feed broken Initial Comment: The RSS feed for my moin wiki has been working quite well for a while (not very long, this wiki has been up for about a week), but yesterday it stopped working and now gives a traceback: http://just.letterror.com/ltrwiki/ RecentChanges?action=rss_rc ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=827612&group_id=8482 From noreply at sourceforge.net Tue Oct 21 12:34:12 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Tue Oct 21 12:34:12 2003 Subject: [Moin-devel] [ moin-Bugs-827612 ] RSS Feed broken Message-ID: Bugs item #827612, was opened at 2003-10-21 18:21 Message generated for change (Comment added) made by thomaswaldmann You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=827612&group_id=8482 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Just van Rossum (jvr) Assigned to: Nobody/Anonymous (nobody) Summary: RSS Feed broken Initial Comment: The RSS feed for my moin wiki has been working quite well for a while (not very long, this wiki has been up for about a week), but yesterday it stopped working and now gives a traceback: http://just.letterror.com/ltrwiki/ RecentChanges?action=rss_rc ---------------------------------------------------------------------- Comment By: Thomas Waldmann (thomaswaldmann) Date: 2003-10-21 19:35 Message: Logged In: YES user_id=100649 Hi Just, thanks for your bug report. I looked shortly into it, but can only find that that "None" being used as index is the reason for your problem, but not where that comes from exactly. Maybe try the following: * upgrade moin to nightly cvs (has release quality and is far better than what you run now) * try using python 2.2 or 2.3 (you currently run moin with 2.4a0), just edit the first line of moin.cgi If you succeed, please post it here. Thomas ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=827612&group_id=8482 From noreply at sourceforge.net Tue Oct 21 15:23:04 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Tue Oct 21 15:23:04 2003 Subject: [Moin-devel] [ moin-Bugs-827612 ] RSS Feed broken Message-ID: Bugs item #827612, was opened at 2003-10-21 18:21 Message generated for change (Comment added) made by jvr You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=827612&group_id=8482 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Just van Rossum (jvr) Assigned to: Nobody/Anonymous (nobody) Summary: RSS Feed broken Initial Comment: The RSS feed for my moin wiki has been working quite well for a while (not very long, this wiki has been up for about a week), but yesterday it stopped working and now gives a traceback: http://just.letterror.com/ltrwiki/ RecentChanges?action=rss_rc ---------------------------------------------------------------------- >Comment By: Just van Rossum (jvr) Date: 2003-10-21 20:39 Message: Logged In: YES user_id=92689 I upgraded to the nightly CVS version, but the problem persists. That Python 2.4a0 is pretty much 2.3 final: I installed from CVS just after 2.3 was released. ---------------------------------------------------------------------- Comment By: Thomas Waldmann (thomaswaldmann) Date: 2003-10-21 19:35 Message: Logged In: YES user_id=100649 Hi Just, thanks for your bug report. I looked shortly into it, but can only find that that "None" being used as index is the reason for your problem, but not where that comes from exactly. Maybe try the following: * upgrade moin to nightly cvs (has release quality and is far better than what you run now) * try using python 2.2 or 2.3 (you currently run moin with 2.4a0), just edit the first line of moin.cgi If you succeed, please post it here. Thomas ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=827612&group_id=8482 From noreply at sourceforge.net Wed Oct 22 01:08:09 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Wed Oct 22 01:08:09 2003 Subject: [Moin-devel] [ moin-Bugs-827830 ] {{{#! python}}} formatting fails Message-ID: Bugs item #827830, was opened at 2003-10-21 23:48 Message generated for change (Comment added) made by jvr You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=827830&group_id=8482 Category: None Group: None >Status: Closed >Resolution: Invalid Priority: 5 Submitted By: Just van Rossum (jvr) Assigned to: Nobody/Anonymous (nobody) Summary: {{{#! python}}} formatting fails Initial Comment: http://just.letterror.com/ltrwiki/PenProtocol This is with a nightly CVS snapshot of today: I was told it had "release quality"... Or is my setup hosed? ---------------------------------------------------------------------- >Comment By: Just van Rossum (jvr) Date: 2003-10-22 10:07 Message: Logged In: YES user_id=92689 Hm, I fiddled a bit here and there, and the problem went away. So: nevermind! Closing this bug. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=827830&group_id=8482 From noreply at sourceforge.net Wed Oct 22 02:06:01 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Wed Oct 22 02:06:01 2003 Subject: [Moin-devel] [ moin-Bugs-827830 ] {{{#! python}}} formatting fails Message-ID: Bugs item #827830, was opened at 2003-10-21 23:48 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=827830&group_id=8482 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Just van Rossum (jvr) Assigned to: Nobody/Anonymous (nobody) Summary: {{{#! python}}} formatting fails Initial Comment: http://just.letterror.com/ltrwiki/PenProtocol This is with a nightly CVS snapshot of today: I was told it had "release quality"... Or is my setup hosed? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=827830&group_id=8482 From noreply at sourceforge.net Wed Oct 22 04:25:15 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Wed Oct 22 04:25:15 2003 Subject: [Moin-devel] [ moin-Bugs-827612 ] RSS Feed broken Message-ID: Bugs item #827612, was opened at 2003-10-21 18:21 Message generated for change (Comment added) made by jvr You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=827612&group_id=8482 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Just van Rossum (jvr) Assigned to: Nobody/Anonymous (nobody) Summary: RSS Feed broken Initial Comment: The RSS feed for my moin wiki has been working quite well for a while (not very long, this wiki has been up for about a week), but yesterday it stopped working and now gives a traceback: http://just.letterror.com/ltrwiki/ RecentChanges?action=rss_rc ---------------------------------------------------------------------- >Comment By: Just van Rossum (jvr) Date: 2003-10-22 10:34 Message: Logged In: YES user_id=92689 Sorry, I had to downgrade again to 1.0 for various reasons, and I'll just live with a broken RSS feed for now. Main reason to downgrade: #!python snippets are now in a table, but we're using a non-standard CSS to get pretty tables, but this messes up the code snippets in 1.1. Also: in 1.1 I couldn't find where the line numbers are generated, whereas in 1.0 it was simple (and documented by google). I _don't_ want line numbers... ---------------------------------------------------------------------- Comment By: Just van Rossum (jvr) Date: 2003-10-21 20:39 Message: Logged In: YES user_id=92689 I upgraded to the nightly CVS version, but the problem persists. That Python 2.4a0 is pretty much 2.3 final: I installed from CVS just after 2.3 was released. ---------------------------------------------------------------------- Comment By: Thomas Waldmann (thomaswaldmann) Date: 2003-10-21 19:35 Message: Logged In: YES user_id=100649 Hi Just, thanks for your bug report. I looked shortly into it, but can only find that that "None" being used as index is the reason for your problem, but not where that comes from exactly. Maybe try the following: * upgrade moin to nightly cvs (has release quality and is far better than what you run now) * try using python 2.2 or 2.3 (you currently run moin with 2.4a0), just edit the first line of moin.cgi If you succeed, please post it here. Thomas ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=827612&group_id=8482 From noreply at sourceforge.net Wed Oct 22 12:20:22 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Wed Oct 22 12:20:22 2003 Subject: [Moin-devel] [ moin-Bugs-827612 ] RSS Feed broken Message-ID: Bugs item #827612, was opened at 2003-10-21 18:21 Message generated for change (Comment added) made by jhermann You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=827612&group_id=8482 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Just van Rossum (jvr) >Assigned to: J?rgen Hermann (jhermann) Summary: RSS Feed broken Initial Comment: The RSS feed for my moin wiki has been working quite well for a while (not very long, this wiki has been up for about a week), but yesterday it stopped working and now gives a traceback: http://just.letterror.com/ltrwiki/ RecentChanges?action=rss_rc ---------------------------------------------------------------------- >Comment By: J?rgen Hermann (jhermann) Date: 2003-10-22 20:57 Message: Logged In: YES user_id=39128 Just, did you iinstall pyxml, and if yes what version? ---------------------------------------------------------------------- Comment By: Just van Rossum (jvr) Date: 2003-10-22 10:34 Message: Logged In: YES user_id=92689 Sorry, I had to downgrade again to 1.0 for various reasons, and I'll just live with a broken RSS feed for now. Main reason to downgrade: #!python snippets are now in a table, but we're using a non-standard CSS to get pretty tables, but this messes up the code snippets in 1.1. Also: in 1.1 I couldn't find where the line numbers are generated, whereas in 1.0 it was simple (and documented by google). I _don't_ want line numbers... ---------------------------------------------------------------------- Comment By: Just van Rossum (jvr) Date: 2003-10-21 20:39 Message: Logged In: YES user_id=92689 I upgraded to the nightly CVS version, but the problem persists. That Python 2.4a0 is pretty much 2.3 final: I installed from CVS just after 2.3 was released. ---------------------------------------------------------------------- Comment By: Thomas Waldmann (thomaswaldmann) Date: 2003-10-21 19:35 Message: Logged In: YES user_id=100649 Hi Just, thanks for your bug report. I looked shortly into it, but can only find that that "None" being used as index is the reason for your problem, but not where that comes from exactly. Maybe try the following: * upgrade moin to nightly cvs (has release quality and is far better than what you run now) * try using python 2.2 or 2.3 (you currently run moin with 2.4a0), just edit the first line of moin.cgi If you succeed, please post it here. Thomas ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=827612&group_id=8482 From lele at nautilus.homeip.net Wed Oct 22 12:52:07 2003 From: lele at nautilus.homeip.net (Lele Gaifax) Date: Wed Oct 22 12:52:07 2003 Subject: [Moin-devel] Patch against it.py Message-ID: Hi, this patch is for it.py, to bring it up-to-date with current CVS. ciao&thanx, lele. -------------- next part -------------- A non-text attachment was scrubbed... Name: dist-it.py Type: application/octet-stream Size: 30419 bytes Desc: not available URL: -------------- next part -------------- -- nickname: Lele Gaifax | Quando vivr? di quello che ho pensato ieri real: Emanuele Gaifas | comincer? ad aver paura di chi mi copia. email: lele at seldati.it | -- Fortunato Depero, 1929. From jh at web.de Wed Oct 22 13:22:08 2003 From: jh at web.de (Juergen Hermann) Date: Wed Oct 22 13:22:08 2003 Subject: [Moin-devel] Possible Bug in 'LocalSiteMap' In-Reply-To: <3F870E1C.3040202@waldmann-edv.de> Message-ID: On Fri, 10 Oct 2003 21:53:00 +0200, Thomas Waldmann wrote: >> if len(kids): >> self.recurse_build(all_kids, depth+1) >> >> shouldn't it be "if len(all_kids):" on the end? If I'm right, can >> someone fix that in the CVS? Thanks ... >I am not 100% sure, but I think you're right. Have committed that to CVS. The point is why is this a problem: because of a REAL problem, or theoretical thinking? Chances are high that this change is wrong (all_kids is an accumulator I think, and thus not involved in the recurse or not decision). Ciao, J?rgen From noreply at sourceforge.net Wed Oct 22 13:44:10 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Wed Oct 22 13:44:10 2003 Subject: [Moin-devel] [ moin-Bugs-827612 ] RSS Feed broken Message-ID: Bugs item #827612, was opened at 2003-10-21 18:21 Message generated for change (Comment added) made by jvr You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=827612&group_id=8482 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Just van Rossum (jvr) Assigned to: J?rgen Hermann (jhermann) Summary: RSS Feed broken Initial Comment: The RSS feed for my moin wiki has been working quite well for a while (not very long, this wiki has been up for about a week), but yesterday it stopped working and now gives a traceback: http://just.letterror.com/ltrwiki/ RecentChanges?action=rss_rc ---------------------------------------------------------------------- >Comment By: Just van Rossum (jvr) Date: 2003-10-22 21:06 Message: Logged In: YES user_id=92689 Nope, no PyXML installed. I did "downgrade" my CVS Python (2.4a0, snapshot shortly after 2.3 was released) to 2.3.2. ---------------------------------------------------------------------- Comment By: J?rgen Hermann (jhermann) Date: 2003-10-22 20:57 Message: Logged In: YES user_id=39128 Just, did you iinstall pyxml, and if yes what version? ---------------------------------------------------------------------- Comment By: Just van Rossum (jvr) Date: 2003-10-22 10:34 Message: Logged In: YES user_id=92689 Sorry, I had to downgrade again to 1.0 for various reasons, and I'll just live with a broken RSS feed for now. Main reason to downgrade: #!python snippets are now in a table, but we're using a non-standard CSS to get pretty tables, but this messes up the code snippets in 1.1. Also: in 1.1 I couldn't find where the line numbers are generated, whereas in 1.0 it was simple (and documented by google). I _don't_ want line numbers... ---------------------------------------------------------------------- Comment By: Just van Rossum (jvr) Date: 2003-10-21 20:39 Message: Logged In: YES user_id=92689 I upgraded to the nightly CVS version, but the problem persists. That Python 2.4a0 is pretty much 2.3 final: I installed from CVS just after 2.3 was released. ---------------------------------------------------------------------- Comment By: Thomas Waldmann (thomaswaldmann) Date: 2003-10-21 19:35 Message: Logged In: YES user_id=100649 Hi Just, thanks for your bug report. I looked shortly into it, but can only find that that "None" being used as index is the reason for your problem, but not where that comes from exactly. Maybe try the following: * upgrade moin to nightly cvs (has release quality and is far better than what you run now) * try using python 2.2 or 2.3 (you currently run moin with 2.4a0), just edit the first line of moin.cgi If you succeed, please post it here. Thomas ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=827612&group_id=8482 From jh at web.de Wed Oct 22 13:45:18 2003 From: jh at web.de (Juergen Hermann) Date: Wed Oct 22 13:45:18 2003 Subject: [Moin-devel] XSL doesn't work In-Reply-To: <253C3D04D110B743B82036CA0B0654D0023B9532@cmhexc03.netjets.com> Message-ID: On Wed, 24 Sep 2003 10:52:50 -0400, Keith Naas wrote: >I recently moved my work MoinMoin instance from a machine Python 1.6 to >a machine running Python 2.2.2. After the migration, I am no longer >able to use the XSL/XML features of MoinMoin. My team uses this >extensively. What version of PyXML & 4Suite will work? 0.8.x and 1.0a3, i.e. current stuff (I updated that code about 5 months ago). Ciao, J?rgen From jh at web.de Wed Oct 22 13:46:23 2003 From: jh at web.de (Juergen Hermann) Date: Wed Oct 22 13:46:23 2003 Subject: [Moin-devel] pygantt and moinmoin In-Reply-To: <3F796FE6.60501@waldmann-edv.de> Message-ID: On Tue, 30 Sep 2003 13:58:30 +0200, Thomas Waldmann wrote: >Just have a look into MoinMoin/macros/*.py for some samples. Extensions taking a lot of data (instead of a few args) are better done as a processor, so the right sample is processor/CSV.py. For graphics code & image generation, PageSize is an example. BTW, I'm interested into a Gantt extension, so send me any (partially) working code. Ciao, J?rgen From noreply at sourceforge.net Wed Oct 22 14:00:15 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Wed Oct 22 14:00:15 2003 Subject: [Moin-devel] [ moin-Feature Requests-818013 ] Single WikiWord in heirarchical scheme Message-ID: Feature Requests item #818013, was opened at 2003-10-05 09:02 Message generated for change (Comment added) made by jhermann You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358482&aid=818013&group_id=8482 Category: None Group: None >Status: Pending >Priority: 2 Submitted By: Roger Keays (kefu26) Assigned to: Nobody/Anonymous (nobody) Summary: Single WikiWord in heirarchical scheme Initial Comment: Hi, the use of '/' to make a heirarchical wiki is really useful... except when you need to link to a node in the heirarchy. I propose that single wiki words (containing no /) should be checked recursively backwards from the current page, rather than just checked from the top of the heirarchy. E.g. if I had a page called NinthAve/WeeklyReports/Finances/ and I used the wiki word 'CustomerPage', it could link to NinthAve/WeeklyReports/CustomerPage, NinthAve/CustomerPage, or CustomerPage ---------------------------------------------------------------------- >Comment By: J?rgen Hermann (jhermann) Date: 2003-10-22 22:01 Message: Logged In: YES user_id=39128 This would take a lot of CPU time. Links to siblings should be done using ../SiblingPage. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358482&aid=818013&group_id=8482 From tw at waldmann-edv.de Thu Oct 23 06:16:01 2003 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Thu Oct 23 06:16:01 2003 Subject: [Moin-devel] Possible Bug in 'LocalSiteMap' In-Reply-To: References: Message-ID: <3F97B00E.4020301@waldmann-edv.de> >>> if len(kids): >>> self.recurse_build(all_kids, depth+1) >>> >>>shouldn't it be "if len(all_kids):" on the end? If I'm right, >>> >>> >can > > >>>someone fix that in the CVS? Thanks ... >>> >>> > > > >>I am not 100% sure, but I think you're right. Have committed >> >> >that to CVS. > >The point is why is this a problem: because of a REAL problem, >or theoretical thinking? > There was no "real problem" bug description in the bug report, so I thought this might have been more a theoretical problem... >Chances are high that this change is wrong (all_kids is an >accumulator I think, and thus not involved in the recurse or not >decision). > ... but I tried the code in both versions and the "corrected" one's output looked more complete. Maybe just try yourself. I don't think this is release critical though. greetings, Thomas From tw at waldmann-edv.de Thu Oct 23 07:58:02 2003 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Thu Oct 23 07:58:02 2003 Subject: [Moin-devel] Possible Bug in 'LocalSiteMap' In-Reply-To: References: Message-ID: <3F97B00E.4020301@waldmann-edv.de> >>> if len(kids): >>> self.recurse_build(all_kids, depth+1) >>> >>>shouldn't it be "if len(all_kids):" on the end? If I'm right, >>> >>> >can > > >>>someone fix that in the CVS? Thanks ... >>> >>> > > > >>I am not 100% sure, but I think you're right. Have committed >> >> >that to CVS. > >The point is why is this a problem: because of a REAL problem, >or theoretical thinking? > There was no "real problem" bug description in the bug report, so I thought this might have been more a theoretical problem... >Chances are high that this change is wrong (all_kids is an >accumulator I think, and thus not involved in the recurse or not >decision). > ... but I tried the code in both versions and the "corrected" one's output looked more complete. Maybe just try yourself. I don't think this is release critical though. greetings, Thomas From tw at waldmann-edv.de Thu Oct 23 08:52:02 2003 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Thu Oct 23 08:52:02 2003 Subject: [Moin-devel] [ moin-Feature Requests-818013 ] Single WikiWord in heirarchical scheme In-Reply-To: References: Message-ID: <3F97B327.5090504@waldmann-edv.de> >Summary: Single WikiWord in heirarchical scheme > >Initial Comment: >Hi, the use of '/' to make a heirarchical wiki is >really useful... except when you need to link to a node >in the heirarchy. > >I propose that single wiki words (containing no /) >should be checked recursively backwards from the >current page, rather than just checked from the top of >the heirarchy. E.g. if I had a page called > >NinthAve/WeeklyReports/Finances/ > >and I used the wiki word 'CustomerPage', it could link to > >NinthAve/WeeklyReports/CustomerPage, >NinthAve/CustomerPage, or >CustomerPage > I was thinking and discussing about similar ideas (including searching DOWN the hierarchy). There are quite some problems involved (that of CPU time is maybe not the biggest problem, see dicts and persistence). But since I read about FacetWiki I am not sure anymore if hierarchies are the way to go or simply make lots of problems that facets can resolve in a nice way. See MeatBall:FacetWiki. From jh at web.de Thu Oct 23 14:44:15 2003 From: jh at web.de (Juergen Hermann) Date: Thu Oct 23 14:44:15 2003 Subject: [Moin-devel] Possible Bug in 'LocalSiteMap' In-Reply-To: <3F870E1C.3040202@waldmann-edv.de> Message-ID: On Fri, 10 Oct 2003 21:53:00 +0200, Thomas Waldmann wrote: >> if len(kids): >> self.recurse_build(all_kids, depth+1) >> >> shouldn't it be "if len(all_kids):" on the end? If I'm right, can >> someone fix that in the CVS? Thanks ... >I am not 100% sure, but I think you're right. Have committed that to CVS. The point is why is this a problem: because of a REAL problem, or theoretical thinking? Chances are high that this change is wrong (all_kids is an accumulator I think, and thus not involved in the recurse or not decision). Ciao, J?rgen From jh at web.de Fri Oct 24 05:36:05 2003 From: jh at web.de (Juergen Hermann) Date: Fri Oct 24 05:36:05 2003 Subject: [Moin-devel] length of filename In-Reply-To: <3F8AD2DC.5020708@fz-juelich.de> Message-ID: On Mon, 13 Oct 2003 18:29:16 +0200, Reimar Bauer wrote: >The Example file name is then somewhere+"/100 Programs"+"/100 Example" >This is the reason why it gets longer and longer. Don't nest, and use short page names that represent the content (use in-line = chapter = titles for the real slide titles). No other cure currently. Ciao, J?rgen From R.Bauer at fz-juelich.de Sun Oct 26 11:49:22 2003 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Sun Oct 26 11:49:22 2003 Subject: [Moin-devel] pygantt todo Message-ID: <3F9C2492.90108@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear all I thougth a bit more about pygantt and moinmoin. Here is a short example from pygantt documentation ~ ~ ~ ~ ~ ~ 2 ~ 2003/11/01 ~ ~ ~ ~ 4 ~ 2003/11/01 ~ ~ ~ ~ ~ ~ ~ 1 ~ func1 ~ ~ ~ ~ 1 ~ func2 ~ ~ pygantt could render this to different formats, at the end you find the html example (pygantt doc.xml > doc.html) I would prefer myself the png or svg output. They look much better as the html code. (I have not tried to read it by ImportHtml) At the moment I think about three ways to implement a macro please tell me which one would be better. 1) I could write a parser macro which passes the whole XML code into pygantt and this produces the png file which then is displayed instead of the XML code. 2) I could write something similiar to attachFile which reads the attachment converts it and shows the png file this is more similiar to the drawing applet. Both would be downloadable. 3) I don't know at the moment if there is a special pygantt editor available. If it is probably it could be called same as drawing. regards Reimar Specification

Project Specification

begun on 2003/11/01, possible end to 2003/11/05

Project Tasks BeginEndDura%PrioStat11/0211/0311/04
 Specification11/0111/0580-1ready
     Modules fonctionnels11/0111/0460-1ready

         Implmentation fonctions 1 et 211/0111/0220-1ready   
         Implmentation fonctions 3 et 411/0111/0440-1ready  
     Documentation11/0311/0520-1ready



 
         Documentation module 111/0311/0310-1todo    
         Documentation module 211/0511/0510-1todo    
Project Generated on 2003/10/26 20:24:30       11/0211/0311/04
Legendtodoreadyrunproblem
- -- Forschungszentrum Juelich email: R.Bauer at fz-juelich.de http://www.fz-juelich.de/icg/icg-i/ ================================================================== a IDL library at ForschungsZentrum Juelich http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro.html -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE/nCSN5aOc3Q9hk/kRAnGQAKDDoGBX2riM1lt27bplIq0v1rpllgCgqymA llzAHXowUAZsvp4DiOgWXMQ= =a81+ -----END PGP SIGNATURE----- From R.Bauer at fz-juelich.de Sun Oct 26 12:15:12 2003 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Sun Oct 26 12:15:12 2003 Subject: [Moin-devel] pygantt todo second one Message-ID: <3F9C2928.5000208@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear all I missed to tell that I have changed a bit of the time values of the example to get smaller results because it starts normally at 2003/03/01. By 1) I did a failure not a parser but a preprocessor could do the job Reimar - -- Forschungszentrum Juelich email: R.Bauer at fz-juelich.de http://www.fz-juelich.de/icg/icg-i/ ================================================================== a IDL library at ForschungsZentrum Juelich http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro.html -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD4DBQE/nCkm5aOc3Q9hk/kRAn5ZAJdQZuwqCSGl4KIwD2Wkg/tGk1CvAKClGA5K MCmakQe/XPFACFqDxAG+Qg== =hwVj -----END PGP SIGNATURE----- From festifn at rupert.informatik.uni-stuttgart.de Sun Oct 26 23:36:14 2003 From: festifn at rupert.informatik.uni-stuttgart.de (Florian Festi) Date: Sun Oct 26 23:36:14 2003 Subject: [Moin-devel] pygantt todo In-Reply-To: <3F9C2492.90108@fz-juelich.de> Message-ID: > 1) I could write a parser macro which passes the whole XML code into > pygantt and this produces the png file which then is displayed instead > of the XML code. I think you should write a processor. You could add a parameter which sort of output the user would like to get. The processor could either include the HTML or an image tag. Perhaps you will need an action to access the image, if you don't want to simply attach it. As this processor is relative time consuming you should use caching. see MoinMoin/caching.py This processor could be extended to a parser later, to allow pygantt only pages. > 2) I could write something similiar to attachFile which reads the > attachment converts it and shows the png file this is more similiar to > the drawing applet. Both would be downloadable. > > 3) I don't know at the moment if there is a special pygantt editor > available. If it is probably it could be called same as drawing. From brenner at via.ecp.fr Mon Oct 27 01:49:04 2003 From: brenner at via.ecp.fr (Antoine Brenner) Date: Mon Oct 27 01:49:04 2003 Subject: [Moin-devel] Custom "actions" line Message-ID: <20031027094206.GA26704@via.ecp.fr> Hi ! I would like to change the default action list that can be found at the bottom of every page (What looks like: "Or try one of these actions: ..." ) The list is generated in wikiutil.py by the following code: > dummy, actions = getPlugins() > actions.extend(extension_actions) > actions.sort() > first = 1 > for action in actions: > if action[0] != string.upper(action[0]): continue > print (', ', _('Or try one of these actions: '))[first] > request.write(link_tag( > '%s?action=%s' % (quoteWikiname(pagename), action), action)) > first = 0 > if not first: print "
" I could define a "useractions" list in moin_config.py, and check in the above code if such list exists, in which case I could use it instead of "actions". However, I am not sure this is the best way. (Maybe I should extend getPlugins and not change anything here for example ?) Could anyone give me advice on this ? (I would like to see this enter the CVS sometimes, so my change should fit well in the code structure). Best regards, Antoine From moin-CC at LYCOS.COM Mon Oct 27 05:30:10 2003 From: moin-CC at LYCOS.COM (Onywia) Date: Mon Oct 27 05:30:10 2003 Subject: [Moin-devel] sleep off the lbs imp Sancy Message-ID: An HTML attachment was scrubbed... URL: From noreply at sourceforge.net Wed Oct 29 03:35:04 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Wed Oct 29 03:35:04 2003 Subject: [Moin-devel] [ moin-Feature Requests-832309 ] improve GUI with vector graphics Message-ID: Feature Requests item #832309, was opened at 2003-10-29 12:34 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358482&aid=832309&group_id=8482 Category: None Group: None Status: Open Priority: 5 Submitted By: Markus Elfring (elfring) Assigned to: Nobody/Anonymous (nobody) Summary: improve GUI with vector graphics Initial Comment: Do you use VML or SVG files for the icons and diagrams in the user interface? - http://www.w3.org/Graphics/SVG/Overview.htm8 http://www.xml.com/pub/a/2003/07/16/svg- prescod.html - http://www.w3.org/TR/NOTE-VML http://www.vector.org.uk/v164/vml164.htm http://www.vmlsource.com/ http://msdn.microsoft.com/workshop/author/vml/shape /introduction.asp - SVG Zone - Demos http://www.adobe.com/svg/demos/main.html http://www.adobe.com/svg/community/external.html - Zimmer frei? - Dynamisch dynamische SVG Vektorgrafiken erstellen http://entwickler.com/itr/online_artikel/psecom,id,332,n odeid,69.html ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358482&aid=832309&group_id=8482 From noreply at sourceforge.net Wed Oct 29 03:36:10 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Wed Oct 29 03:36:10 2003 Subject: [Moin-devel] [ moin-Feature Requests-832310 ] XForms-The Next Generation of Web Forms Message-ID: Feature Requests item #832310, was opened at 2003-10-29 12:35 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358482&aid=832310&group_id=8482 Category: None Group: None Status: Open Priority: 5 Submitted By: Markus Elfring (elfring) Assigned to: Nobody/Anonymous (nobody) Summary: XForms-The Next Generation of Web Forms Initial Comment: Would you like to support a XForms-GUI? http://www.w3.org/MarkUp/Forms/ I point to other pages that might explain better the need for XForms than I can describe it. 1. IBM XML Forms Package http://www.alphaworks.ibm.com/aw.nsf/FAQs/xmlforms http://www.alphaworks.ibm.com/tech/xmlforms http://www- 106.ibm.com/developerworks/xml/library/x-xforms/? Open&ca=daw-xml-dr 2. http://chiba.sourceforge.net/ 3. What Are XForms? http://www.xml.com/pub/a/2001/09/05/xforms.html 4. http://bugzilla.mozilla.org/show_bug.cgi?id=97806 5. http://www.x-smiles.org/features_xforms.html 6. Try out the new user interface selectors. http://www.w3.org/TR/css3-ui/#user-interface 7. Ten Favorite XForms Engines http://www.xml.com/pub/a/2003/09/10/xforms.html The article "Ten Favorite XForms Engines" (http://www.xml.com/pub/a/2003/09/10/xforms.html) gives me the impression that the standard is ready to be used. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358482&aid=832310&group_id=8482 From R.Bauer at fz-juelich.de Wed Oct 29 22:08:12 2003 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Wed Oct 29 22:08:12 2003 Subject: [Moin-devel] pagename Message-ID: <3FA0AA4A.3010605@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I started with the pygantt processor. How could I get the name of the corrosponding AttachFile directory of the page where I am? This must be easy but I do not see it. This is the last thing which I need to know (at the moment). With a static pagename it works already. regards Reimar - -- Forschungszentrum Juelich email: R.Bauer at fz-juelich.de http://www.fz-juelich.de/icg/icg-i/ ================================================================== a IDL library at ForschungsZentrum Juelich http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro.html -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE/oKpJ5aOc3Q9hk/kRAmPuAJ4pq8Y2S/FaEfblXTgWkzspZHGp4wCfRozP 6QFAhTNCdZMG4A+lqwAY8Dg= =Ww2X -----END PGP SIGNATURE----- From festifn at rupert.informatik.uni-stuttgart.de Thu Oct 30 00:03:08 2003 From: festifn at rupert.informatik.uni-stuttgart.de (Florian Festi) Date: Thu Oct 30 00:03:08 2003 Subject: [Moin-devel] pagename In-Reply-To: <3FA0AA4A.3010605@fz-juelich.de> Message-ID: > How could I get the name of the corrosponding AttachFile directory of > the page where I am? This must be easy but I do not see it. Use the source, Luke! wikiutil.getPagePath(pagename, *subdirs, **kw) is your friend. Simply see MoinMoin/action/AttachFile.py for a example. > This is the last thing which I need to know (at the moment). With a > static pagename it works already. Nice. cu FlorianFesti From jh at web.de Thu Oct 30 14:34:07 2003 From: jh at web.de (Juergen Hermann) Date: Thu Oct 30 14:34:07 2003 Subject: [Moin-devel] Custom "actions" line In-Reply-To: <20031027094206.GA26704@via.ecp.fr> Message-ID: On Mon, 27 Oct 2003 10:42:06 +0100, Antoine Brenner wrote: >I would like to change the default action list that can be found >at the bottom of every page (What looks like: >"Or try one of these actions: ..." ) I what ways would you like to change it? Ciao, J?rgen From jh at web.de Thu Oct 30 14:34:12 2003 From: jh at web.de (Juergen Hermann) Date: Thu Oct 30 14:34:12 2003 Subject: [Moin-devel] pagename In-Reply-To: <3FA0AA4A.3010605@fz-juelich.de> Message-ID: On Thu, 30 Oct 2003 07:06:02 +0100, Reimar Bauer wrote: >How could I get the name of the corrosponding AttachFile directory of >the page where I am? This must be easy but I do not see it. formatter.page.page_name, and formatter.page _IS_ the current page already loaded (so formatter.page.url() makes links to it). And please use the API (in AttachFile.py) to create links to attachments. Ciao, J?rgen