Details
-
Type: Sub-task
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: TAG 2018/19 Sprint 3
-
Fix Version/s: None
-
Component/s: OIOIOI
-
Labels:
Description
In this task one should create new contest type that has limited options, but can be created and admined by any user.
List of limitations:
- Contest should be open (no limited participants)
- There should be an option (preferably in settings) to disable this feature (created contests should remain in an archive-like state)
- There should be no option to share contests among users accessible by regular users.
- etc. (will be added in another ticket)
List of limitations:
- Contest should be open (no limited participants)
- There should be an option (preferably in settings) to disable this feature (created contests should remain in an archive-like state)
- There should be no option to share contests among users accessible by regular users.
- etc. (will be added in another ticket)
Activity
- All
- Comments
- History
- Activity
- Transitions
- Commits
Change oioioi~master~I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d, patchset 1
https://gerrit.sio2project.mimuw.edu.pl/3276
(SIO-2259) Create 'privileged' contest permission
This change adds a new permission 'contests.contest_privileged', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'privileged' users should not have access, whereas others were changed
accordingly to 'is_contest_privileged' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'privileged' users from seeing links to 403 pages.
TODO:
1. finish blocking stuff to block
2. tests
3. comments
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
https://gerrit.sio2project.mimuw.edu.pl/3276
(
This change adds a new permission 'contests.contest_privileged', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'privileged' users should not have access, whereas others were changed
accordingly to 'is_contest_privileged' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'privileged' users from seeing links to 403 pages.
TODO:
1. finish blocking stuff to block
2. tests
3. comments
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
Show
Gerrit Gerrit
added a comment - Change oioioi~master~I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d, patchset 1
https://gerrit.sio2project.mimuw.edu.pl/3276
( SIO-2259 ) Create 'privileged' contest permission
This change adds a new permission 'contests.contest_privileged', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'privileged' users should not have access, whereas others were changed
accordingly to 'is_contest_privileged' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'privileged' users from seeing links to 403 pages.
TODO:
1. finish blocking stuff to block
2. tests
3. comments
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 1
https://gerrit.sio2project.mimuw.edu.pl/3277
(SIO-2259) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
TODO:
1. double check everything works,
2. tests,
3. commit msg and code comments
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
https://gerrit.sio2project.mimuw.edu.pl/3277
(
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
TODO:
1. double check everything works,
2. tests,
3. commit msg and code comments
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Show
Gerrit Gerrit
added a comment - Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 1
https://gerrit.sio2project.mimuw.edu.pl/3277
( SIO-2259 ) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
TODO:
1. double check everything works,
2. tests,
3. commit msg and code comments
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Change oioioi~master~Iea2b65038c3dd1e829d8f333c827a3f69bb6ec26, patchset 1
https://gerrit.sio2project.mimuw.edu.pl/3278
(SIO-2259) Allow User Contest archiving
TODO:
1. Finish blocking all the options
2. tests
3. commit msg and comments
Change-Id: Iea2b65038c3dd1e829d8f333c827a3f69bb6ec26
https://gerrit.sio2project.mimuw.edu.pl/3278
(
TODO:
1. Finish blocking all the options
2. tests
3. commit msg and comments
Change-Id: Iea2b65038c3dd1e829d8f333c827a3f69bb6ec26
Show
Gerrit Gerrit
added a comment - Change oioioi~master~Iea2b65038c3dd1e829d8f333c827a3f69bb6ec26, patchset 1
https://gerrit.sio2project.mimuw.edu.pl/3278
( SIO-2259 ) Allow User Contest archiving
TODO:
1. Finish blocking all the options
2. tests
3. commit msg and comments
Change-Id: Iea2b65038c3dd1e829d8f333c827a3f69bb6ec26
Change oioioi~master~I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d, patchset 2
https://gerrit.sio2project.mimuw.edu.pl/3276
(SIO-2259) Create 'basicadmin' contest permission
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to 403 pages.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
https://gerrit.sio2project.mimuw.edu.pl/3276
(
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to 403 pages.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
Show
Gerrit Gerrit
added a comment - Change oioioi~master~I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d, patchset 2
https://gerrit.sio2project.mimuw.edu.pl/3276
( SIO-2259 ) Create 'basicadmin' contest permission
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to 403 pages.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 2
https://gerrit.sio2project.mimuw.edu.pl/3277
(SIO-2259) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
https://gerrit.sio2project.mimuw.edu.pl/3277
(
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Show
Gerrit Gerrit
added a comment - Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 2
https://gerrit.sio2project.mimuw.edu.pl/3277
( SIO-2259 ) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 3
https://gerrit.sio2project.mimuw.edu.pl/3277
(SIO-2259) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
https://gerrit.sio2project.mimuw.edu.pl/3277
(
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Show
Gerrit Gerrit
added a comment - Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 3
https://gerrit.sio2project.mimuw.edu.pl/3277
( SIO-2259 ) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Change oioioi~master~I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d, patchset 3
https://gerrit.sio2project.mimuw.edu.pl/3276
(SIO-2259) Create 'basicadmin' contest permission
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to 403 pages.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
https://gerrit.sio2project.mimuw.edu.pl/3276
(
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to 403 pages.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
Show
Gerrit Gerrit
added a comment - Change oioioi~master~I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d, patchset 3
https://gerrit.sio2project.mimuw.edu.pl/3276
( SIO-2259 ) Create 'basicadmin' contest permission
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to 403 pages.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 4
https://gerrit.sio2project.mimuw.edu.pl/3277
(SIO-2259) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
https://gerrit.sio2project.mimuw.edu.pl/3277
(
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Show
Gerrit Gerrit
added a comment - Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 4
https://gerrit.sio2project.mimuw.edu.pl/3277
( SIO-2259 ) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 1
https://gerrit.sio2project.mimuw.edu.pl/3290
(SIO-2259) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which disallows
changing settings as well as submitting to User Contests, while leaving
their contents intact.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
https://gerrit.sio2project.mimuw.edu.pl/3290
(
This change introduces an ARCHIVE_USERCONTESTS setting, which disallows
changing settings as well as submitting to User Contests, while leaving
their contents intact.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Show
Gerrit Gerrit
added a comment - Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 1
https://gerrit.sio2project.mimuw.edu.pl/3290
( SIO-2259 ) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which disallows
changing settings as well as submitting to User Contests, while leaving
their contents intact.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Change oioioi~master~I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d, patchset 4
https://gerrit.sio2project.mimuw.edu.pl/3276
(SIO-2259) Create 'basicadmin' contest permission
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
https://gerrit.sio2project.mimuw.edu.pl/3276
(
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
Show
Gerrit Gerrit
added a comment - Change oioioi~master~I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d, patchset 4
https://gerrit.sio2project.mimuw.edu.pl/3276
( SIO-2259 ) Create 'basicadmin' contest permission
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
Change oioioi~master~I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d, patchset 5
https://gerrit.sio2project.mimuw.edu.pl/3276
(SIO-2259) Create 'basicadmin' contest permission
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
https://gerrit.sio2project.mimuw.edu.pl/3276
(
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
Show
Gerrit Gerrit
added a comment - Change oioioi~master~I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d, patchset 5
https://gerrit.sio2project.mimuw.edu.pl/3276
( SIO-2259 ) Create 'basicadmin' contest permission
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
Change oioioi~master~I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d, patchset 6
https://gerrit.sio2project.mimuw.edu.pl/3276
(SIO-2259) Create 'basicadmin' contest permission
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
https://gerrit.sio2project.mimuw.edu.pl/3276
(
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
Show
Gerrit Gerrit
added a comment - Change oioioi~master~I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d, patchset 6
https://gerrit.sio2project.mimuw.edu.pl/3276
( SIO-2259 ) Create 'basicadmin' contest permission
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 5
https://gerrit.sio2project.mimuw.edu.pl/3277
(SIO-2259) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
https://gerrit.sio2project.mimuw.edu.pl/3277
(
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Show
Gerrit Gerrit
added a comment - Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 5
https://gerrit.sio2project.mimuw.edu.pl/3277
( SIO-2259 ) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 2
https://gerrit.sio2project.mimuw.edu.pl/3290
(SIO-2259) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which disallows
changing settings as well as submitting to User Contests, while leaving
their contents intact.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
https://gerrit.sio2project.mimuw.edu.pl/3290
(
This change introduces an ARCHIVE_USERCONTESTS setting, which disallows
changing settings as well as submitting to User Contests, while leaving
their contents intact.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Show
Gerrit Gerrit
added a comment - Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 2
https://gerrit.sio2project.mimuw.edu.pl/3290
( SIO-2259 ) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which disallows
changing settings as well as submitting to User Contests, while leaving
their contents intact.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 3
https://gerrit.sio2project.mimuw.edu.pl/3290
(SIO-2259) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which disallows
changing settings as well as submitting to User Contests, while leaving
their contents intact.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
https://gerrit.sio2project.mimuw.edu.pl/3290
(
This change introduces an ARCHIVE_USERCONTESTS setting, which disallows
changing settings as well as submitting to User Contests, while leaving
their contents intact.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Show
Gerrit Gerrit
added a comment - Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 3
https://gerrit.sio2project.mimuw.edu.pl/3290
( SIO-2259 ) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which disallows
changing settings as well as submitting to User Contests, while leaving
their contents intact.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 4
https://gerrit.sio2project.mimuw.edu.pl/3290
(SIO-2259) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which disallows
changing settings as well as submitting to User Contests, while leaving
their contents intact.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
https://gerrit.sio2project.mimuw.edu.pl/3290
(
This change introduces an ARCHIVE_USERCONTESTS setting, which disallows
changing settings as well as submitting to User Contests, while leaving
their contents intact.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Show
Gerrit Gerrit
added a comment - Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 4
https://gerrit.sio2project.mimuw.edu.pl/3290
( SIO-2259 ) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which disallows
changing settings as well as submitting to User Contests, while leaving
their contents intact.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 5
https://gerrit.sio2project.mimuw.edu.pl/3290
(SIO-2259) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
https://gerrit.sio2project.mimuw.edu.pl/3290
(
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Show
Gerrit Gerrit
added a comment - Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 5
https://gerrit.sio2project.mimuw.edu.pl/3290
( SIO-2259 ) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Change oioioi~master~I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d, patchset 7
https://gerrit.sio2project.mimuw.edu.pl/3276
(SIO-2259) Create 'basicadmin' contest permission
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
https://gerrit.sio2project.mimuw.edu.pl/3276
(
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
Show
Gerrit Gerrit
added a comment - Change oioioi~master~I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d, patchset 7
https://gerrit.sio2project.mimuw.edu.pl/3276
( SIO-2259 ) Create 'basicadmin' contest permission
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 6
https://gerrit.sio2project.mimuw.edu.pl/3277
(SIO-2259) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
https://gerrit.sio2project.mimuw.edu.pl/3277
(
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Show
Gerrit Gerrit
added a comment - Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 6
https://gerrit.sio2project.mimuw.edu.pl/3277
( SIO-2259 ) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 6
https://gerrit.sio2project.mimuw.edu.pl/3290
(SIO-2259) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
https://gerrit.sio2project.mimuw.edu.pl/3290
(
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Show
Gerrit Gerrit
added a comment - Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 6
https://gerrit.sio2project.mimuw.edu.pl/3290
( SIO-2259 ) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Change oioioi~master~I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d, patchset 8
https://gerrit.sio2project.mimuw.edu.pl/3276
(SIO-2259) Create 'basicadmin' contest permission
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
https://gerrit.sio2project.mimuw.edu.pl/3276
(
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
Show
Gerrit Gerrit
added a comment - Change oioioi~master~I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d, patchset 8
https://gerrit.sio2project.mimuw.edu.pl/3276
( SIO-2259 ) Create 'basicadmin' contest permission
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 7
https://gerrit.sio2project.mimuw.edu.pl/3277
(SIO-2259) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
https://gerrit.sio2project.mimuw.edu.pl/3277
(
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Show
Gerrit Gerrit
added a comment - Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 7
https://gerrit.sio2project.mimuw.edu.pl/3277
( SIO-2259 ) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 7
https://gerrit.sio2project.mimuw.edu.pl/3290
(SIO-2259) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
https://gerrit.sio2project.mimuw.edu.pl/3290
(
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Show
Gerrit Gerrit
added a comment - Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 7
https://gerrit.sio2project.mimuw.edu.pl/3290
( SIO-2259 ) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Change oioioi~master~I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d, patchset 9
https://gerrit.sio2project.mimuw.edu.pl/3276
(SIO-2259) Create 'basicadmin' contest permission
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
https://gerrit.sio2project.mimuw.edu.pl/3276
(
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
Show
Gerrit Gerrit
added a comment - Change oioioi~master~I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d, patchset 9
https://gerrit.sio2project.mimuw.edu.pl/3276
( SIO-2259 ) Create 'basicadmin' contest permission
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 8
https://gerrit.sio2project.mimuw.edu.pl/3277
(SIO-2259) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
https://gerrit.sio2project.mimuw.edu.pl/3277
(
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Show
Gerrit Gerrit
added a comment - Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 8
https://gerrit.sio2project.mimuw.edu.pl/3277
( SIO-2259 ) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 8
https://gerrit.sio2project.mimuw.edu.pl/3290
(SIO-2259) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
https://gerrit.sio2project.mimuw.edu.pl/3290
(
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Show
Gerrit Gerrit
added a comment - Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 8
https://gerrit.sio2project.mimuw.edu.pl/3290
( SIO-2259 ) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Change oioioi~master~I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d, patchset 10
https://gerrit.sio2project.mimuw.edu.pl/3276
(SIO-2259) Create 'basicadmin' contest permission
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
https://gerrit.sio2project.mimuw.edu.pl/3276
(
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
Show
Gerrit Gerrit
added a comment - Change oioioi~master~I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d, patchset 10
https://gerrit.sio2project.mimuw.edu.pl/3276
( SIO-2259 ) Create 'basicadmin' contest permission
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
Change oioioi~master~I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d, patchset 11
https://gerrit.sio2project.mimuw.edu.pl/3276
(SIO-2259) Create 'basicadmin' contest permission
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
https://gerrit.sio2project.mimuw.edu.pl/3276
(
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
Show
Gerrit Gerrit
added a comment - Change oioioi~master~I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d, patchset 11
https://gerrit.sio2project.mimuw.edu.pl/3276
( SIO-2259 ) Create 'basicadmin' contest permission
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 9
https://gerrit.sio2project.mimuw.edu.pl/3277
(SIO-2259) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Also fixed a bug that resulted in not displaying icons when user had
more than one menu available, as well as a weird behaviour in the
ContestAdminMixin in teachers, which was "capturing" the execution paths
belonging to other ContestAdmin mixins.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
https://gerrit.sio2project.mimuw.edu.pl/3277
(
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Also fixed a bug that resulted in not displaying icons when user had
more than one menu available, as well as a weird behaviour in the
ContestAdminMixin in teachers, which was "capturing" the execution paths
belonging to other ContestAdmin mixins.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Show
Gerrit Gerrit
added a comment - Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 9
https://gerrit.sio2project.mimuw.edu.pl/3277
( SIO-2259 ) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Also fixed a bug that resulted in not displaying icons when user had
more than one menu available, as well as a weird behaviour in the
ContestAdminMixin in teachers, which was "capturing" the execution paths
belonging to other ContestAdmin mixins.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 9
https://gerrit.sio2project.mimuw.edu.pl/3290
(SIO-2259) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact. This is done by changing
the 'regular' users' permissions from 'basicadmin' to 'observer'.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
https://gerrit.sio2project.mimuw.edu.pl/3290
(
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact. This is done by changing
the 'regular' users' permissions from 'basicadmin' to 'observer'.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Show
Gerrit Gerrit
added a comment - Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 9
https://gerrit.sio2project.mimuw.edu.pl/3290
( SIO-2259 ) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact. This is done by changing
the 'regular' users' permissions from 'basicadmin' to 'observer'.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Change oioioi~master~I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d, patchset 12
https://gerrit.sio2project.mimuw.edu.pl/3276
(SIO-2259) Create 'basicadmin' contest permission
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
https://gerrit.sio2project.mimuw.edu.pl/3276
(
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
Show
Gerrit Gerrit
added a comment - Change oioioi~master~I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d, patchset 12
https://gerrit.sio2project.mimuw.edu.pl/3276
( SIO-2259 ) Create 'basicadmin' contest permission
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 10
https://gerrit.sio2project.mimuw.edu.pl/3277
(SIO-2259) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Also fixed a bug that resulted in not displaying icons when user had
more than one menu available, as well as a weird behaviour in the
ContestAdminMixin in teachers, which was "capturing" the execution paths
belonging to other ContestAdmin mixins.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
https://gerrit.sio2project.mimuw.edu.pl/3277
(
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Also fixed a bug that resulted in not displaying icons when user had
more than one menu available, as well as a weird behaviour in the
ContestAdminMixin in teachers, which was "capturing" the execution paths
belonging to other ContestAdmin mixins.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Show
Gerrit Gerrit
added a comment - Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 10
https://gerrit.sio2project.mimuw.edu.pl/3277
( SIO-2259 ) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Also fixed a bug that resulted in not displaying icons when user had
more than one menu available, as well as a weird behaviour in the
ContestAdminMixin in teachers, which was "capturing" the execution paths
belonging to other ContestAdmin mixins.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 10
https://gerrit.sio2project.mimuw.edu.pl/3290
(SIO-2259) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact. This is done by changing
the 'regular' users' permissions from 'basicadmin' to 'observer'.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
https://gerrit.sio2project.mimuw.edu.pl/3290
(
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact. This is done by changing
the 'regular' users' permissions from 'basicadmin' to 'observer'.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Show
Gerrit Gerrit
added a comment - Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 10
https://gerrit.sio2project.mimuw.edu.pl/3290
( SIO-2259 ) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact. This is done by changing
the 'regular' users' permissions from 'basicadmin' to 'observer'.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 11
https://gerrit.sio2project.mimuw.edu.pl/3277
(SIO-2259) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Also fixed a bug that resulted in not displaying icons when user had
more than one menu available, as well as a weird behaviour in the
ContestAdminMixin in teachers, which was "capturing" the execution paths
belonging to other ContestAdmin mixins.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
https://gerrit.sio2project.mimuw.edu.pl/3277
(
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Also fixed a bug that resulted in not displaying icons when user had
more than one menu available, as well as a weird behaviour in the
ContestAdminMixin in teachers, which was "capturing" the execution paths
belonging to other ContestAdmin mixins.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Show
Gerrit Gerrit
added a comment - Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 11
https://gerrit.sio2project.mimuw.edu.pl/3277
( SIO-2259 ) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Also fixed a bug that resulted in not displaying icons when user had
more than one menu available, as well as a weird behaviour in the
ContestAdminMixin in teachers, which was "capturing" the execution paths
belonging to other ContestAdmin mixins.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 11
https://gerrit.sio2project.mimuw.edu.pl/3290
(SIO-2259) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact. This is done by changing
the 'regular' users' permissions from 'basicadmin' to 'observer'.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
https://gerrit.sio2project.mimuw.edu.pl/3290
(
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact. This is done by changing
the 'regular' users' permissions from 'basicadmin' to 'observer'.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Show
Gerrit Gerrit
added a comment - Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 11
https://gerrit.sio2project.mimuw.edu.pl/3290
( SIO-2259 ) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact. This is done by changing
the 'regular' users' permissions from 'basicadmin' to 'observer'.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 12
https://gerrit.sio2project.mimuw.edu.pl/3290
(SIO-2259) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact. This is done by changing
the 'regular' users' permissions from 'basicadmin' to 'observer'.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
https://gerrit.sio2project.mimuw.edu.pl/3290
(
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact. This is done by changing
the 'regular' users' permissions from 'basicadmin' to 'observer'.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Show
Gerrit Gerrit
added a comment - Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 12
https://gerrit.sio2project.mimuw.edu.pl/3290
( SIO-2259 ) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact. This is done by changing
the 'regular' users' permissions from 'basicadmin' to 'observer'.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 12
https://gerrit.sio2project.mimuw.edu.pl/3277
(SIO-2259) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Also fixed a bug that resulted in not displaying icons when user had
more than one menu available, as well as a weird behaviour in the
ContestAdminMixin in teachers, which was "capturing" the execution paths
belonging to other ContestAdmin mixins.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
https://gerrit.sio2project.mimuw.edu.pl/3277
(
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Also fixed a bug that resulted in not displaying icons when user had
more than one menu available, as well as a weird behaviour in the
ContestAdminMixin in teachers, which was "capturing" the execution paths
belonging to other ContestAdmin mixins.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Show
Gerrit Gerrit
added a comment - Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 12
https://gerrit.sio2project.mimuw.edu.pl/3277
( SIO-2259 ) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Also fixed a bug that resulted in not displaying icons when user had
more than one menu available, as well as a weird behaviour in the
ContestAdminMixin in teachers, which was "capturing" the execution paths
belonging to other ContestAdmin mixins.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 13
https://gerrit.sio2project.mimuw.edu.pl/3290
(SIO-2259) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact. This is done by changing
the 'regular' users' permissions from 'basicadmin' to 'observer'.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
https://gerrit.sio2project.mimuw.edu.pl/3290
(
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact. This is done by changing
the 'regular' users' permissions from 'basicadmin' to 'observer'.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Show
Gerrit Gerrit
added a comment - Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 13
https://gerrit.sio2project.mimuw.edu.pl/3290
( SIO-2259 ) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact. This is done by changing
the 'regular' users' permissions from 'basicadmin' to 'observer'.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 13
https://gerrit.sio2project.mimuw.edu.pl/3277
(SIO-2259) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Also fixed a bug that resulted in not displaying icons when user had
more than one menu available, as well as a weird behaviour in the
ContestAdminMixin in teachers, which was "capturing" the execution paths
belonging to other ContestAdmin mixins.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
https://gerrit.sio2project.mimuw.edu.pl/3277
(
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Also fixed a bug that resulted in not displaying icons when user had
more than one menu available, as well as a weird behaviour in the
ContestAdminMixin in teachers, which was "capturing" the execution paths
belonging to other ContestAdmin mixins.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Show
Gerrit Gerrit
added a comment - Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 13
https://gerrit.sio2project.mimuw.edu.pl/3277
( SIO-2259 ) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Also fixed a bug that resulted in not displaying icons when user had
more than one menu available, as well as a weird behaviour in the
ContestAdminMixin in teachers, which was "capturing" the execution paths
belonging to other ContestAdmin mixins.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Change oioioi~master~I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d, patchset 13
https://gerrit.sio2project.mimuw.edu.pl/3276
(SIO-2259) Create 'basicadmin' contest permission
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
https://gerrit.sio2project.mimuw.edu.pl/3276
(
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
Show
Gerrit Gerrit
added a comment - Change oioioi~master~I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d, patchset 13
https://gerrit.sio2project.mimuw.edu.pl/3276
( SIO-2259 ) Create 'basicadmin' contest permission
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 14
https://gerrit.sio2project.mimuw.edu.pl/3277
(SIO-2259) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Also fixed a bug that resulted in not displaying icons when user had
more than one menu available, as well as a weird behaviour in the
ContestAdminMixin in teachers, which was "capturing" the execution paths
belonging to other ContestAdmin mixins.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
https://gerrit.sio2project.mimuw.edu.pl/3277
(
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Also fixed a bug that resulted in not displaying icons when user had
more than one menu available, as well as a weird behaviour in the
ContestAdminMixin in teachers, which was "capturing" the execution paths
belonging to other ContestAdmin mixins.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Show
Gerrit Gerrit
added a comment - Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 14
https://gerrit.sio2project.mimuw.edu.pl/3277
( SIO-2259 ) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Also fixed a bug that resulted in not displaying icons when user had
more than one menu available, as well as a weird behaviour in the
ContestAdminMixin in teachers, which was "capturing" the execution paths
belonging to other ContestAdmin mixins.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 14
https://gerrit.sio2project.mimuw.edu.pl/3290
(SIO-2259) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact. This is done by changing
the 'regular' users' permissions from 'basicadmin' to 'observer'.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
https://gerrit.sio2project.mimuw.edu.pl/3290
(
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact. This is done by changing
the 'regular' users' permissions from 'basicadmin' to 'observer'.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Show
Gerrit Gerrit
added a comment - Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 14
https://gerrit.sio2project.mimuw.edu.pl/3290
( SIO-2259 ) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact. This is done by changing
the 'regular' users' permissions from 'basicadmin' to 'observer'.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 15
https://gerrit.sio2project.mimuw.edu.pl/3277
(SIO-2259) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Also fixed a bug that resulted in not displaying icons when user had
more than one menu available, as well as a weird behaviour in the
ContestAdminMixin in teachers, which was "capturing" the execution paths
belonging to other ContestAdmin mixins.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
https://gerrit.sio2project.mimuw.edu.pl/3277
(
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Also fixed a bug that resulted in not displaying icons when user had
more than one menu available, as well as a weird behaviour in the
ContestAdminMixin in teachers, which was "capturing" the execution paths
belonging to other ContestAdmin mixins.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Show
Gerrit Gerrit
added a comment - Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 15
https://gerrit.sio2project.mimuw.edu.pl/3277
( SIO-2259 ) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Also fixed a bug that resulted in not displaying icons when user had
more than one menu available, as well as a weird behaviour in the
ContestAdminMixin in teachers, which was "capturing" the execution paths
belonging to other ContestAdmin mixins.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 15
https://gerrit.sio2project.mimuw.edu.pl/3290
(SIO-2259) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact. This is done by changing
the 'regular' users' permissions from 'basicadmin' to 'observer'.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
https://gerrit.sio2project.mimuw.edu.pl/3290
(
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact. This is done by changing
the 'regular' users' permissions from 'basicadmin' to 'observer'.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Show
Gerrit Gerrit
added a comment - Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 15
https://gerrit.sio2project.mimuw.edu.pl/3290
( SIO-2259 ) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact. This is done by changing
the 'regular' users' permissions from 'basicadmin' to 'observer'.
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Change oioioi~master~I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d, patchset 14
https://gerrit.sio2project.mimuw.edu.pl/3276
(SIO-2259) Create 'basicadmin' contest permission
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
https://gerrit.sio2project.mimuw.edu.pl/3276
(
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
Show
Gerrit Gerrit
added a comment - Change oioioi~master~I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d, patchset 14
https://gerrit.sio2project.mimuw.edu.pl/3276
( SIO-2259 ) Create 'basicadmin' contest permission
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 16
https://gerrit.sio2project.mimuw.edu.pl/3277
(SIO-2259) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Also fixed a bug that resulted in not displaying icons when user had
more than one menu available, as well as a weird behaviour in the
ContestAdminMixin in teachers, which was "capturing" the execution paths
belonging to other ContestAdmin mixins.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
https://gerrit.sio2project.mimuw.edu.pl/3277
(
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Also fixed a bug that resulted in not displaying icons when user had
more than one menu available, as well as a weird behaviour in the
ContestAdminMixin in teachers, which was "capturing" the execution paths
belonging to other ContestAdmin mixins.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Show
Gerrit Gerrit
added a comment - Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 16
https://gerrit.sio2project.mimuw.edu.pl/3277
( SIO-2259 ) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Also fixed a bug that resulted in not displaying icons when user had
more than one menu available, as well as a weird behaviour in the
ContestAdminMixin in teachers, which was "capturing" the execution paths
belonging to other ContestAdmin mixins.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 16
https://gerrit.sio2project.mimuw.edu.pl/3290
(SIO-2259) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact. This is done by changing
the 'regular' users' permissions from 'basicadmin' to 'observer'
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
https://gerrit.sio2project.mimuw.edu.pl/3290
(
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact. This is done by changing
the 'regular' users' permissions from 'basicadmin' to 'observer'
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Show
Gerrit Gerrit
added a comment - Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 16
https://gerrit.sio2project.mimuw.edu.pl/3290
( SIO-2259 ) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact. This is done by changing
the 'regular' users' permissions from 'basicadmin' to 'observer'
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Change oioioi~master~I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d, patchset 15
https://gerrit.sio2project.mimuw.edu.pl/3276
(SIO-2259) Create 'basicadmin' contest permission
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
https://gerrit.sio2project.mimuw.edu.pl/3276
(
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
Show
Gerrit Gerrit
added a comment - Change oioioi~master~I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d, patchset 15
https://gerrit.sio2project.mimuw.edu.pl/3276
( SIO-2259 ) Create 'basicadmin' contest permission
This change adds a new permission 'contests.contest_basicadmin', which
is meant to be a "softer" version of the 'contests.contest_admin' -
with access to only parts of contest configuration. This is to prepare
the groundwork for limiting access in the User Contests.
Some checks for 'is_contest_admin' were left unchanged wherever the
'basicadmin' users should not have access, whereas others were changed
accordingly to 'is_contest_basicadmin' to allow these users in.
Also added the 'is_contest_admin" check on some sidebar menus, to
prevent 'basicadmin' users from seeing links to pages they don't have
access to.
Change-Id: I1a2d40a6d4e350f31b3ee3601a86f8182a05fd1d
Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 17
https://gerrit.sio2project.mimuw.edu.pl/3277
(SIO-2259) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Also fixed a bug that resulted in not displaying icons when user had
more than one menu available, as well as a weird behaviour in the
ContestAdminMixin in teachers, which was "capturing" the execution paths
belonging to other ContestAdmin mixins.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
https://gerrit.sio2project.mimuw.edu.pl/3277
(
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Also fixed a bug that resulted in not displaying icons when user had
more than one menu available, as well as a weird behaviour in the
ContestAdminMixin in teachers, which was "capturing" the execution paths
belonging to other ContestAdmin mixins.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Show
Gerrit Gerrit
added a comment - Change oioioi~master~I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4, patchset 17
https://gerrit.sio2project.mimuw.edu.pl/3277
( SIO-2259 ) Introduce User Contests
This change introduces User Contests, which are contests available for
any user.
An option to disable the user contests will be added by the next change.
Also fixed a bug that resulted in not displaying icons when user had
more than one menu available, as well as a weird behaviour in the
ContestAdminMixin in teachers, which was "capturing" the execution paths
belonging to other ContestAdmin mixins.
Change-Id: I9bdceea9d2d0265ef4bd0675f1c8b50e1ed4aae4
Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 17
https://gerrit.sio2project.mimuw.edu.pl/3290
(SIO-2259) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact. This is done by changing
the 'regular' users' permissions from 'basicadmin' to 'observer'
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
https://gerrit.sio2project.mimuw.edu.pl/3290
(
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact. This is done by changing
the 'regular' users' permissions from 'basicadmin' to 'observer'
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
Show
Gerrit Gerrit
added a comment - Change oioioi~master~Icb7d341a71964a19892e16898dee4ab4d2b97c89, patchset 17
https://gerrit.sio2project.mimuw.edu.pl/3290
( SIO-2259 ) Allow User Contest archiving
This change introduces an ARCHIVE_USERCONTESTS setting, which
disallows changing settings as well as submitting to User Contests,
while leaving their contents intact. This is done by changing
the 'regular' users' permissions from 'basicadmin' to 'observer'
Change-Id: Icb7d341a71964a19892e16898dee4ab4d2b97c89
https://gerrit.sio2project.mimuw.edu.pl/3269
(
SIO-2259) [WIP] Introduce User ContestsChange-Id: I12275df20c47e300b90515858ee6a29d094aeeb7