moodle/mod/folder
2022-07-13 11:39:08 +08:00
..
backup MDL-71200 mod_folder: ensure "Download folder" option is backed up. 2021-04-22 10:29:25 +01:00
classes MDL-74760 activity web services: refactor duplicate code 2022-06-07 12:53:34 +01:00
db MDL-71747 upgrade: remove all the < 3.9.0 upgrade steps 2022-07-07 19:16:37 +02:00
lang/en MDL-28501 mod_folder: make force downloading behavior configuable 2020-09-07 14:37:33 -04:00
pix Merge branch 'MDL-74235-master-2' of https://github.com/andrewnicols/moodle 2022-04-07 12:06:38 +06:00
tests MDL-74104 mod_folder: fix recent activity with forcedownload links 2022-03-09 13:05:55 +01:00
download_folder.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
edit.php Merge branch 'MDL-72095-master-3' of https://github.com/bmbrands/moodle 2021-12-13 18:46:16 +02:00
edit_form.php MDL-44156 mod_resource: unified @package use 2014-02-18 11:19:33 +13:00
index.php MDL-71913 mod_folder: Add tertiary navigation 2021-10-13 11:05:30 +08:00
lib.php MDL-74104 mod_folder: fix recent activity with forcedownload links 2022-03-09 13:05:55 +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-73595 theme_boost: make tertiary nav more distinct 2022-02-28 13:07:52 +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-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00
view.php Merge branch 'MDL-72095-master-3' of https://github.com/bmbrands/moodle 2021-12-13 18:46:16 +02: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)