moodle/mod/folder
Eloy Lafuente (stronk7) 77342b96fc MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps
This just deletes all the upgrade steps previous to 3.6.0. Some
small adjustments, like tweaking globals can also be applied
when needed.

Also includes an upgrade step to prevent upgrading from any
version < 2018120300 (v3.6.0) as anti-cheating measure.

Note that in this case, there wasn't any case of upgradelib
functions being used, hence we haven't to deprecate/remove
anything in codebase. When there is such a need, that is done
in separate commits (one for each function) and documented here.

See MDL-65809 commits for an example removing/deprecating a
good number of functions.
2021-01-13 19:11:19 +01:00
..
backup MDL-28501 mod_folder: make force downloading behavior configuable 2020-09-07 14:37:33 -04:00
classes MDL-69809 mod_folder: include forcedownload setting in WS responses. 2020-11-10 20:47:57 +00:00
db MDL-69308 upgrade: remove all the < 3.6.0 upgrade steps 2021-01-13 19:11:19 +01:00
lang/en MDL-28501 mod_folder: make force downloading behavior configuable 2020-09-07 14:37:33 -04:00
pix MDL-50175 graphics: Optimized SVGs with SVGO. 2016-02-25 11:56:42 +00:00
tests MDL-69809 mod_folder: include forcedownload setting in WS responses. 2020-11-10 20:47:57 +00:00
download_folder.php MDL-68481 mod_folder: stream files when creating zip 2020-12-12 12:49:04 +08:00
edit.php MDL-60105 mod_folder: Set timemodified on change 2017-09-13 13:51:49 +02: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-69695 mod_folder: use forcedownload setting during inline display. 2020-09-14 21:38:35 +01:00
locallib.php MDL-44156 mod_resource: unified @package use 2014-02-18 11:19:33 +13:00
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 MDL-21249 improved php docs and adding copyright blocks in mod/folder 2010-07-25 11:12:16 +00:00
renderer.php MDL-68481 mod_folder: stream files when creating zip 2020-12-12 12:49:04 +08: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-28501 mod_folder: make force downloading behavior configuable 2020-09-07 14:37:33 -04: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)