From be974aa7f9acda5f6c20a3c83e14f98dbe6a1ef0 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Tue, 29 Nov 2011 20:41:21 +0100 Subject: [PATCH] MDL-30007 add/fix version files for all auth plugins --- auth/cas/version.php | 31 ++++++++++++++++++++++++++++++- auth/db/version.php | 29 ++++++++++++++++++++++++++++- auth/email/version.php | 30 ++++++++++++++++++++++++++++++ auth/fc/version.php | 29 ++++++++++++++++++++++++++++- auth/imap/version.php | 29 ++++++++++++++++++++++++++++- auth/ldap/version.php | 30 +++++++++++++++++++++++++++++- auth/manual/version.php | 5 +++-- auth/mnet/version.php | 29 ++++++++++++++++++++++++++++- auth/nntp/version.php | 29 ++++++++++++++++++++++++++++- auth/nologin/version.php | 30 ++++++++++++++++++++++++++++++ auth/none/version.php | 30 ++++++++++++++++++++++++++++++ auth/pam/version.php | 29 ++++++++++++++++++++++++++++- auth/pop3/version.php | 29 ++++++++++++++++++++++++++++- auth/radius/version.php | 29 ++++++++++++++++++++++++++++- auth/shibboleth/version.php | 30 +++++++++++++++++++++++++++++- auth/webservice/version.php | 30 ++++++++++++++++++++++++++++++ 16 files changed, 435 insertions(+), 13 deletions(-) create mode 100644 auth/email/version.php create mode 100644 auth/nologin/version.php create mode 100644 auth/none/version.php create mode 100644 auth/webservice/version.php diff --git a/auth/cas/version.php b/auth/cas/version.php index b1f2111db087c..2c8cd6ba7a7a5 100644 --- a/auth/cas/version.php +++ b/auth/cas/version.php @@ -1,3 +1,32 @@ . -$plugin->version = 2010072600; +/** + * Version details + * + * @package auth + * @subpackage cas + * @author Martin Dougiamas + * @author Jerome GUTIERREZ + * @author Iñaky Arenaza + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +$plugin->version = 2011112900; // The current plugin version (Date: YYYYMMDDXX) +$plugin->requires = 2011112900; // Requires this Moodle version +$plugin->component = 'auth_cas'; // Full name of the plugin (used for diagnostics) diff --git a/auth/db/version.php b/auth/db/version.php index a744fcaaf762b..7d3968380b210 100644 --- a/auth/db/version.php +++ b/auth/db/version.php @@ -1,3 +1,30 @@ . -$plugin->version = 2009112400; +/** + * Version details + * + * @package auth + * @subpackage db + * @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com) + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +$plugin->version = 2011112900; // The current plugin version (Date: YYYYMMDDXX) +$plugin->requires = 2011112900; // Requires this Moodle version +$plugin->component = 'auth_db'; // Full name of the plugin (used for diagnostics) diff --git a/auth/email/version.php b/auth/email/version.php new file mode 100644 index 0000000000000..1335dccaf5869 --- /dev/null +++ b/auth/email/version.php @@ -0,0 +1,30 @@ +. + +/** + * Version details + * + * @package auth + * @subpackage email + * @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com) + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die; + +$plugin->version = 2011112900; // The current plugin version (Date: YYYYMMDDXX) +$plugin->requires = 2011112900; // Requires this Moodle version +$plugin->component = 'auth_email'; // Full name of the plugin (used for diagnostics) diff --git a/auth/fc/version.php b/auth/fc/version.php index a744fcaaf762b..8c302b3d3f7cd 100644 --- a/auth/fc/version.php +++ b/auth/fc/version.php @@ -1,3 +1,30 @@ . -$plugin->version = 2009112400; +/** + * Version details + * + * @package auth + * @subpackage fc + * @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com) + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +$plugin->version = 2011112900; // The current plugin version (Date: YYYYMMDDXX) +$plugin->requires = 2011112900; // Requires this Moodle version +$plugin->component = 'auth_fc'; // Full name of the plugin (used for diagnostics) diff --git a/auth/imap/version.php b/auth/imap/version.php index a744fcaaf762b..89b930bfbd9b8 100644 --- a/auth/imap/version.php +++ b/auth/imap/version.php @@ -1,3 +1,30 @@ . -$plugin->version = 2009112400; +/** + * Version details + * + * @package auth + * @subpackage imap + * @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com) + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +$plugin->version = 2011112900; // The current plugin version (Date: YYYYMMDDXX) +$plugin->requires = 2011112900; // Requires this Moodle version +$plugin->component = 'auth_imap'; // Full name of the plugin (used for diagnostics) diff --git a/auth/ldap/version.php b/auth/ldap/version.php index b1f2111db087c..c10448da4f30f 100644 --- a/auth/ldap/version.php +++ b/auth/ldap/version.php @@ -1,3 +1,31 @@ . -$plugin->version = 2010072600; +/** + * Version details + * + * @package auth + * @subpackage ldap + * @author Martin Dougiamas + * @author Iñaky Arenaza + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +$plugin->version = 2011112900; // The current plugin version (Date: YYYYMMDDXX) +$plugin->requires = 2011112900; // Requires this Moodle version +$plugin->component = 'auth_ldap'; // Full name of the plugin (used for diagnostics) diff --git a/auth/manual/version.php b/auth/manual/version.php index a8edb8e94cfdf..dcb7859f3ab3c 100644 --- a/auth/manual/version.php +++ b/auth/manual/version.php @@ -25,5 +25,6 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2011022700; -$plugin->component = 'auth_manual'; \ No newline at end of file +$plugin->version = 2011112900; // The current plugin version (Date: YYYYMMDDXX) +$plugin->requires = 2011112900; // Requires this Moodle version +$plugin->component = 'auth_manual'; // Full name of the plugin (used for diagnostics) diff --git a/auth/mnet/version.php b/auth/mnet/version.php index 8b2a4f6abf659..bf4c08de993ee 100644 --- a/auth/mnet/version.php +++ b/auth/mnet/version.php @@ -1,3 +1,30 @@ . -$plugin->version = 2010071300; +/** + * Manual authentication plugin version information + * + * @package auth + * @subpackage mnet + * @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com) + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +$plugin->version = 2011112900; // The current plugin version (Date: YYYYMMDDXX) +$plugin->requires = 2011112900; // Requires this Moodle version +$plugin->component = 'auth_mnet'; // Full name of the plugin (used for diagnostics) diff --git a/auth/nntp/version.php b/auth/nntp/version.php index a744fcaaf762b..8b0ed7b3d2ccd 100644 --- a/auth/nntp/version.php +++ b/auth/nntp/version.php @@ -1,3 +1,30 @@ . -$plugin->version = 2009112400; +/** + * Version information + * + * @package auth + * @subpackage nntp + * @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com) + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +$plugin->version = 2011112900; // The current plugin version (Date: YYYYMMDDXX) +$plugin->requires = 2011112900; // Requires this Moodle version +$plugin->component = 'auth_nntp'; // Full name of the plugin (used for diagnostics) diff --git a/auth/nologin/version.php b/auth/nologin/version.php new file mode 100644 index 0000000000000..d2d3e997e0be2 --- /dev/null +++ b/auth/nologin/version.php @@ -0,0 +1,30 @@ +. + +/** + * Version information + * + * @package auth + * @subpackage nologin + * @copyright 2011 Petr Skoda (http://skodak.org) + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +$plugin->version = 2011112900; // The current plugin version (Date: YYYYMMDDXX) +$plugin->requires = 2011112900; // Requires this Moodle version +$plugin->component = 'auth_nologin'; // Full name of the plugin (used for diagnostics) diff --git a/auth/none/version.php b/auth/none/version.php new file mode 100644 index 0000000000000..14cb93453b381 --- /dev/null +++ b/auth/none/version.php @@ -0,0 +1,30 @@ +. + +/** + * Version information + * + * @package auth + * @subpackage none + * @copyright 2011 Petr Skoda (http://skodak.org) + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +$plugin->version = 2011112900; // The current plugin version (Date: YYYYMMDDXX) +$plugin->requires = 2011112900; // Requires this Moodle version +$plugin->component = 'auth_none'; // Full name of the plugin (used for diagnostics) diff --git a/auth/pam/version.php b/auth/pam/version.php index a744fcaaf762b..aba1eb9fbdd7b 100644 --- a/auth/pam/version.php +++ b/auth/pam/version.php @@ -1,3 +1,30 @@ . -$plugin->version = 2009112400; +/** + * Version information + * + * @package auth + * @subpackage pam + * @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com) + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +$plugin->version = 2011112900; // The current plugin version (Date: YYYYMMDDXX) +$plugin->requires = 2011112900; // Requires this Moodle version +$plugin->component = 'auth_pam'; // Full name of the plugin (used for diagnostics) diff --git a/auth/pop3/version.php b/auth/pop3/version.php index a744fcaaf762b..2fa0c7bb430a5 100644 --- a/auth/pop3/version.php +++ b/auth/pop3/version.php @@ -1,3 +1,30 @@ . -$plugin->version = 2009112400; +/** + * Version information + * + * @package auth + * @subpackage pop3 + * @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com) + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +$plugin->version = 2011112900; // The current plugin version (Date: YYYYMMDDXX) +$plugin->requires = 2011112900; // Requires this Moodle version +$plugin->component = 'auth_pop3'; // Full name of the plugin (used for diagnostics) diff --git a/auth/radius/version.php b/auth/radius/version.php index a744fcaaf762b..864e40286d67a 100644 --- a/auth/radius/version.php +++ b/auth/radius/version.php @@ -1,3 +1,30 @@ . -$plugin->version = 2009112400; +/** + * Version information + * + * @package auth + * @subpackage radius + * @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com) + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +$plugin->version = 2011112900; // The current plugin version (Date: YYYYMMDDXX) +$plugin->requires = 2011112900; // Requires this Moodle version +$plugin->component = 'auth_radius'; // Full name of the plugin (used for diagnostics) diff --git a/auth/shibboleth/version.php b/auth/shibboleth/version.php index a744fcaaf762b..0afff2bc16873 100644 --- a/auth/shibboleth/version.php +++ b/auth/shibboleth/version.php @@ -1,3 +1,31 @@ . -$plugin->version = 2009112400; +/** + * Version information + * + * @package auth + * @subpackage shibboleth + * @author Martin Dougiamas + * @author Lukas Haemmerle + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +$plugin->version = 2011112900; // The current plugin version (Date: YYYYMMDDXX) +$plugin->requires = 2011112900; // Requires this Moodle version +$plugin->component = 'auth_shibboleth'; // Full name of the plugin (used for diagnostics) diff --git a/auth/webservice/version.php b/auth/webservice/version.php new file mode 100644 index 0000000000000..8171640c36e3a --- /dev/null +++ b/auth/webservice/version.php @@ -0,0 +1,30 @@ +. + +/** + * Version information + * + * @package auth + * @subpackage webservice + * @copyright 2011 Petr Skoda (http://skodak.org) + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +$plugin->version = 2011112900; // The current plugin version (Date: YYYYMMDDXX) +$plugin->requires = 2011112900; // Requires this Moodle version +$plugin->component = 'auth_webservice'; // Full name of the plugin (used for diagnostics)