forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix coalesce on postgres. * The edit icon's alt shows the HTML entities causing * enrol/tests/behat/add_to_group.feature Contains a '@doit' tag which I assume is there from testing. * group/classes/output/user_groups_editable.php ** Missing MOODLE_INTERNAL check. ** Unused variables context_system and moodle_exception. ** The PHPDocs for the constructors are wrong. ** export_for_template() returns an array, not stdClass (according to parent docs). ** Change moodle_exception to coding_exception at the beginning. * group/lib.php ** Missing docs for core_group_inplace_editable(). * user/classes/participants_table.php ** The docs for the class variables $groups, $course and $context need a '\' beforehand as they are in a namespace. ** I would prefer $this->context = $context; and $this->groups = ... to be done at the end of the constructor with the other class variable assignments. ** You could get rid of the class variable courseid if we are setting course and use $this->course->id instead. ** The function col_groups has @param \stdclass $row but it should be $data * lib/amd/src/form-autocomplete.js and lib/amd/src/inplace_editable.js ** Some issues here CiBot has pointed out. * lib/classes/output/inplace_editable.php ** @see should be on a new line.
- Loading branch information
Damyon Wiese
committed
Jul 12, 2017
1 parent
f746a07
commit f3ecea3
Showing
10 changed files
with
39 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters