]> git.mjollnir.org Git - moodle.git/commit
MDL-15402 implementation of repositories administration. Administrator can hide/show...
authorjerome <jerome>
Thu, 31 Jul 2008 06:01:12 +0000 (06:01 +0000)
committerjerome <jerome>
Thu, 31 Jul 2008 06:01:12 +0000 (06:01 +0000)
commitc5d2d0dd7ca10240cef3defe6353e518d84b057a
treec5564ea1e057d4f4ce7762e5cb30b3c85384ef14
parentba44f12571745de9262ebfc8e7d70095434e2ee9
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.
admin/repositories.php [new file with mode: 0644]
admin/settings/plugins.php
lang/en_utf8/admin.php
lang/en_utf8/moodle.php
lang/en_utf8/repositories.php [new file with mode: 0644]
lib/adminlib.php
repository/boxnet/pluginsettings.php [new file with mode: 0644]