moodle/mod/folder
Eloy Lafuente (stronk7) f6711bb394 MDL-67673 phpunit: Fix the return type of template methods
All the setup/teardown/pre/post/conditions template methods
now are required to return void. This was warned with phpunit 7
and now is enforced.

At the same time, fix a few wrong function names,
provider data and param types, return statements...
2020-10-21 12:45:59 +02:00
..
backup MDL-28501 mod_folder: make force downloading behavior configuable 2020-09-07 14:37:33 -04:00
classes MDL-69549 mod_folder: Content export implementation 2020-10-15 13:45:59 +08:00
db MDL-28501 mod_folder: make force downloading behavior configuable 2020-09-07 14:37:33 -04:00
lang/en MDL-28501 mod_folder: make force downloading behavior configuable 2020-09-07 14:37:33 -04:00
pix
tests MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02: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-69695 mod_folder: use forcedownload setting during inline display. 2020-09-14 21:38:35 +01:00
locallib.php
mod_form.php MDL-28501 mod_folder: make force downloading behavior configuable 2020-09-07 14:37:33 -04:00
module.js MDL-63628 accessibility: Trigger file links with keyboard 2019-01-22 08:39:49 +08:00
readme.txt
renderer.php MDL-28501 mod_folder: make force downloading behavior configuable 2020-09-07 14:37:33 -04:00
settings.php
styles.css
version.php MDL-28501 mod_folder: make force downloading behavior configuable 2020-09-07 14:37:33 -04: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)