Skip to content

Commit

Permalink
Merge branch '44156-27' of git://github.com/samhemelryk/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Feb 17, 2014
2 parents 6a586f0 + 11e41f1 commit 08e622b
Show file tree
Hide file tree
Showing 47 changed files with 83 additions and 121 deletions.
3 changes: 1 addition & 2 deletions mod/folder/backup/moodle1/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
/**
* Provides support for the conversion of moodle1 backup to the moodle2 format
*
* @package mod
* @subpackage folder
* @package mod_folder
* @copyright 2011 Andrew Davis <andrew@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
/**
* Defines backup_folder_activity_task class
*
* @package mod_folder
* @category backup
* @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @package mod_folder
* @category backup
* @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

defined('MOODLE_INTERNAL') || die();
Expand Down
7 changes: 3 additions & 4 deletions mod/folder/backup/moodle2/backup_folder_stepslib.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
/**
* Define all the backup steps that will be used by the backup_folder_activity_task
*
* @package mod
* @subpackage folder
* @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @package mod_folder
* @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

defined('MOODLE_INTERNAL') || die();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

/**
* @package moodlecore
* @package mod_folder
* @subpackage backup-moodle2
* @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

defined('MOODLE_INTERNAL') || die();
Expand Down
6 changes: 3 additions & 3 deletions mod/folder/backup/moodle2/restore_folder_stepslib.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

/**
* @package moodlecore
* @package mod_folder
* @subpackage backup-moodle2
* @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

/**
Expand Down
7 changes: 3 additions & 4 deletions mod/folder/db/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@
* - lib.php/modulename_install() post installation hook
* - partially defaults.php
*
* @package mod
* @subpackage folder
* @copyright 2009 Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @package mod_folder
* @copyright 2009 Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

defined('MOODLE_INTERNAL') || die();
Expand Down
7 changes: 3 additions & 4 deletions mod/folder/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@
* Please do not forget to use upgrade_set_timeout()
* before any action that may take longer time to finish.
*
* @package mod
* @subpackage folder
* @copyright 2009 Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @package mod_folder
* @copyright 2009 Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

defined('MOODLE_INTERNAL') || die();
Expand Down
7 changes: 3 additions & 4 deletions mod/folder/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
/**
* Manage files in folder module instance
*
* @package mod
* @subpackage folder
* @copyright 2010 Dongsheng Cai <dongsheng@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @package mod_folder
* @copyright 2010 Dongsheng Cai <dongsheng@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

require('../../config.php');
Expand Down
7 changes: 3 additions & 4 deletions mod/folder/edit_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
/**
* A moodle form to manage folder files
*
* @package mod
* @subpackage folder
* @copyright 2010 Dongsheng Cai <dongsheng@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @package mod_folder
* @copyright 2010 Dongsheng Cai <dongsheng@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

defined('MOODLE_INTERNAL') || die();
Expand Down
7 changes: 3 additions & 4 deletions mod/folder/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
/**
* List of file folders in course
*
* @package mod
* @subpackage folder
* @copyright 2009 onwards Martin Dougiamas (http://dougiamas.com)
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @package mod_folder
* @copyright 2009 onwards Martin Dougiamas (http://dougiamas.com)
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

require('../../config.php');
Expand Down
7 changes: 3 additions & 4 deletions mod/folder/lang/en/folder.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
/**
* Strings for component 'folder', language 'en', branch 'MOODLE_20_STABLE'
*
* @package mod
* @subpackage folder
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @package mod_folder
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

$string['contentheader'] = 'Content';
Expand Down
7 changes: 3 additions & 4 deletions mod/folder/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
/**
* Mandatory public API of folder module
*
* @package mod
* @subpackage folder
* @copyright 2009 Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @package mod_folder
* @copyright 2009 Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

defined('MOODLE_INTERNAL') || die();
Expand Down
7 changes: 3 additions & 4 deletions mod/folder/locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
/**
* Private folder module utility functions
*
* @package mod
* @subpackage folder
* @copyright 2009 Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @package mod_folder
* @copyright 2009 Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

defined('MOODLE_INTERNAL') || die();
Expand Down
7 changes: 3 additions & 4 deletions mod/folder/mod_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
/**
* Folder configuration form
*
* @package mod
* @subpackage folder
* @copyright 2009 Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @package mod_folder
* @copyright 2009 Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

defined('MOODLE_INTERNAL') || die();
Expand Down
7 changes: 3 additions & 4 deletions mod/folder/renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
/**
* Folder module renderer
*
* @package mod
* @subpackage folder
* @copyright 2009 Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @package mod_folder
* @copyright 2009 Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();

Expand Down
7 changes: 3 additions & 4 deletions mod/folder/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
/**
* Folder module admin settings and defaults
*
* @package mod
* @subpackage folder
* @copyright 2009 Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @package mod_folder
* @copyright 2009 Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

defined('MOODLE_INTERNAL') || die;
Expand Down
7 changes: 3 additions & 4 deletions mod/folder/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@
/**
* Folder module version information
*
* @package mod
* @subpackage folder
* @copyright 2009 Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @package mod_folder
* @copyright 2009 Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

defined('MOODLE_INTERNAL') || die();
Expand Down
7 changes: 3 additions & 4 deletions mod/folder/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
/**
* Folder module main user interface
*
* @package mod
* @subpackage folder
* @copyright 2009 Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @package mod_folder
* @copyright 2009 Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

require('../../config.php');
Expand Down
3 changes: 1 addition & 2 deletions mod/resource/backup/moodle1/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
/**
* Provides support for the conversion of moodle1 backup to the moodle2 format
*
* @package mod
* @subpackage resource
* @package mod_resource
* @copyright 2011 Andrew Davis <andrew@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand Down
3 changes: 1 addition & 2 deletions mod/resource/backup/moodle2/backup_resource_stepslib.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
/**
* Define all the backup steps that will be used by the backup_resource_activity_task
*
* @package mod
* @subpackage resource
* @package mod_resource
* @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

/**
* @package moodlecore
* @package mod_resource
* @subpackage backup-moodle2
* @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
2 changes: 1 addition & 1 deletion mod/resource/backup/moodle2/restore_resource_stepslib.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

/**
* @package moodlecore
* @package mod_resource
* @subpackage backup-moodle2
* @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
3 changes: 1 addition & 2 deletions mod/resource/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
* Please do not forget to use upgrade_set_timeout()
* before any action that may take longer time to finish.
*
* @package mod
* @subpackage resource
* @package mod_resource
* @copyright 2009 Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand Down
3 changes: 1 addition & 2 deletions mod/resource/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
/**
* List of all resources in course
*
* @package mod
* @subpackage resource
* @package mod_resource
* @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com)
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand Down
3 changes: 1 addition & 2 deletions mod/resource/lang/en/resource.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
/**
* Strings for component 'resource', language 'en', branch 'MOODLE_20_STABLE'
*
* @package mod
* @subpackage resource
* @package mod_resource
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand Down
3 changes: 1 addition & 2 deletions mod/resource/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

/**
* @package mod
* @subpackage resource
* @package mod_resource
* @copyright 2009 Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand Down
3 changes: 1 addition & 2 deletions mod/resource/locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
/**
* Private resource module utility functions
*
* @package mod
* @subpackage resource
* @package mod_resource
* @copyright 2009 Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand Down
3 changes: 1 addition & 2 deletions mod/resource/mod_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
/**
* Resource configuration form
*
* @package mod
* @subpackage resource
* @package mod_resource
* @copyright 2009 Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand Down
3 changes: 1 addition & 2 deletions mod/resource/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
/**
* Resource module admin settings and defaults
*
* @package mod
* @subpackage resource
* @package mod_resource
* @copyright 2009 Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand Down
4 changes: 2 additions & 2 deletions mod/resource/tests/generator/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Data generator.
*
* @package mod_resource
* @package mod_resource
* @copyright 2013 The Open University
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand All @@ -28,7 +28,7 @@
/**
* Resource module data generator class.
*
* @package mod_resource
* @package mod_resource
* @copyright 2013 The Open University
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand Down
2 changes: 1 addition & 1 deletion mod/resource/tests/generator_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
/**
* PHPUnit data generator testcase.
*
* @package mod_resource
* @package mod_resource
* @category phpunit
* @copyright 2013 The Open University
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
3 changes: 1 addition & 2 deletions mod/resource/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
/**
* Resource module version information
*
* @package mod
* @subpackage resource
* @package mod_resource
* @copyright 2009 Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand Down
Loading

0 comments on commit 08e622b

Please sign in to comment.