From jdd at dodin.org Mon Sep 1 01:59:47 2008 From: jdd at dodin.org (jdd) Date: Mon, 01 Sep 2008 07:59:47 +0200 Subject: [Moin-user] problem with acl In-Reply-To: References: <48BA4B14.9090203@dodin.org> Message-ID: <48BB84D3.7080508@dodin.org> james bardin a ?crit : > > > On Sun, Aug 31, 2008 at 3:41 AM, jdd > wrote: > > > "acl_rights_before = u"MainAdmin:read,write,delete,revert,admin > AdminGroup:read,write,delete,revert,admin Known:read,write All:read" " > > > > The ALL:read in acl_rights_before matches before in-page acls. Move it > into acl_rights_default. > > -jim > no change I didn't do myself the install and the co-admin is in vacation :-( it's a bare install, standalone (no apache, only moin in the server). Is there some sort of "restart" needed to take account of the config midifs? I looks like no wikiconfig.py modif is seen! thanks jdd -- http://www.dodin.net http://valerie.dodin.org http://www.youtube.com/watch?v=t-eic8MSSfM From jbardin at bu.edu Mon Sep 1 10:26:31 2008 From: jbardin at bu.edu (james bardin) Date: Mon, 1 Sep 2008 10:26:31 -0400 Subject: [Moin-user] problem with acl In-Reply-To: <48BB84D3.7080508@dodin.org> References: <48BA4B14.9090203@dodin.org> <48BB84D3.7080508@dodin.org> Message-ID: On Mon, Sep 1, 2008 at 1:59 AM, jdd wrote: > > it's a bare install, standalone (no apache, only moin in the server). > Is there some sort of "restart" needed to take account of the config > midifs? I looks like no wikiconfig.py modif is seen! > Yes, the service needs to be restarted to load the new wikiconfig (cgi is the only method that does not require a restart). -------------- next part -------------- An HTML attachment was scrubbed... URL: From jdd at dodin.org Mon Sep 1 12:33:26 2008 From: jdd at dodin.org (jdd) Date: Mon, 01 Sep 2008 18:33:26 +0200 Subject: [Moin-user] problem with acl In-Reply-To: References: <48BA4B14.9090203@dodin.org> <48BB84D3.7080508@dodin.org> Message-ID: <48BC1956.3040304@dodin.org> james bardin a ?crit : > > > On Mon, Sep 1, 2008 at 1:59 AM, jdd > wrote: > > > it's a bare install, standalone (no apache, only moin in the server). > Is there some sort of "restart" needed to take account of the config > midifs? I looks like no wikiconfig.py modif is seen! > > > > Yes, the service needs to be restarted to load the new wikiconfig (cgi > is the only method that does not require a restart). any clue about the way it's done? I'm zero about python. The server runs debian and I see no /etc/init.d/ script :-( thanks jdd -- http://www.dodin.net http://valerie.dodin.org http://www.youtube.com/watch?v=t-eic8MSSfM From georgeolivergo at yahoo.com Mon Sep 1 16:18:12 2008 From: georgeolivergo at yahoo.com (George Oliver) Date: Mon, 1 Sep 2008 13:18:12 -0700 (PDT) Subject: [Moin-user] url parsing strangeness, need to click twice on urls with Apache mod_python? Message-ID: <78458.46124.qm@web52002.mail.re2.yahoo.com> Hi, I'm getting some strangeness with our wiki on Apache. What happens is I need to click twice on a link to go to that link's page. When you click once on a link, the page reloads and then you get links that look like this: http://matingball.com/matingballwiki//CategoryMuds/CategoryMuds Here are the Apache directives: DocumentRoot "/home/matingball/www" ServerName matingball.com #ScriptAlias /matingballwiki "/home/matingball/www/matingballwiki/cgi-bin/moin.cgi" SetHandler python-program # Add the path of your wiki directory PythonPath "['/home/matingball/www/matingballwiki'] + sys.path" PythonHandler MoinMoin.request::RequestModPy.run allow from all Options +Indexes Alias /wiki "/usr/share/moin/htdocs/" I found a similar problem described here: http://osdir.com/ml/web.wiki.moin.general/2005-12/msg00074.html http://moinmo.in/MoinMoinBugs/ClickTwiceFirstLink However I wasn't able to get a solution with my interpretation of those methods (and we'd like to use mod_python still). Anyone have some ideas? thanks, George From tw-public at gmx.de Tue Sep 2 10:40:49 2008 From: tw-public at gmx.de (Thomas Waldmann) Date: Tue, 02 Sep 2008 16:40:49 +0200 Subject: [Moin-user] url parsing strangeness, need to click twice on urls with Apache mod_python? In-Reply-To: <78458.46124.qm@web52002.mail.re2.yahoo.com> References: <78458.46124.qm@web52002.mail.re2.yahoo.com> Message-ID: <48BD5071.80308@gmx.de> Maybe try mod_wsgi, it is much easier to setup, more safe (use daemon mode), has less bugs than mod_python and we have a nice help page for it. From szybalski at gmail.com Tue Sep 2 11:27:19 2008 From: szybalski at gmail.com (Lukasz Szybalski) Date: Tue, 2 Sep 2008 10:27:19 -0500 Subject: [Moin-user] url parsing strangeness, need to click twice on urls with Apache mod_python? In-Reply-To: <804e5c70809020824p34380dc9m1dadc8878fd747a8@mail.gmail.com> References: <78458.46124.qm@web52002.mail.re2.yahoo.com> <804e5c70809020824p34380dc9m1dadc8878fd747a8@mail.gmail.com> Message-ID: <804e5c70809020827ncc77777i7968561e10971658@mail.gmail.com> On Tue, Sep 2, 2008 at 10:24 AM, Lukasz Szybalski wrote: > On Mon, Sep 1, 2008 at 3:18 PM, George Oliver wrote: >> Hi, I'm getting some strangeness with our wiki on Apache. What happens is I need to click twice on a link to go to that link's page. When you click once on a link, the page reloads and then you get links that look like this: >> >> http://matingball.com/matingballwiki//CategoryMuds/CategoryMuds >> >> >> Here are the Apache directives: >> >> DocumentRoot "/home/matingball/www" >> ServerName matingball.com >> #ScriptAlias /matingballwiki "/home/matingball/www/matingballwiki/cgi-bin/moin.cgi" >> >> SetHandler python-program >> # Add the path of your wiki directory >> PythonPath "['/home/matingball/www/matingballwiki'] + sys.path" >> PythonHandler MoinMoin.request::RequestModPy.run >> >> >> allow from all >> Options +Indexes >> >> Alias /wiki "/usr/share/moin/htdocs/" >> >> >> I found a similar problem described here: >> >> http://osdir.com/ml/web.wiki.moin.general/2005-12/msg00074.html >> >> http://moinmo.in/MoinMoinBugs/ClickTwiceFirstLink >> >> >> However I wasn't able to get a solution with my interpretation of those methods (and we'd like to use mod_python still). Anyone have some ideas? >> > > Hello, > Read http://moinmo.in/HelpOnInstalling/ApacheWithModPython > or > http://lucasmanual.com/mywiki/#head-1502679dab884b22a1092625c79f96fc48617e6f > > especially the part that says to add: > > PythonOption Location /mywiki > > this will solve your problem. > Forgot to add this link: http://moinmo.in/MoinMoinBugs/LinksAndTwoForwardSlashes From szybalski at gmail.com Tue Sep 2 11:24:53 2008 From: szybalski at gmail.com (Lukasz Szybalski) Date: Tue, 2 Sep 2008 10:24:53 -0500 Subject: [Moin-user] url parsing strangeness, need to click twice on urls with Apache mod_python? In-Reply-To: <78458.46124.qm@web52002.mail.re2.yahoo.com> References: <78458.46124.qm@web52002.mail.re2.yahoo.com> Message-ID: <804e5c70809020824p34380dc9m1dadc8878fd747a8@mail.gmail.com> On Mon, Sep 1, 2008 at 3:18 PM, George Oliver wrote: > Hi, I'm getting some strangeness with our wiki on Apache. What happens is I need to click twice on a link to go to that link's page. When you click once on a link, the page reloads and then you get links that look like this: > > http://matingball.com/matingballwiki//CategoryMuds/CategoryMuds > > > Here are the Apache directives: > > DocumentRoot "/home/matingball/www" > ServerName matingball.com > #ScriptAlias /matingballwiki "/home/matingball/www/matingballwiki/cgi-bin/moin.cgi" > > SetHandler python-program > # Add the path of your wiki directory > PythonPath "['/home/matingball/www/matingballwiki'] + sys.path" > PythonHandler MoinMoin.request::RequestModPy.run > > > allow from all > Options +Indexes > > Alias /wiki "/usr/share/moin/htdocs/" > > > I found a similar problem described here: > > http://osdir.com/ml/web.wiki.moin.general/2005-12/msg00074.html > > http://moinmo.in/MoinMoinBugs/ClickTwiceFirstLink > > > However I wasn't able to get a solution with my interpretation of those methods (and we'd like to use mod_python still). Anyone have some ideas? > Hello, Read http://moinmo.in/HelpOnInstalling/ApacheWithModPython or http://lucasmanual.com/mywiki/#head-1502679dab884b22a1092625c79f96fc48617e6f especially the part that says to add: PythonOption Location /mywiki this will solve your problem. Lucas -- OpenOffice and Python http://lucasmanual.com/mywiki/OpenOffice Commercial Grade Backup with Bacula http://lucasmanual.com/mywiki/Bacula From mela at darkover.inka.de Wed Sep 3 13:37:59 2008 From: mela at darkover.inka.de (Mela Eckenfels) Date: Wed, 3 Sep 2008 19:37:59 +0200 Subject: [Moin-user] Small problem with mail-import Message-ID: <20080903173759.GA1742@darkover.inka.de> Hello, today I was running into a small problem with the MoinMoin-Mailimport. The import into the wikiinstallation itself works flawlessly, but the mailserver produces error messages: -------------------------- snip ----------------------------------------- A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: pipe to | /usr/local/bin/moin --quiet --config /usr/local/share/moin/wnem/ xmlrpc mailimport generated by bla at fasel The following text was generated during the delivery attempt: ------ pipe to | /usr/local/bin/moin --quiet --config /usr/local/share/moin/wnem/ xmlrpc mailimport generated by bla at fasel ------ 2008-09-03 16:26:26,316 WARNING MoinMoin.log:120 using logging configuration read from built-in fallback in MoinMoin.log module! -------------------------- snap ---------------------------------------- Logging itself is configured also. --quiet doesnt help. Any ideas to stop the spammy errors for any mail delivered to the wikis address? With kind regards, Mela -- Mela Eckenfels - Freie Autorin - M?rscher Stra?e 8 - 76185 Karlsruhe eMail: mela at eckenfels.net - Web: http://mela.eckenfels.net/ Blog: http://mela.de/ - Das LARP-Kochbuch: http://larpkochbuch.de/ Das Kochbuch f?r Geeks: http://www.oreilly.de/catalog/geeksckbkger/ *** NEU! Nehmt am LARP-Kochbuch Sommerwettbewerb 2008 teil oder werdet Unterst?tzer! http://larpkochbuch.de/w/SommerWettbewerb2008 *** Spotty at IRC: Ich bin Special Agent Fleck, vom GERS. Haben sie hier eine hilflos aussehende Person mit langen, unfrisierten Haaren und Notebook gesehen? "Ja...dort hinten, in der Ecke, ich musste extra ein Verl?ngerungskabel legen." From net.sourceforge.lists.moin-user at pooryorick.com Wed Sep 3 21:47:17 2008 From: net.sourceforge.lists.moin-user at pooryorick.com (Poor Yorick) Date: Wed, 03 Sep 2008 21:47:17 -0400 Subject: [Moin-user] moin-1.7.1, rst, hierarchical pages, and linkto Message-ID: <48BF3E25.3060009@pooryorick.com> Using moin-1.7.1, with rst as the default parser, I click on the name of the sub page in the current page path, expecting to get a list of pages that link to this page. Instead, I get an error message, e.g., that Your search query "linkto:"Path/To/ThisPage"" didn't return any results. Do the extra double-quotes in this error message indicate some problem? I am using links with this syntax: `here is a link `_ -- Yorick From georgeolivergo at yahoo.com Thu Sep 4 03:24:14 2008 From: georgeolivergo at yahoo.com (George Oliver) Date: Thu, 4 Sep 2008 00:24:14 -0700 (PDT) Subject: [Moin-user] logo_string not working with balanced theme? Message-ID: <394088.57595.qm@web52006.mail.re2.yahoo.com> hi, I have an odd problem -- anything I set for logo_string doesn't affect the wiki, if using the Balanced theme. In my wikiconfig.py I have something like this: # Wiki identity ---------------------------------------------------- # Site name, used by default for wiki name-logo [Unicode] sitename = u'' # Wiki logo. You can use an image, text or both. [Unicode] # For no logo or text, use '' - the default is to show the sitename. # See also url_prefix setting below! logo_string = u'Test melogo' If I'm using say the Classic theme, the logo_string appears fine and is clickable. When I switch to the balanced theme, the logo isn't there. If I right-click on the logo area to see the background image, I get this: "The requested URL /wiki//balanced/img/headerlogo.png was not found on this server." In balanced.py this is the beginning of the header: html = [ # Pre header custom html self.emit_custom_html(self.cfg.page_header1), # Header u'