On Mon, Sep 1, 2008 at 1:59 AM, jdd <[EMAIL PROTECTED]> 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 re
On Sun, Aug 31, 2008 at 3:41 AM, jdd <[EMAIL PROTECTED]> 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_
On Sun, Jul 20, 2008 at 12:48 PM, james bardin <[EMAIL PROTECTED]> wrote:
>
>> I also just upgraded to 1.7, and I fully tested unset cgi, but failed to
> test attachments with mod_python.
> This is a BIG problem for me now, and the above patch doesn't help. Does
> an
On Jan 14, 2008 6:32 PM, Shchupak, Vitaliy <[EMAIL PROTECTED]>
wrote:
> A very hacky workaround to prevent this is to make a trivial
> modification to the quickhelp text so that translation fails every time.
> For example, add a space to editor_quickhelp definition in
> multiconfig.py. There is p
This is in a moin 1.58 wikifarm.
The HelpOnEditing and SyntaxReference links at the bottom of the editor
often point to other wikis in the farm.
Removing the caches doesn't help, and the links will switch to different
wikis between reloads.
thanks
-jim
--
james bardin wrote:
> Is this a possible problem with the request_cli, or am I still missing
> something?
>
> Thanks
> -jim
>
>
Never mind :)
Forgot to look at the actual html. The links from the included wiki are
correct, as they're returned as relative li
On Dec 16, 2007 1:40 AM, Shchupak, Vitaliy <[EMAIL PROTECTED]>
wrote:
> Try initializing the request with:
> subreq = RequestCLI('localhost/' + wikiname,
> properties={'script_name':'/'+wikiname})
> (may need to me adjusted for 1.6+)
>
> Vitaliy
>
My macro works well for wikis in a farm where e
> On Jan 13, 2008 2:56 AM, Arthur Pemberton <[EMAIL PROTECTED]> wrote:
> On Jan 12, 2008 11:40 PM, Gnarlodious <[EMAIL PROTECTED]> wrote:
>
>> Is this working as expected? Because I believe there is an implicit
>> [AND] statement after the first two lines. And of course, it would be
>> impossible f
Hello,
If anyone is interested, according to HelpOnConfiguration/ApacheVoodoo,
no one has figured out how to get a root mod_python wiki without using
the moinmodpy wrapper script.
The key seems to be to pass in 'PythonOption Location "/"' so that
MoinMoin can link correctly.
Here's my config
I'm running a wikifarm with all the wikis defined by apache Locations , in
the same virtual server, and all pointing to the same PythinHandler.
After a few experiments to solve a different problem, I realized that
mod_python doesn't create separate sub-interpreters for apache locations.
I've seen
On Dec 23, 2007 6:50 PM, George Georgalis <[EMAIL PROTECTED]> wrote:
>
> Presumably All:read (purpose was to make MyName readonly for
> others) is first match for All on MyName/PrivateArea/SubPage
> (which is immutable for others) Must I put an acl on each
> PrivateArea/SubPage or is there a simpl
On Dec 16, 2007 1:40 AM, Shchupak, Vitaliy <[EMAIL PROTECTED]>
wrote:
> Try initializing the request with:
> subreq = RequestCLI('localhost/' + wikiname,
> properties={'script_name':'/'+wikiname})
> (may need to me adjusted for 1.6+)
> Vitaliy
>
That was it. Any tricks for inserting the css c
On Dec 15, 2007 2:10 PM, Shchupak, Vitaliy <[EMAIL PROTECTED]>
wrote:
> You could use RequestCLI to execute the Include macro in another request
> using something like this:
>
> from MoinMoin.request import RequestCLI
> from MoinMion.user import User
> from MoinMoin.formatter.text_html import For
Hello,
We have a bunch of departments using separate wikis, but all on the same
server in a wikifarm.
I would really love to have an Include() macro that works between the wikis,
something like <>
We use a common login system for the wikis, so usernames are transferable,
and acls could be be corr
I'm looking change how MoinMoin defines CamelCase, but I don't think I'm
looking in the right place.
Currently, PageName is valid, but PageABC, and PageTwoABC are not.
We have a lot of of acronyms around here, and the pages using them don't
link automatically. Also, should PageABC and PageTwoA
15 matches
Mail list logo