Re: [Moin-user] cannot get syntax highlighting to work

2009-11-04 Thread Thomas Waldmann
On Wed, 2009-11-04 at 10:04 -0500, Neal Becker wrote: > I'm using moin 1.8.5. I have pygments-1.1.1. > > I tried copying moin-parser.py to mywiki/data/plugin/parser/code.py. BTW, moin 1.9.0rc1 has parser/highlight.py built-in (and the highlight.py code is also available for 1.8.x on the wiki).

Re: [Moin-user] Strange error message

2009-11-04 Thread Thomas Waldmann
> "Please use the interactive user interface to use action action" Strange, it should tell "... action edit". > His work was gone although he had pressed "Preview" several times > before he finally pressed "Save"; It was a completely new page. Moin emits that message if it thinks someone was jus

Re: [Moin-user] Question of auto create user profile via SSL client certification authentication

2009-11-04 Thread Thomas Waldmann
> from MoinMoin.auth.sslclientcert import SSLClientCertAuth > auth = [SSLClientCertAuth(autocreate=['True'])] Wrong syntax, it is autocreate=True. > At http.conf, I did the following configuration: > Alias /moin_static184/ "/var/www/mywiki/htdocs/" Please use 1.8.5. > WSGIScript

Re: [Moin-user] cannot get syntax highlighting to work

2009-11-04 Thread R.Bauer
Neal Becker schrieb: > I am using mod_wsgi. I restarted apache. Don't know about 'touch > deployment script'. Do I need to do something? > no that's enought instead of restarting the apache process you could also touch your moin.wsgi. > R.Bauer wrote: > >> Neal Becker schrieb: >>> I'm using

Re: [Moin-user] Strange error message

2009-11-04 Thread R.Bauer
Kai Jaeger schrieb: > I didn't expect help other that "Oh, I got this, know what it's about" > or, more likelky, "wtf is this, neaver heard". meanwhile I searched for similiar bug reports that one sounds similiar to your problem http://moinmo.in/MoinMoinBugs/PleaseUseTheInteractiveUserInterfaceTo

Re: [Moin-user] Strange error message

2009-11-04 Thread Kai Jaeger
I didn't expect help other that "Oh, I got this, know what it's about" or, more likelky, "wtf is this, neaver heard". Anyway: Moin 1.8.4 Windows Server 2003 64bit Apache 2.2 Firefox Don't know what you mean by deployment. Kai On Wed, Nov 4, 2009 at 16:01, R.Bauer wrote: > Kai Jaeger schrieb:

Re: [Moin-user] cannot get syntax highlighting to work

2009-11-04 Thread Neal Becker
I am using mod_wsgi. I restarted apache. Don't know about 'touch deployment script'. Do I need to do something? R.Bauer wrote: > Neal Becker schrieb: >> I'm using moin 1.8.5. I have pygments-1.1.1. >> >> I tried copying moin-parser.py to mywiki/data/plugin/parser/code.py. >> I edited that f

Re: [Moin-user] Question of auto create user profile via SSL client certification authentication

2009-11-04 Thread jwhuang
Dear Reimar, Thanks for your reminder. I will go back to see the help of my wiki. BTW, we are now trying to obtain information of user's DN and display it at wiki page. Any progress about these two problems will reply to you. Thanks for your help. :) All the Best Jhen-Wei On Wed, Nov 4, 2009 at

Re: [Moin-user] Converting .draw file to .png offline?

2009-11-04 Thread R.Bauer
[email protected] schrieb: > I'm using a recent version of MoinMoin and found (we just upgraded a month > or to ago to a 1.8-ish? version from 1.5.x) that when I save a drawing it > gets into an infinite loop. > > I haven't the slightest idea what package is used to do the editing but I > see that I

Re: [Moin-user] Question of auto create user profile via SSL client certification authentication

2009-11-04 Thread R.Bauer
jwhuang schrieb: > Hi Reimar, > > The version of my wiki is 1.8.4. Please use the Help Pages of your wiki. that line looks rather strange auth = [SSLClientCertAuth(autocreate=['True'])] boolean is True but 'True' is a string cheers Reimar > > BR, > Jhen-Wei** > > On Wed, Nov 4, 2009 at 4:5

Re: [Moin-user] Strange error message

2009-11-04 Thread R.Bauer
Kai Jaeger schrieb: > Today a user of my wiki sent a screenshot. It's telling this after > clicking "Save" in the text editor: > > "Please use the interactive user interface to use action action" > > His work was gone although he had pressed "Preview" several times > before he finally pressed "Sa

Re: [Moin-user] command line does not work

2009-11-04 Thread R.Bauer
ITSec_Mike schrieb: > Hello all > > I use moin 1.8.5 on Ubuntu server 8.04 with Python 2.5.2. > When using the command line interface I get the below listed error > message. > As I do not know Python, I would be happy to get any feedback how to > resolve that. > > Thanks, > Mike > > moin ... che

Re: [Moin-user] Question of auto create user profile via SSL client certification authentication

2009-11-04 Thread jwhuang
Hi Reimar, The version of my wiki is 1.8.4. BR, Jhen-Wei** On Wed, Nov 4, 2009 at 4:54 PM, R.Bauer wrote: > Hi > just before going in details. Do you have installed on your site > moin-1.9rc1? > > Because the help page you refer too is for moin-1.9. > > cheers > Reimar > > > > jwhuang schrieb:

Re: [Moin-user] cannot get syntax highlighting to work

2009-11-04 Thread R.Bauer
Neal Becker schrieb: > I'm using moin 1.8.5. I have pygments-1.1.1. > > I tried copying moin-parser.py to mywiki/data/plugin/parser/code.py. > I edited that file to set INLINESTYLES = True. No other changes. Do you have restarted the server process. Or if you run mod_wsgi do you have touched yo

Re: [Moin-user] Question of auto create user profile via SSL client certification authentication

2009-11-04 Thread R.Bauer
Hi just before going in details. Do you have installed on your site moin-1.9rc1? Because the help page you refer too is for moin-1.9. cheers Reimar jwhuang schrieb: > Dear All, > > I met some problems with Moin configuration about SSL authentication. > I have self-signed certificates for my w

Re: [Moin-user] error updating python and moinmoin

2009-11-04 Thread waqas ahmad
Hi, I have found the problem and the problem was python installation. I was installed python with the option "Install just for me", not for all users on the vista system. Therefore i was getting the following error message in my error.log. Now i installed python with the option "Install for

[Moin-user] cannot get syntax highlighting to work

2009-11-04 Thread Neal Becker
I'm using moin 1.8.5. I have pygments-1.1.1. I tried copying moin-parser.py to mywiki/data/plugin/parser/code.py. I edited that file to set INLINESTYLES = True. No other changes. I made a test page: Describe FrontEndDecimation here. {{{#!code python for i in range (10): print 'hello' }}} No