Uwe Fechner | 2 Oct 2004 11:03
Picon

only englisch user interface, debian sarge

Hello,

I upgraded to moinmoin 1.2.3-1 on debian sarge (=testing).

I am using it with apache-ssl.

It worked fine before ( version 1.0 ), but now only the englisch
user interface is available.

If I look at the configuration page, you can only select english as
language setting or browser settings, but not german, as before.

The file moin_config.py contains the line:

default_lang = 'de'

Any idea, how to get back the german user interface?

Regards:

ufechner

-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
Dave Vieglais | 2 Oct 2004 11:47
Favicon

ACL Group problem?

Hi,
This is probably a very simple problem but I can't seem to resolve it. 
Basically I'm unable to get groups working with ACLs.  The goal is for 
any user to be able to read (including anonymous) but only members of 
AdminGroup can edit pages.

Running the latest version of MoinMoin, ACLs are enabled in 
site/moin_config.py (lines wrapped by email):

acl_enabled = 1
acl_rights_default = "AdminGroup:admin,read,write,delete,revert All:read"
acl_rights_before  = "TestUser:admin,read,write,delete,revert 
AdminGroup:admin,read,write,delete,revert"

I then created a page (leaving acl_enabled=0 to allow creation of the 
page then changing it to 1) "AdminGroup" with the following contents:

#acl AdminGroup:admin,read,write All:
   *SiteAdmin
   *TestUser

Two users, SiteAdmin and TestUser were created.  Since they are both on 
the AdminGroup page, I expect that they can both edit any page on the 
site.  Instead what happens is that TestUser is able to edit any page, 
but SiteAdmin is not.  Changing acl_rights_before to:

acl_rights_before  = "AdminGroup:admin,read,write,delete,revert"

Means results in no one being able to edit pages.

(Continue reading)

Bryan Derksen | 5 Oct 2004 05:13
Picon
Favicon

Questions on the capabilities of Moin ACLs

My wiki is currently still just a sparkle in my eye and I'm shopping around 
to find the right wiki engine to build it upon. It's going to be a site for 
amateur authors to post works of fiction, discuss them, write collaborative 
stories and articles, create indexes, etc., and I'd like to have a slightly 
peculiar feature that just might be possible for MoinMoin ACLs to handle. 
Ideally, I'd like to give each user his own personal subspace that is 
editable only by him, to allow him to post his own personal stories without 
having to worry about monitoring them for vandalism and such.

For example, if I were to sign on to the wiki with the username Bryan, then 
the following pages should be editable only by myself (and admins):

Bryan
Bryan/Richard III
Bryan/Richard III/Act 6
etc.

In the case of another person with the username Joe, I should be unable to 
edit his Joe/ subspace and he shouldn't be able to edit Bryan/.

I've given http://moinmoin.wikiwikiweb.de/HelpOnAccessControlLists a 
read-through and it looks like there are some wonderfully fine-grained 
controls, but I don't see any way to apply different default ACLs to pages 
based on their title. This is my most ambitious approach to the problem, 
though, so if it's impossible I've got a fallback I'd be fine with. Can I 
set up an ACL so that a non-admin user can set his own ACL on a _new_ page, 
but not on one that already exists? That way authors would still be able to 
"claim" pages to put their stories on, but wouldn't allow them to override 
each other's ACLs or lock people out of existing public pages (I expect 
them to be well-behaved but it only takes one bad apple to make a mess :). 
(Continue reading)

Craig Johnson | 6 Oct 2004 12:01
Picon

Moin Change Notifications

Does anybody know if it would be feasible to alter the E-Mailed Change Notifications to be formatted HTML
instead of the current raw Wiki Text.

Craig

--

 
#####################################################################################

Please note my e-Mail address has changed.
Please update your address book with my new e-Mail address as displayed in the "From:" field.

#####################################################################################
------------------Edcon Disclaimer -------------------------
This email is private and confidential and its contents and attachments
are the property of Edcon. It is solely for the named addressee. Any
unauthorised use or interception of this email, or the review, retransmission,
dissemination or other use of, or taking of any action in reliance upon the contents of
this email, by persons or entities other than the intended recipient, is prohibited.Save for
communications relating to the official business of Edcon, the company does not accept any
responsibility for the contents of this email or any opinions expressed in this email or its attachments
.If you are not the named addressee please notify us immediately by reply email and delete this email and
any attached files.Due to the nature of email Edcon cannot ensure and accepts no liability for the
integrity of this email and any attachments, nor that they are free of any virus.Edcon accepts no
liability for any loss or damage whether direct or indirect or consequential,however caused, whether by
negligence or otherwise,
which may result directly or indirectly from this communication or any attached
files.

(Continue reading)

Andrew Premdas | 6 Oct 2004 12:04
Picon
Favicon

RE: ACL Group problem?

Dave,

Can't tell for sure if your AdminGroup page is doing this but ...

If there is more than one space before an entry on the group page it will be
ignored 

e.g. using ^ to represent spaces

^*WikiName     (works fine)
^* WikiName    (works fine)
^^*WikiName    (doesn't work)

This is of course real obvious once you know it, but it took me several days
to work it out!! 

I put some extra help in the moin moin help pages see

http://moinmoin.wikiwikiweb.de/HelpOnAccessControlLists

All best

Andrew

Andrew Premdas
Student Systems Developer
Manchester University
------------------------- 

-----Original Message-----
(Continue reading)

Andrew Premdas | 6 Oct 2004 12:13
Picon
Favicon

Theme Help


Hi,

I need some help for a theme I'd developing. The theme is to support a site
that uses ACL's and limits the number of authors. Most of the users of the
site will not be authoring pages, won't be particularly computer literate
and probably will have no idea what a wiki is. What I want to do is hide
most of the wiki functionality from these users whilst ensuring that authors
have access to all functionality.

Currently I think there are two approaches I can use:

A page by page approach whereby if the user has the ACL right to write to
the page then the authoring stuff will appear

A user approach where if the user is known the authoring stuff will appear

Does anyone have any views on this? Can anyone give me some help in
implementing this?

All best

Andrew

Andrew Premdas
Student Systems Developer
Manchester University
-------------------------

-------------------------------------------------------
(Continue reading)

Michael P. Soulier | 6 Oct 2004 16:19
Favicon

Re: RenameFile

On 28/09/04 Michael P. Soulier did say:

> Hey people,
> 
> How does one enable the ability to rename files in moin 1.2.3? I've
> googled around, but found little. I tried a couple of things in my
> config, but the desired link did not appear in the footer. Is this an
> extension?

Hello? Anyone? Renaming wiki pages?

Thanks,
Mike

--

-- 
Michael P. Soulier <michael_soulier <at> mitel.com>, 613-592-2122 x2522
6000/6010/60* Development, Mitel Networks Corporation
"...the word HACK is used as a verb to indicate a massive amount of nerd-like
effort." -Harley Hahn, A Student's Guide to Unix

-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
Michael P. Soulier | 6 Oct 2004 16:21
Favicon

Re: Moin Change Notifications

On 06/10/04 Craig Johnson did say:

> Does anybody know if it would be feasible to alter the E-Mailed Change
> Notifications to be formatted HTML instead of the current raw Wiki
> Text.

HTML email should be abolished. While I'm sure it's possible, I wouldn't
recommend it. 

You can always use the RSS feed for RecentChanges instead of relying on
the notifications. 

Mike

--

-- 
Michael P. Soulier <michael_soulier <at> mitel.com>, 613-592-2122 x2522
6000/6010/60* Development, Mitel Networks Corporation
"...the word HACK is used as a verb to indicate a massive amount of nerd-like
effort." -Harley Hahn, A Student's Guide to Unix

-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
Dave Vieglais | 7 Oct 2004 02:18
Favicon

Re: ACL Group problem?

Ah, yes.  That fixed it.  Quite obvious really, once you know it.

Thanks!

Andrew Premdas wrote:
> Dave,
> 
> Can't tell for sure if your AdminGroup page is doing this but ...
> 
> If there is more than one space before an entry on the group page it will be
> ignored 
> 
> e.g. using ^ to represent spaces
> 
> ^*WikiName     (works fine)
> ^* WikiName    (works fine)
> ^^*WikiName    (doesn't work)
> 
> This is of course real obvious once you know it, but it took me several days
> to work it out!! 
> 
> I put some extra help in the moin moin help pages see
> 
> http://moinmoin.wikiwikiweb.de/HelpOnAccessControlLists
> 
> All best
> 
> Andrew
> 
> 
(Continue reading)

Gautam Mani | 7 Oct 2004 07:46
Picon

Re: RenameFile

On Wed, 6 Oct 2004 10:19:58 -0400, Michael P. Soulier
<michael_soulier <at> mitel.com> wrote:
<snip/>

> Hello? Anyone? Renaming wiki pages?
> 
This is in the FAQ. Check it - you will have to enable the RenamePage
option in your config.

> Thanks,
> Mike
> 

Cheers,
-g
--

-- 
If in your journey you should encounter God, God will be cut.
-- Hattori Hanzo ~Kill Bill

-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl

Gmane