moodle/mod/folder
sam marshall 9c85baa8c5 MDL-44725 Availability: Replace groupmembersonly - FEATURE_xx (6)
Remove old FEATURE_GROUPMEMBERSONLY as no longer required.
2014-09-02 13:03:17 +01:00
..
backup MDL-44156 mod_resource: unified @package use 2014-02-18 11:19:33 +13:00
classes/event MDL-45357 events: Remove unnecessary the before 'id' in event descriptions 2014-05-06 16:45:05 +08:00
db MDL-45503 upgrade: add v2.7.0 sep lines 2014-05-28 01:13:42 +02:00
lang/en MDL-41286 report_outline: updated report to use logging api 2014-04-15 22:42:59 -07:00
pix MDL-36436 use hacky aspect ratio to work around IE9 issues 2012-11-20 13:01:27 +01:00
tests MDL-43736 Events: Updated unit test to test context not used in event 2014-01-29 11:39:50 +08:00
edit.php MDL-44156 mod_resource: unified @package use 2014-02-18 11:19:33 +13:00
edit_form.php MDL-44156 mod_resource: unified @package use 2014-02-18 11:19:33 +13:00
index.php MDL-44321 events: cleaning up course_module_instance_list_viewed event 2014-02-28 16:36:09 +08:00
lib.php MDL-44725 Availability: Replace groupmembersonly - FEATURE_xx (6) 2014-09-02 13:03:17 +01:00
locallib.php MDL-44156 mod_resource: unified @package use 2014-02-18 11:19:33 +13:00
mod_form.php MDL-44156 mod_resource: unified @package use 2014-02-18 11:19:33 +13: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-44156 mod_resource: unified @package use 2014-02-18 11:19:33 +13:00
settings.php MDL-44156 mod_resource: unified @package use 2014-02-18 11:19:33 +13:00
version.php MDL-45486 Bump all versions to planned release 2014-05-09 02:12:28 +02:00
view.php MDL-44321 events: cleaning up course_module_viewed event 2014-02-28 16:36:09 +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)