- 04 Jul, 2013 6 commits
-
-
Ankit Agarwal authored
-
Rajesh Taneja authored
-
Conflicts: theme/bootstrapbase/style/moodle.css
-
It was toggling the state of the hidden input - not the checkbox.
-
-
Sam Hemelryk authored
-
- 03 Jul, 2013 18 commits
-
-
Eloy Lafuente authored
-
-
-
Petr Škoda authored
-
Also fixes an arror when a user with this capability tries to award a badge, but their role is not among the criteria set up for a badge
-
Damyon Wiese authored
-
-
Andrew Davis authored
-
Damyon Wiese authored
-
-
-
-
Eloy Lafuente authored
- Use same deprecation phrases style. - Use same upgrade.txt phrases style. - Add unit test covering the deprecation. See the issue for some more rationale / comments.
-
git://github.com/rajeshtaneja/moodleEloy Lafuente authored
Conflicts: lib/accesslib.php lib/deprecatedlib.php lib/upgrade.txt
-
-
Eloy Lafuente authored
This reverts a change performed by the previous commit where user fieldnames were being translated (and cached) when fetched, causing the information to remain static later, not responding to language switches (and perhaps leading to other problems if those structures are used lated for DB / $USER comparisons. With the commit, the translation happens on output, so no potential interferences will happen and, also, the information changes dynamically on lang switching.
-
-
-
- 02 Jul, 2013 16 commits
-
-
-
-
-
-
-
-
-
Dan Poltawski authored
-
Ankit Agarwal authored
-
-
-
MDL-40127 Enrolments: Added status to instance info and removed displaying of enrolment form with notice get_enrol_info will return status of enrolment instance, to notify webservice if enrolment is possible or not If enrolment is not possible then don't show enrolment form show_enrolme_link will use can_self_enrol to varify if enrolment link should be shown or not.
-
-
-
-
-