moodle/mod/folder
2020-06-14 13:08:09 +02:00
..
backup MDL-9367 restore: Roll only configuration dates 2017-08-01 10:46:37 +05:30
classes MDL-65026 course: Fix modules intro formatting in WS 2019-09-16 13:04:26 +02:00
db MDL-69044 upgrade: add 3.9.0 separation line to all upgrade scripts 2020-06-14 13:08:09 +02:00
lang/en MDL-67979 lang: Import fixed English strings (en_fix) 2020-02-25 12:21:09 +01:00
pix MDL-50175 graphics: Optimized SVGs with SVGO. 2016-02-25 11:56:42 +00:00
tests MDL-63138 mod_folder: Check if the module is visible to the user 2018-09-07 14:58:35 +10:00
download_folder.php MDL-61724 resource: Unable to view or download file resource 2018-03-26 11:14:46 +08:00
edit.php MDL-60105 mod_folder: Set timemodified on change 2017-09-13 13:51:49 +02:00
edit_form.php
index.php
lib.php MDL-68216 block_recent_activity: Format elements more nicely. 2020-05-05 22:09:19 +02:00
locallib.php
mod_form.php MDL-51306 mod_folder: Add button to download entire folder. 2016-02-02 15:07:48 +00:00
module.js MDL-63628 accessibility: Trigger file links with keyboard 2019-01-22 08:39:49 +08:00
readme.txt
renderer.php MDL-68144 mod_folder: make top margins less dominant for folder content 2020-03-27 07:14:28 +01:00
settings.php MDL-51306 mod_folder: Add button to download entire folder. 2016-02-02 15:07:48 +00:00
styles.css MDL-56841 mod_folder: Display edit and download buttons inline 2017-02-02 15:15:30 +00:00
version.php MDL-68973 versions: bump all versions and requires near release 2020-06-09 16:23:09 +02:00
view.php

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)