From R.Bauer at fz-juelich.de Sat Nov 1 01:29:02 2003 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Sat Nov 1 01:29:02 2003 Subject: [Moin-devel] GANTT.py Message-ID: <3FA37C68.3080707@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all I have uploaded my version of GANTT.py to use pygantt from www.logilab.org/projects/pygantt to the ProcessorMarket page. I added a description and example too. Thanks for the tips. 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/o3xn5aOc3Q9hk/kRAqRTAJ0Z/p2qLHn85ndyiK1PuP9gj3jpLgCdHI2+ Ewn/CgZoMESKn7QbijI11DA= =y5A6 -----END PGP SIGNATURE----- From R.Bauer at fz-juelich.de Sun Nov 2 07:16:02 2003 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Sun Nov 2 07:16:02 2003 Subject: [Moin-devel] processor calls processor Message-ID: <3FA51F3C.4040807@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi is a standard method available which could be used if a processor is used inside another one. e.g. {{{#!TextOnRight {{{#!latex \begin{tabular}{|c|c|} \hline a & b \\ \hline C & D \\ \hline \end{tabular} }}} Nur ein Test ok zweite Zeile }}} 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/pR865aOc3Q9hk/kRAlgTAJ92EPeLsFyhQjtbaZ7czAJw4Jf4CACeI0uA Fo8DNo3aUWaQt0tzJrP0uXY= =FXHh -----END PGP SIGNATURE----- From festifn at rupert.informatik.uni-stuttgart.de Sun Nov 2 07:41:09 2003 From: festifn at rupert.informatik.uni-stuttgart.de (Florian Festi) Date: Sun Nov 2 07:41:09 2003 Subject: [Moin-devel] processor calls processor In-Reply-To: <3FA51F3C.4040807@fz-juelich.de> Message-ID: > is a standard method available which could be used if a processor is > used inside another one. No there is not. A processor has the responsibility what do to with the content. By now it is not possible to nest tripple curled bracket because the content of the first processor ends at the first closing tripple. A processor may define it's onw syntax of embedding other procesors. To see how processors are called see the MoinMoin/parser/wiki.py _processor_repl() If there are really good reasons for nesting processors areas we perhaps should consider changing the wikiparser to allow {{{ }}} inside processor areas. cu FlorianFesti From tp at alternativ.net Mon Nov 3 03:27:07 2003 From: tp at alternativ.net (Thilo Pfennig) Date: Mon Nov 3 03:27:07 2003 Subject: [Moin-devel] WASP!=WASP? Message-ID: <1067858816.922.25.camel@stevie> I am not sure, but the WASP, that is talked about on: http://twistedmatrix.com/users/jh.twistd/moin/moin.cgi/MoinMoinIdeas_2fWikiAplicationServerPage semms to be different than the real WASP, wiki-entry: http://www.python.org/cgi-bin/moinmoin/Wasp homepage: http://www.execulink.com/~robin1/wasp/readme.html I would strongly vote against an own template engine integrated into MoinMoin. I think there is much work todo. Better we depend on an external template engine (why not the real WASP). If we choose otherwise I would vote for a different name to reduce confusion inside the Python community. Many applications in PHP use external template engines like Smarty. This allows projects to concentrate on things, that are not already done (better). Thilo -- thilo pfennig alternatives news netzwerk http://www.alternativ.net/news From tp at alternativ.net Mon Nov 3 03:33:07 2003 From: tp at alternativ.net (Thilo Pfennig) Date: Mon Nov 3 03:33:07 2003 Subject: [Moin-devel] the list /the wiki Message-ID: <1067859180.990.32.camel@stevie> Hi, another point: I see some difficulty if some ideas are discussed on the wiki and some on the list. One solution could be to have a module that could display a mail archive. We could use The email package for Python (http://mimelib.sourceforge.net/) for those features. Or somebody has to state a policy where to discuss features primary!? Thilo -- thilo pfennig alternatives news netzwerk http://www.alternativ.net/news From tw at waldmann-edv.de Mon Nov 3 04:01:05 2003 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Mon Nov 3 04:01:05 2003 Subject: [Moin-devel] WASP!=WASP? References: <1067858816.922.25.camel@stevie> Message-ID: <3FA64343.4000109@waldmann-edv.de> Hi Thilo, > I am not sure, but the WASP, that is talked about on: > http://twistedmatrix.com/users/jh.twistd/moin/moin.cgi/MoinMoinIdeas_2fWikiAplicationServerPage > > semms to be different than the real WASP, > wiki-entry: > http://www.python.org/cgi-bin/moinmoin/Wasp Oh, yes - you are right. The name "WASP" was an idea of Florian Festi and I think he simply didn't know that there already was a thing using this name. > I would strongly vote against an own template engine integrated into > MoinMoin. I think there is much work todo. Better we depend on an > external template engine (why not the real WASP). The "WASP" Florian is talking about is something completely different and has nothing to do with a templating engine. It is simply a way to accelerate page rendering by storing precompiled python bytecode for the pages. BTW, we tried that yesterday and Florian's work together with my twisted (persistent web server, no cgi) refactoring accelerated moin by a factor of 20! Pages that used to take 200ms now take 10ms. Only the really dynamic stuff like RecentChanges still take their time. > If we choose otherwise I would vote for a different name to reduce > confusion inside the Python community. Well, I think as soon as this is merged into cvs, we won't need a separate name for that any longer. Thomas From tw at waldmann-edv.de Mon Nov 3 04:12:06 2003 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Mon Nov 3 04:12:06 2003 Subject: [Moin-devel] the list /the wiki References: <1067859180.990.32.camel@stevie> Message-ID: <3FA645E4.5040005@waldmann-edv.de> > another point: I see some difficulty if some ideas are discussed on the > wiki and some on the list. > One solution could be to have a module that could display a mail > archive. We could use The email package for Python > (http://mimelib.sourceforge.net/) for those features. > > Or somebody has to state a policy where to discuss features primary!? I think that can be easily solved by putting anything of importance into the wiki. I see the mailing list primarily as support and chat channel, about the same as IRC channel #moin. If I have some spare time, I check the list, but there can be quite some days or even weeks when I am not reading the list. The wiki is the place for all important stuff and easier readable by using the diffs. I check the moin wikis about daily. I could live without mailing list (and also without SF bug tracker) - why not simply concentrate all in the wiki? IRC is better for chatting than the mailing list. I am also permanently logged on on channel #moin on freenode (but not all time reading, of course). Thomas From brenner at via.ecp.fr Thu Nov 6 01:02:07 2003 From: brenner at via.ecp.fr (Antoine Brenner) Date: Thu Nov 6 01:02:07 2003 Subject: [Moin-devel] Re: Custom "actions" line Message-ID: <20031106090019.GA27778@via.ecp.fr> On Thu, 30 Oct 2003, Juergen Hermann 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 I would like to have a nice way to change this line in order to: * Add some new actions, for instance a new action = "info" here (We have one in the icons, but hard to find/use) * Remove some as well (There is no point offering 'SpellCheck' until it is configured...) I was thinking of something in the lines of "page_icons" which can be defined in moin_config.py. Best regards, Antoine Brenner From R.Bauer at fz-juelich.de Sun Nov 9 11:10:16 2003 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Sun Nov 9 11:10:16 2003 Subject: [Moin-devel] processor for interpreter Message-ID: <3FAE90AB.8060203@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi I have started to write a processor for an interpreter. Did someone else have done something like this before? The processor already works but which possibilities do I have to protect the server for example for deleting of some files. Could a processor run by a user account different from wwwrun? 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/rpCp5aOc3Q9hk/kRAujlAKDAcaaUdBVozCycLm6VBSSA8t6pgACghjB3 OC0VbEttchGGYQGW/CoNnSQ= =69v6 -----END PGP SIGNATURE----- From festifn at rupert.informatik.uni-stuttgart.de Sun Nov 9 11:56:17 2003 From: festifn at rupert.informatik.uni-stuttgart.de (Florian Festi) Date: Sun Nov 9 11:56:17 2003 Subject: [Moin-devel] processor for interpreter In-Reply-To: <3FAE90AB.8060203@fz-juelich.de> Message-ID: > I have started to write a processor for an interpreter. > Did someone else have done something like this before? > > The processor already works but which possibilities do I have to protect > the server for example for deleting of some files. > Could a processor run by a user account different from wwwrun? Using wiki editable code is extremely dangerous. There are various nasty things that can happen. I started a little discussion about this already on the MoinMoin wiki: http://twistedmatrix.com/users/jh.twistd/moin/moin.cgi/MiscProposals It's about making the MoinMoin sources editable in a wiki. Most problems mentioned there will also aply to your processor. Feel free to continue this discussion on the wiki page or on this mailing list. cu FlorianFesti From noreply at sourceforge.net Wed Nov 19 09:05:07 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Wed Nov 19 09:05:07 2003 Subject: [Moin-devel] [ moin-Patches-419468 ] Username/password login (no ID number) Message-ID: Patches item #419468, was opened at 2001-04-27 15:29 Message generated for change (Comment added) made by thomaswaldmann You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=308482&aid=419468&group_id=8482 Category: None Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Andrew Bennetts (spiv) Assigned to: J?rgen Hermann (jhermann) Summary: Username/password login (no ID number) Initial Comment: Asking users to remember their MoinMoin unique ID is a real pain. This version of user.py only requires a Username/password from a user. The ID number is still used internally and for the cookie, but the user doesn't need to know about it. To make this work, a file is kept which maps username->id number. I'd be interested in anyone's feedback on this idea. ---------------------------------------------------------------------- >Comment By: Thomas Waldmann (thomaswaldmann) Date: 2003-11-19 18:04 Message: Logged In: YES user_id=100649 current CVS support username / password logins ---------------------------------------------------------------------- Comment By: Andrew Bennetts (spiv) Date: 2001-05-14 15:58 Message: Logged In: YES user_id=50945 Also, it would be good if the password was actually tested to see if it is correct. The latest patch I am uploading does this as well. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=308482&aid=419468&group_id=8482 From noreply at sourceforge.net Wed Nov 19 09:08:02 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Wed Nov 19 09:08:02 2003 Subject: [Moin-devel] [ moin-Patches-638372 ] username/password authentication w/ SHA Message-ID: Patches item #638372, was opened at 2002-11-14 13:44 Message generated for change (Comment added) made by thomaswaldmann You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=308482&aid=638372&group_id=8482 Category: None Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Bernhard Rosenkraenzer (bero) Assigned to: J?rgen Hermann (jhermann) Summary: username/password authentication w/ SHA Initial Comment: Hi, I've noticed the earlier user/password authentication patch posted here, and liked the idea (though not all aspects of the implementation). Here's a new patch (based on the older one) that - works with CVS of about a week ago (didn't try today's) - doesn't store plaintext passwords anymore (uses SHA hashes) ---------------------------------------------------------------------- >Comment By: Thomas Waldmann (thomaswaldmann) Date: 2003-11-19 18:07 Message: Logged In: YES user_id=100649 merged into current CVS ---------------------------------------------------------------------- Comment By: Bernhard Rosenkraenzer (bero) Date: 2003-03-21 17:45 Message: Logged In: YES user_id=15538 Patch updated to current CVS ---------------------------------------------------------------------- Comment By: Bernhard Rosenkraenzer (bero) Date: 2002-12-04 17:31 Message: Logged In: YES user_id=15538 Attaching yet another new version, adding a Sourceforge-like Remember Me button determining the expiration time of the login cookie. ---------------------------------------------------------------------- Comment By: Bernhard Rosenkraenzer (bero) Date: 2002-12-04 16:19 Message: Logged In: YES user_id=15538 I'm attaching another new version: - Verified to work with today's CVS - Allows users to change passwords - Password repeat prompt when creating an account or changing passwords - shortens cookie expiration times - you typically don't want non-expiring cookies for authenticated accounts I'm not yet fully satisfied with the last part (cookie expiration time); this should be configurable (like Sourceforge's Remember Me checkbox, or maybe "if the user has set a password, expire soon; if the user uses just the ID cookie, don't expire") - but the rest of the patch should be ok. ---------------------------------------------------------------------- Comment By: Bernhard Rosenkraenzer (bero) Date: 2002-11-25 16:45 Message: Logged In: YES user_id=15538 I'm attaching an updated version of this patch, fixing 1 typo and 1 thing I overlooked when porting the old patch to current CVS (current.text -> _ in the user name already exists error message) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=308482&aid=638372&group_id=8482 From noreply at sourceforge.net Wed Nov 19 09:09:01 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Wed Nov 19 09:09:01 2003 Subject: [Moin-devel] [ moin-Patches-801800 ] Add noses to some emoticons Message-ID: Patches item #801800, was opened at 2003-09-07 00:19 Message generated for change (Comment added) made by thomaswaldmann You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=308482&aid=801800&group_id=8482 Category: None Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Jason Dillon (user57) Assigned to: Nobody/Anonymous (nobody) Summary: Add noses to some emoticons Initial Comment: Some people use notes in their emoticons, like: :-) instead of the noseless ones: :) This patch adds some noses ;-) ---------------------------------------------------------------------- >Comment By: Thomas Waldmann (thomaswaldmann) Date: 2003-11-19 18:08 Message: Logged In: YES user_id=100649 merged into current cvs ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=308482&aid=801800&group_id=8482 From noreply at sourceforge.net Wed Nov 19 09:11:12 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Wed Nov 19 09:11:12 2003 Subject: [Moin-devel] [ moin-Feature Requests-542490 ] Added user permission 'view' Message-ID: Feature Requests item #542490, was opened at 2002-04-11 15:12 Message generated for change (Comment added) made by thomaswaldmann You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358482&aid=542490&group_id=8482 Category: None Group: None >Status: Closed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Added user permission 'view' Initial Comment: Please add permission 'view' Must work similar to 'edit' and 'delete'. I've added it to security.py, but don't know how to implement it in Page.py properly... ---------------------------------------------------------------------- >Comment By: Thomas Waldmann (thomaswaldmann) Date: 2003-11-19 18:10 Message: Logged In: YES user_id=100649 currenct CVS and upcoming release 1.1 support ACLs - use the "read" right to get what you want ---------------------------------------------------------------------- Comment By: Thomas Waldmann (thomaswaldmann) Date: 2003-06-19 18:58 Message: Logged In: YES user_id=100649 Current CVS (and hopefully upcoming version 1.1 of MoinMoin, too) includes an AccessControlList feature with read/write/delete/admin rights, so I think this will maybe solve your problem. See MoinMoin:AccessControlList for more details. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-04-12 16:29 Message: Logged In: NO So where do I get these experiments? I cannot see anything in my copy, is there a diff someplace? ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-04-11 15:18 Message: Logged In: NO i experimented with this awhile ago and changed cgimain.py to check the view permission. If it was false, I would send the UserPreferences page with a message saying you needed to login. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358482&aid=542490&group_id=8482 From noreply at sourceforge.net Wed Nov 19 09:14:02 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Wed Nov 19 09:14:02 2003 Subject: [Moin-devel] [ moin-Feature Requests-694231 ] arbitrary diffs Message-ID: Feature Requests item #694231, was opened at 2003-02-27 09:22 Message generated for change (Comment added) made by thomaswaldmann You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358482&aid=694231&group_id=8482 Category: None Group: None >Status: Closed Priority: 5 Submitted By: Robert Pollak (jondo) Assigned to: Nobody/Anonymous (nobody) Summary: arbitrary diffs Initial Comment: It should be possible to see a diff between two arbitrary old versions of a page, as in UseModWiki. Currently, I only manage to see a diff to the current page. ---------------------------------------------------------------------- >Comment By: Thomas Waldmann (thomaswaldmann) Date: 2003-11-19 18:13 Message: Logged In: YES user_id=100649 there is already a patch and even a reworked version (tw has it), that will get merged into moin 1.2 release planned for Q1/2004 (we need to require python 2.2 for it, so it can't get into release 1.1). there is also an entry on the patch tracker, so we can close this one. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358482&aid=694231&group_id=8482 From noreply at sourceforge.net Wed Nov 19 09:16:02 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Wed Nov 19 09:16:02 2003 Subject: [Moin-devel] [ moin-Bugs-811407 ] cannot delete attachments in 1.1 Message-ID: Bugs item #811407, was opened at 2003-09-23 23:37 Message generated for change (Comment added) made by thomaswaldmann You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=811407&group_id=8482 Category: None Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Marius Scurtescu (scurtescu) Assigned to: Nobody/Anonymous (nobody) Summary: cannot delete attachments in 1.1 Initial Comment: In the latest stable CVS tarball there is no delete action for the attachments. Marius ---------------------------------------------------------------------- >Comment By: Thomas Waldmann (thomaswaldmann) Date: 2003-11-19 18:15 Message: Logged In: YES user_id=100649 I can't reproduce this bug on current CVS. I think it either was a user error or it was solved meanwhile. Please report again if you still have the problem. ---------------------------------------------------------------------- Comment By: Thomas Waldmann (thomaswaldmann) Date: 2003-09-28 20:39 Message: Logged In: YES user_id=100649 You need to be logged in to delete stuff (attachments or wiki pages). At least this is the way cvs-latest handles it by default. If you use ACLs, you maybe also want to check your ACL settings. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=811407&group_id=8482 From noreply at sourceforge.net Wed Nov 19 09:17:09 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Wed Nov 19 09:17:09 2003 Subject: [Moin-devel] [ moin-Bugs-759282 ] util/datetime tmtuple invalid argument Message-ID: Bugs item #759282, was opened at 2003-06-23 17:25 Message generated for change (Comment added) made by thomaswaldmann You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=759282&group_id=8482 Category: None Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Scott Pascoe (s-pascoe) Assigned to: Nobody/Anonymous (nobody) Summary: util/datetime tmtuple invalid argument Initial Comment: Hi, I installed from CVS and found the following bug. I'm running on Windows XP Pro with Python 2.2.3. the "util/datetime.py" module defines tmtuple and passes an incorrect parameter to time.gmtime() It is defined as return time.gmtime(tmsecs or time.time()) I tested and found that it should be return time.gmtime(tmsecs + time.time()) Thanks, Scott ---------------------------------------------------------------------- >Comment By: Thomas Waldmann (thomaswaldmann) Date: 2003-11-19 18:16 Message: Logged In: YES user_id=100649 Fixed in current cvs. ---------------------------------------------------------------------- Comment By: Scott Pascoe (s-pascoe) Date: 2003-06-24 15:17 Message: Logged In: YES user_id=511729 Your solution does correct the problem that I experienced. Thank you for your assistance. Scott ---------------------------------------------------------------------- Comment By: Thomas Waldmann (thomaswaldmann) Date: 2003-06-24 13:15 Message: Logged In: YES user_id=100649 Try that fix (still dirty, but should work) and tell me, if it works ok. Index: PageEditor.py =================================================================== RCS file: /cvsroot/moin/MoinMoin/PageEditor.py,v retrieving revision 1.58 diff -u -r1.58 PageEditor.py --- PageEditor.py 22 Jun 2003 17:11:36 -0000 1.58 +++ PageEditor.py 24 Jun 2003 11:12:54 -0000 @@ -780,7 +784,9 @@ self.owner = None self.owner_html = cgi.escape(self._("")) - self.timestamp = 0 + self.timestamp = 43200 # avoiding exceptions! + # was: 0 - but that gets negative, if we + # add users tz_offset (e.g. -12h) if self.locktype: entry = editlog.loadLogEntry(self.request, self._filename()) ---------------------------------------------------------------------- Comment By: Scott Pascoe (s-pascoe) Date: 2003-06-23 23:44 Message: Logged In: YES user_id=511729 OK, I put my code back to what came from CVS and attempted to edit the FrontPage of my wiki. It didn't fail as an anonymous user, or after I logged in. I then changed my Date Format preference from "m/d/y" back to default and got the error traceback as posted. BTW, thanks for the quick responses. Scott ---------------------------------------------------------------------- Comment By: Scott Pascoe (s-pascoe) Date: 2003-06-23 23:30 Message: Logged In: YES user_id=511729 Actually, I would have to agree completely. (I'm not a python programmer, and had to try a few more things before getting it to solve the problems exhibited. My first fix caused an error in the PageEditor, so with a little more digging, I came up with this. if tmsecs is not None: return time.gmtime(tmsecs + time.time()) else: return time.gmtime(time.time()) What do you think of that fix? (probably not good Python, but it did solve the problem that I experienced. Thanks, Scott ---------------------------------------------------------------------- Comment By: Thomas Waldmann (thomaswaldmann) Date: 2003-06-23 19:27 Message: Logged In: YES user_id=100649 Your "fix" is definitely incorrect. It would help fixing the bug if you please post the error msg you got from python, including traceback. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=759282&group_id=8482 From noreply at sourceforge.net Wed Nov 19 14:15:05 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Wed Nov 19 14:15:05 2003 Subject: [Moin-devel] [ moin-Bugs-740110 ] hardcoded values Message-ID: Bugs item #740110, was opened at 2003-05-19 23:20 Message generated for change (Comment added) made by thomaswaldmann You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=740110&group_id=8482 Category: None Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Daniel Drucker (placain) Assigned to: Nobody/Anonymous (nobody) Summary: hardcoded values Initial Comment: There still exist many places where things like 'FrontPage' are hardcoded instead of using their proper config values (in that case, page_front_page). ---------------------------------------------------------------------- >Comment By: Thomas Waldmann (thomaswaldmann) Date: 2003-11-19 23:14 Message: Logged In: YES user_id=100649 I didn't find any of them in current CVS. If I am wrong, please re-open and provide file and line numbers. Closed. ---------------------------------------------------------------------- Comment By: Thomas Waldmann (thomaswaldmann) Date: 2003-06-19 18:40 Message: Logged In: YES user_id=100649 Looking into current CVS version of MoinMoin, I didn't find any place where FrontPage is hardcoded (except as being the default for config.page_front_page, obviously). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=740110&group_id=8482 From noreply at sourceforge.net Fri Nov 21 03:36:12 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Fri Nov 21 03:36:12 2003 Subject: [Moin-devel] [ moin-Bugs-846518 ] Reduce editor size: changes lost Message-ID: Bugs item #846518, was opened at 2003-11-21 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=108482&aid=846518&group_id=8482 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Johannes Abt (jsabt) Assigned to: Nobody/Anonymous (nobody) Summary: Reduce editor size: changes lost Initial Comment: On the "EditText" page, when modify the text and then click on "reduce editor size" after , my modifications are lost. I am using moinmoin 1.0. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=846518&group_id=8482 From noreply at sourceforge.net Fri Nov 21 03:49:06 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Fri Nov 21 03:49:06 2003 Subject: [Moin-devel] [ moin-Bugs-846525 ] vertical space before enumeration Message-ID: Bugs item #846525, was opened at 2003-11-21 12: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=846525&group_id=8482 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Johannes Abt (jsabt) Assigned to: Nobody/Anonymous (nobody) Summary: vertical space before enumeration Initial Comment: Assuming, I have a page like this: = section = a * b c * d e * f This code results in a layout where the vertical space before line "b" is smaller than the space before "d" or "f". When I ommit "= section =", the space before "b" gets the normal size. I'm using moinmoin 1.0 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=846525&group_id=8482 From noreply at sourceforge.net Fri Nov 21 04:32:07 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Fri Nov 21 04:32:07 2003 Subject: [Moin-devel] [ moin-Feature Requests-801591 ] Rename page Message-ID: Feature Requests item #801591, was opened at 2003-09-06 12:03 Message generated for change (Comment added) made by michar You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358482&aid=801591&group_id=8482 Category: None Group: None Status: Open Priority: 5 Submitted By: Roger Keays (kefu26) Assigned to: Nobody/Anonymous (nobody) Summary: Rename page Initial Comment: I can't see any way to rename a page in the version of moin I am running from debian unstable (1.1?) ---------------------------------------------------------------------- Comment By: Michael Reinsch (michar) Date: 2003-11-21 13:31 Message: Logged In: YES user_id=20302 A rename page plugin is available from http://twistedmatrix.com/users/jh.twistd/moin/moin.cgi/ActionMarket ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358482&aid=801591&group_id=8482 From croont at NETSCAPE.NET Fri Nov 21 22:48:04 2003 From: croont at NETSCAPE.NET (Sevilin) Date: Fri Nov 21 22:48:04 2003 Subject: [Moin-devel] ___QUEST10N @B0UT H@H Message-ID: An HTML attachment was scrubbed... URL: From noreply at sourceforge.net Fri Nov 21 23:52:02 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Fri Nov 21 23:52:02 2003 Subject: [Moin-devel] [ moin-Bugs-846525 ] vertical space before enumeration Message-ID: Bugs item #846525, was opened at 2003-11-21 19:48 Message generated for change (Comment added) made by nlany You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=846525&group_id=8482 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Johannes Abt (jsabt) Assigned to: Nobody/Anonymous (nobody) Summary: vertical space before enumeration Initial Comment: Assuming, I have a page like this: = section = a * b c * d e * f This code results in a layout where the vertical space before line "b" is smaller than the space before "d" or "f". When I ommit "= section =", the space before "b" gets the normal size. I'm using moinmoin 1.0 ---------------------------------------------------------------------- Comment By: Lan Yufeng (nlany) Date: 2003-11-22 15:51 Message: Logged In: YES user_id=308887 You can add a blank line after section markup to get even line spaces, like this: = section = a * b c *d e * f This is because text after section markup is not marked up in

tag, while otherswise do. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=846525&group_id=8482 From crosseyedpenguin at yahoo.com Mon Nov 24 18:45:03 2003 From: crosseyedpenguin at yahoo.com (Roger Haase) Date: Mon Nov 24 18:45:03 2003 Subject: [Moin-devel] WikiHomePage vs. WikiHomepage Message-ID: <20031125024426.67800.qmail@web14301.mail.yahoo.com> The nightly tarball and cvs head still contain the two files WikiHomePage and WikiHomepage. WikiHomepage does not exist in the master wiki. This continues to be an annoyance for my Windows environment when using either TortoiseCVS and WinZip. Roger Haase __________________________________ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ From jhessel at u.washington.edu Wed Nov 26 09:58:06 2003 From: jhessel at u.washington.edu (Jay Hesselberth) Date: Wed Nov 26 09:58:06 2003 Subject: [Moin-devel] wiki to document (e.g. PDF) conversion Message-ID: <1069869460.3363.4.camel@localhost.localdomain> Hi MoinMoin people, I was wondering if there is an existing framework (Parser, Market, etc) for converting MoinMoin pages into a document (like PDF) format. I've been using MoinMoin for keeping records, and many of the records are in a very structured (thanks to MoinMoin) format. Now, I'd just like to be able to click on a button and dump the structured record to a document. If this doesn't exist, I could implement it, and I'd be open to comments and suggestions for the right way to do it. Thanks, Jay -- ________________________________________________________ Jay Hesselberth jhessel at u.washington.edu University of Washington Phone: (206) 616-4523 Department of Genome Sciences Fax: (206) 616-3690 Health Sciences K-222 / Box 357730 Seattle, WA 98195 http://www.gs.washington.edu/~jhessel ________________________________________________________ From nick at rockstarvancouver.com Wed Nov 26 10:36:08 2003 From: nick at rockstarvancouver.com (Nick Trout) Date: Wed Nov 26 10:36:08 2003 Subject: [Moin-devel] wiki to document (e.g. PDF) conversion Message-ID: <911F8C8EB7A8084AAEDD55CEDC54D8F851FBA4@iggy.rockstarvancouver.com> > From: Jay Hesselberth [mailto:jhessel at u.washington.edu] > Sent: Wednesday, November 26, 2003 9:58 AM > To: moin-devel at lists.sourceforge.net > Subject: [Moin-devel] wiki to document (e.g. PDF) conversion > > Hi MoinMoin people, > > I was wondering if there is an existing framework (Parser, Market, etc) > for converting MoinMoin pages into a document (like PDF) format. I've > been using MoinMoin for keeping records, and many of the records are in > a very structured (thanks to MoinMoin) format. > > Now, I'd just like to be able to click on a button and dump the > structured record to a document. > > If this doesn't exist, I could implement it, and I'd be open to comments > and suggestions for the right way to do it. I suppose there are other libraries but you could look at using "piddle" http://piddle.sourceforge.net/ If you rendered the pages this way it would also make renders available in SVG, PS, GL! etc. I realise this may not be the best solution as you'd have to interpret the page to be rendered and emulate an HTML renderer (non trivial). Nick From Dierk.Hoeppner at tib.uni-hannover.de Wed Nov 26 23:27:02 2003 From: Dierk.Hoeppner at tib.uni-hannover.de (=?iso-8859-1?Q?=22H=F6ppner=2C_Dierk=22?=) Date: Wed Nov 26 23:27:02 2003 Subject: [Moin-devel] wiki to document (e.g. PDF) conversion Message-ID: > > I was wondering if there is an existing framework (Parser, Market, > etc) > > for converting MoinMoin pages into a document (like PDF) > format. I've > > been using MoinMoin for keeping records, and many of the records are > in > > a very structured (thanks to MoinMoin) format. > > > > Now, I'd just like to be able to click on a button and dump the > > structured record to a document. > > > > If this doesn't exist, I could implement it, and I'd be open to > comments > > and suggestions for the right way to do it. > > I suppose there are other libraries but you could look at > using "piddle" > > http://piddle.sourceforge.net/ > > If you rendered the pages this way it would also make renders > available > in SVG, PS, GL! etc. > > I realise this may not be the best solution as you'd have to interpret > the page to be rendered and emulate an HTML renderer (non trivial). Hello, Piddle is somewhat outdated. Much, much better for this project would be the Reportlab PDF toolkit from http://www.reportlab.org/. This library can interpret a lot of HTML markup, cares for page layout etc. Piddle was made by Andy Robinso and others. Now he is chief of reportlab and the toolkit is the direct successor of Piddle. greetings Viele Gr??e Dierk H?ppner German National Library of Science and Technology University Library Hannover Welfengarten 1b, 30167 Hannover Tel.: 0511/762-4067, Fax: 0511/762-5881 Mobil: 0163/762 4067 E-Mail: dierk.hoeppner at tib-hannover.de http://www.tib.uni-hannover.de/en/ From festifn at rupert.informatik.uni-stuttgart.de Thu Nov 27 01:26:07 2003 From: festifn at rupert.informatik.uni-stuttgart.de (Florian Festi) Date: Thu Nov 27 01:26:07 2003 Subject: [Moin-devel] wiki to document (e.g. PDF) conversion In-Reply-To: <1069869460.3363.4.camel@localhost.localdomain> Message-ID: > I was wondering if there is an existing framework (Parser, Market, etc) > for converting MoinMoin pages into a document (like PDF) format. I've > been using MoinMoin for keeping records, and many of the records are in > a very structured (thanks to MoinMoin) format. > > Now, I'd just like to be able to click on a button and dump the > structured record to a document. > > If this doesn't exist, I could implement it, and I'd be open to comments > and suggestions for the right way to do it. There have been some effords to implement a latex formatter. I don't know hat far this has come. see MoinMoin:FormatterMarket cu FlorianFesti From tw-public at gmx.de Thu Nov 27 10:36:02 2003 From: tw-public at gmx.de (Thomas Waldmann) Date: Thu Nov 27 10:36:02 2003 Subject: [Moin-devel] WikiHomePage vs. WikiHomepage References: <20031125024426.67800.qmail@web14301.mail.yahoo.com> Message-ID: <3FC643D7.4020807@gmx.de> > The nightly tarball and cvs head still contain the two files > WikiHomePage and WikiHomepage. WikiHomepage does not exist in the > master wiki. This continues to be an annoyance for my Windows > environment when using either TortoiseCVS and WinZip. That will be fixed before release 1.1. I plan to copy the moinmaster stuff to cvs today or tomorrow. From exasperater at yahoo.com Fri Nov 28 10:53:01 2003 From: exasperater at yahoo.com (Los Cuda) Date: Fri Nov 28 10:53:01 2003 Subject: [Moin-devel] (no subject) Message-ID: An HTML attachment was scrubbed... URL: From tw-public at gmx.de Sat Nov 29 13:51:03 2003 From: tw-public at gmx.de (Thomas Waldmann) Date: Sat Nov 29 13:51:03 2003 Subject: [Moin-devel] MoinMoin 1.1 is out Message-ID: <3FC91C38.3060305@gmx.de> Get it from http://moin.sf.net/. Thanks to all developers that helped getting this done. From noreply at sourceforge.net Sat Nov 29 15:59:04 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Sat Nov 29 15:59:04 2003 Subject: [Moin-devel] [ moin-Bugs-846518 ] Reduce editor size: changes lost Message-ID: Bugs item #846518, was opened at 2003-11-21 12:35 Message generated for change (Comment added) made by thomaswaldmann You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=846518&group_id=8482 Category: None Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Johannes Abt (jsabt) Assigned to: Nobody/Anonymous (nobody) Summary: Reduce editor size: changes lost Initial Comment: On the "EditText" page, when modify the text and then click on "reduce editor size" after , my modifications are lost. I am using moinmoin 1.0. ---------------------------------------------------------------------- >Comment By: Thomas Waldmann (thomaswaldmann) Date: 2003-11-30 00:58 Message: Logged In: YES user_id=100649 This is a problem in principle and can't be fixed. As long as you don't save (or preview) your changes, they exist in the browser only. So don't do content changes before reducing editor size. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=846518&group_id=8482