|
|
| Participants: |
Petr Skoda
|
| Security Level: |
None
|
| Resolved date: |
29/Oct/07
|
| Affected Branches: |
MOODLE_19_STABLE
|
| Fixed Branches: |
MOODLE_19_STABLE
|
|
it is fast, but it breaks 3rd party extensions, frontpage editting, etc.
solution: add has_capability test to files in admin/settings/; one big simple if (has_capability() or has_capability())
each settings file can decide what to do; the speed should be nearly the same - includes some 10 more file + some has_capability() calls
|
|
Description
|
it is fast, but it breaks 3rd party extensions, frontpage editting, etc.
solution: add has_capability test to files in admin/settings/; one big simple if (has_capability() or has_capability())
each settings file can decide what to do; the speed should be nearly the same - includes some 10 more file + some has_capability() calls
|
Show » |
committed 14 files to 'Moodle CVS' - 29/Oct/07 07:35 AM
MDL-11563 replaced hardcoded permission check from admin_tree_block
|
|
|
committed 14 files to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 29/Oct/07 07:36 AM
MFC: MDL-11563 replaced hardcoded permission check from admin_tree_block
|
|
|
|