moodle/mod/folder
2014-01-09 01:11:59 +01:00
..
backup MDL-38646 folder: change column from show_expanded to showexpanded 2013-04-18 17:28:35 -07:00
db MDL-42930 Add 2.6.0 upgrade line 2013-11-18 11:41:59 +08:00
lang/en MDL-43590 Merge English strings from the en_fix language pack 2014-01-09 01:11:59 +01:00
pix MDL-36436 use hacky aspect ratio to work around IE9 issues 2012-11-20 13:01:27 +01:00
tests MDL-42508 folder: add module generator 2013-11-27 12:36:12 +13:00
edit.php MDL-41564 folder resource: fix page heading levels 2013-09-09 10:17:28 +08:00
edit_form.php MDL-39140 mod_folder: Fix missing call to setType() 2013-04-15 17:59:25 -04:00
index.php MDL-42672 blocks: warnings on /mod/xxx/index.php for frontpage course 2013-11-06 14:21:24 +11:00
lib.php MDL-42387 standardise file lifetime handling 2013-11-01 10:42:18 +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-41611 mod_forum: Display inline available when supported 2013-10-04 18:21:14 +08: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-40191 folder: Do not check capability in renderer 2013-12-04 18:30:09 +11:00
settings.php MDL-38646 folder: change column from show_expanded to showexpanded 2013-04-18 17:28:35 -07:00
version.php MDL-42701 Bump all versions near 2.6 release 2013-11-05 02:36:00 +01:00
view.php Revert "MDL-39876 Change get_record('course') calls to get_course" 2013-08-21 13:42:30 +08: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)