moodle/lib/classes/output
Damyon Wiese f3ecea3af4 MDL-59368 groups: Peer review fixes
* 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.
2017-07-12 10:09:09 +08:00
..
chooser.php MDL-55797 output: Support form method in chooser 2016-09-23 10:55:17 +01:00
chooser_item.php MDL-55796 output: Add missing include to new chooser renderable 2016-09-23 10:55:15 +01:00
chooser_section.php MDL-55796 core_course: Convert course modchooser to templates 2016-09-23 10:55:15 +01:00
external.php MDL-57304 templates: Do not include comments via ajax 2017-05-31 09:09:53 +01:00
icon_system.php MDL-40759 icons: Peer review fixes (all minor) 2017-03-17 15:52:46 +08:00
icon_system_font.php MDL-40759 icons: Peer review fixes (all minor) 2017-03-17 15:52:46 +08:00
icon_system_fontawesome.php MDL-59368 groups: Add an explicit cancel button 2017-07-12 10:07:57 +08:00
icon_system_standard.php MDL-40759 icons: Peer review fixes (all minor) 2017-03-17 15:52:46 +08:00
inplace_editable.php MDL-59368 groups: Peer review fixes 2017-07-12 10:09:09 +08:00
mustache_filesystem_loader.php MDL-50085 templates: Minor fixes from peer review 2015-05-05 03:19:39 +02:00
mustache_javascript_helper.php MDL-59380 fragments: Include js from templates 2017-06-27 13:20:32 +08:00
mustache_pix_helper.php MDL-57445 core: allow context variables in pix helper 2017-04-03 11:35:37 +08:00
mustache_quote_helper.php MDL-52136 core: Add support for quoting variables in mustache helpers 2016-03-02 08:48:46 +08:00
mustache_shorten_text_helper.php MDL-57972 mustache: add shortentext template helper 2017-03-07 06:33:56 +00:00
mustache_string_helper.php MDL-52136 core: Add support for quoting variables in mustache helpers 2016-03-02 08:48:46 +08:00
mustache_template_finder.php MDL-52366 themes: check for templates in themedir 2016-12-16 13:32:08 +01:00
mustache_uniqid_helper.php
mustache_user_date_helper.php MDL-58239 core_output: fixed user date helper doc example 2017-04-03 11:37:06 +08:00
notification.php MDL-54164 notification: Add notification render to CLI renderer 2016-05-18 01:48:37 +00:00
url_rewriter.php MDL-28030 weblib: Added $CFG->urlrewriteclass in config.php 2016-02-11 20:44:25 +11:00