moodle/mod/folder
2013-07-19 15:52:23 +10:00
..
backup MDL-38646 folder: change column from show_expanded to showexpanded 2013-04-18 17:28:35 -07:00
db MDL-39753 Add 2.5.0 upgrade line 2013-05-20 15:33:19 +02:00
lang/en MDL-38707 Display module name when the folder is displayed inline 2013-07-19 15:52:23 +10:00
pix MDL-36436 use hacky aspect ratio to work around IE9 issues 2012-11-20 13:01:27 +01:00
edit.php MDL-39374 log only real folder edits 2013-05-15 21:34:03 +02:00
edit_form.php MDL-39140 mod_folder: Fix missing call to setType() 2013-04-15 17:59:25 -04: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-38646 folder: change column from show_expanded to showexpanded 2013-04-18 17:28:35 -07: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-39422 mod_forms: prevent long coruse module names 2013-04-30 17:41:36 +01:00
module.js MDL-38634 folder: Problems displaying multiple folder resources inline in the course page 2013-04-07 17:28:24 -07: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 MDL-38707 Display module name when the folder is displayed inline 2013-07-19 15:52:23 +10:00
settings.php MDL-38646 folder: change column from show_expanded to showexpanded 2013-04-18 17:28:35 -07:00
version.php MDL-39434 Bump all versions near 2.5 release 2013-05-01 18:03:29 +02: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)