
|
If you were logged in you would be able to see more operations.
|
|
|
Moodle
MDL-13766
Created: 25/Jun/08 01:27 PM
Updated: 09/Sep/08 12:10 PM
|
|
| Component/s: |
Repository API
|
| Affects Version/s: |
2.0
|
| Fix Version/s: |
2.0
|
|
|
The interface can be accessed at admin site-level (to configure site-wide repositories) as well as course level (to configure course-wide repositories) and user level (to configure personal repositories).
It should show a list of all repository instances that the current user is allowed to modify, and allow settings for each to be changed (or a new one added).
The admin site-level will be in admin/repository.php
The course and user level will be in repository/manage.php
The settings for all should probably go in `config_plugins` (Think about how to save contextid here, may be php serialized data).
Personal ones can go in `user_preferences` (and get saved in backups etc).
|
|
Description
|
The interface can be accessed at admin site-level (to configure site-wide repositories) as well as course level (to configure course-wide repositories) and user level (to configure personal repositories).
It should show a list of all repository instances that the current user is allowed to modify, and allow settings for each to be changed (or a new one added).
The admin site-level will be in admin/repository.php
The course and user level will be in repository/manage.php
The settings for all should probably go in `config_plugins` (Think about how to save contextid here, may be php serialized data).
Personal ones can go in `user_preferences` (and get saved in backups etc). |
Show » |
|
2. Can all these pages please have some brief docs in Moodle docs at the corresponding URL, eg http://docs.moodle.org/en/repository/manage_instances