- 24 Jan, 2017 2 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
-
- 23 Jan, 2017 2 commits
-
-
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 12 commits
-
-
Damyon Wiese authored
(and setters).
-
Damyon Wiese authored
Remove the magic getters and setters from persistent. They are deprecated only in the persistent class for competencies.
-
-
-
-
-
-
-
-
-
-
-
- 19 Jan, 2017 4 commits
-
-
Andrew Nicols authored
-
-
Andrew Nicols authored
-
Eloy Lafuente authored
This unit test is not really verifying that internally igbinary in being used but just igbinary availability and, by double serializing, that it works for a semi-complex object. The test will be skipped if igbinary is not available.
-
- 18 Jan, 2017 15 commits
-
-
-
Dan Poltawski authored
Sadly the js arguments object gives an arguments.length of 1 when no arguments are passed, so we have to explicitly check for it.
-
-
Rajesh Taneja authored
On Exiting scrom activity, it goes back to course and scrolls to section. On slow machines next step fails. To avoid such case navigate to home screen and then follow next step.
-
-
-
-
-
-
-
-
-
-
-
AMOS Bot authored
-
- 17 Jan, 2017 5 commits
-
-
-
-
-
-
Rajesh Taneja authored
-