moodle/mod/folder
Simey Lameze 3ac7a2f6c5 MDL-63399 behat: update existing tests to use the better download steps
Co-authored-by: Tim Hunt <T.J.Hunt@open.ac.uk>
2024-09-06 12:14:07 +08:00
..
amd MDL-78847 mod_folder: Fix inline folder renderer 2023-09-26 10:39:35 +02:00
backup MDL-81634 core: Fix all implicitly defined nullables 2024-08-02 14:11:12 +08:00
classes MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
db MDL-81616 upgrade: add the 4.4.0 separation line to all upgrade scripts 2024-04-20 21:01:04 +08:00
lang/en MDL-28501 mod_folder: make force downloading behavior configuable 2020-09-07 14:37:33 -04:00
pix NOBUG: Fixed SVG browser compatibility 2024-02-23 08:37:37 +07:00
templates MDL-78847 mod_folder: Fix inline folder renderer 2023-09-26 10:39:35 +02:00
tests MDL-63399 behat: update existing tests to use the better download steps 2024-09-06 12:14:07 +08: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
index.php MDL-71913 mod_folder: Add tertiary navigation 2021-10-13 11:05:30 +08:00
lib.php MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
locallib.php
mod_form.php MDL-28501 mod_folder: make force downloading behavior configuable 2020-09-07 14:37:33 -04:00
readme.txt
renderer.php MDL-75671 theme_boost: Refactor spacing classes for BS5 2024-08-09 07:40:17 +02:00
settings.php
styles.css
upgrade.txt MDL-81125 core: Update upgrade.txt files to document new upgrade notes 2024-05-20 22:26:45 +08:00
version.php MDL-81549 versions: bump all versions and requires near release 2024-04-17 00:03:29 +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)