Re: [Moin-user] Changes in request object in 1.9.x

2010-01-21 Thread Thomas Waldmann
> The goal is to allow a greater degree of access to people connecting to > the wiki from one of our internal networks. Specifically, we want > people connecting from the Internet at large to have to log in before > viewing or editing pages, while people connecting from our own office > should be

Re: [Moin-user] Changes in request object in 1.9.x

2010-01-21 Thread Rick Vanderveer
So, to re-cap, you want: external IP addresses: no view, unless logged in. internal IP addresses: viewable automatically (but perhaps not editable until logged in). Editing: Possible once logged in. I'm guessing this might be a tall order, but one of the devs would be the final authority. Per

Re: [Moin-user] Changes in request object in 1.9.x

2010-01-21 Thread Mark Bradford
On 1/20/10 4:58 AM, Thomas Waldmann wrote: >> I'm trying to udpate to >> 1.9.1, and for a couple of my wikis, there is some custom authentication >> code which uses request.getPathinfo and request.getScriptname... > > Sometimes an easy way is to grep for the old way in the old moin source > and t

Re: [Moin-user] Changes in request object in 1.9.x

2010-01-20 Thread Roger Haase
--- On Tue, 1/19/10, Mark Bradford wrote: > From: Mark Bradford > Subject: [Moin-user] Changes in request object in 1.9.x > To: moin-user@lists.sourceforge.net > Date: Tuesday, January 19, 2010, 12:37 PM > In the Changes file for 1.9.0, I > see: > >   * HINT: d

Re: [Moin-user] Changes in request object in 1.9.x

2010-01-20 Thread Thomas Waldmann
On Tue, 2010-01-19 at 12:37 -0700, Mark Bradford wrote: > In the Changes file for 1.9.0, I see: > > * HINT: due to big changes in the request processing and the request > object (related to the WSGI refactoring), many 3rd party plugins might > need code updates to work with moin 1.9. >

[Moin-user] Changes in request object in 1.9.x

2010-01-19 Thread Mark Bradford
In the Changes file for 1.9.0, I see: * HINT: due to big changes in the request processing and the request object (related to the WSGI refactoring), many 3rd party plugins might need code updates to work with moin 1.9. Are these "big changes" documented somewhere? I'm trying to udpate