- 23 Oct, 2018 1 commit
-
-
Shamim Rezaie authored
This issue is part of the MDL-62560 Epic.
-
- 19 Oct, 2018 8 commits
-
-
Eloy Lafuente authored
-
-
Marina Glancy authored
-
AMOS Bot authored
-
-
-
-
-
- 18 Oct, 2018 30 commits
-
-
Mark Nelson authored
-
-
-
Jake Dallimore authored
- Assuming 1 would be a record that didn't exist. should be using 0. - Missing space before AND in sql in provider.
-
-
Jake Dallimore authored
This gets rid of specific repo functions which were unused, and makes sure the following methods are defined on the interface, implemented and tested: - exists_by($criteria) - find_by($criteria) - delete_by($crtieria) Also, added missing tests for find_favourite() repo method.
-
Juan Leyva authored
-
git://github.com/damyon/moodlejun authored
-
-
Damyon Wiese authored
A template can include itself - e.g. by looping over the context children and rendering a tree. Ensure this promise still resolves. Example: admin/tool/lp/templates/competencies_tree.mustache.
-
-
Jake Dallimore authored
-
-
-
Jake Dallimore authored
This was using a helper, but now we have the function in core to achieve the same thing, so use this instead.
-
Jake Dallimore authored
-
Jake Dallimore authored
Let's worry about reuse of the crud code later, when that requirement arises, so moved that into the ifavourite_repository interface, and then renamed it favourite_repository_interface.
-
Jake Dallimore authored
Now: user_favourite_service (singular) and service_factory
-
Jake Dallimore authored
Instead of favourites_repository we now have favourite_repository, which is more in line with other implementations of this pattern.
-
Jake Dallimore authored
This patch adds several things: - favourite entity class under local/entity - refactoring of repository and service to use the new class instead of stdClass. - update repository unit tests to use the object instead of stdClass. - update service_test so that the mock repo requires the object for the add operation. - remove unnecessary constructor from favourites_repository class.
-
Jake Dallimore authored
-
Jake Dallimore authored
-
Jake Dallimore authored
-
Jake Dallimore authored
-
Jake Dallimore authored
-
Jake Dallimore authored
-
AMOS Bot authored
-
Andrew Nicols authored
-
-
-
- 17 Oct, 2018 1 commit
-
-