MDL27522 First version Push
modified: mod/scorm/report.php new file: mod/scorm/reportuser.php MDL-27522 SCORM Reports-remove users report to seperate files for better re-use modified: mod/scorm/reportuser.php MDL-27522 SCORM Reports validated reportuser.php modified: mod/scorm/report.php modified: mod/scorm/reportuser.php MDL-27522 SCORM REPORT - updating reportuser.php to use MUST_EXIST parameter modified: mod/scorm/lang/en/scorm.php modified: mod/scorm/reportuser.php MDL-27522 SCORM Reports- Cleaning of codes modified: mod/scorm/report.php modified: mod/scorm/reportuser.php MDL-27522 SCORM Reports- update formating modified: mod/scorm/report.php modified: mod/scorm/reportuser.php MDL-27522 SCORM Reports removed unwanted codes from reportuser.php modified: mod/scorm/reportuser.php MDL-27522 Scorm Reports - optimising codes modified: mod/scorm/report.php modified: mod/scorm/reportuser.php MDL-27522 Scorm Reports-Formating report.php modified: mod/scorm/report.php MDL-27522 Scorm Reporting - removing unsed variables modified: mod/scorm/lang/en/scorm.php modified: mod/scorm/report.php modified: mod/scorm/reportuser.php MDL-27522 SCORM Reporting - Renaming reportuser.php to userreport.php new file: mod/scorm/userreport.php MDL-27522 SCORM Reporting - deleting old reportuser.php deleted: mod/scorm/reportuser.php MDL-27522 Scorm Reporting - updated version number MDL-27522 Scorm Reporting - Discarding version changes MDL-27523 Scorm Reporting - Basic reporting plugin new file: mod/scorm/report/basic/lang/en/scorm_basic.php new file: mod/scorm/report/basic/report.php new file: mod/scorm/report/default.php new file: mod/scorm/report/reportlib.php MDL-27523 Scorm Reporting - Database Table structure pushed new file: mod/scorm/db/subplugins.php MDL-27523 Scorm Reporting - Plugin container codes modified: mod/scorm/report.php modified: mod/scorm/tabs.php MDL-27523 Scorm Reporting - Capability update modified: mod/scorm/report/reportlib.php MDL-27523 Scorm Reporting - commenting files modified: mod/scorm/report/basic/db/install.php modified: mod/scorm/report/basic/lang/en/scorm_basic.php modified: mod/scorm/report/basic/version.php MDL-27523 Scorm Reporting - Formating codes modified: mod/scorm/report/basic/db/install.php modified: mod/scorm/report/basic/report.php modified: mod/scorm/report/basic/version.php modified: mod/scorm/report/default.php modified: mod/scorm/report/reportlib.php MDL-27523 Scorm Reporting - fixing small bugs modified: mod/scorm/report/basic/report.php MDL-27523 Scorm Reporting - added databse upgrade code to scorm/db/upgrade.php MDL-27523 Scorm Reporting - small optimisations MDL-27523 SCorm Reporting - Removing Mod.php MDL-27523 Scorm Reporting - Minor Fixes new file: mod/scorm/db/subplugins.php modified: mod/scorm/lang/en/scorm.php modified: mod/scorm/report.php new file: mod/scorm/report/basic/db/install.php new file: mod/scorm/report/basic/lang/en/scorm_basic.php new file: mod/scorm/report/basic/report.php new file: mod/scorm/report/basic/version.php new file: mod/scorm/report/default.php new file: mod/scorm/report/reportlib.php modified: mod/scorm/tabs.php modified: mod/scorm/userreport.php modified: mod/scorm/db/install.xml new file: mod/scorm/db/subplugins.php modified: mod/scorm/db/upgrade.php modified: mod/scorm/lang/en/scorm.php modified: mod/scorm/report.php new file: mod/scorm/report/basic/db/install.php new file: mod/scorm/report/basic/lang/en/scorm_basic.php new file: mod/scorm/report/basic/report.php new file: mod/scorm/report/basic/version.php new file: mod/scorm/report/default.php new file: mod/scorm/report/reportlib.php modified: mod/scorm/tabs.php modified: mod/scorm/userreport.php modified: mod/scorm/version.php MDL-27523 Scorm Reporting - Removing Database Refereneces MDL-27523 Scorm Reporting - Updating structure to remove DB usage modified: mod/scorm/db/upgrade.php modified: mod/scorm/report.php modified: mod/scorm/report/basic/report.php modified: mod/scorm/report/default.php modified: mod/scorm/report/reportlib.php MDL-27523 Scorm Reporting - Minor fixes MDL-27523 Scorm Reporting - Formating codes MDL-27523 Scorm Reporting - Foramting Codes modified: mod/scorm/report/basic/lang/en/scorm_basic.php modified: mod/scorm/report/basic/report.php modified: mod/scorm/report/default.php modified: mod/scorm/report/reportlib.php new file: mod/scorm/db/subplugins.php modified: mod/scorm/lang/en/scorm.php modified: mod/scorm/report.php new file: mod/scorm/report/basic/lang/en/scorm_basic.php new file: mod/scorm/report/basic/report.php new file: mod/scorm/report/basic/version.php new file: mod/scorm/report/default.php new file: mod/scorm/report/reportlib.php modified: mod/scorm/tabs.php modified: mod/scorm/userreport.php modified: mod/scorm/version.php
This commit is contained in:
committed by
Dan Marsden
parent
ecb8829273
commit
62b82cbcff
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
// 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/>.
|
||||
|
||||
|
||||
/**
|
||||
* Defines the version of scorm_basic
|
||||
*
|
||||
* @package scorm_basic
|
||||
* @author Ankit Kumar Agarwal
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 0.3;
|
||||
Reference in New Issue
Block a user