moodle/mod/folder
2010-06-08 06:21:25 +00:00
..
backup/moodle2 MDL-22151 backup - folder implemented 2010-05-03 17:42:18 +00:00
db accesslib MDL-22527 Batch change to replace 'legacy' arrays with 'archetypes' arrays in access.php 2010-05-21 11:51:23 +00:00
lang/en MDL-15252 Re-committing all English strings exported from AMOS 2010-04-10 14:01:45 +00:00
pix MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks 2009-12-16 18:00:58 +00:00
index.php course formats MDL-22647 Course format names are now properly supported and used. Big thanks to Brandon Turner for the patch. 2010-06-08 06:21:25 +00:00
lib.php MDL-22151 backup - folder implemented 2010-05-03 17:42:18 +00:00
locallib.php MDL-21400 converted mod/folder to new JS coding style 2010-02-06 17:58:07 +00:00
mod_form.php MDL-22388 Added some checks to kill these scripts dead with an unequivocal notice unless included properly from a Moodle script. 2010-05-13 02:02:05 +00:00
module.js MDL-21400 converted mod/folder to new JS coding style 2010-02-06 17:58:07 +00:00
readme.txt
settings.php
version.php
view.php MDL-22582, file_tree_viewer implementaion in core renderer 2010-05-26 08:32:31 +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)