Updates
by Lukas Renggli
--- Blessed: To Review
--- By: lukas
--- On: 01/31/2004 15:58:31.000
- username is logged when editing and beeing logged in
- ip is logged when editing
- user-agent is loggend when editing
- some actions have been improved to display more information
- editing conflicts are reported when two people modify the same entry
at the same time
--
Lukas Renggli
http://renggli.freezope.org
19 years, 10 months
[BUG] History, RSS Feed
by Lukas Renggli
Hi Stef,
there is a security issue with private pages: the contents will be
presented in the RSS Feed, I forgot to check the permissions there. It
is easy to fix of course, but I won't have time until the next weekend.
Cheers,
Lukas
--
Lukas Renggli
http://renggli.freezope.org
19 years, 10 months
Re: About role interface bug
by Lukas Renggli
Hi Stef,
I've never experienced a bug specific to Safari and I did basically all
my development using that web-browser. For the releases I also tested
most important functionality on IE and Mozilla.
> have yo any idea why this bug with safari and not with I?
When trying to create a new role in Safari I get 'Message not
understood: #roleToCreate:'. Having a look at the html I see that there
is a missing action-attribute in every form-tag in the admin interface.
This attribute is required by the HTML standard and obviously Safari
isn't using the same default value as IE and Mozilla (they both use the
current url, whereas Safari used the root) do. When rendering a form in
an action one should always call
self renderForm: [ ...
instead of
html form: [
This ensures that the form is setup-correctly for the current action.
Cheers,
Lukas
--
Lukas Renggli
http://renggli.freezope.org
19 years, 10 months
About anonymous...alias stef killed SmallWiki by accident..
by ducasse
David
how do I remove the anymous user on a wiki?
I felt idiot ask this question so I tried and broke
everything....coooooooool
I went to the privateEFB and I removed the anonymous user by admin but
I think
that I broke everything. .... :(
David have you tried to model specific scenario with the roles
management because
this is my first try and it seems that I shot it down.
sorry lukas to damage this way your beautiful baby.
Should I have delete the anonymous user been logged as a local admin?
In such a case does it destroy the anonymous user for all the wikis? I
hope not!
Then how this is possible that now that the anonymous user is destroyed
I cannot
access SmallWiki? Either we should not be able to remove it either we
should be able to
access smallWiki.
Stef
19 years, 10 months
About roles a concrete need
by ducasse
Hi david
I want to do the following:
- I created a wiki private EFB that only user with a password can see
(I have to check with the user
if they want that).
- I created an Admin and with this admin create a user.
I do not know understand how I can remove rights and how I can limit
the access to anonymous
Stef
19 years, 10 months
Re: Bug in admin tool (fwd)
by vogel@glue.ch
hi,
I'll have a look at the safari problem next week, 'cause I won't be @iam
this week :-(
role/user strategy:
it is correct what you are saying:
the main admin is 'admin':
- he creates the anonymous role and the anonymous user
- he creates an admin role and corresponding admin user for each wiki
(these little admin users should also have the role anonymous in order
to view other wikis)- and now those little admins are responsible for creating roles and users
in their wiki. they can create new admins for a specific range in their
wiki and so on...- it is important to apply this strategy properly (see next point)
deletion of an admin user (a user that owns permission *Admin):
- an admin user can only delete users that he has created himself.
(except the main admin: he can delete any user he wants to)
- by deleting an admin user, we will also delete the users and roles that
he has created himself, and so on...
cheers,
david.
> Hi
>
> I tried with Internet Explorer and it worked. And crash with
> safari.....Strange
>
> By the way should I create the EFBUser using the EFBAdminUser.
> This is my impression that this better than what I'm doing every wiki
> Admin should create his wiki roles and user
> and we should not create roeland user that are specific to a wiki with
> the root admin.
>
> Can you comment on that?
>
> Stef
>
>
> On 12 janv. 04, at 09:42, <vogel(a)glue.ch> wrote:
>
>>
>>> Hi david
>>>
>>> I wanted to create a new admin for a private wiki I'm setting up. So
>>> I went to privateEFB and I clicked on role management
>>> Then I wanted to create a new role:
>>> so below the long list I filled the role name widget with EFBAdmin
>>> and pressed create
>>> and boom got an error.
>>>
>>> Stef
>>
>> hi stef,
>>
>> I just tried to do the same, and it seems to work perfect...
>>
>> - I created the roles: 'testrole', 'second role' and 'EFBAdmin' and
>> also
>> an user called 'EFBAdmin' with the role 'EFBAdmin' and 'anonymous'
>> then I logged in as EFBAdmin and created roles and users...
>>
>> please try again and let me know the error message.
>>
>>
>> cheers,
>> david.
19 years, 11 months
Re: Bug in admin tool (fwd)
by vogel@glue.ch
> Hi david
>
> I wanted to create a new admin for a private wiki I'm setting up.
> So I went to privateEFB and I clicked on role management
> Then I wanted to create a new role:
> so below the long list I filled the role name widget with EFBAdmin
> and pressed create
> and boom got an error.
>
> Stef
hi stef,
I just tried to do the same, and it seems to work perfect...
- I created the roles: 'testrole', 'second role' and 'EFBAdmin' and also
an user called 'EFBAdmin' with the role 'EFBAdmin' and 'anonymous'
then I logged in as EFBAdmin and created roles and users...
please try again and let me know the error message.
cheers,
david.
19 years, 11 months
Bug in admin tool
by ducasse
Hi david
I wanted to create a new admin for a private wiki I'm setting up.
So I went to privateEFB and I clicked on role management
Then I wanted to create a new role:
so below the long list I filled the role name widget with EFBAdmin
and pressed create
and boom got an error.
Stef
19 years, 11 months