2009-01-13T08:44:26  <dreimark> moin
2009-01-13T08:55:13  <dreimark> hmm, what is the meaning of "Bad magic number"
2009-01-13T08:57:04  <ThomasWaldmann> in what context?
2009-01-13T08:59:14  <dreimark> got it, it was in 1.7 an old link to an action which points to a not existing script
2009-01-13T20:52:28  <dreimark> ThomasWaldmann: what is the right line to make a wiki definitly read only.
2009-01-13T21:15:02  <ThomasWaldmann> acl_rights_before = u"All:read"
2009-01-13T21:17:21  <dreimark> hmm, that can become difficult in my wiki because only logged in user should read.
2009-01-13T21:18:04  <dreimark> I think I hack security.__init__._check during the migration phase
2009-01-13T21:18:19  <dreimark> to reject if right == 'write'
2009-01-13T21:49:33  <ThomasWaldmann> then it is u"Known:read"
2009-01-13T21:51:45  <dreimark> before means Known has forever read rights it does not matter then if one has set a acl line to give only to one user read right.
2009-01-13T21:52:41  <dreimark> removing write from acl_rights_valid crashed the theme.
2009-01-13T21:53:33  <dreimark> I think that change in _check is the easiest soultion for all these wikis which get hosted on a new server
2009-01-13T22:37:55  <dreimark> appending edit to actions_excluded does it without code change
2009-01-13T23:12:38  <ThomasWaldmann> dreimark: u"-All:write"
2009-01-13T23:18:03  <ThomasWaldmann> dreimark: excluding edit is not enough
2009-01-13T23:54:28  <dreimark> ok, will try that tom.
2009-01-13T23:54:30  <dreimark> gn

MoinMoin: MoinMoinChat/Logs/moin-dev/2009-01-13 (last edited 2009-01-13 07:45:02 by IrcLogImporter)