[Moin-user] command line does not work

2009-11-03 Thread ITSec_Mike
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 ... check account... 2009-11-03 21:22:36,639 WARNIN

[Moin-user] Strange error message

2009-11-03 Thread Kai Jaeger
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 "Save"; It was a completely new page.

[Moin-user] error updating python and moinmoin

2009-11-03 Thread waqas ahmad
Hi, i am installing moinmoin_185 and python26 and mod_wsgi26 on my test machine. here is specification of apache service:- Apache/2.2.13 (Win32) mod_ssl/2.2.13 OpenSSL/0.9.8k mod_wsgi/2.6 Python/2.6 mod_auth_sspi/1.0.4 IE browser shows me "Internal Server Error" message. I got fo

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

2009-11-03 Thread jwhuang
Dear All, I met some problems with Moin configuration about SSL authentication. I have self-signed certificates for my wiki server and users. Now I would like to use certificates to do authentication. Here is my reference: http://moinmo.in/HelpOnAuthentication As the section "SSL client certificat

Re: [Moin-user] moin and xapian edit page->save; internal error

2009-11-03 Thread Dmitrii Miliaev
Hi, On Tue, Nov 3, 2009 at 5:04 AM, Peter Baartz wrote: > Hi, > I have  moinmoin and Xapian configured, and it is  mostly* working. > > unfortunately whenever i save changes to a page (only happens when > xapian search is enabled), i see the following behaviour: >  * the changes to the page  are

Re: [Moin-user] Proper timezone support using pytz

2009-11-03 Thread Thomas Waldmann
> > try: > > import pytz > > except ImportError: > > pytz = None > > > > if pytz: > > # pytz is there > > else: > > # no pytz > > Heh. I actually pondered doing it that way, but concluded "if > pytz_available:" was more readable / less cryptic. Yeah, right. OTOH, we use this "mo

Re: [Moin-user] Proper timezone support using pytz

2009-11-03 Thread Max Bowsher
Thomas Waldmann wrote: > Hi Max, > >> I have just finished an initial draft of a patch to give MoinMoin proper >> timezone support using pytz. (http://paste.ubuntu.com/306824/) > > Ah, nice. :) > > I didn't try the patch (and I don't have an openid test environment > anyway), but it looks good.

Re: [Moin-user] Feedback after completing one year

2009-11-03 Thread Thomas Waldmann
> Wiki Specification:- > Moinmoin_184 1.8.5 has some bug fixes. > mod_wsgi/2.3 2.3 has some known problems. Use some more recent version, if possible. > 1. There is big problem for normal user in our company and the > problem is “GUI-Editor”. The expert user can also write in Text-Editor

Re: [Moin-user] moin and xapian edit page->save; internal error

2009-11-03 Thread Thomas Waldmann
> I have moinmoin and Xapian configured, and it is mostly* working. I would almost say "mostly working" could be a typical description for mod_python based installations. :D Seriously: does anything hold you back from using mod_wsgi instead of mod_python? It usually works far better and is easy

Re: [Moin-user] Proper timezone support using pytz

2009-11-03 Thread Thomas Waldmann
Hi Max, > I have just finished an initial draft of a patch to give MoinMoin proper > timezone support using pytz. (http://paste.ubuntu.com/306824/) Ah, nice. :) I didn't try the patch (and I don't have an openid test environment anyway), but it looks good. Maybe some small change request: try:

Re: [Moin-user] Removal of ability to use GivenAuth, formerly HTTPAuth, via passed Authorization header

2009-11-03 Thread Thomas Waldmann
Hi Max, > I have just discovered that Moin 1.9 drops the ability to pass an > authenticated identity to the Moin standalone server using an HTTP Basic > auth Authorization header. The mixed stuff that used to be in HTTPAuth in 1.8 was separated into 2 classes: GivenAuth (web server does auth som