This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#429 closed enhancement (fixed)

Usuability problem: access protection

Reported by: jbenito Owned by: irolewic
Priority: normal Milestone: v0.97.0
Component: General Version: 0.97.0
Keywords: Cc:

Description (last modified by jbenito)

It is not clear what the current status is and how to modify it to private by itself, by inheritance, and absolutely public.

This applies to events, and other objects like sessions, contributions and categories.

Change History (6)

comment:1 Changed 5 years ago by jbenito

  • Description modified (diff)

comment:2 Changed 5 years ago by irolewic

  • Owner set to irolewic
  • Status changed from new to assigned

comment:3 Changed 5 years ago by irolewic

  • Status changed from assigned to in_work

comment:4 Changed 5 years ago by jbenito

  • Status changed from in_work to in_merge

comment:5 Changed 5 years ago by Ian Rolewicz <ian.rolewicz@…>

  • Resolution set to fixed
  • Status changed from in_merge to closed

In [a89f947d56a37649ac31f3d9ef2c3684dbf4098a]:

[IMP] Access Protection Frame Improvement

  • fixes #429
  • The Access Control frame used to set the protection of a category/event/session/contribution has been modified in order to be more understandable and more intuitive.
  • In addition:

-> replaced the synchronous adding of users to the list of

allowed users by the corresponding Widget. Ajax methods for
getting, adding to and removing from this list were added
for each type of objects.

-> refactoring to a common .tpl and creation of a special

template for the 'Home' category

comment:6 Changed 5 years ago by Ian Rolewicz <ian.rolewicz@…>

In [a89f947d56a37649ac31f3d9ef2c3684dbf4098a]:

[IMP] Access Protection Frame Improvement

  • fixes #429
  • The Access Control frame used to set the protection of a category/event/session/contribution has been modified in order to be more understandable and more intuitive.
  • In addition:

-> replaced the synchronous adding of users to the list of

allowed users by the corresponding Widget. Ajax methods for
getting, adding to and removing from this list were added
for each type of objects.

-> refactoring to a common .tpl and creation of a special

template for the 'Home' category

Note: See TracTickets for help on using tickets.