Issue Details (XML | Word | Printable)

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

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle
MDL-13766

Develop Admin settings page

Created: 25/Jun/08 11:45 AM   Updated: 09/Oct/08 11:05 AM
Return to search
Component/s: Repository API
Affects Version/s: 2.0
Fix Version/s: 2.0

URL: http://docs.moodle.org/en/Development:Repository_Administration_Specification
Participants: Dongsheng Cai, Jerome Mouneyrac and Martin Dougiamas
Security Level: None
Resolved date: 09/Oct/08
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
The admin settings page will look like the modules page, and needs to allow admins to

    - Create site level repository instances
    - enable/disable certain repository instances
    - Change settings for each instance (eg local plugin can be renamed)

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Dongsheng Cai committed 1 file to 'Moodle CVS' - 08/Jul/08 09:43 AM
MDL-15402, lang files for boxnet plugin.
ADD repository/boxnet/lang/en_utf8/Attic/repository_boxnet.php   Rev. 1.1    (+0 -0 lines)
Dongsheng Cai committed 2 files to 'Moodle CVS' - 08/Jul/08 09:45 AM
MDL-15402, add lang file for flickr plugin.
ADD repository/flickr/lang/en_utf8/Attic/repository_flickr.php   Rev. 1.1    (+0 -0 lines)
MODIFY repository/Attic/ajax.php   Rev. 1.2    (+1 -1 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 08/Jul/08 09:48 AM
MDL-15402, searching repository folder for language files.
MODIFY lib/moodlelib.php   Rev. 1.1068    (+3 -2 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 14/Jul/08 12:03 PM
MDL-15402, searching repository folder for lanuage files.
MODIFY lib/moodlelib.php   Rev. 1.1070    (+16 -16 lines)
Jerome Mouneyrac committed 7 files to 'Moodle CVS' - 31/Jul/08 02:01 PM
MDL-15402 implementation of repositories administration. Administrator can hide/show/sort/setup repositories. This code has been commited in order to be used by FilePicker.
Because it's doing the same thing than the filter manager, the code is similar. Some generic code need to be done (filter and repository code should use the same function, and the current generic filter lib should be refactor, at least their name). Optimization of original code should also be done if necessary.
MODIFY lang/en_utf8/admin.php   Rev. 1.215    (+2 -0 lines)
ADD admin/Attic/repositories.php   Rev. 1.1    (+0 -0 lines)
MODIFY lib/adminlib.php   Rev. 1.232    (+185 -31 lines)
ADD lang/en_utf8/Attic/repositories.php   Rev. 1.1    (+0 -0 lines)
MODIFY admin/settings/plugins.php   Rev. 1.9    (+54 -1 lines)
MODIFY lang/en_utf8/moodle.php   Rev. 1.188    (+3 -1 lines)
ADD repository/boxnet/Attic/pluginsettings.php   Rev. 1.1    (+0 -0 lines)
Mitsuhiro Yoshida committed 2 files to 'Lang CVS' - 02/Aug/08 01:34 PM
MDL-15402 MDL-13766 Translated new strings for repository.
MODIFY ja_utf8/admin.php   Rev. 1.284    (+3 -1 lines)
MODIFY ja_utf8/repository.php   Rev. 1.2    (+17 -1 lines)
Jerome Mouneyrac committed 6 files to 'Moodle CVS' - 06/Aug/08 11:30 AM
MDL-15402 finally we decided that the repository activation will be done with capabilities, and that there is no need to have a administration page for enable/disable repository, neither sort, neither settings. In administration we will just be able to setup an instance for Moodle context.
DEL repository/boxnet/Attic/pluginsettings.php   Rev. 1.2    (+0 -0 lines)
MODIFY lib/adminlib.php   Rev. 1.237    (+1 -154 lines)
MODIFY lang/en_utf8/admin.php   Rev. 1.217    (+0 -2 lines)
DEL admin/Attic/repositories.php   Rev. 1.2    (+0 -0 lines)
MODIFY admin/settings/plugins.php   Rev. 1.10    (+1 -53 lines)
MODIFY lang/en_utf8/moodle.php   Rev. 1.190    (+1 -3 lines)
Mitsuhiro Yoshida committed 3 files to 'Lang CVS' - 06/Aug/08 02:19 PM
MDL-15402 Removed repository activation related strings based on lang/en_utf8 removal.
MDL-13766 Translated a new string for repository.
MODIFY ja_utf8/admin.php   Rev. 1.287    (+1 -3 lines)
MODIFY ja_utf8/moodle.php   Rev. 1.305    (+1 -3 lines)
MODIFY ja_utf8/repository.php   Rev. 1.3    (+2 -1 lines)
martignoni committed 2 files to 'Lang CVS' - 11/Aug/08 11:24 PM
MDL-15402 More strings for repositories
MODIFY fr_utf8/moodle.php   Rev. 1.232    (+3 -1 lines)
MODIFY fr_utf8/admin.php   Rev. 1.283    (+3 -1 lines)
martignoni committed 2 files to 'Lang CVS' - 12/Aug/08 04:23 AM
MDL-15402, suppression of superfluous strings
MODIFY fr_utf8/moodle.php   Rev. 1.233    (+1 -3 lines)
MODIFY fr_utf8/admin.php   Rev. 1.284    (+1 -3 lines)
Dongsheng Cai committed 12 files to 'Moodle CVS' - 13/Aug/08 12:09 PM
MDL-15402, add admin setting page, to meet requirement, make some changes to repository base class.
MODIFY user/repository.php   Rev. 1.3    (+4 -4 lines)
MODIFY repository/flickr/repository.class.php   Rev. 1.17    (+14 -4 lines)
MODIFY admin/settings/plugins.php   Rev. 1.12    (+31 -2 lines)
MODIFY repository/boxnet/repository.class.php   Rev. 1.22    (+17 -4 lines)
MODIFY repository/local/repository.class.php   Rev. 1.2    (+2 -2 lines)
ADD admin/repository.php   Rev. 1.1    (+0 -0 lines)
MODIFY lib/adminlib.php   Rev. 1.239    (+94 -2 lines)
MODIFY repository/lib.php   Rev. 1.34    (+290 -126 lines)
MODIFY repository/boxnet/lang/en_utf8/Attic/repository_boxnet.php   Rev. 1.5    (+1 -0 lines)
MODIFY lang/en_utf8/repository.php   Rev. 1.6    (+7 -2 lines)
MODIFY repository/flickr/lang/en_utf8/Attic/repository_flickr.php   Rev. 1.5    (+1 -0 lines)
MODIFY user/tabs.php   Rev. 1.60    (+2 -2 lines)
Mitsuhiro Yoshida committed 3 files to 'Lang CVS' - 13/Aug/08 11:01 PM
MDL-15402 Translated new strings for repository.
MODIFY ja_utf8/README   Rev. 1.785    (+1 -1 lines)
MODIFY ja_utf8/repository.php   Rev. 1.5    (+6 -1 lines)
MODIFY ja_utf8/error.php   Rev. 1.85    (+2 -2 lines)
martignoni committed 1 file to 'Lang CVS' - 16/Aug/08 05:27 PM
MDL-15402, repo admin strings translated
MODIFY fr_utf8/repository.php   Rev. 1.5    (+8 -3 lines)
Jerome Mouneyrac committed 14 files to 'Moodle CVS' - 02/Sep/08 04:58 PM
Mitsuhiro Yoshida committed 6 files to 'Lang CVS' - 02/Sep/08 11:25 PM
MDL-13766 - Adding a translated lang file for repository upload.
MDL-15402 - Translated new strings for repository administration.
MDL-15362 - Translated a new string for mahara portfolio plugin
MODIFY ja_utf8/README   Rev. 1.802    (+1 -1 lines)
MODIFY ja_utf8/moodle.php   Rev. 1.311    (+2 -1 lines)
MODIFY ja_utf8/repository_boxnet.php   Rev. 1.3    (+2 -1 lines)
MODIFY ja_utf8/portfolio_mahara.php   Rev. 1.3    (+2 -1 lines)
ADD ja_utf8/repository_upload.php   Rev. 1.1    (+0 -0 lines)
MODIFY ja_utf8/repository.php   Rev. 1.12    (+13 -3 lines)
Jerome Mouneyrac committed 1 file to 'Moodle CVS' - 03/Sep/08 04:45 PM
MDL-15402: fix XHTML for repository admin pages + don't use anymore deprecated functions print_simple_box_xxx()
MODIFY lib/adminlib.php   Rev. 1.256    (+9 -11 lines)
Jerome Mouneyrac committed 3 files to 'Moodle CVS' - 03/Sep/08 05:45 PM
MDL-15402: add repository_cache_expire common option
MODIFY admin/settings/plugins.php   Rev. 1.20    (+4 -1 lines)
MODIFY lib/adminlib.php   Rev. 1.257    (+7 -7 lines)
MODIFY lang/en_utf8/repository.php   Rev. 1.18    (+4 -1 lines)
Jerome Mouneyrac committed 2 files to 'Moodle CVS' - 03/Sep/08 05:53 PM
MDL-15402: change repository_cache_expire common option default to 120 (minutes)
MODIFY lang/en_utf8/repository.php   Rev. 1.19    (+2 -2 lines)
MODIFY admin/settings/plugins.php   Rev. 1.21    (+4 -4 lines)
Jerome Mouneyrac committed 3 files to 'Moodle CVS' - 03/Sep/08 07:02 PM
MDL-15402: delete a type now delete all its instances, fix confirmation xhtml and message, change save label buttons, repository_get_instances() return now all instances if no context is defined
MODIFY repository/lib.php   Rev. 1.79    (+27 -21 lines)
MODIFY admin/repository.php   Rev. 1.6    (+2 -2 lines)
MODIFY lang/en_utf8/repository.php   Rev. 1.20    (+2 -2 lines)
Mitsuhiro Yoshida committed 3 files to 'Lang CVS' - 04/Sep/08 12:52 AM
MDL-16263 - Translated a new string for question flagging.
MDL-13766, MDL-15402 - Translated new strings for repository.
MODIFY ja_utf8/repository.php   Rev. 1.14    (+4 -0 lines)
MODIFY ja_utf8/README   Rev. 1.803    (+1 -1 lines)
MODIFY ja_utf8/question.php   Rev. 1.27    (+2 -1 lines)
Jerome Mouneyrac committed 1 file to 'Moodle CVS' - 04/Sep/08 10:07 AM
MDL-15402: fix a small bug in repository.create(), create an instance for type for which the administrator can not create a instance
MODIFY repository/lib.php   Rev. 1.80    (+13 -3 lines)
Jerome Mouneyrac committed 1 file to 'Moodle CVS' - 04/Sep/08 10:15 AM
MDL-15402: if a type has no multiple instances and cannot configure an instance, so do not display the list of instance for this type.
MODIFY admin/repository.php   Rev. 1.7    (+5 -2 lines)
Jerome Mouneyrac committed 3 files to 'Moodle CVS' - 04/Sep/08 11:41 AM
MDL-15402: dimmed text when plugin type is hidden
MODIFY lib/adminlib.php   Rev. 1.258    (+9 -1 lines)
MODIFY repository/lib.php   Rev. 1.81    (+17 -5 lines)
MODIFY lang/en_utf8/repository.php   Rev. 1.21    (+2 -2 lines)
Jerome Mouneyrac committed 1 file to 'Moodle CVS' - 04/Sep/08 12:24 PM
MDL-15402: default visibility is now set to false
MODIFY repository/lib.php   Rev. 1.82    (+2 -2 lines)
Jerome Mouneyrac committed 1 file to 'Moodle CVS' - 04/Sep/08 12:58 PM
MDL-15402: when has_admin_config is false, do not display an empty admin config page during type creation.
MODIFY admin/repository.php   Rev. 1.8    (+2 -4 lines)
Jerome Mouneyrac committed 1 file to 'Moodle CVS' - 04/Sep/08 01:05 PM
MDL-15402: set upload plugin with no admin config for now
MODIFY repository/upload/repository.class.php   Rev. 1.4    (+2 -2 lines)
Mitsuhiro Yoshida committed 1 file to 'Lang CVS' - 04/Sep/08 01:20 PM
MDL-15402 - Updated a translated string for repository based on lang/en_utf8 change.
MODIFY ja_utf8/repository.php   Rev. 1.15    (+1 -1 lines)
Jerome Mouneyrac committed 3 files to 'Moodle CVS' - 04/Sep/08 03:03 PM
MDL-15402: Repository admin: separate operations in three columns, change small icons into bigger icon and texts. Change Create instance link as a Create instance button.
MODIFY lang/en_utf8/repository.php   Rev. 1.23    (+4 -1 lines)
MODIFY repository/lib.php   Rev. 1.87    (+26 -19 lines)
MODIFY lib/adminlib.php   Rev. 1.259    (+13 -10 lines)
Mitsuhiro Yoshida committed 1 file to 'Lang CVS' - 04/Sep/08 03:08 PM
MDL-13766, MDL-15402 - Translated new strings for repository.
MODIFY ja_utf8/repository.php   Rev. 1.16    (+4 -0 lines)
Jerome Mouneyrac committed 1 file to 'Moodle CVS' - 04/Sep/08 03:24 PM
MDL-15402: Repository admin: delete a repository type => the general options (example: API key) are now deleted from config_plugin table
MODIFY repository/lib.php   Rev. 1.88    (+16 -4 lines)
Jerome Mouneyrac committed 1 file to 'Moodle CVS' - 04/Sep/08 03:26 PM
MDL-15402: change "delete confirmation" message
MODIFY lang/en_utf8/repository.php   Rev. 1.24    (+2 -2 lines)
Jerome Mouneyrac committed 3 files to 'Moodle CVS' - 04/Sep/08 03:36 PM
MDL-15402: fix some admin menu titles for repository
MODIFY admin/settings/plugins.php   Rev. 1.22    (+8 -2 lines)
MODIFY lang/en_utf8/repository.php   Rev. 1.25    (+2 -2 lines)
MODIFY admin/repositoryinstance.php   Rev. 1.2    (+5 -2 lines)
Mitsuhiro Yoshida committed 4 files to 'Lang CVS' - 05/Sep/08 08:45 AM
MDL-3633 - Translated new strings for quiz.
MDL-15402 - Translated new strings for repository.
MDL-16341 - Adding new translated lang file for portfolio flickr.
MODIFY ja_utf8/repository.php   Rev. 1.17    (+3 -2 lines)
MODIFY ja_utf8/quiz.php   Rev. 1.161    (+4 -1 lines)
ADD ja_utf8/portfolio_flickr.php   Rev. 1.1    (+0 -0 lines)
MODIFY ja_utf8/README   Rev. 1.804    (+1 -1 lines)
Jerome Mouneyrac committed 4 files to 'Moodle CVS' - 05/Sep/08 04:51 PM
MDL-15402: modify repository_get_instances() in order to be easier to use
MODIFY user/tabs.php   Rev. 1.63    (+5 -4 lines)
MODIFY lang/en_utf8/repository.php   Rev. 1.27    (+3 -1 lines)
MODIFY repository/lib.php   Rev. 1.94    (+18 -18 lines)
MODIFY repository/manage_instances.php   Rev. 1.2    (+19 -4 lines)
Jerome Mouneyrac committed 1 file to 'Moodle CVS' - 05/Sep/08 05:12 PM
MDL-15402: quick temp fix for tabs.ph
MODIFY user/tabs.php   Rev. 1.64    (+7 -5 lines)
Mitsuhiro Yoshida committed 5 files to 'Lang CVS' - 06/Sep/08 01:07 AM
MDL-16353 - Translated a new string and a help file for boxnet portfolio plugin.
MDL-15402 - Translated new strings for repository.
MDL-11992 - Translated new strings for tag.
MODIFY ja_utf8/tag.php   Rev. 1.16    (+3 -2 lines)
ADD ja_utf8/help/portfolio/boxnet_apikey.html   Rev. 1.1    (+0 -0 lines)
MODIFY ja_utf8/README   Rev. 1.805    (+1 -1 lines)
MODIFY ja_utf8/portfolio_boxnet.php   Rev. 1.5    (+2 -1 lines)
MODIFY ja_utf8/repository.php   Rev. 1.18    (+4 -0 lines)
martignoni committed 3 files to 'Lang CVS' - 08/Sep/08 03:14 AM
MDL-15402, new strings translated
MODIFY fr_utf8/repository.php   Rev. 1.17    (+12 -2 lines)
MODIFY fr_utf8/repository_boxnet.php   Rev. 1.3    (+2 -1 lines)
MODIFY fr_utf8/moodle.php   Rev. 1.236    (+2 -1 lines)
martignoni committed 1 file to 'Lang CVS' - 08/Sep/08 03:31 AM
MDL-15402 strings for cache repo
MODIFY fr_utf8/repository.php   Rev. 1.20    (+4 -1 lines)
martignoni committed 1 file to 'Lang CVS' - 08/Sep/08 03:33 AM
MDL-15402 more strings for repo
MODIFY fr_utf8/repository.php   Rev. 1.21    (+3 -3 lines)
martignoni committed 1 file to 'Lang CVS' - 08/Sep/08 03:35 AM
MDL-15402: string modified
MODIFY fr_utf8/repository.php   Rev. 1.22    (+2 -2 lines)
Jerome Mouneyrac committed 3 files to 'Moodle CVS' - 08/Sep/08 10:10 AM
MDL-15402: fixes for tabs.php - now display tab repository only for the current user, + add some context security
MODIFY user/tabs.php   Rev. 1.65    (+4 -6 lines)
MODIFY repository/manage_instances.php   Rev. 1.3    (+4 -1 lines)
MODIFY lang/en_utf8/repository.php   Rev. 1.29    (+2 -1 lines)
Mitsuhiro Yoshida committed 4 files to 'Lang CVS' - 08/Sep/08 12:57 PM
MDL-9683 - Removed a translated string for error based on lang/en_utf8 removal.
MDL-16072 - Translated a new string for forum.
MDL-16075 - Translated a new string for glossary.
MDL-14589, MDL-15402 - Translated new strings for repository.
MODIFY ja_utf8/forum.php   Rev. 1.77    (+2 -1 lines)
MODIFY ja_utf8/glossary.php   Rev. 1.44    (+2 -1 lines)
MODIFY ja_utf8/error.php   Rev. 1.94    (+0 -1 lines)
MODIFY ja_utf8/repository.php   Rev. 1.19    (+7 -0 lines)
Jerome Mouneyrac committed 1 file to 'Moodle CVS' - 08/Sep/08 05:41 PM
MDL-15402: fix a bug when try to display list of instances for not added plugin
MODIFY repository/lib.php   Rev. 1.102    (+19 -6 lines)
Jerome Mouneyrac committed 4 files to 'Moodle CVS' - 10/Sep/08 11:44 AM
MDL-15402: now Moodle display course/user repositories only if the user can edit/create at least one instance
MODIFY repository/lib.php   Rev. 1.107    (+24 -4 lines)
MODIFY repository/flickr/repository.class.php   Rev. 1.34    (+1 -1 lines)
MODIFY user/tabs.php   Rev. 1.66    (+4 -3 lines)
MODIFY blocks/admin/block_admin.php   Rev. 1.116    (+4 -2 lines)
Jerome Mouneyrac committed 2 files to 'Moodle CVS' - 10/Sep/08 12:12 PM
MDL-15402: display title attribut for show/hide image in the repository administration
MODIFY lib/adminlib.php   Rev. 1.264    (+5 -3 lines)
MODIFY lang/en_utf8/repository.php   Rev. 1.34    (+3 -1 lines)
Mitsuhiro Yoshida committed 8 files to 'Lang CVS' - 11/Sep/08 02:22 AM
MDL-15760 - Translated a new string for box.net portfolio plugin.
MDL-15758 - Translated a new string for assignment.
MDL-16378 - Translated new strings for Remote Moodle users.
MDL-15402 - Translated new strings for Repository.
MDL-16409 - Translated new strings for Report questioninstances.
MDL-16423 - Translated new strings for Portfolio.
MODIFY ja_utf8/portfolio.php   Rev. 1.19    (+4 -1 lines)
MODIFY ja_utf8/repository.php   Rev. 1.24    (+3 -1 lines)
MODIFY ja_utf8/moodle.php   Rev. 1.312    (+4 -2 lines)
MODIFY ja_utf8/README   Rev. 1.810    (+1 -1 lines)
MODIFY ja_utf8/role.php   Rev. 1.71    (+2 -1 lines)
MODIFY ja_utf8/assignment.php   Rev. 1.39    (+2 -1 lines)
MODIFY ja_utf8/report_questioninstances.php   Rev. 1.2    (+7 -1 lines)
MODIFY ja_utf8/portfolio_boxnet.php   Rev. 1.6    (+2 -1 lines)
Jerome Mouneyrac committed 3 files to 'Moodle CVS' - 11/Sep/08 02:42 PM
MDL-15402: flickr rep admin settings updated
MODIFY lang/en_utf8/repository_flickr.php   Rev. 1.4    (+9 -4 lines)
MODIFY repository/flickr/repository.class.php   Rev. 1.36    (+25 -2 lines)
MODIFY repository/boxnet/repository.class.php   Rev. 1.43    (+5 -5 lines)
Jerome Mouneyrac committed 1 file to 'Moodle CVS' - 11/Sep/08 02:45 PM
MDL-15402: flickr rep admin settings updated (I forgot to set multiple instances to true)
MODIFY repository/flickr/repository.class.php   Rev. 1.37    (+2 -2 lines)
Mitsuhiro Yoshida committed 8 files to 'Lang CVS' - 12/Sep/08 02:24 PM
MDL-15402 - Translated new strings for repository flickr.
MDL-14129 - Translated a new string for forum.
MDL-16410, MDL-6751 - Translated new strings for admin.
MDL-14202 - Translated new strings for quiz statistics.
MDL-16423 - Translated a new string for portfolio.
MDL-16422 - Translated new strings for box.net portfolio.
MDL-15488 - Adding a translated lang file for flickr public access.
MODIFY ja_utf8/README   Rev. 1.811    (+1 -1 lines)
MODIFY ja_utf8/portfolio.php   Rev. 1.20    (+1 -0 lines)
MODIFY ja_utf8/repository_flickr.php   Rev. 1.3    (+5 -1 lines)
MODIFY ja_utf8/forum.php   Rev. 1.79    (+2 -1 lines)
MODIFY ja_utf8/admin.php   Rev. 1.301    (+11 -1 lines)
MODIFY ja_utf8/quiz_statistics.php   Rev. 1.16    (+11 -3 lines)
ADD ja_utf8/repository_flickr_public.php   Rev. 1.1    (+0 -0 lines)
MODIFY ja_utf8/portfolio_boxnet.php   Rev. 1.7    (+3 -1 lines)
martignoni committed 1 file to 'Lang CVS' - 12/Sep/08 10:15 PM
MDL-15402, strings added
MODIFY fr_utf8/repository.php   Rev. 1.24    (+4 -1 lines)
martignoni committed 1 file to 'Lang CVS' - 12/Sep/08 10:16 PM
MDL-15402, brushed up a string
MODIFY fr_utf8/repository.php   Rev. 1.25    (+2 -2 lines)
martignoni committed 1 file to 'Lang CVS' - 12/Sep/08 10:18 PM
MDL-15402: fix some admin menu titles for repository
MODIFY fr_utf8/repository.php   Rev. 1.26    (+2 -2 lines)
martignoni committed 1 file to 'Lang CVS' - 14/Sep/08 07:11 PM
MDL-15402, more strings added
MODIFY fr_utf8/repository.php   Rev. 1.28    (+4 -2 lines)
martignoni committed 1 file to 'Lang CVS' - 14/Sep/08 09:37 PM
MDL-15402 String added
MODIFY fr_utf8/repository.php   Rev. 1.30    (+2 -1 lines)
Jerome Mouneyrac committed 3 files to 'Moodle CVS' - 15/Sep/08 04:42 PM
MDL-15402: minor changes for flickr admin settings
MODIFY repository/flickr/repository.class.php   Rev. 1.41    (+14 -7 lines)
MODIFY repository/lib.php   Rev. 1.115    (+20 -7 lines)
MODIFY lang/en_utf8/repository_flickr.php   Rev. 1.5    (+1 -0 lines)
Jerome Mouneyrac committed 2 files to 'Moodle CVS' - 15/Sep/08 05:21 PM
MDL-15402: fix a bug with parameter in the delete URL (wrong cleaning setting) + move flickr public email address setting from admin to instance
MODIFY repository/flickr_public/repository.class.php   Rev. 1.4    (+19 -6 lines)
MODIFY admin/repository.php   Rev. 1.10    (+6 -6 lines)
Mitsuhiro Yoshida committed 1 file to 'Lang CVS' - 15/Sep/08 06:30 PM
MDL-15402 - Translated a new string for repository Flickr.
MODIFY ja_utf8/repository_flickr.php   Rev. 1.4    (+2 -1 lines)
Jerome Mouneyrac committed 8 files to 'Moodle CVS' - 16/Sep/08 05:08 PM
MDL-15402: implement readonly repository instances (support flickr_public)
MODIFY repository/flickr_public/repository.class.php   Rev. 1.10    (+12 -5 lines)
MODIFY repository/manage_instances.php   Rev. 1.5    (+9 -3 lines)
MODIFY repository/lib.php   Rev. 1.121    (+18 -8 lines)
MODIFY admin/repositoryinstance.php   Rev. 1.4    (+11 -7 lines)
MODIFY lang/en_utf8/repository.php   Rev. 1.36    (+2 -1 lines)
MODIFY lib/db/install.xml   Rev. 1.171    (+5 -4 lines)
MODIFY version.php   Rev. 1.810    (+1 -1 lines)
MODIFY lib/db/upgrade.php   Rev. 1.240    (+18 -1 lines)
Mitsuhiro Yoshida committed 6 files to 'Lang CVS' - 17/Sep/08 12:49 AM
MDL-16520 - Translated new strings for portfolio.
MDL-16483 - Translated new strings for simple test.
MDL-16519 - Translated a new string for box.net porfolio.
MDL-16414 - Translated a new string for download portfolio.
MDL-15402 - Translated a new string for repository.
MODIFY ja_utf8/portfolio_download.php   Rev. 1.3    (+2 -1 lines)
MODIFY ja_utf8/README   Rev. 1.815    (+1 -1 lines)
MODIFY ja_utf8/portfolio.php   Rev. 1.24    (+4 -2 lines)
MODIFY ja_utf8/portfolio_boxnet.php   Rev. 1.9    (+2 -1 lines)
MODIFY ja_utf8/repository.php   Rev. 1.26    (+2 -1 lines)
MODIFY ja_utf8/simpletest.php   Rev. 1.9    (+6 -2 lines)
Jerome Mouneyrac committed 6 files to 'Moodle CVS' - 17/Sep/08 02:09 PM
Jerome Mouneyrac committed 9 files to 'Moodle CVS' - 18/Sep/08 10:36 AM
MDL-15402: remove has_admin_config() and has_instance_config() from repository lib and all repository plugins
DEL repository/boxnet/version.php   Rev. 1.3    (+0 -0 lines)
MODIFY repository/boxnet/repository.class.php   Rev. 1.49    (+1 -9 lines)
MODIFY admin/repository.php   Rev. 1.11    (+10 -4 lines)
DEL repository/boxnet/Attic/settings.php   Rev. 1.3    (+0 -0 lines)
MODIFY repository/lib.php   Rev. 1.123    (+22 -35 lines)
MODIFY repository/flickr/repository.class.php   Rev. 1.46    (+1 -18 lines)
MODIFY lib/adminlib.php   Rev. 1.272    (+4 -4 lines)
MODIFY repository/flickr_public/repository.class.php   Rev. 1.12    (+1 -8 lines)
MODIFY admin/settings/plugins.php   Rev. 1.28    (+4 -4 lines)
Jerome Mouneyrac committed 2 files to 'Moodle CVS' - 18/Sep/08 10:39 AM
MDL-15402: remove has_admin_config() and has_instance_config() from repository local and update plugins
MODIFY repository/local/repository.class.php   Rev. 1.20    (+2 -14 lines)
MODIFY repository/upload/repository.class.php   Rev. 1.6    (+1 -12 lines)
Jerome Mouneyrac committed 1 file to 'Moodle CVS' - 18/Sep/08 11:02 AM
MDL-15402: remove version.php file from flickr plugin
DEL repository/flickr/version.php   Rev. 1.2    (+0 -0 lines)
Jerome Mouneyrac committed 4 files to 'Moodle CVS' - 18/Sep/08 11:06 AM
MDL-15402: refactor admin_config_form() into type_config_form()
MODIFY repository/flickr_public/repository.class.php   Rev. 1.13    (+2 -2 lines)
MODIFY repository/flickr/repository.class.php   Rev. 1.47    (+2 -2 lines)
MODIFY repository/lib.php   Rev. 1.124    (+4 -4 lines)
MODIFY repository/boxnet/repository.class.php   Rev. 1.50    (+2 -2 lines)
Jerome Mouneyrac committed 7 files to 'Moodle CVS' - 18/Sep/08 11:19 AM
MDL-15402: refactor get_admin_option_names() into get_type_option_names()
MODIFY lib/adminlib.php   Rev. 1.273    (+2 -2 lines)
MODIFY admin/repository.php   Rev. 1.12    (+3 -3 lines)
MODIFY repository/lib.php   Rev. 1.125    (+4 -4 lines)
MODIFY admin/settings/plugins.php   Rev. 1.29    (+2 -2 lines)
MODIFY repository/flickr_public/repository.class.php   Rev. 1.14    (+2 -2 lines)
MODIFY repository/flickr/repository.class.php   Rev. 1.48    (+2 -2 lines)
MODIFY repository/boxnet/repository.class.php   Rev. 1.51    (+2 -2 lines)
Jerome Mouneyrac committed 7 files to 'Moodle CVS' - 18/Sep/08 01:21 PM
MDL-15402: remove has_multiple_instance(), API will know there is multiple instance if the function get_instance_option_names() return a not empty object.
MODIFY repository/flickr/repository.class.php   Rev. 1.49    (+1 -17 lines)
MODIFY admin/settings/plugins.php   Rev. 1.30    (+5 -5 lines)
MODIFY admin/repository.php   Rev. 1.13    (+3 -2 lines)
MODIFY repository/lib.php   Rev. 1.126    (+16 -20 lines)
MODIFY repository/flickr_public/repository.class.php   Rev. 1.15    (+1 -5 lines)
MODIFY repository/boxnet/repository.class.php   Rev. 1.52    (+1 -10 lines)
MODIFY lib/adminlib.php   Rev. 1.274    (+5 -5 lines)
Jerome Mouneyrac committed 1 file to 'Moodle CVS' - 18/Sep/08 01:23 PM
MDL-15402: remove has_multiple_instance(), API will know there is multiple instance if the function get_instance_option_names() return a not empty object. (fix box.net)
MODIFY repository/boxnet/repository.class.php   Rev. 1.53    (+1 -5 lines)
Mitsuhiro Yoshida committed 10 files to 'Lang CVS' - 18/Sep/08 01:33 PM
MDL-11501 - Adding new translated help files for SCORM.
MDL-7097 - Translated new strings for SCORM.
MDL-15402 - Translated new strings for repository.
ADD ja_utf8/help/scorm/forcenewattempt.html   Rev. 1.1    (+0 -0 lines)
MODIFY ja_utf8/scorm.php   Rev. 1.35    (+13 -1 lines)
MODIFY ja_utf8/repository_flickr_public.php   Rev. 1.2    (+2 -1 lines)
MODIFY ja_utf8/repository_boxnet.php   Rev. 1.4    (+2 -1 lines)
ADD ja_utf8/help/scorm/displaycoursestructure.html   Rev. 1.1    (+0 -0 lines)
ADD ja_utf8/help/scorm/displayattemptstatus.html   Rev. 1.1    (+0 -0 lines)
ADD ja_utf8/help/scorm/lastattemptlock.html   Rev. 1.1    (+0 -0 lines)
MODIFY ja_utf8/repository_flickr.php   Rev. 1.5    (+3 -2 lines)
ADD ja_utf8/help/scorm/forcecompleted.html   Rev. 1.1    (+0 -0 lines)
MODIFY ja_utf8/README   Rev. 1.816    (+1 -1 lines)
Jerome Mouneyrac committed 5 files to 'Moodle CVS' - 18/Sep/08 01:33 PM
Jerome Mouneyrac committed 4 files to 'Moodle CVS' - 18/Sep/08 01:43 PM
MDL-15402: comment adminitration part of the repository plugins
MODIFY repository/boxnet/repository.class.php   Rev. 1.55    (+4 -4 lines)
MODIFY repository/flickr_public/repository.class.php   Rev. 1.17    (+5 -5 lines)
MODIFY repository/flickr/repository.class.php   Rev. 1.51    (+3 -3 lines)
MODIFY repository/upload/repository.class.php   Rev. 1.8    (+2 -1 lines)
Jerome Mouneyrac committed 2 files to 'Moodle CVS' - 18/Sep/08 01:48 PM
MDL-15402: refactor repository_admin_form into repository_type_form
MODIFY repository/lib.php   Rev. 1.127    (+2 -2 lines)
MODIFY admin/repository.php   Rev. 1.14    (+2 -2 lines)
Jerome Mouneyrac committed 2 files to 'Moodle CVS' - 18/Sep/08 01:54 PM
MDL-15402: add comments to the repository plugin_init() function
MODIFY repository/lib.php   Rev. 1.128    (+2 -6 lines)
MODIFY repository/flickr_public/repository.class.php   Rev. 1.18    (+2 -2 lines)
Jerome Mouneyrac committed 1 file to 'Moodle CVS' - 19/Sep/08 02:16 PM
MDL-15402: do not display type form if there is no option to set
MODIFY admin/repository.php   Rev. 1.15    (+7 -4 lines)
Jerome Mouneyrac committed 2 files to 'Moodle CVS' - 19/Sep/08 02:43 PM
MDL-15402: when an instance is reaonly, the administrator cannot delete it but should be able to modify the name (only)
MODIFY repository/lib.php   Rev. 1.129    (+29 -19 lines)
MODIFY admin/repositoryinstance.php   Rev. 1.5    (+5 -7 lines)
Jerome Mouneyrac committed 1 file to 'Moodle CVS' - 19/Sep/08 05:56 PM
MDL-15402: fix bug with rep type form not displayed during creation
MODIFY admin/repository.php   Rev. 1.16    (+9 -3 lines)
martignoni committed 1 file to 'Lang CVS' - 21/Sep/08 05:04 PM
MDL-15402 two new strings
MODIFY fr_utf8/repository.php   Rev. 1.35    (+3 -1 lines)
martignoni committed 1 file to 'Lang CVS' - 21/Sep/08 05:16 PM
MDL-15402, more strings
MODIFY fr_utf8/repository_flickr.php   Rev. 1.4    (+8 -5 lines)
moodler committed 1 file to 'Moodle CVS' - 23/Sep/08 11:27 AM
MDL-15402 Fixed up the user personal repositories page so it fits in with user profile better (tabs, heading location etc)
MODIFY repository/manage_instances.php   Rev. 1.6    (+11 -1 lines)
martignoni committed 1 file to 'Lang CVS' - 24/Sep/08 03:01 AM
MDL-15402: minor changes for flickr admin settings
MODIFY fr_utf8/repository_flickr.php   Rev. 1.5    (+2 -1 lines)
martignoni committed 1 file to 'Lang CVS' - 05/Oct/08 03:29 PM
MDL-15402 string translated
MODIFY fr_utf8/repository.php   Rev. 1.37    (+2 -1 lines)
martignoni committed 1 file to 'Lang CVS' - 05/Oct/08 04:08 PM
MDL-15402 strings added, corrected and sorted
MODIFY fr_utf8/repository_boxnet.php   Rev. 1.4    (+8 -7 lines)
Jerome Mouneyrac committed 6 files to 'Moodle CVS' - 09/Oct/08 11:02 AM
MDL-15402: add a repository type functionality in the administration: enable/disable course and user repository setting
MODIFY user/tabs.php   Rev. 1.69    (+2 -2 lines)
MODIFY repository/manage_instances.php   Rev. 1.7    (+4 -3 lines)
MODIFY lang/en_utf8/repository.php   Rev. 1.39    (+3 -1 lines)
MODIFY repository/lib.php   Rev. 1.131    (+100 -41 lines)
MODIFY blocks/admin/block_admin.php   Rev. 1.117    (+2 -2 lines)
MODIFY admin/repository.php   Rev. 1.17    (+18 -2 lines)
Mitsuhiro Yoshida committed 8 files to 'Lang CVS' - 09/Oct/08 01:29 PM
MDL-16267 Adding translated help files for message.
MDL-14676 Translated a new string for question.
MDL-15887 Translated new strings for grade percentage.
MDL-15887 Adding a translated help file grade percentage.
MDL-15262 Translated new strings for role.
MDL-15402 Translated new strings for repository.
MODIFY ja_utf8/role.php   Rev. 1.72    (+4 -1 lines)
ADD ja_utf8/help/grade/showpercentage.html   Rev. 1.1    (+0 -0 lines)
MODIFY ja_utf8/grades.php   Rev. 1.140    (+38 -36 lines)
ADD ja_utf8/help/message/moodle_notices.html   Rev. 1.1    (+0 -0 lines)
ADD ja_utf8/help/message/moodle_errors.html   Rev. 1.1    (+0 -0 lines)
MODIFY ja_utf8/question.php   Rev. 1.30    (+3 -2 lines)
MODIFY ja_utf8/repository.php   Rev. 1.29    (+3 -1 lines)
MODIFY ja_utf8/README   Rev. 1.836    (+1 -1 lines)
Jerome Mouneyrac committed 1 file to 'Moodle CVS' - 09/Oct/08 02:01 PM
MDL-15402: by default course/user repositories cannot be created/set
MODIFY repository/lib.php   Rev. 1.132    (+5 -1 lines)
martignoni committed 1 file to 'Lang CVS' - 15/Oct/08 04:01 AM
MDL-15402 strings translated
MODIFY fr_utf8/repository.php   Rev. 1.40    (+3 -1 lines)
martignoni committed 1 file to 'Lang CVS' - 16/Oct/08 04:21 AM
MDL-15402 Forgotten strings added
MODIFY fr_utf8/repository_flickr.php   Rev. 1.6    (+3 -1 lines)
Jerome Mouneyrac committed 1 file to 'Moodle CVS' - 22/Oct/08 01:49 PM
MDL-15402: trivial stuff into the repository lib
MODIFY repository/lib.php   Rev. 1.133    (+3 -2 lines)
Jerome Mouneyrac committed 1 file to 'Moodle CVS' - 20/Nov/08 03:24 PM
repository: MDL-15402 default flickr instance can now be deleted, email adress is now optional
MODIFY repository/flickr_public/repository.class.php   Rev. 1.26    (+4 -4 lines)
Jerome Mouneyrac committed 1 file to 'Moodle CVS' - 14/Aug/09 04:08 PM
repository MDL-15402 replace print_simple_box function call by new OUTPUT function
MODIFY admin/repositoryinstance.php   Rev. 1.12    (+3 -3 lines)