- 25 Jan, 2017 7 commits
-
-
Andrew Nicols authored
-
Damyon Wiese authored
get('blah') are for properties get_blah() are for helpers
-
-
-
-
-
-
- 24 Jan, 2017 13 commits
-
-
-
-
-
-
-
Damyon Wiese authored
Helper methods (ie custom methods on a persistent) should not be callable via set() or get() even if they start with set_ or get_. They are not the same as custom getters and setters for real persistent properties.
-
Damyon Wiese authored
I missed all the entry pages when converting from set_abc() and get_abc() to set('abc', ) and get('abc'). Also fixed a wrong namespace for core_competency\external\performance_helper
-
-
-
-
-
Dan Marsden authored
-
Dan Poltawski authored
Merge branch 'wip_master_mdl-50625_ldap_better_check_paged_results_support' of https://github.com/iarenaza/moodle
-
- 23 Jan, 2017 13 commits
-
-
-
-
-
-
-
-
Dan Poltawski authored
* Add some missing example contexts * Stop using obsolete cell attributes
-
Dan Poltawski authored
-
Dan Poltawski authored
The search form options can be achieved in jquery rather than using global js function/vars. forum_get_subscribe_link legacylink had not been useful for some time
-
-
-
Damyon Wiese authored
The setters and getters for the path property in the test class need to be protected.
-
Damyon Wiese authored
Use \blah::class instead of '\\blah' in define_class functions. Allow chaining of setters by returning $this.
-
- 20 Jan, 2017 7 commits
-
-
Juan Leyva authored
-
Juan Leyva authored
-
Juan Leyva authored
-
Pau Ferrer authored
-
Shamim Rezaie authored
fullname() relies on its second parameter to determine wheter it should use fullnamedisplay or alternativefullnameformat. We need to check for moodle/site:viewfullnames capability and pass true as the second parameter to fullname() whereever the user has this capability.
-
Shamim Rezaie authored
Added $viewfullnames property to the user_selector_base class so anyone using a child class of this class can let it know if user has viewfullnames capability or not.
-
Shamim Rezaie authored
Instruct fullname() to format names on the gradebook grader report with alternativefullnameformat when user has moodle/site:viewfullnames capability.
-