moodle/mod/url
2016-05-23 01:31:34 +02:00
..
backup MDL-44156 mod_resource: unified @package use 2014-02-18 11:19:33 +13:00
classes MDL-53515 search: Extend search API to allow file indexing 2016-03-24 15:44:27 -04:00
db MDL-54677 upgrade: add 3.1.0 separation line to all upgrade scripts 2016-05-23 01:31:34 +02:00
lang/en MDL-53221 search: Renaming search areas 2016-05-16 13:02:02 +08:00
pix MDL-50175 graphics: Optimized SVGs with SVGO. 2016-02-25 11:56:42 +00:00
tests MDL-52895 webservice: Fix capability checks 2016-02-03 10:57:07 +01: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-49793 url: Move logging and completion to new API 2015-06-01 13:43:17 +02:00
locallib.php MDL-51427 user: correctly use strings for phone1 and phone2 2015-09-16 13:37:46 +08:00
mod_form.php MDL-51267 mod: move the changes from the API to the form file 2016-04-19 16:36:26 +08:00
readme.txt
settings.php MDL-49101 core: Add a global admin setting config->requiremodintro 2015-04-07 10:11:53 +01:00
styles.css MDL-26697 multiple media filtering fixes and improvements 2011-03-12 17:42:52 +01:00
version.php MDL-54638 versions: bump all versions and requires near release 2016-05-19 02:16:15 +02:00
view.php MDL-49360 core_lib: add new method get_local_referer() 2015-07-27 11:11:24 +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


URL module
=============

URL module is one of the successors to original 'file' type plugin of Resource module.


TODO:
 * implement portfolio support (MDL-20084)
 * new backup/restore and old restore transformation (MDL-20085)