moodle/mod/url
Damyon Wiese 75ece778c5 Merge branch 'MDL-49101' of https://github.com/andrewhancox/moodle
Conflicts:
	lib/db/upgrade.php
	version.php
2015-04-07 17:27:17 +08:00
..
backup MDL-44156 mod_resource: unified @package use 2014-02-18 11:19:33 +13:00
classes/event MDL-43557 events: fixed minor issues in existing events 2014-04-29 19:16:11 -07:00
db MDL-48144 upgrade: add v2.8.0 sep lines 2014-11-10 18:08:15 +01:00
lang/en MDL-41286 report_outline: updated report to use logging api 2014-04-15 22:42:59 -07:00
pix MDL-36436 use hacky aspect ratio to work around IE9 issues 2012-11-20 13:01:27 +01:00
tests MDL-42400 mod_url: data generator for url 2013-10-26 14:00:26 +11: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-47690 web services: Fixed invalid return parameter type in mod_url 2014-10-24 09:54:35 +02:00
locallib.php MDL-49684 timezones: rewrite timezone support 2015-04-06 13:53:51 +12:00
mod_form.php MDL-49101 core: Add a global admin setting config->requiremodintro 2015-04-07 10:11:53 +01: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
version.php MDL-48021 bump: Bump all versions to planned release 2014-11-04 17:52:35 +01: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


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)