History | Log In     View a printable version of the current page.  
We are currently focused especially on Moodle 2.0, Moodle 1.9.x bugs and Moodle 1.9.x testing.    Confused? Lost? Please read this introduction to the Tracker.
Issue Details (XML | Word | Printable)

Key: MDL-15404
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Jerome Mouneyrac
Reporter: Martin Dougiamas
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Moodle
MDL-13766

Develop Interface to add new repository instances

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

URL: http://docs.moodle.org/en/Development:Repository_Interface_for_Moodle/Course/User
Participants: Jerome Mouneyrac and Martin Dougiamas
Security Level: None
QA Assignee: Martin Dougiamas


 Description  « Hide
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).

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Martin Dougiamas - 08/Sep/08 04:29 PM
1. Flickr plugin at course level currently doesn't ask for account.

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