moodle/mod/folder
2013-03-28 17:00:46 +01:00
..
backup MDL-38633 folder: support show_expanded in backup. 2013-03-28 17:00:46 +01:00
db MDL-30790 - Option to collapse or expand sub-folders 2013-03-15 16:19:07 -07:00
lang/en MDL-30790 - Option to collapse or expand sub-folders 2013-03-15 16:19:07 -07:00
pix MDL-36436 use hacky aspect ratio to work around IE9 issues 2012-11-20 13:01:27 +01:00
edit.php MDL-37455 mod_folder can display content inline. Coding style corrections 2013-02-23 12:03:58 +11:00
edit_form.php MDL-33153 Resource: rename submit button to 'save changes' in folder resource 2012-05-22 09:36:29 +08:00
index.php MDL-35339 avoid using get_all_sections(), get_all_mods() and field section.sequence directly 2012-10-15 14:08:13 +08:00
lib.php MDL-38632 folder: observe show_expanded on course page 2013-03-22 15:53:53 +01:00
locallib.php MDL-21249 improved php docs and adding copyright blocks in mod/folder 2010-07-25 11:12:16 +00:00
mod_form.php MDL-30790 - Option to collapse or expand sub-folders 2013-03-15 16:19:07 -07:00
module.js MDL-30790 folder : Whitespace fixes 2013-03-19 15:59:41 +08:00
readme.txt MDL-21249 improved php docs and adding copyright blocks in mod/folder 2010-07-25 11:12:16 +00:00
renderer.php Merge branch 'MDL-38368-master' of git://github.com/FMCorz/moodle 2013-03-19 16:17:41 +08:00
settings.php MDL-30790 - Option to collapse or expand sub-folders 2013-03-15 16:19:07 -07:00
version.php MDL-30790 - Option to collapse or expand sub-folders 2013-03-15 16:19:07 -07:00
view.php MDL-37455 Allow mod_folder to display the content inline on course page instead of on separate page 2013-02-23 12:03:58 +11: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)
 * new backup/restore and old restore transformation (MDL-20072)