forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-30007 standardise repository version files
- Loading branch information
Showing
19 changed files
with
284 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
@@ -15,4 +14,18 @@ | |
// You should have received a copy of the GNU General Public License | ||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
$plugin->version = 2010050700; | ||
/** | ||
* Version details | ||
* | ||
* @package repository | ||
* @subpackage alfresco | ||
* @copyright 2009 Dongsheng Cai | ||
* @author Dongsheng Cai <[email protected]> | ||
* @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 = 'repository_alfresco'; // Full name of the plugin (used for diagnostics) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
@@ -15,4 +14,18 @@ | |
// You should have received a copy of the GNU General Public License | ||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
$plugin->version = 2009080105; | ||
/** | ||
* Version details | ||
* | ||
* @package repository | ||
* @subpackage boxnet | ||
* @copyright 2009 Dongsheng Cai | ||
* @author Dongsheng Cai <[email protected]> | ||
* @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 = 'repository_boxnet'; // Full name of the plugin (used for diagnostics) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
@@ -15,4 +14,18 @@ | |
// You should have received a copy of the GNU General Public License | ||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
$plugin->version = 2010083100; | ||
/** | ||
* Version details | ||
* | ||
* @package repository | ||
* @subpackage coursefiles | ||
* @copyright 2010 Dongsheng Cai | ||
* @author Dongsheng Cai <[email protected]> | ||
* @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 = 'repository_coursefiles'; // Full name of the plugin (used for diagnostics) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
@@ -15,4 +14,18 @@ | |
// You should have received a copy of the GNU General Public License | ||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
$plugin->version = 2010051400; | ||
/** | ||
* Version details | ||
* | ||
* @package repository | ||
* @subpackage dropbox | ||
* @copyright 2010 Dongsheng Cai | ||
* @author Dongsheng Cai <[email protected]> | ||
* @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 = 'repository_dropbox'; // Full name of the plugin (used for diagnostics) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
@@ -15,4 +14,18 @@ | |
// You should have received a copy of the GNU General Public License | ||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
$plugin->version = 2009080102; | ||
/** | ||
* Version details | ||
* | ||
* @package repository | ||
* @subpackage filesystem | ||
* @copyright 2009 Dongsheng Cai | ||
* @author Dongsheng Cai <[email protected]> | ||
* @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 = 'repository_filesystem'; // Full name of the plugin (used for diagnostics) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
@@ -15,4 +14,18 @@ | |
// You should have received a copy of the GNU General Public License | ||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
$plugin->version = 2009080102; | ||
/** | ||
* Version details | ||
* | ||
* @package repository | ||
* @subpackage flickr | ||
* @copyright 2009 Dongsheng Cai | ||
* @author Dongsheng Cai <[email protected]> | ||
* @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 = 'repository_flickr'; // Full name of the plugin (used for diagnostics) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
@@ -15,4 +14,18 @@ | |
// You should have received a copy of the GNU General Public License | ||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
$plugin->version = 2009080102; | ||
/** | ||
* Version details | ||
* | ||
* @package repository | ||
* @subpackage flickr_public | ||
* @copyright 2009 Dongsheng Cai | ||
* @author Dongsheng Cai <[email protected]> | ||
* @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 = 'repository_flickr_public'; // Full name of the plugin (used for diagnostics) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
@@ -15,4 +14,17 @@ | |
// You should have received a copy of the GNU General Public License | ||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
$plugin->version = 2009080102; | ||
/** | ||
* Version details | ||
* | ||
* @package repository | ||
* @subpackage googledocs | ||
* @copyright 2009 Dan Poltawski <[email protected]> | ||
* @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 = 'repository_googledocs'; // Full name of the plugin (used for diagnostics) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
@@ -15,4 +14,18 @@ | |
// You should have received a copy of the GNU General Public License | ||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
$plugin->version = 2009080102; | ||
/** | ||
* Version details | ||
* | ||
* @package repository | ||
* @subpackage local | ||
* @copyright 2009 Dongsheng Cai | ||
* @author Dongsheng Cai <[email protected]> | ||
* @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 = 'repository_local'; // Full name of the plugin (used for diagnostics) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
@@ -15,4 +14,18 @@ | |
// You should have received a copy of the GNU General Public License | ||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
$plugin->version = 2009111301; | ||
/** | ||
* Version details | ||
* | ||
* @package repository | ||
* @subpackage merlot | ||
* @copyright 2009 Dongsheng Cai | ||
* @author Dongsheng Cai <[email protected]> | ||
* @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 = 'repository_merlot'; // Full name of the plugin (used for diagnostics) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
@@ -15,4 +14,18 @@ | |
// You should have received a copy of the GNU General Public License | ||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
$plugin->version = 2009080102; | ||
/** | ||
* Version details | ||
* | ||
* @package repository | ||
* @subpackage picasa | ||
* @copyright 2009 Dan Poltawski | ||
* @author Dan Poltawski <[email protected]> | ||
* @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 = 'repository_picasa'; // Full name of the plugin (used for diagnostics) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
@@ -15,4 +14,18 @@ | |
// You should have received a copy of the GNU General Public License | ||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
$plugin->version = 2010042202; | ||
/** | ||
* Version details | ||
* | ||
* @package repository | ||
* @subpackage recent | ||
* @copyright 2010 Dongsheng Cai | ||
* @author Dongsheng Cai <[email protected]> | ||
* @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 = 'repository_recent'; // Full name of the plugin (used for diagnostics) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
@@ -15,4 +14,18 @@ | |
// You should have received a copy of the GNU General Public License | ||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
$plugin->version = 2009080102; | ||
/** | ||
* Version details | ||
* | ||
* @package repository | ||
* @subpackage s3 | ||
* @copyright 2009 Dongsheng Cai | ||
* @author Dongsheng Cai <[email protected]> | ||
* @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 = 'repository_s3'; // Full name of the plugin (used for diagnostics) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
@@ -15,4 +14,18 @@ | |
// You should have received a copy of the GNU General Public License | ||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
$plugin->version = 2009080102; | ||
/** | ||
* Version details | ||
* | ||
* @package repository | ||
* @subpackage upload | ||
* @copyright 2009 Dongsheng Cai | ||
* @author Dongsheng Cai <[email protected]> | ||
* @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 = 'repository_upload'; // Full name of the plugin (used for diagnostics) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
@@ -15,4 +14,18 @@ | |
// You should have received a copy of the GNU General Public License | ||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
$plugin->version = 2009080102; | ||
/** | ||
* Version details | ||
* | ||
* @package repository | ||
* @subpackage url | ||
* @copyright 2009 Dongsheng Cai | ||
* @author Dongsheng Cai <[email protected]> | ||
* @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 = 'repository_url'; // Full name of the plugin (used for diagnostics) |
Oops, something went wrong.