[Moin-user] Textchas in Page Comment macro

2008-10-29 Thread Tony Finnis
I am enquiring if there is any way to add Textchas to the PageComment2 macro. At the moment it is very simple to be spammed if this macro is open to all as I wish. thanks, TonyF - This SF.Net email is sponsored by the Mobli

Re: [Moin-user] Patch: tests for Include macro

2008-10-29 Thread Greg Ward
On 28 October 2008, I said: > Tomorrow, I'll be a good citizen and publish a repository with this > patch, create a patch page in the MoinMoin wiki, etc. Well, one out of two: I couldn't figure out how to make a public Mercurial repository including my patches. Whatever; at least I created the pa

Re: [Moin-user] ACL and Group problem

2008-10-29 Thread Krzysztof Stryjek
Hello, Dnia Wed, Oct 29, 2008 at 12:30:17PM +, [EMAIL PROTECTED] napisaƂ(a): > Since I migrated from 1.5.1 to 1.7 my two groups > > AutoAdminGroup > TrustedGroup > > stopped working. That is how my acl looks like: > You have to change wikiconfig.py to: # You must use Unicode strings here

Re: [Moin-user] Restart MoinMoin

2008-10-29 Thread Greg Ward
On 29 October 2008, [EMAIL PROTECTED] said: > Since I have moved from IIS to Apache something has changed: > > When I change my wikiconfig.py file and then restart Apache, the > changes are not taken into account. > I can even *remove* both wikiconfig.py and wikiconfig.pyc and I can > still access

Re: [Moin-user] Updated 1.7.0 -> 1.7.2, now moin won't start

2008-10-29 Thread Greg Ward
On 28 October 2008, Neal Becker said: > Installed moin-1.7.2 using python setup.py install. > Ran moin --config-dir=./ migration data > > > ./moin --config-dir=./ start > 2008-10-28 20:17:51,665 WARNING MoinMoin.log:120 using logging configuration > read from built-in fallback in MoinMoin.log

[Moin-user] Login problems using sspi

2008-10-29 Thread Robert Moricz
When I login to MoinMoin via SSPI (LAN login via http/Apache), I get a host name as user. Also, my user name and the "Preferences" link in the top left corner are missing. I can edit a page and then the host name, not my user name, is registered in the history. We have tested to let a collegue log

Re: [Moin-user] Restart MoinMoin

2008-10-29 Thread Rick Vanderveer
Hey Kai, You actually need to restart FastCGI when you make a wikiconfig.py change, not apache. - Rick < sent via iPhone > On Oct 29, 2008, at 2:57 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Since I have moved from IIS to Apache something has changed: > > When I change my wikic

[Moin-user] ACL and Group problem

2008-10-29 Thread k...@aplteam.com
Since I migrated from 1.5.1 to 1.7 my two groups AutoAdminGroup TrustedGroup stopped working. That is how my acl looks like: acl_rights_default = u"+All:read +Known:read +TrustedGroup:read,write,delete,revert" acl_rights_after = u"+AutoAdminGroup:read,write,delete,revert,admin" My Trust

[Moin-user] 1.8.0rc1, is it reading wikiconfig.py?

2008-10-29 Thread Neal Becker
I'm running 1.8.0rc1 like this: "cd /home/moin/mywiki && moin --config-dir=/home/moin/mywiki server standalone --port=8081 --interface='' --start" /home/moin/mywiki contains wikiconfig.py wikiconfig.py contains: class Config(DefaultConfig): port = 8081 interface = '' These settings se

[Moin-user] Restart MoinMoin

2008-10-29 Thread k...@aplteam.com
Since I have moved from IIS to Apache something has changed: When I change my wikiconfig.py file and then restart Apache, the changes are not taken into account. I can even *remove* both wikiconfig.py and wikiconfig.pyc and I can still access my pages. I am using FastCGI. Is there anything I don