MDL-39386 fix phpdocs packages in enrol
This commit is contained in:
+1
-2
@@ -20,8 +20,7 @@
|
||||
* The general idea behind this file is that any errors should throw exceptions
|
||||
* which will be returned and acted upon by the calling AJAX script.
|
||||
*
|
||||
* @package core
|
||||
* @subpackage enrol
|
||||
* @package core_enrol
|
||||
* @copyright 2010 Sam Hemelryk
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -19,8 +19,7 @@
|
||||
*
|
||||
* This plugin allows you to set up paid courses, using authorize.net.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage authorize
|
||||
* @package enrol_authorize
|
||||
* @copyright 2010 Eugene Venter
|
||||
* @author Eugene Venter
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
||||
@@ -1,24 +1,27 @@
|
||||
<?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/>.
|
||||
|
||||
// This file keeps track of upgrades to
|
||||
// the authorize enrol plugin
|
||||
//
|
||||
// Sometimes, changes between versions involve
|
||||
// alterations to database structures and other
|
||||
// major things that may break installations.
|
||||
//
|
||||
// The upgrade function in this file will attempt
|
||||
// to perform all the necessary actions to upgrade
|
||||
// your older installation to the current version.
|
||||
//
|
||||
// If there's something it cannot do itself, it
|
||||
// will tell you what you need to do.
|
||||
//
|
||||
// The commands in here will all be database-neutral,
|
||||
// using the methods of database_manager class
|
||||
//
|
||||
// Please do not forget to use upgrade_set_timeout()
|
||||
// before any action that may take longer time to finish.
|
||||
/**
|
||||
* Authorize.Net enrolment plugin upgrades.
|
||||
*
|
||||
* @package enrol_authorize
|
||||
* @copyright 2006 Eugene Venter
|
||||
* @author Eugene Venter
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
function xmldb_enrol_authorize_upgrade($oldversion) {
|
||||
global $CFG, $DB;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -18,8 +17,7 @@
|
||||
/**
|
||||
* Authorize.Net enrol plugin implementation.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage authorize
|
||||
* @package enrol_authorize
|
||||
* @copyright 2010 Eugene Venter
|
||||
* @author Eugene Venter
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -19,8 +18,7 @@
|
||||
* Adds new instance of enrol_authorize to specified course
|
||||
* or edits current instance.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage authorize
|
||||
* @package enrol_authorize
|
||||
* @copyright 2010 Eugene Venter
|
||||
* @author Eugene Venter
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -19,8 +18,7 @@
|
||||
* Adds new instance of enrol_authorize to specified course
|
||||
* or edits current instance.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage authorize
|
||||
* @package enrol_authorize
|
||||
* @copyright 2010 Eugene Venter
|
||||
* @author Eugene Venter
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -16,7 +15,7 @@
|
||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
/**
|
||||
* Strings for component 'enrol_authorize', language 'en', branch 'MOODLE_20_STABLE'
|
||||
* Strings for component 'enrol_authorize', language 'en'.
|
||||
*
|
||||
* @package enrol_authorize
|
||||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
||||
|
||||
@@ -19,8 +19,7 @@
|
||||
*
|
||||
* This plugin allows you to set up paid courses, using authorize.net.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage authorize
|
||||
* @package enrol_authorize
|
||||
* @copyright 2010 Eugene Venter
|
||||
* @author Eugene Venter
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
||||
@@ -19,8 +19,7 @@
|
||||
*
|
||||
* This plugin allows you to set up paid courses, using authorize.net.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage authorize
|
||||
* @package enrol_authorize
|
||||
* @copyright 2010 Eugene Venter
|
||||
* @author Eugene Venter
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
/**
|
||||
* Authorize.Net enrolment plugin - support for user self unenrolment.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage authorize
|
||||
* @package enrol_authorize
|
||||
* @copyright 2010 Eugene Venter
|
||||
* @author Eugene Venter
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
/**
|
||||
* Authorize.Net enrolment plugin version specification.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage authorize
|
||||
* @package enrol_authorize
|
||||
* @copyright 2010 Eugene Venter
|
||||
* @author Eugene Venter
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
/**
|
||||
* Bulk user enrolment processing.
|
||||
*
|
||||
* @package core
|
||||
* @subpackage enrol
|
||||
* @package core_enrol
|
||||
* @copyright 2011 Sam Hemelryk
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -18,8 +17,7 @@
|
||||
/**
|
||||
* This file contains form for bulk changing user enrolments.
|
||||
*
|
||||
* @package core
|
||||
* @subpackage enrol
|
||||
* @package core_enrol
|
||||
* @copyright 2011 Sam Hemelryk
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
/**
|
||||
* Strings for component 'enrol_cohort', language 'en'
|
||||
* Strings for component 'enrol_cohort', language 'en'.
|
||||
*
|
||||
* @package enrol_cohort
|
||||
* @copyright 2010 Petr Skoda {@link http://skodak.org}
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
/**
|
||||
* Adds new instance of enrol_guest to specified course.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage guest
|
||||
* @package enrol_guest
|
||||
* @copyright 2010 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -15,10 +15,9 @@
|
||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
/**
|
||||
* This file keeps track of upgrades to the guest enrolment plugin
|
||||
* This file keeps track of upgrades to the guest enrolment plugin.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage guest
|
||||
* @package enrol_guest
|
||||
* @copyright 2011 Petr Skoda {@link http://skodak.org
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -16,10 +15,9 @@
|
||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
/**
|
||||
* Strings for component 'enrol_guest', language 'en', branch 'MOODLE_20_STABLE'
|
||||
* Strings for component 'enrol_guest', language 'en'.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage guest
|
||||
* @package enrol_guest
|
||||
* @copyright 2010 onwards Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
+1
-2
@@ -20,8 +20,7 @@
|
||||
* This plugin does not add any entries into the user_enrolments table,
|
||||
* the access control is granted on the fly via the tricks in require_login().
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage guest
|
||||
* @package enrol_guest
|
||||
* @copyright 2010 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
/**
|
||||
* Guest access plugin implementation.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage guest
|
||||
* @package enrol_guest
|
||||
* @copyright 2010 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
/**
|
||||
* Guest access plugin settings and presets.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage guest
|
||||
* @package enrol_guest
|
||||
* @copyright 2010 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
/**
|
||||
* Guest access plugin version specification.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage guest
|
||||
* @package enrol_guest
|
||||
* @copyright 2010 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
/**
|
||||
* imsenterprise enrolment plugin installation.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage imsenterprise
|
||||
* @package enrol_imsenterprise
|
||||
* @copyright 2011 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
/**
|
||||
* This file keeps track of upgrades to the imsenterprise enrolment plugin
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage imsenterprise
|
||||
* @package enrol_imsenterprise
|
||||
* @copyright 2011 Petr Skoda {@link http://skodak.org
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -16,10 +15,9 @@
|
||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
/**
|
||||
* Strings for component 'enrol_imsenterprise', language 'en', branch 'MOODLE_20_STABLE'
|
||||
* Strings for component 'enrol_imsenterprise', language 'en'.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage imsenterprise
|
||||
* @package enrol_imsenterprise
|
||||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -20,8 +20,7 @@
|
||||
* This plugin lets the user specify an IMS Enterprise file to be processed.
|
||||
* The IMS Enterprise file is mainly parsed on a regular cron,
|
||||
* but can also be imported via the UI (Admin Settings).
|
||||
* @package enrol
|
||||
* @subpackage imsenterprise
|
||||
* @package enrol_imsenterprise
|
||||
* @copyright 2010 Eugene Venter
|
||||
* @author Eugene Venter - based on code by Dan Stowell
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -18,8 +17,7 @@
|
||||
/**
|
||||
* IMS Enterprise enrol plugin implementation.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage imsenterprise
|
||||
* @package enrol_imsenterprise
|
||||
* @copyright 2010 Eugene Venter
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -18,8 +17,7 @@
|
||||
/**
|
||||
* IMS Enterprise enrolments plugin settings and presets.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage imsenterprise
|
||||
* @package enrol_imsenterprise
|
||||
* @copyright 2010 Eugene Venter
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
/**
|
||||
* IMS Enterprise file enrolment plugin version specification.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage imsenterprise
|
||||
* @package enrol_imsenterprise
|
||||
* @copyright 2010 Eugene Venter
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
+1
-3
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -18,8 +17,7 @@
|
||||
/**
|
||||
* This page shows all course enrolment options for current user.
|
||||
*
|
||||
* @package core
|
||||
* @subpackage enrol
|
||||
* @package core_enrol
|
||||
* @copyright 2010 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
+1
-2
@@ -17,8 +17,7 @@
|
||||
/**
|
||||
* Main course enrolment management UI.
|
||||
*
|
||||
* @package core
|
||||
* @subpackage enrol
|
||||
* @package core_enrol
|
||||
* @copyright 2010 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -34,8 +33,7 @@
|
||||
* - For debugging & better logging, you are encouraged to use in the command line:
|
||||
* -d log_errors=1 -d error_reporting=E_ALL -d display_errors=0 -d html_errors=0
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage ldap
|
||||
* @package enrol_ldap
|
||||
* @author Iñaki Arenaza - based on code by Martin Dougiamas, Martin Langhoff and others
|
||||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
||||
* @copyright 2010 Iñaki Arenaza <[email protected]>
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -18,8 +17,7 @@
|
||||
/**
|
||||
* LDAP enrolment plugin installation.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage ldap
|
||||
* @package enrol_ldap
|
||||
* @author Iñaki Arenaza
|
||||
* @copyright 2010 Iñaki Arenaza <[email protected]>
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -16,10 +15,9 @@
|
||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
/**
|
||||
* Strings for component 'enrol_ldap', language 'en', branch 'MOODLE_20_STABLE'
|
||||
* Strings for component 'enrol_ldap', language 'en'.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage ldap
|
||||
* @package enrol_ldap
|
||||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
||||
* @copyright 2010 Iñaki Arenaza <[email protected]>
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
||||
+1
-3
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -20,8 +19,7 @@
|
||||
*
|
||||
* This plugin synchronises enrolment and roles with a LDAP server.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage ldap
|
||||
* @package enrol_ldap
|
||||
* @author Iñaki Arenaza - based on code by Martin Dougiamas, Martin Langhoff and others
|
||||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
||||
* @copyright 2010 Iñaki Arenaza <[email protected]>
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -18,8 +17,7 @@
|
||||
/**
|
||||
* LDAP enrolment plugin settings and presets.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage ldap
|
||||
* @package enrol_ldap
|
||||
* @author Iñaki Arenaza
|
||||
* @copyright 2010 Iñaki Arenaza <[email protected]>
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -18,8 +17,7 @@
|
||||
/**
|
||||
* LDAP enrolment plugin admin setting classes
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage ldap
|
||||
* @package enrol_ldap
|
||||
* @author Iñaki Arenaza
|
||||
* @copyright 2010 Iñaki Arenaza <[email protected]>
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
/**
|
||||
* LDAP enrolment plugin version specification.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage ldap
|
||||
* @package enrol_ldap
|
||||
* @author Iñaki Arenaza
|
||||
* @copyright 2010 Iñaki Arenaza <[email protected]>
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
||||
+1
-3
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -19,8 +18,7 @@
|
||||
* This file contains the course_enrolment_manager class which is used to interface
|
||||
* with the functions that exist in enrollib.php in relation to a single course.
|
||||
*
|
||||
* @package core
|
||||
* @subpackage enrol
|
||||
* @package core_enrol
|
||||
* @copyright 2010 Sam Hemelryk
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
/**
|
||||
* Manual plugin external functions and service definitions.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -18,8 +17,7 @@
|
||||
/**
|
||||
* Adds new instance of enrol_meta to specified course.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage meta
|
||||
* @package enrol_meta
|
||||
* @copyright 2010 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
/**
|
||||
* Adds instance form
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage meta
|
||||
* @package enrol_meta
|
||||
* @copyright 2010 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -23,8 +23,7 @@
|
||||
* - you need to change the "www-data" to match the apache user account
|
||||
* - use "su" if "sudo" not available
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage meta
|
||||
* @package enrol_meta
|
||||
* @copyright 2011 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -18,8 +17,7 @@
|
||||
/**
|
||||
* Meta link enrolment plugin installation.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage meta
|
||||
* @package enrol_meta
|
||||
* @copyright 2010 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
/**
|
||||
* Meta link enrolment plugin uninstallation.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage meta
|
||||
* @package enrol_meta
|
||||
* @copyright 2011 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -16,10 +15,9 @@
|
||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
/**
|
||||
* Strings for component 'enrol_meta', language 'en', branch 'MOODLE_20_STABLE'
|
||||
* Strings for component 'enrol_meta', language 'en'.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage meta
|
||||
* @package enrol_meta
|
||||
* @copyright 2010 onwards Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
+1
-2
@@ -17,8 +17,7 @@
|
||||
/**
|
||||
* Meta course enrolment plugin.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage meta
|
||||
* @package enrol_meta
|
||||
* @copyright 2010 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
/**
|
||||
* Local stuff for meta course enrolment plugin.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage meta
|
||||
* @package enrol_meta
|
||||
* @copyright 2010 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
/**
|
||||
* Meta enrolment plugin settings and presets.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage meta
|
||||
* @package enrol_meta
|
||||
* @copyright 2010 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
/**
|
||||
* Meta link enrolment plugin version specification.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage meta
|
||||
* @package enrol_meta
|
||||
* @copyright 2010 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -18,8 +17,7 @@
|
||||
/**
|
||||
* Adds new instance of enrol_mnet into the specified course
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage mnet
|
||||
* @package enrol_mnet
|
||||
* @copyright 2010 David Mudrak <[email protected]>
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -18,8 +17,7 @@
|
||||
/**
|
||||
* Form to add an instance of enrol_mnet plugin
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage mnet
|
||||
* @package enrol_mnet
|
||||
* @copyright 2010 David Mudrak <[email protected]>
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -21,8 +21,7 @@
|
||||
* just a declaration of xml-rpc methods that this plugin publishes.
|
||||
*
|
||||
* @since 2.0
|
||||
* @package enrol
|
||||
* @subpackage mnet
|
||||
* @package enrol_mnet
|
||||
* @copyright 2010 Penny Leach
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -18,8 +18,7 @@
|
||||
/**
|
||||
* Keeps track of upgrades to the enrol_mnet plugin
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage mnet
|
||||
* @package enrol_mnet
|
||||
* @copyright 2010 David Mudrak <[email protected]>
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -26,8 +25,7 @@
|
||||
* be a common name of a plugin library containing functions/methods callable
|
||||
* via MNet framework.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage mnet
|
||||
* @package enrol_mnet
|
||||
* @copyright 2010 David Mudrak <[email protected]>
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -16,10 +15,9 @@
|
||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
/**
|
||||
* English strings for MNet enrolment plugin
|
||||
* English strings for MNet enrolment plugin.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage mnet
|
||||
* @package enrol_mnet
|
||||
* @copyright 2010 David Mudrak <[email protected]>
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
+1
-3
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -18,8 +17,7 @@
|
||||
/**
|
||||
* MNet enrolment plugin
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage mnet
|
||||
* @package enrol_mnet
|
||||
* @copyright 2010 David Mudrak <[email protected]>
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -18,8 +17,7 @@
|
||||
/**
|
||||
* Cohort enrolment plugin settings and default values
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage mnet
|
||||
* @package enrol_mnet
|
||||
* @copyright 2010 David Mudrak <[email protected]>
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
/**
|
||||
* MNet enrolment plugin version specification.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage mnet
|
||||
* @package enrol_mnet
|
||||
* @copyright 2010 David Mudrak <[email protected]>
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
/**
|
||||
* List and modify users that are not enrolled but still have a role in course.
|
||||
*
|
||||
* @package core
|
||||
* @subpackage enrol
|
||||
* @package core_enrol
|
||||
* @copyright 2010 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
/**
|
||||
* This file keeps track of upgrades to the paypal enrolment plugin
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage paypal
|
||||
* @package enrol_paypal
|
||||
* @copyright 2010 Eugene Venter
|
||||
* @author Eugene Venter
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -19,8 +18,7 @@
|
||||
* Adds new instance of enrol_paypal to specified course
|
||||
* or edits current instance.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage paypal
|
||||
* @package enrol_paypal
|
||||
* @copyright 2010 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -19,8 +18,7 @@
|
||||
* Adds new instance of enrol_paypal to specified course
|
||||
* or edits current instance.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage paypal
|
||||
* @package enrol_paypal
|
||||
* @copyright 2010 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -22,8 +22,7 @@
|
||||
* If PayPal verifies this then it sets up the enrolment for that
|
||||
* user.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage paypal
|
||||
* @package enrol_paypal
|
||||
* @copyright 2010 Eugene Venter
|
||||
* @author Eugene Venter - based on code by others
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -16,10 +15,9 @@
|
||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
/**
|
||||
* Strings for component 'enrol_paypal', language 'en', branch 'MOODLE_20_STABLE'
|
||||
* Strings for component 'enrol_paypal', language 'en'.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage paypal
|
||||
* @package enrol_paypal
|
||||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -19,8 +19,7 @@
|
||||
*
|
||||
* This plugin allows you to set up paid courses.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage paypal
|
||||
* @package enrol_paypal
|
||||
* @copyright 2010 Eugene Venter
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -18,9 +17,7 @@
|
||||
/**
|
||||
* Paypal utility script
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage paypal
|
||||
* @subpackage file
|
||||
* @package enrol_paypal
|
||||
* @copyright 2004 onwards Martin Dougiamas (http://dougiamas.com)
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -18,8 +17,7 @@
|
||||
/**
|
||||
* Paypal enrolments plugin settings and presets.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage paypal
|
||||
* @package enrol_paypal
|
||||
* @copyright 2010 Eugene Venter
|
||||
* @author Eugene Venter - based on code by Petr Skoda and others
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -18,8 +17,7 @@
|
||||
/**
|
||||
* PayPal enrolment plugin - support for user self unenrolment.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage paypal
|
||||
* @package enrol_paypal
|
||||
* @copyright 2010 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
/**
|
||||
* Paypal enrolment plugin version specification.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage paypal
|
||||
* @package enrol_paypal
|
||||
* @copyright 2010 Eugene Venter
|
||||
* @author Eugene Venter
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
||||
+1
-3
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -18,8 +17,7 @@
|
||||
/**
|
||||
* This is the main renderer for the enrol section.
|
||||
*
|
||||
* @package core
|
||||
* @subpackage enrol
|
||||
* @package core_enrol
|
||||
* @copyright 2010 Sam Hemelryk
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
/**
|
||||
* Test non-plugin enrollib parts.
|
||||
*
|
||||
* @package core
|
||||
* @package core_enrol
|
||||
* @category phpunit
|
||||
* @copyright 2012 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
||||
@@ -20,8 +20,7 @@
|
||||
* Please note when unenrolling a user all of their grades are removed as well,
|
||||
* most ppl actually expect enrolments to be suspended only...
|
||||
*
|
||||
* @package core
|
||||
* @subpackage enrol
|
||||
* @package core_enrol
|
||||
* @copyright 2011 Petr skoda
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
+1
-2
@@ -17,8 +17,7 @@
|
||||
/**
|
||||
* Main course enrolment management UI, this is not compatible with frontpage course.
|
||||
*
|
||||
* @package core
|
||||
* @subpackage enrol
|
||||
* @package core_enrol
|
||||
* @copyright 2010 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
@@ -18,8 +17,7 @@
|
||||
/**
|
||||
* Various enrol UI forms
|
||||
*
|
||||
* @package core
|
||||
* @subpackage enrol
|
||||
* @package core_enrol
|
||||
* @copyright 2010 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user