Skip to content
GitLab
Menu
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
a2dd56d2
Commit
a2dd56d2
authored
May 20, 2012
by
Petr Skoda
Committed by
Petr Škoda
Jul 06, 2012
Browse files
MDL-8249 add role naming related info to upgrade.txt files
parent
ff22f229
Changes
2
Hide whitespace changes
Inline
Side-by-side
auth/upgrade.txt
View file @
a2dd56d2
...
@@ -2,6 +2,13 @@ This files describes API changes in /auth/* - plugins,
...
@@ -2,6 +2,13 @@ This files describes API changes in /auth/* - plugins,
information provided here is intended especially for developers.
information provided here is intended especially for developers.
=== 2.4 ===
required changes in code:
* use role_get_name() or role_fix_names() if you need any role names, using role.name
directly from database is not correct any more
=== 2.2 ===
=== 2.2 ===
required changes in code:
required changes in code:
...
...
enrol/upgrade.txt
View file @
a2dd56d2
...
@@ -2,6 +2,13 @@ This files describes API changes in /enrol/* - plugins,
...
@@ -2,6 +2,13 @@ This files describes API changes in /enrol/* - plugins,
information provided here is intended especially for developers.
information provided here is intended especially for developers.
=== 2.4 ===
required changes in code:
* use role_get_name() or role_fix_names() if you need any role names, using role.name
directly from database is not correct any more
=== 2.2 ===
=== 2.2 ===
required changes in code:
required changes in code:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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