moodle/mod/folder
2009-11-04 19:24:12 +00:00
..
db MDL-20712 using just $capablities for capability definition array, all other files in db/* do not use component names in definition array; old capability array names are of course supported 2009-11-04 19:24:12 +00:00
functions.js
icon.gif
index.php mod-folder MDL-19799 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents 2009-09-08 02:12:44 +00:00
lib.php
locallib.php
mod_form.php "MDL-20073, remove the static text" 2009-10-08 07:05:48 +00:00
readme.txt
settings.php
version.php
view.php mod-folder MDL-19799 Added set_url calls, replaced deprecated functions 2009-09-24 06:16:35 +00:00

This file is part of Moodle - http://moodle.org/

Moodle is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Moodle is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Moodle.  If not, see <http://www.gnu.org/licenses/>.

copyright 2009 Petr Skoda (http://skodak.org)
license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later


Folder module
=============

Folder module is a successor to original 'directory' type plugin of Resource module.

This module is intended for distribution of large number of documents.

TODO:
 * reimplement portfolio support (MDL-20070)
 * implement subdirectory support in File picker (MDL-20071)
 * new backup/restore and old restore transformation (MDL-20072)
 * improve folder view UI (MDL-20073)