From R.Bauer at fz-juelich.de Mon Mar 1 00:13:03 2004 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Mon Mar 1 00:13:03 2004 Subject: [Moin-devel] Re:show attached epsi files Message-ID: <4042ED92.8060603@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear all I suggest a simple change in wikiutil.py Then eps files are displayed the same as png files. wikiutil.py: return extpos > 0 and string.lower(url[extpos:]) in ['.gif', '.jpg', '.jpeg', '.png', '.eps'] 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) iD8DBQFAQu2M5aOc3Q9hk/kRAgAQAKCOiMF/VeP7quBkgwdX8I4XnRki7QCglSZN dLwLODUjjPDra3bxfBDnNr8= =ZccE -----END PGP SIGNATURE----- From dk at trick.ca Mon Mar 1 02:16:02 2004 From: dk at trick.ca (Dmytri Kleiner) Date: Mon Mar 1 02:16:02 2004 Subject: [Moin-devel] Facility for rename internal name ? In-Reply-To: <404130CC.2090306@nerim.net> References: <404130CC.2090306@nerim.net> Message-ID: <20040301095015.GA32599@bosh.trick.ca> On Sun, Feb 29, 2004 at 01:22:36AM +0100, Kic wrote: > Hello all, > i want that WikiName appear like "wiki name" and link to WikiName > What can i do ? > Something like [WikiName wiki name] didn't work :( [wiki:WikiName wiki name] cheers. From cove at wildpackets.com Mon Mar 1 17:11:17 2004 From: cove at wildpackets.com (Cove Schneider) Date: Mon Mar 1 17:11:17 2004 Subject: [Moin-devel] Macro documentation? Message-ID: <5378EADF-6BE4-11D8-A4AE-000393941C60@wildpackets.com> Hello, I'm rather new to MoinMoin, and have been having problems with getting the MonthCalendar.py macro to work under 1.2. I wasn't able to find any documentation though on how to write macros, or how to debug them. Is there a debugging log somewhere? Thanks, Cove From mtsoi at hotmail.com Mon Mar 1 21:38:04 2004 From: mtsoi at hotmail.com (Lorna Chatman) Date: Mon Mar 1 21:38:04 2004 Subject: [Moin-devel] Re: Программа семинаров на Март xern Message-ID: An HTML attachment was scrubbed... URL: From dk at trick.ca Tue Mar 2 01:55:10 2004 From: dk at trick.ca (Dmytri Kleiner) Date: Tue Mar 2 01:55:10 2004 Subject: [Moin-devel] Introduction. In-Reply-To: <40409E92.3060207@gmx.de> References: <20040227112405.GA26416@bosh.trick.ca> <40409E92.3060207@gmx.de> Message-ID: <20040302092912.GE2332@bosh.trick.ca> > There are already some pages for MoinExtension, please choose an > appropriate one. Thanks Thomas, I will add it when I get DSL at home, sometime this month. Cheers. From tw-public at gmx.de Tue Mar 2 08:56:03 2004 From: tw-public at gmx.de (Thomas Waldmann) Date: Tue Mar 2 08:56:03 2004 Subject: [Moin-devel] Macro documentation? In-Reply-To: <5378EADF-6BE4-11D8-A4AE-000393941C60@wildpackets.com> References: <5378EADF-6BE4-11D8-A4AE-000393941C60@wildpackets.com> Message-ID: <4044B96F.3060206@gmx.de> > I'm rather new to MoinMoin, and have been having problems with getting > the MonthCalendar.py macro to work under 1.2. Did you use the latest from MacroMarket? > I wasn't able to find any > documentation though on how to write macros, Read the source of the other macros. An easy one to begin with is BR.py. ;) > or how to debug them. If it fails, you get a backtrace with line number and error msg. Start there. > Is there a debugging log somewhere? data/err(or.)log and/or apache log files greetings, Thomas From cove at wildpackets.com Tue Mar 2 09:04:07 2004 From: cove at wildpackets.com (Cove Schneider) Date: Tue Mar 2 09:04:07 2004 Subject: [Moin-devel] Macro documentation? In-Reply-To: <4044B96F.3060206@gmx.de> Message-ID: On Tuesday, March 2, 2004, at 08:42 AM, Thomas Waldmann wrote: >> I'm rather new to MoinMoin, and have been having problems with >> getting the MonthCalendar.py macro to work under 1.2. > > Did you use the latest from MacroMarket? > I have the one that says it's for 1.2, yes. >> I wasn't able to find any documentation though on how to write macros, > > Read the source of the other macros. An easy one to begin with is > BR.py. ;) > I was afraid of that. I'll take a look at BR.py. Thanks. > > or how to debug them. > > If it fails, you get a backtrace with line number and error msg. Start > there. > The problem I'm having is that the [[MonthCalendar]] isn't being interpreted at all. In 1.1 I had it working fine, but upgrading to 1.2 has made all of my macros stop working. I'm not sure where to start digging due to my lack of familiarity with the MoinMoin source. Any suggestions? > > Is there a debugging log somewhere? > > data/err(or.)log and/or apache log files > Yeah, I found the error.log file. Nothing has been logged to it. Thanks, Cove > greetings, > > Thomas From tw-public at gmx.de Tue Mar 2 09:36:07 2004 From: tw-public at gmx.de (Thomas Waldmann) Date: Tue Mar 2 09:36:07 2004 Subject: __init__.py (was: Re: [Moin-devel] Macro documentation?) References: Message-ID: <4044C2DA.9000003@gmx.de> > The problem I'm having is that the [[MonthCalendar]] isn't being > interpreted at all. In 1.1 I had it working fine, but upgrading to 1.2 > has made all of my macros stop working. I'm not sure where to start > digging due to my lack of familiarity with the MoinMoin source. Any > suggestions? touch data/plugin/__init__.py (== create an empty file - that was not included in 1.2 archive accidently, will be fixed in 1.2.1) Also copy these __init__.py from the wiki/data/plugin directory structure of the moinmoin distribution archive over your wiki's data/plugin directory. These __init__.py files are required now because we fixed the plugin loader. From cove at wildpackets.com Tue Mar 2 10:47:10 2004 From: cove at wildpackets.com (Cove Schneider) Date: Tue Mar 2 10:47:10 2004 Subject: __init__.py (was: Re: [Moin-devel] Macro documentation?) In-Reply-To: <4044C2DA.9000003@gmx.de> References: <4044C2DA.9000003@gmx.de> Message-ID: <131B8BC5-6C78-11D8-A4AE-000393941C60@wildpackets.com> Danke sehr! That did it. Cove On Mar 2, 2004, at 9:22 AM, Thomas Waldmann wrote: >> The problem I'm having is that the [[MonthCalendar]] isn't being >> interpreted at all. In 1.1 I had it working fine, but upgrading to >> 1.2 has made all of my macros stop working. I'm not sure where to >> start digging due to my lack of familiarity with the MoinMoin source. >> Any suggestions? > > touch data/plugin/__init__.py > (== create an empty file - that was not included in 1.2 archive > accidently, will be fixed in 1.2.1) > > Also copy these __init__.py from the wiki/data/plugin directory > structure of the moinmoin distribution archive over your wiki's > data/plugin directory. > > These __init__.py files are required now because we fixed the plugin > loader. > > From cove at wildpackets.com Tue Mar 2 16:05:01 2004 From: cove at wildpackets.com (Cove Schneider) Date: Tue Mar 2 16:05:01 2004 Subject: [Moin-devel] Converting VisualSiteMap.py to 1.2? Message-ID: <70FA880F-6CA4-11D8-A4AE-000393941C60@wildpackets.com> Hello, This looks like it's an easy enough fix. Does anyone happen to know off the top of their head? Any info appreciated. Thanks, Cove AttributeError'module' object has no attribute 'http_headers' Please include this information in your bug reports!: Python Python 2.2.2: /usr/bin/python Linux intranet 2.4.20-20.9 #1 Mon Aug 18 11:45:58 EDT 2003 i686 MoinMoin Release 1.2 [Revision 1.183] Tue Mar 2 15:25:58 2004 A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. ?/usr/local/moin-1.2/lib/python2.2/site-packages/MoinMoin/request.py in run(self=) ??454?????????????else: ??455?????????????????try: ??456?????????????????????cgitb.Hook(file=self).handle(saved_exc) ??457?????????????????????#?was:?cgitb.handler() ??458?????????????????except: cgitb?= , cgitb.Hook?= , file undefined, self?= , ).handle undefined, saved_exc?= (, , ) ?/home/wp2/site/intranet/moin/instances/dev/data/plugin/action/ VisualSiteMap.py in execute(pagename='FrontPage', request=) ???69???????maxdepth?=?MAX_DEPTH; ???70??????? ???71?????webapi.http_headers(request); ???72?????wikiutil.send_title(request,?_('Visual?Map?of?%s')?%?(pagename ),?pagename=pagename); ???73? global webapi?= , webapi.http_headers undefined, request?= AttributeError: 'module' object has no attribute 'http_headers' ??????__doc__?= 'Attribute not found.' ??????__getitem__?= > ??????__init__?= > ??????__module__?= 'exceptions' ??????__str__?= > ??????args?= ("'module' object has no attribute 'http_headers'",) From R.Bauer at fz-juelich.de Thu Mar 4 04:24:08 2004 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Thu Mar 4 04:24:08 2004 Subject: [Moin-devel] moin 1.2 blank line Message-ID: <40471C8B.2010903@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear all I think this is a bug If I do something like: ~ = Title = ~ What is ... ~ What is ... ~ What is ... The result is shown as ~ Title ~ What is ... ~ What is ... ~ What is ... Where does this additional blank line comes from ? regards 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) iD8DBQFARxyJ5aOc3Q9hk/kRAs9WAJ927XGywW69iv5pmh1e7cXo91dckACgoiyK jWOWN1yoXU9GDIu7WeS9ZHo= =yMBT -----END PGP SIGNATURE----- From R.Bauer at fz-juelich.de Thu Mar 4 04:27:02 2004 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Thu Mar 4 04:27:02 2004 Subject: [Moin-devel] moin 1.2 table gridlines Message-ID: <40471D2A.1010807@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear all I would like to have back the simple table gridlines of 1.1 Now always I see double lines between cells. I hope this could be configured somewhere. regards 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) iD8DBQFARx0o5aOc3Q9hk/kRAuPaAJ440+f37mcg58g5PB7s7l1oitPEkACfX7q2 kwD0+dzVnfNhJRIwUQoXiMg= =5Fi/ -----END PGP SIGNATURE----- From R.Bauer at fz-juelich.de Thu Mar 4 05:59:04 2004 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Thu Mar 4 05:59:04 2004 Subject: [Moin-devel] logo Message-ID: <404732A4.5090807@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear all, is there an easy way to configure the logo above the title. regards 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) iD8DBQFARzKi5aOc3Q9hk/kRAij6AJ9x1dMx+5vfD+ZwygDnGFGSKZlGVQCgq4WZ nhWl3RJNEAg1iFLYHWo3+FM= =LdGp -----END PGP SIGNATURE----- From R.Bauer at fz-juelich.de Thu Mar 4 06:51:03 2004 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Thu Mar 4 06:51:03 2004 Subject: [Moin-devel] example for table and text Message-ID: <40473ED3.6020800@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 belonging to my last questions I have setup an example on http://moinmaster.wikiwikiweb.de:8000/WikiSandBox regards 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) iD8DBQFARz7R5aOc3Q9hk/kRAi3rAJ4m6vL56CU3DKW9/Z5BMa8e45PpSACfXlO4 dxqyZ+VnIKieTMGP7KsoCbU= =UgtJ -----END PGP SIGNATURE----- From festifn at rupert.informatik.uni-stuttgart.de Thu Mar 4 06:58:01 2004 From: festifn at rupert.informatik.uni-stuttgart.de (Florian Festi) Date: Thu Mar 4 06:58:01 2004 Subject: [Moin-devel] moin 1.2 table gridlines In-Reply-To: <40471D2A.1010807@fz-juelich.de> Message-ID: > I would like to have back the simple table gridlines of 1.1 > Now always I see double lines between cells. > I hope this could be configured somewhere. This is obviously a "problem" of the CSS. This should be easy to adjust your needs. cu FlorianFesti From crosseyedpenguin at yahoo.com Thu Mar 4 08:11:04 2004 From: crosseyedpenguin at yahoo.com (Roger Haase) Date: Thu Mar 4 08:11:04 2004 Subject: [Moin-devel] moin 1.2 table gridlines In-Reply-To: <40471D2A.1010807@fz-juelich.de> Message-ID: <20040304155605.62786.qmail@web14301.mail.yahoo.com> --- Reimar Bauer wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Dear all > > I would like to have back the simple table gridlines of 1.1 > Now always I see double lines between cells. > I hope this could be configured somewhere. > > regards > Reimar > I am using the following in a theme which just overrides the classic css. It eliminates the double lines in Mozilla (border-spacing: 0px) and IE6 (border-collapse: collapse). It may need tweaking for other browsers. CSS code follows: ''' table { border: 2px solid #EDD097; border-spacing: 0px; border-collapse: collapse; margin-bottom: 1em; } } th {border: 1px solid #EDD097; padding: 4px; } td {border: 1px solid #EDD097; padding: 4px; } ''' Roger Haase __________________________________ Do you Yahoo!? Yahoo! Search - Find what you?re looking for faster http://search.yahoo.com From cove at wildpackets.com Thu Mar 4 11:40:16 2004 From: cove at wildpackets.com (Cove Schneider) Date: Thu Mar 4 11:40:16 2004 Subject: [Moin-devel] logo In-Reply-To: <404732A4.5090807@fz-juelich.de> References: <404732A4.5090807@fz-juelich.de> Message-ID: In screen.css comment out the "flaot: left;" part. #logo { /*float: left; */ margin: 0 .5em; } Cove On Mar 4, 2004, at 5:44 AM, Reimar Bauer wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Dear all, > > is there an easy way to configure the logo above the title. > > regards > 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) > > iD8DBQFARzKi5aOc3Q9hk/kRAij6AJ9x1dMx+5vfD+ZwygDnGFGSKZlGVQCgq4WZ > nhWl3RJNEAg1iFLYHWo3+FM= > =LdGp > -----END PGP SIGNATURE----- > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > 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 Thu Mar 4 12:49:08 2004 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Thu Mar 4 12:49:08 2004 Subject: [Moin-devel] moin 1.2 icon space Message-ID: <200403042138.13964.R.Bauer@fz-juelich.de> Dear all, I have found a problem may be it's a bug. Sometimes if I start the wiki I got the icons shown without some space between them. StartSeiteAktuelle?nderungenSeiteFindenHilfeInhalt is written this way normally there is some space between the words. If I do once refresh the page cache then I got the blanks between StartSeite Aktuelle?nderungen usw. The blanks looks like a rectangle with dark grey border. It is a bit higher as the letters. This looks not perfect. If I am able to set the color and the thickness of the border this could be fixed The icons space is missing. Sometime later if I work with the wiki I don't know why the icon space is right. I will look a bit more about this tomorrow. Reimar From R.Bauer at fz-juelich.de Fri Mar 5 00:09:02 2004 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Fri Mar 5 00:09:02 2004 Subject: [Moin-devel] second table border problem Message-ID: <40483201.6040504@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The css style changes helps to get back the solid lines, Thanks for this ~ info! Now I found an other problem. How to switch off the border? example is on http://moinmaster.wikiwikiweb.de:8000/WikiSandBox == another table problem == ~ || A || B || ~ How to switch off the table border in V1.2? regards 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) iD8DBQFASDH/5aOc3Q9hk/kRAoNoAJ4njtfLE9YKOp2IG3IFS8v1mq132wCgjXiz a1aAuvGcl+/fM1ofOPGuzm8= =KRew -----END PGP SIGNATURE----- From R.Bauer at fz-juelich.de Fri Mar 5 01:02:02 2004 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Fri Mar 5 01:02:02 2004 Subject: [Moin-devel] how to set up the default css file Message-ID: <40483E92.2070509@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear all in the past I could set as default a css file for all users. This works for the anonymous one too. The following line comes from moin_config.py css_url = url_prefix + '/css/bluemoin.css' How could this be done now? regards 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) iD8DBQFASD6Q5aOc3Q9hk/kRAqjPAJ9Z7JpTwvZVCHHPqH9eJaW+a7js2wCgqSBE VdtsZYaWeP+kVXpbk6SFPmw= =VYVK -----END PGP SIGNATURE----- From tw-public at gmx.de Fri Mar 5 04:08:07 2004 From: tw-public at gmx.de (Thomas Waldmann) Date: Fri Mar 5 04:08:07 2004 Subject: [Moin-devel] how to set up the default css file In-Reply-To: <40483E92.2070509@fz-juelich.de> References: <40483E92.2070509@fz-juelich.de> Message-ID: <40486A0F.2000908@gmx.de> > in the past I could set as default a css file for all users. This works > for the anonymous one too. theme_default = "whatever" The theme includes the css, so there is no setting for css_url any more in the config. In user settings, you can setup up a "user css", this is simply added to the theme. This is intended for users making their "private" css and store it on some url elsewhere. From noreply at sourceforge.net Sat Mar 6 13:35:02 2004 From: noreply at sourceforge.net (SourceForge.net) Date: Sat Mar 6 13:35:02 2004 Subject: [Moin-devel] [ moin-Feature Requests-491152 ] default user preferences Message-ID: Feature Requests item #491152, was opened at 2001-12-10 14:55 Message generated for change (Comment added) made by chomo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358482&aid=491152&group_id=8482 Category: None Group: None Status: Open Priority: 5 Submitted By: Daniel Drucker (placain) Assigned to: J?rgen Hermann (jhermann) Summary: default user preferences Initial Comment: All user preferences should be defaultable from config. ---------------------------------------------------------------------- Comment By: alan johnson (chomo) Date: 2004-03-06 21:19 Message: Logged In: YES user_id=943591 might help config ---------------------------------------------------------------------- Comment By: J?rgen Hermann (jhermann) Date: 2001-12-10 21:40 Message: Logged In: YES user_id=39128 Implementation note: possibly __dict__.update (config.userdefaults), anything else will pohibitively add to config variables. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358482&aid=491152&group_id=8482 From noreply at sourceforge.net Sat Mar 6 13:38:01 2004 From: noreply at sourceforge.net (SourceForge.net) Date: Sat Mar 6 13:38:01 2004 Subject: [Moin-devel] [ moin-Feature Requests-857978 ] Plugin for code download Message-ID: Feature Requests item #857978, was opened at 2003-12-11 01:32 Message generated for change (Comment added) made by chomo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358482&aid=857978&group_id=8482 Category: None Group: None Status: Open Priority: 5 Submitted By: Osvaldo Santana Neto (acidbase) Assigned to: Nobody/Anonymous (nobody) Summary: Plugin for code download Initial Comment: I've a interesting idea for a Moin plugin. After code blocks like: {{{ #!python import os }}} Moin could put a "Download example1.py" link to make a download of the program. ---------------------------------------------------------------------- Comment By: alan johnson (chomo) Date: 2004-03-06 21:21 Message: Logged In: YES user_id=943591 can i look at this a while ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358482&aid=857978&group_id=8482 From noreply at sourceforge.net Sun Mar 7 15:56:02 2004 From: noreply at sourceforge.net (SourceForge.net) Date: Sun Mar 7 15:56:02 2004 Subject: [Moin-devel] [ moin-Feature Requests-911656 ] RSS recent changes feed enhancements Message-ID: Feature Requests item #911656, was opened at 2004-03-08 12:39 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=911656&group_id=8482 Category: None Group: None Status: Open Priority: 5 Submitted By: Simon Lieschke (slieschke) Assigned to: Nobody/Anonymous (nobody) Summary: RSS recent changes feed enhancements Initial Comment: It's easier if I write a user story here. I want to use the recent changes feed to replace getting wiki changes by email. If a page called FooBar gets updated twice, I would get two email messages, with summaries of the changes. However, in a recent changes feed I only get one item called FooBar that has a link URL that points to the last FooBar diff page. I effectively miss the information about the first edit to the page altogether. It would be much more useful if there was an item in the feed for each page edit for FooBar, with the link pointing to the specific individual diff page for that change. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358482&aid=911656&group_id=8482 From noreply at sourceforge.net Sun Mar 7 16:01:02 2004 From: noreply at sourceforge.net (SourceForge.net) Date: Sun Mar 7 16:01:02 2004 Subject: [Moin-devel] [ moin-Patches-488745 ] Smart 'goto' action Message-ID: Patches item #488745, was opened at 2001-12-04 06:26 Message generated for change (Comment added) made by chomo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=308482&aid=488745&group_id=8482 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: J?rgen Hermann (jhermann) Summary: Smart 'goto' action Initial Comment: It improves the 'goto' action when there is no matching pages. Based on CVS 20011203 verson. ---------------------------------------------------------------------- Comment By: alan johnson (chomo) Date: 2004-03-07 23:44 Message: Logged In: YES user_id=943591 seem to need this ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=308482&aid=488745&group_id=8482 From toh at fuji-climb.org Mon Mar 8 02:43:01 2004 From: toh at fuji-climb.org (Fujio Nobori) Date: Mon Mar 8 02:43:01 2004 Subject: [Moin-devel] RSS feature doesn't work? Message-ID: <20040308102551.GA14503@motsu.localdomain> Hello, I am not sure this is happening just to me, but I am reporting it anyway. I am using 1.2.1, new release. Well, when I click "RSS" button in RecentChange page, the page attached as test.html is shown. Yes, I am using utf-8 site name and utf-8 page names. I checked the code and found that I need the patch to wikixml/util.py: 40c40 < if value: self.characters(unicode(value, config.charset)) --- > if value: self.characters(value) But then, I saw the page attached as test2.html. I checked the code again and found that the problem would disappear if I patched wikixml/util.py as folows: 52a53,74 > def startElementNS(self, name, qname, attrs): > if name[0] is None: > # if the name was not namespace-scoped, use the unqualified part > name = name[1] > else: > # else try to restore the original prefix from the namespace > name = self._current_context[name[0]] + ":" + name[1] > self._out.write('<' + name) > > for pair in self._undeclared_ns_maps: > self._out.write(' xmlns:%s="%s"' % pair) > self._undeclared_ns_maps = [] > > for (name, value) in attrs.items(): > if name[0] is None: > # if the name was not namespace-scoped, use the unqualified part > name = name[1] > else: > name = self._current_context[name[0]] + ":" + name[1] > self._out.write(' %s=%s' % (name, saxutils.quoteattr(value))) > self._out.write('>') > This code is mostly from xml/sax/saxutils.py in python 2.3, but I added the code to handle the "name" value correctly when attrs have an item like (None, 'link'). I don't think these are good solutions, but they seem to be working, at least for me. Thank you very much. -- Fujio Nobori il|li email: toh at fuji-climb.org q|@.@|p m. ( o ) .m ~~~~~~~~~~~~~ -------------- next part -------------- A non-text attachment was scrubbed... Name: err_pages.tgz Type: application/x-tar-gz Size: 3362 bytes Desc: not available URL: From tw-public at gmx.de Mon Mar 8 11:02:01 2004 From: tw-public at gmx.de (Thomas Waldmann) Date: Mon Mar 8 11:02:01 2004 Subject: [Moin-devel] *** 1.2.1 is released *** Message-ID: <404CBF07.3030304@gmx.de> If you didn't already notice ... just see http://moinmoin.wikiwikiweb.de/MoinMoinDownload It is mainly a bugfix release. Read the included CHANGES file. Thomas From R.Bauer at fz-juelich.de Mon Mar 8 23:17:02 2004 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Mon Mar 8 23:17:02 2004 Subject: [Moin-devel] gdchart problem Message-ID: <200403090756.02070.R.Bauer@fz-juelich.de> Dear all, I was not able to recompile pygdchart-0.6.1 with Python 2.3. There are a lot of warnings and some errors, this is a subset of the output. gdc_py.c:135: warning: `OptionDoc' defined but not used gdc_py.c:307: warning: `_cleanup' defined but not used gdc_py.c:1665: warning: `_export_int' defined but not used gdc_py.c:1633: warning: `_export_float' defined but not used make: *** [gdc_py.o] Fehler 1 If I use the old compiled one I got this error_log entries: /usr/share/moin/linuxwiki/moin_config.py:56: RuntimeWarning: Python C API version mismatch for module gdchart: This Python has API version 1012, module gdchart has version 1011. import gdchart Any idea what I shoul try? Reimar -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: signature URL: From R.Bauer at fz-juelich.de Tue Mar 9 02:07:02 2004 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Tue Mar 9 02:07:02 2004 Subject: [Moin-devel] Version 1.2.1 Message-ID: <200403090732.09024.R.Bauer@fz-juelich.de> THANKs for the fixes and extensions! Reimar -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: signature URL: From R.Bauer at fz-juelich.de Tue Mar 9 09:21:04 2004 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Tue Mar 9 09:21:04 2004 Subject: [Moin-devel] gpg signed mails Message-ID: <404DF6C7.4080008@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all I am interested to get moinmoin to sent emails which are gpg signed. where should I start to implement this? 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) iD8DBQFATfbG5aOc3Q9hk/kRAq/SAKCHu8ZsJPF+UHZovgO1oYNPeNZ8yACfQloV ikwspqWK2+Ya+iAKoZJsDNc= =e+2u -----END PGP SIGNATURE----- From R.Bauer at fz-juelich.de Tue Mar 9 09:35:09 2004 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Tue Mar 9 09:35:09 2004 Subject: [Moin-devel] multiple file upload Message-ID: <404DF76E.6080106@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, we are using some wikis as lab journal. Sometimes there are many plots or datasets to upload. It would be nice to have the choice of multiple file selection if someone has to upload 50 files. 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) iD8DBQFATfds5aOc3Q9hk/kRAkf1AJ9u7q7rZlraZjwXLdL6L0IoffL73ACgsmro HTZZZATxOqIX0UdDug0ajqs= =00/i -----END PGP SIGNATURE----- From dvid at atlas.cz Tue Mar 9 10:11:08 2004 From: dvid at atlas.cz (David Zejda) Date: Tue Mar 9 10:11:08 2004 Subject: [Moin-devel] czech language Message-ID: <005501c405ff$63c809f0$2803a8c0@noteline> moin is impressing, i love it. i'm running moin 1.1 [Revision 1.173] from debian package and becouse it will serve czech audience, i translated i18n/cs.py, preferences and system pages to czech language... i'm ready to contribute the work now - what should i do next? is there anyone, who grants CVS permissions? or should I send it to someone via mail? thanks David From noreply at sourceforge.net Wed Mar 10 05:48:05 2004 From: noreply at sourceforge.net (SourceForge.net) Date: Wed Mar 10 05:48:05 2004 Subject: [Moin-devel] [ moin-Patches-875444 ] PageEditor _make_backup fails on Win32 Message-ID: Patches item #875444, was opened at 2004-01-12 16:43 Message generated for change (Comment added) made by johill You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=308482&aid=875444&group_id=8482 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Thomas Kl?ger (tomy) Assigned to: Nobody/Anonymous (nobody) Summary: PageEditor _make_backup fails on Win32 Initial Comment: Using MoinMoin on Win32: While editing a page, if you preview your changes and then additionally try the spell checker you get an "OSError: [Errno 17] File exists". The problem is that on win32 os.rename does not overwrite a file if it already exists. To attached patch corrects this by removing the old file on win32 before renaming. ---------------------------------------------------------------------- Comment By: Johannes Berg (johill) Date: 2004-03-10 14:30 Message: Logged In: YES user_id=32619 On Windows NT the python function could use MoveFileEx with some flags to get overwrite behaviour, this is not supported on 9x/ME though. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=308482&aid=875444&group_id=8482 From tw-public at gmx.de Wed Mar 10 07:49:10 2004 From: tw-public at gmx.de (Thomas Waldmann) Date: Wed Mar 10 07:49:10 2004 Subject: [Moin-devel] czech language In-Reply-To: <005501c405ff$63c809f0$2803a8c0@noteline> References: <005501c405ff$63c809f0$2803a8c0@noteline> Message-ID: <404F34B1.4000809@gmx.de> Hi David, > i'm running moin 1.1 [Revision 1.173] from debian package and becouse it > will serve czech audience, i translated i18n/cs.py, preferences and system > pages to czech language... It would have been less work if you had asked before. The current translator information is at http://moinmoin.wikiwikiweb.de/MoinDev/Translation We do not use *.py as source format any longer, we use *.po and then automatically generate the *.py out of it. Maybe just get the 1.2.1 version from SF and look into MoinMoin/i18n/README. There is also some basic tool for converting py-to-po (you need that only once to not lose your work). > i'm ready to contribute the work now - what should i do next? is there > anyone, who grants CVS permissions? or should I send it to someone via mail? If you manage to convert it to *.po, send me the po file. If you don't, send me the *.py file you have, I will try to convert it and send you the *.po back for review. At the end, I need a *.po from you. ;) Via email. greetings, Thomas From dvid at atlas.cz Wed Mar 10 09:08:04 2004 From: dvid at atlas.cz (David Zejda) Date: Wed Mar 10 09:08:04 2004 Subject: [Moin-devel] default regex Message-ID: <005401c406bf$b31fea70$2803a8c0@noteline> wouldn't be better (becouse of ease of localization and customization) to have page_template_regex = '[' + lowerletters + ']Template$' instead of page_template_regex = '[a-z]Template$' as default value? David From tw-public at gmx.de Wed Mar 10 09:34:08 2004 From: tw-public at gmx.de (Thomas Waldmann) Date: Wed Mar 10 09:34:08 2004 Subject: [Moin-devel] default regex In-Reply-To: <005401c406bf$b31fea70$2803a8c0@noteline> References: <005401c406bf$b31fea70$2803a8c0@noteline> Message-ID: <404F4D2E.1070509@gmx.de> > page_template_regex = '[' + lowerletters + ']Template$' Sure. BTW: with 1.3 that "lower/upperletters" vars will contain ALL unicode (16bit) lower and upper letters. You can already see on moinmaster. From dk at trick.ca Wed Mar 10 10:02:06 2004 From: dk at trick.ca (Dmytri Kleiner) Date: Wed Mar 10 10:02:06 2004 Subject: upercase underscore (was Re: [Moin-devel] default regex) In-Reply-To: <404F4D2E.1070509@gmx.de> References: <005401c406bf$b31fea70$2803a8c0@noteline> <404F4D2E.1070509@gmx.de> Message-ID: <20040310174245.GA24011@bosh.trick.ca> On Wed, Mar 10, 2004 at 06:15:26PM +0100, Thomas Waldmann wrote: > > >page_template_regex = '[' + lowerletters + ']Template$' > > Sure. > > BTW: with 1.3 that "lower/upperletters" vars will contain ALL unicode > (16bit) lower and upper letters. You can already see on moinmaster. How about a waky sugestion, treate _ as an upercase character, that way something like My_new_page will be a WikiName. From dvid at atlas.cz Wed Mar 10 15:13:05 2004 From: dvid at atlas.cz (David Zejda) Date: Wed Mar 10 15:13:05 2004 Subject: [Moin-devel] czech language References: <005501c405ff$63c809f0$2803a8c0@noteline> <404F34B1.4000809@gmx.de> Message-ID: <00af01c406df$aea26b10$2803a8c0@noteline> > Hi David, > > > i'm running moin 1.1 [Revision 1.173] from debian package and becouse it > > will serve czech audience, i translated i18n/cs.py, preferences and system > > pages to czech language... > > It would have been less work if you had asked before. :-( ...measure twice, cut once... > We do not use *.py as source format any longer, we use *.po and then > automatically generate the *.py out of it. OK, I'll try to do it the progressive (~.po) way... Thanks for advice. > Thomas From dvid at atlas.cz Wed Mar 10 15:13:06 2004 From: dvid at atlas.cz (David Zejda) Date: Wed Mar 10 15:13:06 2004 Subject: [Moin-devel] upgrade & debian [czech language] References: <005501c405ff$63c809f0$2803a8c0@noteline> <404F34B1.4000809@gmx.de> Message-ID: <00ae01c406df$ae778a80$2803a8c0@noteline> Sorry, but I have couple of questions yet... > Maybe just get the 1.2.1 version from SF and look into Is it painless to upgrade? Doesn't it break my data? How often is moin packaged for debian? Is there 1.2.1 (or higher) package avilable? Should I wait for it? Or should I delete installed files and replace them with newer ones? Will be possible to upgrade by newer package in the future, if I do such manual surgery? Thanks David From dvid at atlas.cz Wed Mar 10 15:13:06 2004 From: dvid at atlas.cz (David Zejda) Date: Wed Mar 10 15:13:06 2004 Subject: [Moin-devel] Re: [Moin-user] non ASCII pagenames References: <00e901c40616$463d82e0$2803a8c0@noteline> <404F36E4.40905@gmx.de> Message-ID: <00b001c406df$aeceab30$2803a8c0@noteline> > For the URLs, only ASCII is allowed, so we MUST encode any strange character. We are currently working on making it a bit nicer That work isn't finished yet. If it is, you will see it in moinmaster first, too. OK, it's the answer I'm roughly happy with. > but don't expect to see special characters in there at every time. sure. >You shouldn't change anything there without deep knowledge of moin - or you will potentially rather break it. :-( but I hope, "a bit nicer" will be sufficient, so I'll be patient.. David From tw-public at gmx.de Thu Mar 11 08:56:12 2004 From: tw-public at gmx.de (Thomas Waldmann) Date: Thu Mar 11 08:56:12 2004 Subject: [Moin-devel] upgrade & debian [czech language] In-Reply-To: <00ae01c406df$ae778a80$2803a8c0@noteline> References: <005501c405ff$63c809f0$2803a8c0@noteline> <404F34B1.4000809@gmx.de> <00ae01c406df$ae778a80$2803a8c0@noteline> Message-ID: <405095CD.9010409@gmx.de> >>Maybe just get the 1.2.1 version from SF and look into > Is it painless to upgrade? That depends on whether you make a backup before, read CHANGES and UPGRADE.html or not. > Doesn't it break my data? No. > How often is moin packaged for debian? Ask maintainer. He told me he wants to package 1.2.1, but didnt say when. > Or should I delete installed files and replace them with newer ones? Instead using a debian package, you can also use the setup.py method. Backing up and removing the old package is a good idea. > Will be possible to upgrade by newer package in the future, if I do such > manual surgery? That doesnt make much difference. From R.Bauer at fz-juelich.de Thu Mar 11 10:49:04 2004 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Thu Mar 11 10:49:04 2004 Subject: [Moin-devel] RandomQuote Message-ID: <4050B013.2090404@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear all is it prinziple possible to use RandomQuote with IncludePages [[IncludePages(NeuerBenutzer,items=1)]] At the moment it doesn't. It would be fine because I could add many pages behind each other by the IncludePages command which I don't like to copy instead. Then RandomQuote could use the whole list of entries. 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) iD8DBQFAULAR5aOc3Q9hk/kRAuEyAKCMwNPQ3kujz45ake5CADnXV3DwRACgrRdh cP9ZVfdxIHfmb5FVmS9pV1k= =9t31 -----END PGP SIGNATURE----- From tw at waldmann-edv.de Thu Mar 11 10:58:13 2004 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Thu Mar 11 10:58:13 2004 Subject: [Moin-devel] RandomQuote References: <4050B013.2090404@fz-juelich.de> Message-ID: <4050B25A.4000003@waldmann-edv.de> > is it prinziple possible to use RandomQuote with IncludePages No. At least not yet. Macro calls are not recursive and RandomQuote doesn't operate on rendered output, but on raw page content. From festifn at rupert.informatik.uni-stuttgart.de Thu Mar 11 11:22:00 2004 From: festifn at rupert.informatik.uni-stuttgart.de (Florian Festi) Date: Thu Mar 11 11:22:00 2004 Subject: [Moin-devel] RandomQuote In-Reply-To: <4050B25A.4000003@waldmann-edv.de> Message-ID: > > is it prinziple possible to use RandomQuote with IncludePages > > No. At least not yet. > > Macro calls are not recursive and RandomQuote doesn't operate on > rendered output, but on raw page content. It is very unlikely that this will work that way, because this would change the whole page processing stuff. There are two possible solution: 1. The RandomQuote macro expands the IncludePage macros itself 2. Modifiy the RandomQuote macro to accept multiple pages as input and use the pages you want to include as macro parameters The first might be closer to what you described, but I think the second is closer to the way everything else in MoinMoin works. cu FlorianFesti From cove at wildpackets.com Fri Mar 12 00:04:04 2004 From: cove at wildpackets.com (Cove Schneider) Date: Fri Mar 12 00:04:04 2004 Subject: [Moin-devel] Up and down arrows anchors headings Message-ID: <2C8C9339-73F9-11D8-8F99-0005027BE9BE@wildpackets.com> Since I upgraded to 1.2.1 these arrows seem to randomly appear (and disappear) on title headings. I haven't really be able to narrow down why. Is there a way to turn this off? Thanks, Cove From moin-develmoin-devel at YAHOO.COM Fri Mar 12 14:35:01 2004 From: moin-develmoin-devel at YAHOO.COM (Michael Kinser) Date: Fri Mar 12 14:35:01 2004 Subject: [Moin-devel] CIA^L1S & LEV^ITRA : D0CTOR & FDA a_pproval ! Message-ID: An HTML attachment was scrubbed... URL: From R.Bauer at fz-juelich.de Sun Mar 14 08:21:49 2004 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Sun Mar 14 08:21:49 2004 Subject: [Moin-devel] PageEditor.py Message-ID: <40547ED2.5020009@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear all I don't know if this is the best solution to solve the problem if two or more unknown users from different machines try to edit a page the same time. I did the following two changes: Line 845: ~ if self.owner is None or self.uid == self.owner or secs_valid < 0: changed to: ~ if self.uid == self.owner or secs_valid < 0: Line 850: ~ if self.owner is not None and -10800 < secs_valid < 0: changed to: ~ if self.uid == self.owner or secs_valid < 0: The result of this changes is: If unknown users from different machines try to edit the same time the same page then the first one blocks the editing for all others. Named users can't edit too. 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) iD8DBQFAVH7Q5aOc3Q9hk/kRAoeGAJwLTFmO8b9oPFPtQFjMyjvNKqiAOQCdE7qI DN9T6Ci1RfByoXhdtsNX3QY= =JnYk -----END PGP SIGNATURE----- From noreply at sourceforge.net Sun Mar 14 12:48:06 2004 From: noreply at sourceforge.net (SourceForge.net) Date: Sun Mar 14 12:48:06 2004 Subject: [Moin-devel] [ moin-Feature Requests-916149 ] Annoying edit lock message Message-ID: Feature Requests item #916149, was opened at 2004-03-15 09:47 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=916149&group_id=8482 Category: None Group: None Status: Open Priority: 5 Submitted By: Simon Lieschke (slieschke) Assigned to: Nobody/Anonymous (nobody) Summary: Annoying edit lock message Initial Comment: I use Mozilla FireFox, and when my edit lock on a page expires, I get an annoying blinking "Your edit lock on XYZ has expired" message in the status bar, regardless which tab I am looking at. Could this message possibly be made less annoying somehow? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358482&aid=916149&group_id=8482 From noreply at sourceforge.net Sun Mar 14 12:52:03 2004 From: noreply at sourceforge.net (SourceForge.net) Date: Sun Mar 14 12:52:03 2004 Subject: [Moin-devel] [ moin-Bugs-916154 ] ® characters breaks RSS feed Message-ID: Bugs item #916154, was opened at 2004-03-15 09:51 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=916154&group_id=8482 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Simon Lieschke (slieschke) Assigned to: Nobody/Anonymous (nobody) Summary: ? characters breaks RSS feed Initial Comment: A workmate recently used the ? character in a wiki page, which caused the RSS recent changes feed to break. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=916154&group_id=8482 From noreply at sourceforge.net Sun Mar 14 12:55:06 2004 From: noreply at sourceforge.net (SourceForge.net) Date: Sun Mar 14 12:55:06 2004 Subject: [Moin-devel] [ moin-Bugs-916154 ] ® characters breaks RSS feed Message-ID: Bugs item #916154, was opened at 2004-03-15 09:51 Message generated for change (Comment added) made by slieschke You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=916154&group_id=8482 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Simon Lieschke (slieschke) Assigned to: Nobody/Anonymous (nobody) Summary: ? characters breaks RSS feed Initial Comment: A workmate recently used the ? character in a wiki page, which caused the RSS recent changes feed to break. ---------------------------------------------------------------------- >Comment By: Simon Lieschke (slieschke) Date: 2004-03-15 09:54 Message: Logged In: YES user_id=578756 Attached is the error resulting from using the ? character; it uses the action=rss_rc&diffs=1&ddiffs=1&items=50 options. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=916154&group_id=8482 From R.Bauer at fz-juelich.de Sun Mar 14 22:20:31 2004 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Sun Mar 14 22:20:31 2004 Subject: [Moin-devel] Re: PageEditor.py (edit lock problem) correction In-Reply-To: References: Message-ID: <200403150647.01289.R.Bauer@fz-juelich.de> Sorry mistake by posting changes for line 850. I thought I have carefully checked, but it wasn't. I did a diff2html of my changes. Is there a place to show those files? (This could inhibit missing something or posting wrong things) Dear all I don't know if this is the best solution to solve the problem if two or more unknown users from different machines try to edit a page the same time. I did the following two changes: Line 845: ~ if self.owner is None or self.uid == self.owner or secs_valid < 0: changed to: if self.uid == self.owner or secs_valid < 0: # R.B. 2004-03-14 Line 850: ~ if self.owner is not None and -10800 < secs_valid < 0: changed to: if -10800 < secs_valid < 0: # R.B. 2004-03-14 The result of this changes is: If unknown users from different machines try to edit the same time the same page then the first one blocks the editing for all others. Named users can't edit too. Reimar Am Montag, 15. M?rz 2004 05:17 schrieb moin-devel-request at lists.sourceforge.net: > Send Moin-devel mailing list submissions to > moin-devel at lists.sourceforge.net > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/moin-devel > or, via email, send a message with subject or body 'help' to > moin-devel-request at lists.sourceforge.net > > You can reach the person managing the list at > moin-devel-admin at lists.sourceforge.net > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Moin-devel digest..." > > > Today's Topics: > > 1. PageEditor.py (Reimar Bauer) > 2. [ moin-Feature Requests-916149 ] Annoying edit lock message > (SourceForge.net) 3. [ moin-Bugs-916154 ] ? characters breaks RSS feed > (SourceForge.net) 4. [ moin-Bugs-916154 ] ? characters breaks RSS feed > (SourceForge.net) > > --__--__-- > > Message: 1 > Date: Sun, 14 Mar 2004 16:48:34 +0100 > From: Reimar Bauer > To: moin-devel at lists.sourceforge.net > Subject: [Moin-devel] PageEditor.py > > Dear all > > I don't know if this is the best solution to solve the problem if two or > more unknown users from different machines try to edit a page the same > time. > > I did the following two changes: > > Line 845: > ~ if self.owner is None or self.uid == self.owner or secs_valid < 0: > > changed to: > ~ if self.uid == self.owner or secs_valid < 0: > > Line 850: > ~ if self.owner is not None and -10800 < secs_valid < 0: > > changed to: > ~ if self.uid == self.owner or secs_valid < 0: > > > The result of this changes is: > If unknown users from different machines try to edit the same time the > same page then the first one blocks the editing for all others. Named > users can't edit too. > > Reimar -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: signature URL: From lsimons at jicarilla.org Mon Mar 15 14:33:12 2004 From: lsimons at jicarilla.org (Leo Simons) Date: Mon Mar 15 14:33:12 2004 Subject: [Moin-devel] Hi from wiki.apache.org! Message-ID: Hi gang! I'm one of the primary admins for the moin-based wiki installation we're running at http://wiki.apache.org/ some people mentioned talking to some other people who mentioned being interested in what we're doing. So here's some yadayada. Brain dump below. We're running a somewhat modified version of moin 1.1 (most of those mods being rather hackery in nature ). Some of the modifications include: * wiki farm setup. Each ASF project gets its 'own' wiki installation. The codebase 'n stuff is shared, as is, by default, things like CSS. There's both shared config and the ability to override that shared config. Instances are set up using a commandline (bash) script. * cvs-style change notifications. We hacked some of the code (I think PageEditor.py) to send all change diffs to a configurable mailing list, usually the same list that gets messages on each 'cvs commit' a developer makes. This has turned out to be quite valuable, because it fits in with the way our developers are used to work. * google search macro, ie http://wiki.apache.org/general/FindPage?value=FrontPage and probably half a dozen other things I can't remember right now. I am planning to find some time to extract these useful bits from our installation and submit them somewhere (probably the moin wiki is the right place), but you know what life is like (in case you don't: its rather busy :-D). We're also planning (well, I am) to upgrade to a more recent moin release (I think the most recent one is 1.2?). We've been busy migrating our UseMod wiki to Moin, and we've written a basic shell script in Ruby to handle the data conversion. We're also in the progress of migrating a relatively big wiki installment from a modified JSPWiki (at wiki.cocoondev.org). In general, we've been really happy with moin so far! People enjoy the better looks and formatting (compared to UseMod), some of the additional features (particularly subpages, I think) the farm-based setup, and the speediness of it all (which also has to do with running on a very beefy machine ;)). For us admins, the fact that the moin pages are plain text has really made all sorts of things easier. Probably the most heard-of complaint is that some of the wiki names that work with UseMod don't work with moin, ie JMeterProject will not work because its not camel case. Another issue we've hit is the LPGL-ness of moin. Every ASF developer has signed a contributor agreement that ensures everything we contribute to the ASF is licensed by us to be licensed under the apache license, which is basically just very convenient for people like me (no legalese for me to worry about :-D). But that stuff won't fly once we start distributing our modifications to moin (I'm not entirely sure why, but the LPGL has nasty wording about distribution). So we now have our modified version of moin in a private repository (ie, we don't distribute any of it), rather than somewhere public where everyone can use everything. I need to take a good look at all those legalities before I can contribute stuff back here. End of brain dump :D. Do let me know if you want feedback on anything in particular or if there's some questions I raised that need answering... -- cheers! - Leo Simons ----------------------------------------------------------------------- Weblog -- http://leosimons.com/ IoC Component Glue -- http://jicarilla.org/ Articles & Opinions -- http://articles.leosimons.com/ ----------------------------------------------------------------------- "We started off trying to set up a small anarchist community, but people wouldn't obey the rules." -- Alan Bennett From eeojfkpiqmhmj at yahoo.com Mon Mar 15 22:20:10 2004 From: eeojfkpiqmhmj at yahoo.com (Rachael Sutton) Date: Mon Mar 15 22:20:10 2004 Subject: [Moin-devel] Тренинг по управлению бизнесом Message-ID: An HTML attachment was scrubbed... URL: From eeojfkpiqmhmj at yahoo.com Mon Mar 15 22:20:17 2004 From: eeojfkpiqmhmj at yahoo.com (Rachael Sutton) Date: Mon Mar 15 22:20:17 2004 Subject: [Moin-devel] Тренинг по управлению бизнесом Message-ID: An HTML attachment was scrubbed... URL: From R.Bauer at fz-juelich.de Tue Mar 16 09:56:12 2004 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Tue Mar 16 09:56:12 2004 Subject: [Moin-devel] variables to substitute like @SIG@ Message-ID: <40573DE2.102@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear all I have seen how I could add some own variables like @SIG@ to PageEditor.py. I have seen this comment too. #!!! TODO: Allow addition of variables via moin_config (and/or a text file) Is it allowed to ask when ? 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) iD8DBQFAVz3f5aOc3Q9hk/kRAkZWAKCn7CjWEgjERjIDk5fNl7vBH4onkgCgxHSt 2dpHPL8f5UVZwSqpZv9oTrc= =ai6Z -----END PGP SIGNATURE----- From mikeraz at patch.com Tue Mar 16 13:18:02 2004 From: mikeraz at patch.com (Michael Rasmussen) Date: Tue Mar 16 13:18:02 2004 Subject: [Moin-devel] Hi from wiki.apache.org! - JMeterProject solution In-Reply-To: References: Message-ID: <20040316211445.GB16542@patch.com> On Mon, Mar 15, 2004 at 05:47:52PM +0100, Leo Simons wrote: > Probably the most heard-of complaint is that some of the wiki names that > work with UseMod don't work with moin, ie JMeterProject will not work > because its not camel case. Ohh, oh, oooh! I get to help the apache people. At last! see: http://meme.patch.com/memes/JMeterProject Which lists 3 ways to do it. If you come to Portland for the Open Source conference, we'll find you some beer. -- Michael Rasmussen, Portland Oregon Be appropriate && Follow your curiosity http://meme.patch.com/memes/BicycleRiding Get Fixed: http://www.dampfixie.org The fortune cookie says: "Today, of course, it is considered very poor taste to use the F-word except in major motion pictures." -- Dave Barry, "$#$%#^%!^%&@%@!" From mikeraz at patch.com Tue Mar 16 13:27:08 2004 From: mikeraz at patch.com (Michael Rasmussen) Date: Tue Mar 16 13:27:08 2004 Subject: [Moin-devel] image links in v1.1 Message-ID: <20040316212553.GC16542@patch.com> I've noted that when I try to display an image that would then be a clickable link to somewhere else the image doesn't display. i.e. [http://www.patch.com http://www.patch.com/patchlogo1206b.gif] displays a icon for external link followed by http://www.patch.com/patchlogo1206b.gif in blue underlined text. Yet on another v1.1 moin wiki it works as I hoped - the image diplays and is a clickable link. This indicates that I'm doing something wrong. Cluestick pointer? Broken example: http://meme.patch.com/memes/WikiSandBox Hoped for example: http://www.spack.org/index.cgi/BannerAds -- Michael Rasmussen, Portland Oregon Be appropriate && Follow your curiosity http://meme.patch.com/memes/BicycleRiding Get Fixed: http://www.dampfixie.org The fortune cookie says: WARNING: Reading this fortune can affect the dimensionality of your mind, change the curvature of your spine, cause the growth of hair on your palms, and make a difference in the outcome of your favorite war. From noreply at sourceforge.net Tue Mar 16 15:02:04 2004 From: noreply at sourceforge.net (SourceForge.net) Date: Tue Mar 16 15:02:04 2004 Subject: [Moin-devel] [ moin-Bugs-917681 ] Python 2.2 mail:Header Import Message-ID: Bugs item #917681, was opened at 2004-03-16 18:01 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=917681&group_id=8482 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Robert Bushman (rbb36) Assigned to: Nobody/Anonymous (nobody) Summary: Python 2.2 mail:Header Import Initial Comment: Hi, I haven't done an exhaustive search of your fixed bugs, so I apologize if this is a dupe. I just installed 1.2.1, and like the new features - particularly logging in with a wiki name instead of a user number. One small bug I found - Python 2.2 (at least Debian Testing's version) does not have mail:Header. The following is the diff for a simple fix: moin/lib/python2.2/site-packages/MoinMoin/util$ diff mail.py~ mail.py 36c36 < from email.Header import Header --- > # from email.Header import Header 51c51 < msg['Subject'] = Header(subject, config.charset) --- > msg['Subject'] = subject # Header(subject, config.charset) Gotta love Free Software written in Python, it told me the problem and I only had about 5 minutes of downtime! Keep up the great work! Bob ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=917681&group_id=8482 From kic at nerim.net Wed Mar 17 02:11:03 2004 From: kic at nerim.net (Ben Ki C ?) Date: Wed Mar 17 02:11:03 2004 Subject: [Moin-devel] Backup : cache and pages needed ? Message-ID: <41878.194.254.104.65.1079518207.squirrel@webmail.nerim.net> Hello, during a backup of a MoinMoin directory can i "forget" cache and pages ? Something else like dict.cache ? Thx ! PS : thank you apache for your MoinMoin css :p From tw-public at gmx.de Wed Mar 17 04:29:32 2004 From: tw-public at gmx.de (Thomas Waldmann) Date: Wed Mar 17 04:29:32 2004 Subject: [Moin-devel] variables to substitute like @SIG@ In-Reply-To: <40573DE2.102@fz-juelich.de> References: <40573DE2.102@fz-juelich.de> Message-ID: <405843FF.8040804@gmx.de> > I have seen how I could add some own variables like @SIG@ to PageEditor.py. > > I have seen this comment too. > #!!! TODO: Allow addition of variables via moin_config (and/or a text file) > > Is it allowed to ask when ? Using Moin 1.2(.1) you already can. Search CHANGES (or the source) for /MyDict. From tw-public at gmx.de Wed Mar 17 04:50:00 2004 From: tw-public at gmx.de (Thomas Waldmann) Date: Wed Mar 17 04:50:00 2004 Subject: [Moin-devel] Backup : cache and pages needed ? In-Reply-To: <41878.194.254.104.65.1079518207.squirrel@webmail.nerim.net> References: <41878.194.254.104.65.1079518207.squirrel@webmail.nerim.net> Message-ID: <40584939.6040604@gmx.de> > during a backup of a MoinMoin directory can i "forget" cache and pages ? You can omit the "cache" directory, everything in there will be recreated (that might take quite some time, though, e.g. for event.log statistics). You should not omit the "pages" directory, because attachments are stored there. > Something else like dict.cache ? This also can be recreated. Also the stuff called *.pickle. So importance for backup is: 1. text/ 2. pages/ 3. user/, editlog and backup/ (if you want to save history) Or simply backup data/ completely if possible ;) From marcus at quintic.co.uk Wed Mar 17 05:09:06 2004 From: marcus at quintic.co.uk (Marcus Williams) Date: Wed Mar 17 05:09:06 2004 Subject: [Moin-devel] Themes Message-ID: <931271803.20040317130806@quintic.co.uk> Hi - I'm in the middle of creating a new look for my wiki - the new theme stuff is great for this but I'd like to add a container DIV around all the header html (logo/menu/navbar etc). Where abouts do I do this? It doesnt appear possible in the theme class itself. Marcus -- Marcus Williams -- http://www.quintic.co.uk Quintic Ltd, 39 Newnham Road, Cambridge, UK This message is private [ ] public [*] From kic at nerim.net Wed Mar 17 06:13:07 2004 From: kic at nerim.net (Ben Ki C ?) Date: Wed Mar 17 06:13:07 2004 Subject: [Moin-devel] Backup : cache and pages needed ? In-Reply-To: <40584939.6040604@gmx.de> References: <41878.194.254.104.65.1079518207.squirrel@webmail.nerim.net> <40584939.6040604@gmx.de> Message-ID: <39681.194.254.104.65.1079532750.squirrel@webmail.nerim.net> I work on a little script wich send the backup by mail so "Smaller is better" ;p Thomas Waldmann a dit : >> during a backup of a MoinMoin directory can i "forget" cache and pages ? > > You can omit the "cache" directory, everything in there will be > recreated (that might take quite some time, though, e.g. for event.log > statistics). > > You should not omit the "pages" directory, because attachments are > stored there. > >> Something else like dict.cache ? > > This also can be recreated. Also the stuff called *.pickle. > > So importance for backup is: > 1. text/ > 2. pages/ > 3. user/, editlog and backup/ (if you want to save history) > > Or simply backup data/ completely if possible ;) From R.Bauer at fz-juelich.de Wed Mar 17 21:47:03 2004 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Wed Mar 17 21:47:03 2004 Subject: [Moin-devel] MyDict Message-ID: <200403180652.36413.R.Bauer@fz-juelich.de> Dear Thomas I found your example GNU:: GNU is not UNIX it works fine for me as user. I would like to have in addition to setup one [wiki:/MyDict] page for the whole wiki. It would be fine to setup some variables for all users. I like to have this for the following reason. I have seen I could now create a Template with the userdict keys, e.g. @FZJ@ -- @SIG@ The signs in this case are not replaced by storing the template. But the next time I select the template and save the newpage the userdict keys are replaced by my keys. This could be quite easy used to write special forms for journals if we have a global MyDict. greetings Reimar -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: signature URL: From R.Bauer at fz-juelich.de Wed Mar 17 22:02:02 2004 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Wed Mar 17 22:02:02 2004 Subject: [Moin-devel] MyDict - next request Message-ID: <200403180704.25599.R.Bauer@fz-juelich.de> Dear all If I use e.g. @TIME@ in a Template could this be replaced directly after the Template was selected. This means the time is visible in the editor window. At the moment the time is shown after saving the page. Then this will be the time when the editor page was opened. Reimar -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: signature URL: From mikeraz at patch.com Thu Mar 18 12:16:06 2004 From: mikeraz at patch.com (Michael Rasmussen) Date: Thu Mar 18 12:16:06 2004 Subject: [Moin-devel] Include.py in moin v1.1 vs v1.2 - feature request Message-ID: <20040318201424.GA11732@patch.com> Took the plunge and made the easy upgrade from 1.1 to 1.2 last night. I note that on v1.2 the Include macro outputs page contents like this: Link to Page Edit_Icon Contents of the page after processing arguments While in v1.1 it was: Contents of the page after processing arguments Link to Page Edit_Icon Could this sorting be made into a parameter? Alternatively, could I get a patch to the v1.2 version to restore the v1.1 behavior? Michael 'wishes I knew Python better' R -- Michael Rasmussen, Portland Oregon Be appropriate && Follow your curiosity http://meme.patch.com/memes/BicycleRiding Get Fixed: http://www.dampfixie.org The fortune cookie says: Men occasionally stumble over the truth, but most of them pick themselves up and hurry off as if nothing had happened. -- Winston Churchill From mikeraz at patch.com Thu Mar 18 15:38:04 2004 From: mikeraz at patch.com (Michael Rasmussen) Date: Thu Mar 18 15:38:04 2004 Subject: [Moin-devel] Include.py in moin v1.1 vs v1.2 - feature request In-Reply-To: <20040318201424.GA11732@patch.com> References: <20040318201424.GA11732@patch.com> Message-ID: <20040318233718.GA13882@patch.com> digging in to the code I see that on line 172 of the v1.2 Include.py is the difference that causes the behavior I'm seeing: The < refers to v1.1 The > refers to v1.2 178,179c172,173 < if args.group('htext'): < heading = args.group('htext') or inc_page.split_title() --- > if args.group('heading'): > heading = args.group('htext') or inc_page.split_title(macro.request) So if htext wasn't defined in v1.1 the link and edit icon wouldn't be acted upon before the included text. In v1.2 this changed to heading, which is defined regardless. A quick edit and my accustomed behavior was back. But was it the right thing to do? What other behavior am I breaking? On Thu, Mar 18, 2004 at 12:14:24PM -0800, Michael Rasmussen wrote: > Took the plunge and made the easy upgrade from 1.1 to 1.2 last night. > > I note that on v1.2 the Include macro outputs page contents like this: > > Link to Page Edit_Icon > Contents of the page after processing arguments > > While in v1.1 it was: > > Contents of the page after processing arguments > Link to Page Edit_Icon > > Could this sorting be made into a parameter? Alternatively, could I get > a patch to the v1.2 version to restore the v1.1 behavior? > > Michael 'wishes I knew Python better' R > > -- > Michael Rasmussen, Portland Oregon > Be appropriate && Follow your curiosity > http://meme.patch.com/memes/BicycleRiding > Get Fixed: http://www.dampfixie.org > The fortune cookie says: > Men occasionally stumble over the truth, but most of them pick themselves > up and hurry off as if nothing had happened. > -- Winston Churchill > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Moin-devel mailing list > Moin-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-devel -- Michael Rasmussen, Portland Oregon Be appropriate && Follow your curiosity http://meme.patch.com/memes/BicycleRiding Get Fixed: http://www.dampfixie.org The fortune cookie says: compuberty, n: The uncomfortable period of emotional and hormonal changes a computer experiences when the operating system is upgraded and a sun4 is put online sharing files. From R.Bauer at fz-juelich.de Fri Mar 19 23:41:02 2004 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Fri Mar 19 23:41:02 2004 Subject: [Moin-devel] standalone server Message-ID: <200403200846.00894.R.Bauer@fz-juelich.de> Dear all in my local standalone server the redirection of pages does not work. setup is: Python 2.3+ (#1, Jan 7 2004, 09:17:35) [GCC 3.3.1 (SuSE Linux)] on linux2 StartSeite does need to remove the redirection to FrontPage otherwise I got an empty page, #language:de ##redirect FrontPage ##we don't want to translate the whole Wiki ;) Reimar -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: signature URL: From R.Bauer at fz-juelich.de Sat Mar 20 00:40:04 2004 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Sat Mar 20 00:40:04 2004 Subject: [Moin-devel] standalone wiki Message-ID: <200403200946.29236.R.Bauer@fz-juelich.de> Hi I have described how to set up the standalone wiki. Should I put this into the masterwiki ? or where ? Reimar -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: signature URL: From tw-public at gmx.de Sat Mar 20 01:19:07 2004 From: tw-public at gmx.de (Thomas Waldmann) Date: Sat Mar 20 01:19:07 2004 Subject: [Moin-devel] standalone wiki In-Reply-To: <200403200946.29236.R.Bauer@fz-juelich.de> References: <200403200946.29236.R.Bauer@fz-juelich.de> Message-ID: <405C17AB.7020901@gmx.de> >I have described how to set up the standalone wiki. Should I put this into the >masterwiki ? > Yes, integrate it into the install docs there. From mikei at kinitos.com Mon Mar 22 07:57:05 2004 From: mikei at kinitos.com (Michael Iles) Date: Mon Mar 22 07:57:05 2004 Subject: [Moin-devel] standalone wiki In-Reply-To: <49E95F5EE462824597FA4D82F220F5AD0A0BE5@cinder.toronto.kinitos.com> Message-ID: <200403221556.i2MFudF19819@mandarin.kinitos.com> I recently set up a standalone wiki using moin.py on a Win2K box, and ran into the following problem. When I had things working the way I wanted them I replaced the call to 'python moin.py' with 'pythonw moin.py' so I wouldn't have the shell window hanging around. However, the wiki would then crash within a few hours on the call to sys.stdout.write with an exception saying that it was an invalid file descriptor. So the sys module must have been buffering the output (which consisted mostly of the little spinning bar characters '\|/-') and when it got around to writing to stdout, which doesn't exist for pythonw, it crashed. I have two comments on this: 1. This should be noted somewhere in the docs. In retrospect this is obvious, but at the time I thought that pythonw was a drop-in equivalent to python. (I'm still a bit surprised that pythonw doesn't just discard anything written to stdout.) 2. What's the recommended approach to running a standalone wiki on Windows? My first instinct is to change moin.py to detect whether stdout is valid and if not, to point stdout/stderr at a log file and also to remove the spinning bar in httpdmain.py. Better ideas? Mike. -----Original Message----- From: moin-devel-admin at lists.sourceforge.net [mailto:moin-devel-admin at lists.sourceforge.net] On Behalf Of Thomas Waldmann Sent: March 20, 2004 5:07 AM To: moin-devel at lists.sourceforge.net Subject: Re: [Moin-devel] standalone wiki >I have described how to set up the standalone wiki. Should I put this into the >masterwiki ? > Yes, integrate it into the install docs there. ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Moin-devel mailing list Moin-devel at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/moin-devel From dan.gregory at mci.com Mon Mar 22 08:50:02 2004 From: dan.gregory at mci.com (Dan Gregory) Date: Mon Mar 22 08:50:02 2004 Subject: [Moin-devel] standalone wiki In-Reply-To: <200403221556.i2MFudF19819@mandarin.kinitos.com> References: <200403221556.i2MFudF19819@mandarin.kinitos.com> Message-ID: <405F1789.50508@mci.com> I know nothing about pythonw but couldn't you do this (if you're on *nix) pythonw moin.py > /dev/null 2>&1 If you really want that output just dump it to a file instead of /dev/null. Michael Iles wrote: >I recently set up a standalone wiki using moin.py on a Win2K box, and ran >into the following problem. When I had things working the way I wanted them >I replaced the call to 'python moin.py' with 'pythonw moin.py' so I wouldn't >have the shell window hanging around. However, the wiki would then crash >within a few hours on the call to sys.stdout.write with an exception saying >that it was an invalid file descriptor. So the sys module must have been >buffering the output (which consisted mostly of the little spinning bar >characters '\|/-') and when it got around to writing to stdout, which >doesn't exist for pythonw, it crashed. > >I have two comments on this: > >1. This should be noted somewhere in the docs. In retrospect this is >obvious, but at the time I thought that pythonw was a drop-in equivalent to >python. (I'm still a bit surprised that pythonw doesn't just discard >anything written to stdout.) > >2. What's the recommended approach to running a standalone wiki on Windows? >My first instinct is to change moin.py to detect whether stdout is valid and >if not, to point stdout/stderr at a log file and also to remove the spinning >bar in httpdmain.py. Better ideas? > >Mike. > >-----Original Message----- >From: moin-devel-admin at lists.sourceforge.net >[mailto:moin-devel-admin at lists.sourceforge.net] On Behalf Of Thomas Waldmann >Sent: March 20, 2004 5:07 AM >To: moin-devel at lists.sourceforge.net >Subject: Re: [Moin-devel] standalone wiki > > > > >>I have described how to set up the standalone wiki. Should I put this into >> >> >the > > >>masterwiki ? >> >> >> >Yes, integrate it into the install docs there. > > > >------------------------------------------------------- >This SF.Net email is sponsored by: IBM Linux Tutorials >Free Linux tutorial presented by Daniel Robbins, President and CEO of >GenToo technologies. Learn everything from fundamentals to system >administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >_______________________________________________ >Moin-devel mailing list >Moin-devel at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/moin-devel > > > >------------------------------------------------------- >This SF.Net email is sponsored by: IBM Linux Tutorials >Free Linux tutorial presented by Daniel Robbins, President and CEO of >GenToo technologies. Learn everything from fundamentals to system >administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >_______________________________________________ >Moin-devel mailing list >Moin-devel at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/moin-devel > > > From dan.gregory at mci.com Mon Mar 22 08:51:05 2004 From: dan.gregory at mci.com (Dan Gregory) Date: Mon Mar 22 08:51:05 2004 Subject: [Moin-devel] standalone wiki In-Reply-To: <405F1789.50508@mci.com> References: <200403221556.i2MFudF19819@mandarin.kinitos.com> <405F1789.50508@mci.com> Message-ID: <405F181C.8020401@mci.com> D'oh, I just read win2k... well there is a way to redirect stdout/err on windows... I think that > redirects stdout but I can't remember stderr. Dan Gregory wrote: > I know nothing about pythonw but couldn't you do this (if you're on *nix) > > pythonw moin.py > /dev/null 2>&1 > > If you really want that output just dump it to a file instead of > /dev/null. > > > > Michael Iles wrote: > >> I recently set up a standalone wiki using moin.py on a Win2K box, and >> ran >> into the following problem. When I had things working the way I >> wanted them >> I replaced the call to 'python moin.py' with 'pythonw moin.py' so I >> wouldn't >> have the shell window hanging around. However, the wiki would then crash >> within a few hours on the call to sys.stdout.write with an exception >> saying >> that it was an invalid file descriptor. So the sys module must have been >> buffering the output (which consisted mostly of the little spinning bar >> characters '\|/-') and when it got around to writing to stdout, which >> doesn't exist for pythonw, it crashed. >> >> I have two comments on this: >> >> 1. This should be noted somewhere in the docs. In retrospect this is >> obvious, but at the time I thought that pythonw was a drop-in >> equivalent to >> python. (I'm still a bit surprised that pythonw doesn't just discard >> anything written to stdout.) >> >> 2. What's the recommended approach to running a standalone wiki on >> Windows? >> My first instinct is to change moin.py to detect whether stdout is >> valid and >> if not, to point stdout/stderr at a log file and also to remove the >> spinning >> bar in httpdmain.py. Better ideas? >> >> Mike. >> >> -----Original Message----- >> From: moin-devel-admin at lists.sourceforge.net >> [mailto:moin-devel-admin at lists.sourceforge.net] On Behalf Of Thomas >> Waldmann >> Sent: March 20, 2004 5:07 AM >> To: moin-devel at lists.sourceforge.net >> Subject: Re: [Moin-devel] standalone wiki >> >> >> >> >>> I have described how to set up the standalone wiki. Should I put >>> this into >>> >> >> the >> >>> masterwiki ? >>> >>> >> >> Yes, integrate it into the install docs there. >> >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by: IBM Linux Tutorials >> Free Linux tutorial presented by Daniel Robbins, President and CEO of >> GenToo technologies. Learn everything from fundamentals to system >> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >> _______________________________________________ >> Moin-devel mailing list >> Moin-devel at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/moin-devel >> >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by: IBM Linux Tutorials >> Free Linux tutorial presented by Daniel Robbins, President and CEO of >> GenToo technologies. Learn everything from fundamentals to system >> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >> _______________________________________________ >> Moin-devel mailing list >> Moin-devel at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/moin-devel >> >> >> > From Mike at Geary.com Mon Mar 22 10:46:03 2004 From: Mike at Geary.com (Michael Geary) Date: Mon Mar 22 10:46:03 2004 Subject: [Moin-devel] standalone wiki In-Reply-To: <405F181C.8020401@mci.com> Message-ID: <200403221844.i2MIiuI10904@mail0.rawbw.com> > > I know nothing about pythonw but couldn't you do this (if > > you're on *nix) > > > > pythonw moin.py > /dev/null 2>&1 > > > > If you really want that output just dump it to a file instead > > of /dev/null. > D'oh, I just read win2k... well there is a way to redirect > stdout/err on windows... I think that > redirects stdout but > I can't remember stderr. The redirection syntax (at least this much of it) is the same in Windows 2000 as *nix. The only difference is that the null device is 'nul' instead of '/dev/null'. So: pythonw moin.py >nul 2>&1 (untested, but looks right) Here's a complete reference for the Windows 2000 command redirection: http://www.microsoft.com/windows2000/en/server/help/redirection.htm (Don't be alarmed by the "/server/" in that URL--it's the same for Windows 2000 Professional or Server.) -Mike From Mike at Geary.com Mon Mar 22 11:18:02 2004 From: Mike at Geary.com (Michael Geary) Date: Mon Mar 22 11:18:02 2004 Subject: [Moin-devel] standalone wiki In-Reply-To: <200403221844.i2MIiuI10904@mail0.rawbw.com> Message-ID: <200403221917.i2MJHCI36507@mail0.rawbw.com> > The redirection syntax (at least this much of it) is the same > in Windows 2000 as *nix. The only difference is that the null > device is 'nul' instead of '/dev/null'. So: > > pythonw moin.py >nul 2>&1 > > (untested, but looks right) Hmm... This may not do you any good at all. The command line redirection is implemented by CMD.EXE. If you run CMD.EXE, it's going to open a console window. But the whole point of the exercise was to avoid a console window! What about redirecting stderr and stdout in Python code? Something like this (untested but maybe close): class devnull: def write( self, str ): pass import sys sys.stdout = devnull() sys.stderr = devnull() import moin # do you need to call something here? -Mike From mikei at kinitos.com Mon Mar 22 13:41:03 2004 From: mikei at kinitos.com (Michael Iles) Date: Mon Mar 22 13:41:03 2004 Subject: [Moin-devel] standalone wiki In-Reply-To: <49E95F5EE462824597FA4D82F220F5AD0A4C17@cinder.toronto.kinitos.com> Message-ID: <200403222140.i2MLebF22798@mandarin.kinitos.com> From: Michael Geary [mailto:Mike at Geary.com] > What about redirecting stderr and stdout in Python code? Agreed. As a newcomer to Python my initial question was whether there was a better approach than this. I did a bit of searching and I'm certainly not the first to think that pythonw should do something different than it does. It seems to me that an argument to pythonw that redirected stdout/stderr to a named file would satisfy 99% of the complainers, but that's a different discussion. It would be nice if this functionality were incorporated into moin.py: (1) Check sys.stdout.isatty() or sys.stdout.fileno() to see whether it's valid. (2) If not, assign objects to sys.stdout and sys.stderr that write to logfiles. (3) And, provide a means to suppress the spinning bar in httpdmain.py. Mike. From nick at rockstarvancouver.com Mon Mar 22 13:44:01 2004 From: nick at rockstarvancouver.com (Nick Trout) Date: Mon Mar 22 13:44:01 2004 Subject: [Moin-devel] Admin tasks Message-ID: <911F8C8EB7A8084AAEDD55CEDC54D8F851FCF5@iggy.rockstarvancouver.com> Users forgetting passwords, accounts being reset and deleted, adding new users from the command line (by batch), deleting (or zipping offline) backup pages older than XXX, baking a static HTML version of Moin, etc. These are all tasks that an administrator might want to do. Now, there might be a better way to do this, but to reset a user account I go into the user pickle file and delete the lines of the user I want to remove! Why don't we add an "admin" directory to moin, with a simple command line interface so that we can do all of the above tasks easily. e.g. ~nick> moin_admin Moin> user.delete("JohnDoe") Are you sure? Y User deleted. Moin> user.create("JoeBloggs", "password") JoeBloggs created Moin> user.list() Etc. We could add a script to the "admin" directory with tasks grouped appropriately. E.g. admin/user contains functions "delete" and "create". ? Nick From tw-public at gmx.de Tue Mar 23 09:30:08 2004 From: tw-public at gmx.de (Thomas Waldmann) Date: Tue Mar 23 09:30:08 2004 Subject: [Moin-devel] Admin tasks In-Reply-To: <911F8C8EB7A8084AAEDD55CEDC54D8F851FCF5@iggy.rockstarvancouver.com> References: <911F8C8EB7A8084AAEDD55CEDC54D8F851FCF5@iggy.rockstarvancouver.com> Message-ID: <406073E1.7000803@gmx.de> Hi Nick, > Users forgetting passwords, accounts being reset and deleted, adding new > users from the command line (by batch), deleting (or zipping offline) > backup pages older than XXX, baking a static HTML version of Moin, etc. > > These are all tasks that an administrator might want to do. Sure. If somebody would write a nice admin tool in python, that would be nice. ;) > Now, there > might be a better way to do this, but to reset a user account I go into > the user pickle file and delete the lines of the user I want to remove! You shouldnt edit the pickle. Just remove data/user/xxxxx.xxx.* (grep for correct file) and after that, simple delete the pickle so moin recreates it. > Why don't we add an "admin" directory to moin, with a simple command > line interface so that we can do all of the above tasks easily. e.g. I think there is simply somebody missing writing nice python code and documentation for that. greetings, Thomas From 888zlzh at 163.com Wed Mar 24 08:52:23 2004 From: 888zlzh at 163.com (=?GB2312?B?ueO2q8qhycfNt8rQ1sfBps3mvt/X3Lvj?=) Date: Wed Mar 24 08:52:23 2004 Subject: [Moin-devel] =?GB2312?B?0fvH67/std28sLv11Mu5q8u+us/X9w==?= Message-ID: An HTML attachment was scrubbed... URL: From R.Bauer at fz-juelich.de Wed Mar 24 10:16:07 2004 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Wed Mar 24 10:16:07 2004 Subject: [Moin-devel] PageHits Message-ID: <200403241922.32406.R.Bauer@fz-juelich.de> Dear all I have some problems to understand why my changes to PageHits http://moinmoin.wikiwikiweb.de:8000/MacroMarket only in the standalone server wiki is running. I tried this twice times. If I put my changes to a real wiki I got the error message: KeyError'pagename' Python Python 2.3: /usr/bin/python Linux icghost 2.4.21-151-smp #1 SMP Thu Nov 27 22:02:02 UTC 2003 i686 MoinMoin Release 1.2.1 [Revision 1.184] Wed Mar 24 19:10:14 2004 What did I wrong? Reimar -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: signature URL: From R.Bauer at fz-juelich.de Thu Mar 25 08:22:17 2004 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Thu Mar 25 08:22:17 2004 Subject: [Moin-devel] email address Message-ID: <4063038E.6010409@fz-juelich.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi I am not sure if this is the same behaviour in 1.2.1 as it is in 1.1 It is not good to compare email adresses case sensitive. Today a user wants to get sent his account data by a 1.1 wiki. It is difficult to remember how the email adress was written. Which letter has to be uppercased. .... This is a simple correction in the code. 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) iD8DBQFAYwOM5aOc3Q9hk/kRAi7GAKC1pEWITwlAQVbc0c9sIpoQ29ZyEACePfeo mz7uUhvsKwJATj38jm8Prh8= =iqHD -----END PGP SIGNATURE----- From noreply at sourceforge.net Sat Mar 27 06:12:08 2004 From: noreply at sourceforge.net (SourceForge.net) Date: Sat Mar 27 06:12:08 2004 Subject: [Moin-devel] [ moin-Patches-917681 ] Python 2.2 mail:Header Import Message-ID: Patches item #917681, was opened at 2004-03-17 00:01 Message generated for change (Comment added) made by thomaswaldmann You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=308482&aid=917681&group_id=8482 Category: None Group: None Status: Open >Resolution: Wont Fix >Priority: 1 Submitted By: Robert Bushman (rbb36) Assigned to: Nobody/Anonymous (nobody) Summary: Python 2.2 mail:Header Import Initial Comment: Hi, I haven't done an exhaustive search of your fixed bugs, so I apologize if this is a dupe. I just installed 1.2.1, and like the new features - particularly logging in with a wiki name instead of a user number. One small bug I found - Python 2.2 (at least Debian Testing's version) does not have mail:Header. The following is the diff for a simple fix: moin/lib/python2.2/site-packages/MoinMoin/util$ diff mail.py~ mail.py 36c36 < from email.Header import Header --- > # from email.Header import Header 51c51 < msg['Subject'] = Header(subject, config.charset) --- > msg['Subject'] = subject # Header(subject, config.charset) Gotta love Free Software written in Python, it told me the problem and I only had about 5 minutes of downtime! Keep up the great work! Bob ---------------------------------------------------------------------- >Comment By: Thomas Waldmann (thomaswaldmann) Date: 2004-03-27 14:00 Message: Logged In: YES user_id=100649 This is not a bug, your python is just too old. Minimum requirement is documented in CHANGES file. But your solution is maybe helpful for other people having to live with a too old python. Thanks for posting it! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=308482&aid=917681&group_id=8482 From noreply at sourceforge.net Sat Mar 27 06:14:06 2004 From: noreply at sourceforge.net (SourceForge.net) Date: Sat Mar 27 06:14:06 2004 Subject: [Moin-devel] [ moin-Bugs-916154 ] ® characters breaks RSS feed Message-ID: Bugs item #916154, was opened at 2004-03-14 21:51 Message generated for change (Comment added) made by thomaswaldmann You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=916154&group_id=8482 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Simon Lieschke (slieschke) Assigned to: Nobody/Anonymous (nobody) Summary: ? characters breaks RSS feed Initial Comment: A workmate recently used the ? character in a wiki page, which caused the RSS recent changes feed to break. ---------------------------------------------------------------------- >Comment By: Thomas Waldmann (thomaswaldmann) Date: 2004-03-27 14:26 Message: Logged In: YES user_id=100649 cStringIO is not unicode capable. This fixes it (will be in 1.2.2): --- orig/MoinMoin/action/rss_rc.py +++ mod/MoinMoin/action/rss_rc.py @@ -10,7 +10,7 @@ from MoinMoin import wikixml, config, wikiutil, util from MoinMoin.logfile import editlog from MoinMoin.Page import Page -import cStringIO, re +import StringIO, re from MoinMoin.wikixml.util import RssGenerator def execute(pagename, request): @@ -45,7 +45,7 @@ ddiffs = 0 # prepare output - out = cStringIO.StringIO() + out = StringIO.StringIO() handler = RssGenerator(out) # get data ---------------------------------------------------------------------- Comment By: Simon Lieschke (slieschke) Date: 2004-03-14 21:54 Message: Logged In: YES user_id=578756 Attached is the error resulting from using the ? character; it uses the action=rss_rc&diffs=1&ddiffs=1&items=50 options. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=916154&group_id=8482 From noreply at sourceforge.net Sat Mar 27 06:14:24 2004 From: noreply at sourceforge.net (SourceForge.net) Date: Sat Mar 27 06:14:24 2004 Subject: [Moin-devel] [ moin-Bugs-905315 ] CR/LF Handling for HTML() broken Message-ID: Bugs item #905315, was opened at 2004-02-26 20:43 Message generated for change (Comment added) made by thomaswaldmann You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=905315&group_id=8482 Category: None Group: None >Status: Closed >Resolution: Rejected Priority: 5 Submitted By: Normen Kowalewski (suchaniceguy) Assigned to: Nobody/Anonymous (nobody) Summary: CR/LF Handling for HTML() broken Initial Comment: CR/LF should be completely ignored for anything within the brackets of the HTML Command. Embedded HTML Code must be turned into one veeeeery long line in order to work, which is so unereadable and unhandy that it should be considered a bug. ---------------------------------------------------------------------- >Comment By: Thomas Waldmann (thomaswaldmann) Date: 2004-03-27 14:34 Message: Logged In: YES user_id=100649 Using HTML.py is unsupported - this is why it is in the contributions directory. We also can't simply change how HTML.py works, as it gets its arguments the same way as any other macro gets them from moin core code. So I am sorry to say that there is no short term solution. Maybe just using multiple html macro calls solves your problem. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=905315&group_id=8482 From noreply at sourceforge.net Sat Mar 27 06:16:59 2004 From: noreply at sourceforge.net (SourceForge.net) Date: Sat Mar 27 06:16:59 2004 Subject: [Moin-devel] [ moin-Bugs-905312 ] CR/LF Handling for Comments broken Message-ID: Bugs item #905312, was opened at 2004-02-26 20:40 Message generated for change (Settings changed) made by thomaswaldmann You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=905312&group_id=8482 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Normen Kowalewski (suchaniceguy) Assigned to: Nobody/Anonymous (nobody) Summary: CR/LF Handling for Comments broken Initial Comment: CR/LF should be completely ignored in any line that is starting with ## - however, its not. If you try to make comment within a table it breaks the table into two parts. ---------------------------------------------------------------------- >Comment By: Thomas Waldmann (thomaswaldmann) Date: 2004-03-27 14:57 Message: Logged In: YES user_id=100649 I hacked the line by line parser to fix that. Will be in 1.2.2. But as this parser has also some other serious problems, we plan to change this anyway - a new parser is on the todo list (1.3 or later). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=905312&group_id=8482 From noreply at sourceforge.net Sat Mar 27 06:19:01 2004 From: noreply at sourceforge.net (SourceForge.net) Date: Sat Mar 27 06:19:01 2004 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: Closed >Resolution: Out of Date 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: Thomas Waldmann (thomaswaldmann) Date: 2004-03-27 15:16 Message: Logged In: YES user_id=100649 unclear if the problem still exists in moin 1.2.x. please re-submit / re-open if you experience this problem with later moin versions. ---------------------------------------------------------------------- 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 noreply at sourceforge.net Sat Mar 27 06:35:00 2004 From: noreply at sourceforge.net (SourceForge.net) Date: Sat Mar 27 06:35:00 2004 Subject: [Moin-devel] [ moin-Bugs-786855 ] xml feature doesn't work Message-ID: Bugs item #786855, was opened at 2003-08-11 19:32 Message generated for change (Comment added) made by thomaswaldmann You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=786855&group_id=8482 Category: None Group: None >Status: Closed >Resolution: Later Priority: 5 Submitted By: Joey Smith (tml) Assigned to: Nobody/Anonymous (nobody) Summary: xml feature doesn't work Initial Comment: Visit http://parrakeet.joeysmith.com and click on the XML link. The XML which is generated is invalid.

stuff here

Those tags must not interleave for valid XML. ---------------------------------------------------------------------- >Comment By: Thomas Waldmann (thomaswaldmann) Date: 2004-03-27 15:32 Message: Logged In: YES user_id=100649 This issue has maybe improved in 1.2.1 (but there is another bug in there with footnotes). So maybe check 1.2.2 as soon as it is released. A complete fix for that problem is not to be expected before we switch to a different parser. Same thing as for generating completely valid xhtml. Please re-submit if there are still problems after that "version with a new parser". ---------------------------------------------------------------------- Comment By: Joey Smith (tml) Date: 2004-01-21 18:49 Message: Logged In: YES user_id=501 Having someone else report this as a problem lead me to investigate a bit deeper (BTW, twerschlein: sf.net didn't escape your HTML, so it's difficult to see your report). I can see now why this bug is still open. Given the stream:

foo

moinmoin is trying to generate the following XML stream:

foo

The problem is that by the time the XML formatter knows that it needs to print ,

has already been printed. So it seems that, in order to fix this, one of three things will have to be done: 1) All of the XML Formatter functions will need to share a common "stack", and cannot be printed until is known/encountered. 2) Use the DOM rather than printing the XML as a stream 3) Find someway to rewind the stream when is encountered. ---------------------------------------------------------------------- Comment By: Thomas Werschlein (twerschlein) Date: 2004-01-21 15:03 Message: Logged In: YES user_id=679755 [Sorry for not escaping the tags the first time] I notice the same problem, but within this context:

stuff here

---------------------------------------------------------------------- Comment By: Thomas Werschlein (twerschlein) Date: 2004-01-21 14:59 Message: Logged In: YES user_id=679755 I notice the same problem, but within this context:

stuff here

---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=786855&group_id=8482 From noreply at sourceforge.net Sat Mar 27 06:37:01 2004 From: noreply at sourceforge.net (SourceForge.net) Date: Sat Mar 27 06:37:01 2004 Subject: [Moin-devel] [ moin-Feature Requests-775333 ] .bmp & .ico aren't recognized as images Message-ID: Feature Requests item #775333, was opened at 2003-07-22 00:39 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=775333&group_id=8482 Category: None Group: None Status: Open Priority: 5 Submitted By: Peter Kropf (peterk) Assigned to: Nobody/Anonymous (nobody) Summary: .bmp & .ico aren't recognized as images Initial Comment: URL's for .bmp and .ico files aren't recognized as images within wiki pages. Please allow for them to be used as inline images. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358482&aid=775333&group_id=8482 From noreply at sourceforge.net Sat Mar 27 06:45:00 2004 From: noreply at sourceforge.net (SourceForge.net) Date: Sat Mar 27 06:45:00 2004 Subject: [Moin-devel] [ moin-Bugs-664589 ] forced binary stdout/stderr confuses some servers Message-ID: Bugs item #664589, was opened at 2003-01-08 20:36 Message generated for change (Comment added) made by thomaswaldmann You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=664589&group_id=8482 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Chuck Adams (skeptopotamus) Assigned to: Nobody/Anonymous (nobody) Summary: forced binary stdout/stderr confuses some servers Initial Comment: I'm serving moin with tinyweb, and was being driven insane by seeing no output produced by the script, even when I wrapped everyting in try/catch and even forced a text/plain header as the very first line of the cgi driver. I looked into cgimain.py and saw these suspicious looking lines: if sys.platform == "win32" and not properties.get ('standalone', 0): import msvcrt msvcrt.setmode(sys.stdin.fileno(), os.O_BINARY) msvcrt.setmode(sys.stdout.fileno(), os.O_BINARY) Commenting them out fixed the problem. This sort of os- level fiddling really needs to be a configuration item, and broken out into a module like "platformhacks.py" ---------------------------------------------------------------------- >Comment By: Thomas Waldmann (thomaswaldmann) Date: 2004-03-27 15:43 Message: Logged In: YES user_id=100649 As long as there is no developer working and testing with win32, this is unlikely to get changed. Most (if not all) current developers use linux or BSD or Mac OS X as development platform, so if we would change anything relating to win32 only, we couldn't even test it. So we better don't change anything there and leave it to people who can also test those changes. If you can work out a patch definitely working for tinyweb, IIS and apache, please do. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=664589&group_id=8482 From noreply at sourceforge.net Sat Mar 27 06:51:00 2004 From: noreply at sourceforge.net (SourceForge.net) Date: Sat Mar 27 06:51:00 2004 Subject: [Moin-devel] [ moin-Patches-875444 ] PageEditor _make_backup fails on Win32 Message-ID: Patches item #875444, was opened at 2004-01-12 16:43 Message generated for change (Comment added) made by thomaswaldmann You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=308482&aid=875444&group_id=8482 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Thomas Kl?ger (tomy) Assigned to: Nobody/Anonymous (nobody) Summary: PageEditor _make_backup fails on Win32 Initial Comment: Using MoinMoin on Win32: While editing a page, if you preview your changes and then additionally try the spell checker you get an "OSError: [Errno 17] File exists". The problem is that on win32 os.rename does not overwrite a file if it already exists. To attached patch corrects this by removing the old file on win32 before renaming. ---------------------------------------------------------------------- >Comment By: Thomas Waldmann (thomaswaldmann) Date: 2004-03-27 15:49 Message: Logged In: YES user_id=100649 I would like to have a TESTED patch that: * fixes ALL places were os.rename is used * replaces those calls with a call to MoinMoin.util.filesys.rename that handles platform specific stuff as good as possible (and just calls os.rename for every non-broken OS) The patch should be based on latest 1.2.x release or 1.3 devel version. As I can't test it, I can't fix it. ---------------------------------------------------------------------- Comment By: Johannes Berg (johill) Date: 2004-03-10 14:30 Message: Logged In: YES user_id=32619 On Windows NT the python function could use MoveFileEx with some flags to get overwrite behaviour, this is not supported on 9x/ME though. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=308482&aid=875444&group_id=8482 From noreply at sourceforge.net Sat Mar 27 07:02:07 2004 From: noreply at sourceforge.net (SourceForge.net) Date: Sat Mar 27 07:02:07 2004 Subject: [Moin-devel] [ moin-Patches-715905 ] Represent language names as Unicode strings Message-ID: Patches item #715905, was opened at 2003-04-05 19:12 Message generated for change (Comment added) made by thomaswaldmann You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=308482&aid=715905&group_id=8482 Category: None Group: None >Status: Closed >Resolution: Later Priority: 5 Submitted By: Martin v. L?wis (loewis) Assigned to: Nobody/Anonymous (nobody) Summary: Represent language names as Unicode strings Initial Comment: Currently, if the charset is not Latin-1, the language names Fran?ais and Portugu?s come out incorrectly. This patch fixes this, by: 1. Representing the language names as Unicode strings in source code. 2. Converting them to the target character set when creating the userform 3. Adding a new function i18n.htmlQuote, which works like cgi.escape, but also encodes Unicode strings. If the Unicode string cannot be encoded in config.charset, it uses HTML character references. None of the currenlty-English language names (Hebrew, Japanese, etc.) have been converted; if this is done, the encoding of the file needs to change from Latin-1 to UTF-8. Since Python 2.x for x<3 only supports Latin-1 in Unicode literals, the native-language names of the language need to be changed like so: Replace u"Hebrew" with unicode("", "utf-8") (A local function u() might come handy for that) ---------------------------------------------------------------------- >Comment By: Thomas Waldmann (thomaswaldmann) Date: 2004-03-27 16:01 Message: Logged In: YES user_id=100649 Martin, 1.3 (not released yet) will have much more unicode stuff, so we won't fix that for 1.2.x (1.2 can't fully handle unicode anyway). Maybe you want to have a look at the 1.3 devel version, maybe you can help us improving unicode support. http://moinmoin.wikiwikiweb.de/MoinMoinTodo_2fUnicodeSupport ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=308482&aid=715905&group_id=8482 From noreply at sourceforge.net Sat Mar 27 07:07:06 2004 From: noreply at sourceforge.net (SourceForge.net) Date: Sat Mar 27 07:07:06 2004 Subject: [Moin-devel] [ moin-Patches-686959 ] Alternative URL / description separator Message-ID: Patches item #686959, was opened at 2003-02-15 07:15 Message generated for change (Comment added) made by thomaswaldmann You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=308482&aid=686959&group_id=8482 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Elijah Cornell (ecornell) Assigned to: Nobody/Anonymous (nobody) Summary: Alternative URL / description separator Initial Comment: wiki.py _url_bracket_repl The change will allow for the alternative use of a double pipe '||' to split the URL and description. This will allow for URLs with spaces to be used without having to manually convert the spaces to %20s. ---------------------------------------------------------------------- >Comment By: Thomas Waldmann (thomaswaldmann) Date: 2004-03-27 16:06 Message: Logged In: YES user_id=100649 Please see http://moinmoin.wikiwikiweb.de/LinkPattern for a discussion of how a better link pattern should look like. If we get to a good and complete new link pattern there, this is much more likely to get implemented. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=308482&aid=686959&group_id=8482 From R.Bauer at fz-juelich.de Sat Mar 27 09:50:02 2004 From: R.Bauer at fz-juelich.de (Reimar Bauer) Date: Sat Mar 27 09:50:02 2004 Subject: [Moin-devel] Gantt Charts Message-ID: <200403271857.59405.R.Bauer@fz-juelich.de> Hi all, we found a good java tool to make GANTT Charts (http://sourceforge.net/ projects/ganttproject/). I will write another processor to import the xml files of this program and convert them to png. I would like to have it embedded the same way as the drawing applet. I don't know what is planned there. Could the drawing addon a bit more generic? The gantt extension is gan. Probably it could be embedded the same as the draw applet. With clicking on the gan file extension then a different program has to run. At the moment we write drawing:something Would it make sense to change this into something like addon:something.draw The resulting image is then something.draw.png For the gantt it could be addon:something.gantt The resulting image is then something.gannt.png My feeling is that there will be much more plugins like these later on added if it is a bit easier to add another one. just an idea Reimar -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: signature URL: From 888zlzh at 163.com Sun Mar 28 06:56:11 2004 From: 888zlzh at 163.com (=?GB2312?B?ueO2q8qhycfNt8rQ1sfBps3mvt/X3Lvj?=) Date: Sun Mar 28 06:56:11 2004 Subject: [Moin-devel] =?GB2312?B?0fvH67/std28sLv11Mu5q8u+us/X9w==?= Message-ID: An HTML attachment was scrubbed... URL: From noreply at sourceforge.net Mon Mar 29 00:33:04 2004 From: noreply at sourceforge.net (SourceForge.net) Date: Mon Mar 29 00:33:04 2004 Subject: [Moin-devel] [ moin-Bugs-786855 ] xml feature doesn't work Message-ID: Bugs item #786855, was opened at 2003-08-11 11:32 Message generated for change (Comment added) made by tml You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=786855&group_id=8482 Category: None Group: None Status: Closed Resolution: Later Priority: 5 Submitted By: Joey Smith (tml) Assigned to: Nobody/Anonymous (nobody) Summary: xml feature doesn't work Initial Comment: Visit http://parrakeet.joeysmith.com and click on the XML link. The XML which is generated is invalid.

stuff here

Those tags must not interleave for valid XML. ---------------------------------------------------------------------- >Comment By: Joey Smith (tml) Date: 2004-03-29 01:32 Message: Logged In: YES user_id=501 1.2.1 did close the bug I found. As you're already aware that you need a new XML parser, I see no reason to leave keep bug. Thanks for a great wiki, either way. :) ---------------------------------------------------------------------- Comment By: Thomas Waldmann (thomaswaldmann) Date: 2004-03-27 07:32 Message: Logged In: YES user_id=100649 This issue has maybe improved in 1.2.1 (but there is another bug in there with footnotes). So maybe check 1.2.2 as soon as it is released. A complete fix for that problem is not to be expected before we switch to a different parser. Same thing as for generating completely valid xhtml. Please re-submit if there are still problems after that "version with a new parser". ---------------------------------------------------------------------- Comment By: Joey Smith (tml) Date: 2004-01-21 10:49 Message: Logged In: YES user_id=501 Having someone else report this as a problem lead me to investigate a bit deeper (BTW, twerschlein: sf.net didn't escape your HTML, so it's difficult to see your report). I can see now why this bug is still open. Given the stream:

foo

moinmoin is trying to generate the following XML stream:

foo

The problem is that by the time the XML formatter knows that it needs to print ,

has already been printed. So it seems that, in order to fix this, one of three things will have to be done: 1) All of the XML Formatter functions will need to share a common "stack", and cannot be printed until is known/encountered. 2) Use the DOM rather than printing the XML as a stream 3) Find someway to rewind the stream when is encountered. ---------------------------------------------------------------------- Comment By: Thomas Werschlein (twerschlein) Date: 2004-01-21 07:03 Message: Logged In: YES user_id=679755 [Sorry for not escaping the tags the first time] I notice the same problem, but within this context:

stuff here

---------------------------------------------------------------------- Comment By: Thomas Werschlein (twerschlein) Date: 2004-01-21 06:59 Message: Logged In: YES user_id=679755 I notice the same problem, but within this context:

stuff here

---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=786855&group_id=8482 From noreply at sourceforge.net Mon Mar 29 01:12:05 2004 From: noreply at sourceforge.net (SourceForge.net) Date: Mon Mar 29 01:12:05 2004 Subject: [Moin-devel] [ moin-Bugs-786855 ] xml feature doesn't work Message-ID: Bugs item #786855, was opened at 2003-08-11 19:32 Message generated for change (Comment added) made by gisbertamm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=786855&group_id=8482 Category: None Group: None Status: Closed Resolution: Later Priority: 5 Submitted By: Joey Smith (tml) Assigned to: Nobody/Anonymous (nobody) Summary: xml feature doesn't work Initial Comment: Visit http://parrakeet.joeysmith.com and click on the XML link. The XML which is generated is invalid.

stuff here

Those tags must not interleave for valid XML. ---------------------------------------------------------------------- Comment By: Gisbert Amm (gisbertamm) Date: 2004-03-29 11:11 Message: Logged In: YES user_id=312922 My proposal is to change the XML export vocabulary from the currently used Stylebook (the very limited simplified DocBook dialect of the ASF) to real, full DocBook. This has several advantages, such as the possibility of nested
elements instead of numbered sections, the ability to include the resulting documents easily into larger sets of documentation and the mere number of possible output formats for DocBook instead of the HTML only option for stylebook - to name only a few. Since the DocBook community itself also runs a MoinMoin Wiki, it would even be possible to get Wiki pages as an output format from DocBook documents (that means, someone possibly writes the necessary XSL stylesheets) and achieve a real roundtrip by this means. J?rgen knows of this proposal and it may already has been written down somewhere. I just wanted to make sure everybody has heard of it. Regards, Gisbert ---------------------------------------------------------------------- Comment By: Joey Smith (tml) Date: 2004-03-29 10:32 Message: Logged In: YES user_id=501 1.2.1 did close the bug I found. As you're already aware that you need a new XML parser, I see no reason to leave keep bug. Thanks for a great wiki, either way. :) ---------------------------------------------------------------------- Comment By: Thomas Waldmann (thomaswaldmann) Date: 2004-03-27 15:32 Message: Logged In: YES user_id=100649 This issue has maybe improved in 1.2.1 (but there is another bug in there with footnotes). So maybe check 1.2.2 as soon as it is released. A complete fix for that problem is not to be expected before we switch to a different parser. Same thing as for generating completely valid xhtml. Please re-submit if there are still problems after that "version with a new parser". ---------------------------------------------------------------------- Comment By: Joey Smith (tml) Date: 2004-01-21 18:49 Message: Logged In: YES user_id=501 Having someone else report this as a problem lead me to investigate a bit deeper (BTW, twerschlein: sf.net didn't escape your HTML, so it's difficult to see your report). I can see now why this bug is still open. Given the stream:

foo

moinmoin is trying to generate the following XML stream:

foo

The problem is that by the time the XML formatter knows that it needs to print ,

has already been printed. So it seems that, in order to fix this, one of three things will have to be done: 1) All of the XML Formatter functions will need to share a common "stack", and cannot be printed until is known/encountered. 2) Use the DOM rather than printing the XML as a stream 3) Find someway to rewind the stream when is encountered. ---------------------------------------------------------------------- Comment By: Thomas Werschlein (twerschlein) Date: 2004-01-21 15:03 Message: Logged In: YES user_id=679755 [Sorry for not escaping the tags the first time] I notice the same problem, but within this context:

stuff here

---------------------------------------------------------------------- Comment By: Thomas Werschlein (twerschlein) Date: 2004-01-21 14:59 Message: Logged In: YES user_id=679755 I notice the same problem, but within this context:

stuff here

---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108482&aid=786855&group_id=8482 From jd at voelker-web.de Mon Mar 29 01:57:01 2004 From: jd at voelker-web.de (Joerg Desch) Date: Mon Mar 29 01:57:01 2004 Subject: [Moin-devel] Gantt Charts In-Reply-To: <200403271857.59405.R.Bauer@fz-juelich.de> References: <200403271857.59405.R.Bauer@fz-juelich.de> Message-ID: <20040329115527.2f15d0ef.jd@voelker-web.de> On Sat, 27 Mar 2004 18:57:48 +0100 Reimar Bauer wrote: > we found a good java tool to make GANTT Charts (http://sourceforge.net/ > projects/ganttproject/). Have you seen, that ganttproject can't handle weekends and vacations? Adding a task with 7 days will allways fit in one week! > I will write another processor to import the xml files of this program > and convert them to png. Nice idea. -- Joerg Desch From noreply at sourceforge.net Wed Mar 31 17:58:06 2004 From: noreply at sourceforge.net (SourceForge.net) Date: Wed Mar 31 17:58:06 2004 Subject: [Moin-devel] [ moin-Bugs-927192 ] "Internal Server Error" using moinmoin 1.2.1 and apache Message-ID: Bugs item #927192, was opened at 2004-03-31 20:57 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=927192&group_id=8482 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Jerry Dobner (jdobner) Assigned to: Nobody/Anonymous (nobody) Summary: "Internal Server Error" using moinmoin 1.2.1 and apache Initial Comment: Updates to certain pages always result in: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Here's what the apache's error log reports: [Wed Mar 31 20:53:44 2004] [error] [client 10.1.15.250] malformed header from script. Bad header=
  

Bugs item #927192, was opened at 2004-04-01 03:57
Message generated for change (Comment added) made by lydon
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108482&aid=927192&group_id=8482

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jerry Dobner (jdobner)
Assigned to: Nobody/Anonymous (nobody)
Summary: "Internal Server Error" using moinmoin 1.2.1 and apache

Initial Comment:
Updates to certain pages always result in:

Internal Server Error

The server encountered an internal error or 
misconfiguration and was unable to complete your 
request.

Here's what the apache's error log reports:


[Wed Mar 31 20:53:44 2004] [error] [client 10.1.15.250] 
malformed header from script. Bad header=