Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
672ce966
Commit
672ce966
authored
Nov 24, 2013
by
Tomasz Muras
Committed by
Eloy Lafuente
Jan 29, 2014
Browse files
MDL-43040 Replace $module with $plugin in all mod/*/version.php
Conflicts: mod/quiz/version.php
parent
07481c92
Changes
22
Hide whitespace changes
Inline
Side-by-side
mod/assign/version.php
View file @
672ce966
...
...
@@ -24,9 +24,9 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$
module
->
component
=
'mod_assign'
;
// Full name of the plugin (used for diagnostics).
$
module
->
version
=
2014011500
;
// The current module version (Date: YYYYMMDDXX).
$
module
->
requires
=
2013110500
;
// Requires this Moodle version.
$
module
->
cron
=
60
;
$
plugin
->
component
=
'mod_assign'
;
// Full name of the plugin (used for diagnostics).
$
plugin
->
version
=
2014011500
;
// The current module version (Date: YYYYMMDDXX).
$
plugin
->
requires
=
2013110500
;
// Requires this Moodle version.
$
plugin
->
cron
=
60
;
mod/assignment/version.php
View file @
672ce966
...
...
@@ -25,7 +25,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$
module
->
version
=
2013121900
;
// The current module version (Date: YYYYMMDDXX)
$
module
->
requires
=
2013110500
;
// Requires this Moodle version
$
module
->
component
=
'mod_assignment'
;
// Full name of the plugin (used for diagnostics)
$
module
->
cron
=
60
;
$
plugin
->
version
=
2013121900
;
// The current module version (Date: YYYYMMDDXX)
$
plugin
->
requires
=
2013110500
;
// Requires this Moodle version
$
plugin
->
component
=
'mod_assignment'
;
// Full name of the plugin (used for diagnostics)
$
plugin
->
cron
=
60
;
mod/book/version.php
View file @
672ce966
...
...
@@ -24,7 +24,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
;
$
module
->
component
=
'mod_book'
;
// Full name of the plugin (used for diagnostics)
$
module
->
version
=
2013110500
;
// The current module version (Date: YYYYMMDDXX)
$
module
->
requires
=
2013110500
;
// Requires this Moodle version
$
module
->
cron
=
0
;
// Period for cron to check this module (secs)
$
plugin
->
component
=
'mod_book'
;
// Full name of the plugin (used for diagnostics)
$
plugin
->
version
=
2013110500
;
// The current module version (Date: YYYYMMDDXX)
$
plugin
->
requires
=
2013110500
;
// Requires this Moodle version
$
plugin
->
cron
=
0
;
// Period for cron to check this module (secs)
mod/chat/version.php
View file @
672ce966
...
...
@@ -25,7 +25,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$
module
->
version
=
2013110500
;
// The current module version (Date: YYYYMMDDXX)
$
module
->
requires
=
2013110500
;
// Requires this Moodle version
$
module
->
component
=
'mod_chat'
;
// Full name of the plugin (used for diagnostics)
$
module
->
cron
=
300
;
$
plugin
->
version
=
2013110500
;
// The current module version (Date: YYYYMMDDXX)
$
plugin
->
requires
=
2013110500
;
// Requires this Moodle version
$
plugin
->
component
=
'mod_chat'
;
// Full name of the plugin (used for diagnostics)
$
plugin
->
cron
=
300
;
mod/choice/version.php
View file @
672ce966
...
...
@@ -25,7 +25,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$
module
->
version
=
2013110500
;
// The current module version (Date: YYYYMMDDXX)
$
module
->
requires
=
2013110500
;
// Requires this Moodle version
$
module
->
component
=
'mod_choice'
;
// Full name of the plugin (used for diagnostics)
$
module
->
cron
=
0
;
$
plugin
->
version
=
2013110500
;
// The current module version (Date: YYYYMMDDXX)
$
plugin
->
requires
=
2013110500
;
// Requires this Moodle version
$
plugin
->
component
=
'mod_choice'
;
// Full name of the plugin (used for diagnostics)
$
plugin
->
cron
=
0
;
mod/data/version.php
View file @
672ce966
...
...
@@ -25,7 +25,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$
module
->
version
=
2013110500
;
// The current module version (Date: YYYYMMDDXX)
$
module
->
requires
=
2013110500
;
// Requires this Moodle version
$
module
->
component
=
'mod_data'
;
// Full name of the plugin (used for diagnostics)
$
module
->
cron
=
0
;
$
plugin
->
version
=
2013110500
;
// The current module version (Date: YYYYMMDDXX)
$
plugin
->
requires
=
2013110500
;
// Requires this Moodle version
$
plugin
->
component
=
'mod_data'
;
// Full name of the plugin (used for diagnostics)
$
plugin
->
cron
=
0
;
mod/feedback/version.php
View file @
672ce966
...
...
@@ -25,9 +25,9 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$
module
->
version
=
2013110500
;
// The current module version (Date: YYYYMMDDXX)
$
module
->
requires
=
2013110500
;
// Requires this Moodle version
$
module
->
component
=
'mod_feedback'
;
// Full name of the plugin (used for diagnostics)
$
module
->
cron
=
0
;
$
plugin
->
version
=
2013110500
;
// The current module version (Date: YYYYMMDDXX)
$
plugin
->
requires
=
2013110500
;
// Requires this Moodle version
$
plugin
->
component
=
'mod_feedback'
;
// Full name of the plugin (used for diagnostics)
$
plugin
->
cron
=
0
;
$feedback_version_intern
=
1
;
//this version is used for restore older backups
mod/folder/version.php
View file @
672ce966
...
...
@@ -25,7 +25,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$
module
->
version
=
2013110500
;
// The current module version (Date: YYYYMMDDXX)
$
module
->
requires
=
2013110500
;
// Requires this Moodle version
$
module
->
component
=
'mod_folder'
;
// Full name of the plugin (used for diagnostics)
$
module
->
cron
=
0
;
$
plugin
->
version
=
2013110500
;
// The current module version (Date: YYYYMMDDXX)
$
plugin
->
requires
=
2013110500
;
// Requires this Moodle version
$
plugin
->
component
=
'mod_folder'
;
// Full name of the plugin (used for diagnostics)
$
plugin
->
cron
=
0
;
mod/forum/version.php
View file @
672ce966
...
...
@@ -25,7 +25,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$
module
->
version
=
2013110500
;
// The current module version (Date: YYYYMMDDXX)
$
module
->
requires
=
2013110500
;
// Requires this Moodle version
$
module
->
component
=
'mod_forum'
;
// Full name of the plugin (used for diagnostics)
$
module
->
cron
=
60
;
$
plugin
->
version
=
2013110500
;
// The current module version (Date: YYYYMMDDXX)
$
plugin
->
requires
=
2013110500
;
// Requires this Moodle version
$
plugin
->
component
=
'mod_forum'
;
// Full name of the plugin (used for diagnostics)
$
plugin
->
cron
=
60
;
mod/glossary/version.php
View file @
672ce966
...
...
@@ -25,7 +25,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$
module
->
version
=
2013110500
;
// The current module version (Date: YYYYMMDDXX)
$
module
->
requires
=
2013110500
;
// Requires this Moodle version
$
module
->
component
=
'mod_glossary'
;
// Full name of the plugin (used for diagnostics)
$
module
->
cron
=
0
;
$
plugin
->
version
=
2013110500
;
// The current module version (Date: YYYYMMDDXX)
$
plugin
->
requires
=
2013110500
;
// Requires this Moodle version
$
plugin
->
component
=
'mod_glossary'
;
// Full name of the plugin (used for diagnostics)
$
plugin
->
cron
=
0
;
mod/imscp/version.php
View file @
672ce966
...
...
@@ -25,7 +25,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$
module
->
version
=
2013110500
;
// The current module version (Date: YYYYMMDDXX)
$
module
->
requires
=
2013110500
;
// Requires this Moodle version
$
module
->
component
=
'mod_imscp'
;
// Full name of the plugin (used for diagnostics)
$
module
->
cron
=
0
;
$
plugin
->
version
=
2013110500
;
// The current module version (Date: YYYYMMDDXX)
$
plugin
->
requires
=
2013110500
;
// Requires this Moodle version
$
plugin
->
component
=
'mod_imscp'
;
// Full name of the plugin (used for diagnostics)
$
plugin
->
cron
=
0
;
mod/label/version.php
View file @
672ce966
...
...
@@ -25,7 +25,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$
module
->
version
=
2013110500
;
// The current module version (Date: YYYYMMDDXX)
$
module
->
requires
=
2013110500
;
// Requires this Moodle version
$
module
->
component
=
'mod_label'
;
// Full name of the plugin (used for diagnostics)
$
module
->
cron
=
0
;
$
plugin
->
version
=
2013110500
;
// The current module version (Date: YYYYMMDDXX)
$
plugin
->
requires
=
2013110500
;
// Requires this Moodle version
$
plugin
->
component
=
'mod_label'
;
// Full name of the plugin (used for diagnostics)
$
plugin
->
cron
=
0
;
mod/lesson/version.php
View file @
672ce966
...
...
@@ -25,7 +25,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$
module
->
version
=
2013110500
;
// The current module version (Date: YYYYMMDDXX)
$
module
->
requires
=
2013110500
;
// Requires this Moodle version
$
module
->
component
=
'mod_lesson'
;
// Full name of the plugin (used for diagnostics)
$
module
->
cron
=
0
;
$
plugin
->
version
=
2013110500
;
// The current module version (Date: YYYYMMDDXX)
$
plugin
->
requires
=
2013110500
;
// Requires this Moodle version
$
plugin
->
component
=
'mod_lesson'
;
// Full name of the plugin (used for diagnostics)
$
plugin
->
cron
=
0
;
mod/lti/version.php
View file @
672ce966
...
...
@@ -49,7 +49,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
;
$
module
->
version
=
2013110500
;
// The current module version (Date: YYYYMMDDXX)
$
module
->
requires
=
2013110500
;
// Requires this Moodle version
$
module
->
component
=
'mod_lti'
;
// Full name of the plugin (used for diagnostics)
$
module
->
cron
=
0
;
$
plugin
->
version
=
2013110500
;
// The current module version (Date: YYYYMMDDXX)
$
plugin
->
requires
=
2013110500
;
// Requires this Moodle version
$
plugin
->
component
=
'mod_lti'
;
// Full name of the plugin (used for diagnostics)
$
plugin
->
cron
=
0
;
mod/page/version.php
View file @
672ce966
...
...
@@ -25,7 +25,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$
module
->
version
=
2013110500
;
// The current module version (Date: YYYYMMDDXX)
$
module
->
requires
=
2013110500
;
// Requires this Moodle version
$
module
->
component
=
'mod_page'
;
// Full name of the plugin (used for diagnostics)
$
module
->
cron
=
0
;
$
plugin
->
version
=
2013110500
;
// The current module version (Date: YYYYMMDDXX)
$
plugin
->
requires
=
2013110500
;
// Requires this Moodle version
$
plugin
->
component
=
'mod_page'
;
// Full name of the plugin (used for diagnostics)
$
plugin
->
cron
=
0
;
mod/quiz/version.php
View file @
672ce966
...
...
@@ -25,7 +25,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$
module
->
version
=
2014011306
;
// The current module version (Date: YYYYMMDDXX).
$
module
->
requires
=
2013110500
;
// Requires this Moodle version.
$
module
->
component
=
'mod_quiz'
;
// Full name of the plugin (used for diagnostics).
$
module
->
cron
=
60
;
$
plugin
->
version
=
2014011306
;
// The current module version (Date: YYYYMMDDXX).
$
plugin
->
requires
=
2013110500
;
// Requires this Moodle version.
$
plugin
->
component
=
'mod_quiz'
;
// Full name of the plugin (used for diagnostics).
$
plugin
->
cron
=
60
;
mod/resource/version.php
View file @
672ce966
...
...
@@ -25,7 +25,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$
module
->
version
=
2013110500
;
// The current module version (Date: YYYYMMDDXX)
$
module
->
requires
=
2013110500
;
// Requires this Moodle version
$
module
->
component
=
'mod_resource'
;
// Full name of the plugin (used for diagnostics)
$
module
->
cron
=
0
;
$
plugin
->
version
=
2013110500
;
// The current module version (Date: YYYYMMDDXX)
$
plugin
->
requires
=
2013110500
;
// Requires this Moodle version
$
plugin
->
component
=
'mod_resource'
;
// Full name of the plugin (used for diagnostics)
$
plugin
->
cron
=
0
;
mod/scorm/version.php
View file @
672ce966
...
...
@@ -25,7 +25,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$
module
->
version
=
2013110501
;
// The current module version (Date: YYYYMMDDXX)
$
module
->
requires
=
2013110500
;
// Requires this Moodle version
$
module
->
component
=
'mod_scorm'
;
// Full name of the plugin (used for diagnostics)
$
module
->
cron
=
300
;
$
plugin
->
version
=
2013110501
;
// The current module version (Date: YYYYMMDDXX)
$
plugin
->
requires
=
2013110500
;
// Requires this Moodle version
$
plugin
->
component
=
'mod_scorm'
;
// Full name of the plugin (used for diagnostics)
$
plugin
->
cron
=
300
;
mod/survey/version.php
View file @
672ce966
...
...
@@ -25,7 +25,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$
module
->
version
=
2013110500
;
// The current module version (Date: YYYYMMDDXX)
$
module
->
requires
=
2013110500
;
// Requires this Moodle version
$
module
->
component
=
'mod_survey'
;
// Full name of the plugin (used for diagnostics)
$
module
->
cron
=
0
;
$
plugin
->
version
=
2013110500
;
// The current module version (Date: YYYYMMDDXX)
$
plugin
->
requires
=
2013110500
;
// Requires this Moodle version
$
plugin
->
component
=
'mod_survey'
;
// Full name of the plugin (used for diagnostics)
$
plugin
->
cron
=
0
;
mod/url/version.php
View file @
672ce966
...
...
@@ -25,7 +25,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$
module
->
version
=
2013110500
;
// The current module version (Date: YYYYMMDDXX)
$
module
->
requires
=
2013110500
;
// Requires this Moodle version
$
module
->
component
=
'mod_url'
;
// Full name of the plugin (used for diagnostics)
$
module
->
cron
=
0
;
$
plugin
->
version
=
2013110500
;
// The current module version (Date: YYYYMMDDXX)
$
plugin
->
requires
=
2013110500
;
// Requires this Moodle version
$
plugin
->
component
=
'mod_url'
;
// Full name of the plugin (used for diagnostics)
$
plugin
->
cron
=
0
;
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment