Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

This section shows php lint problems in the code detected by php -l [More info]


PHP coding style problems

(49 errors, 162 warnings)

This section shows the coding style problems detected in the code by phpcs [More info]

mod/tracker/ajax/service.php
(#152) File must end with a newline character
mod/tracker/backup/moodle1/lib.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/tracker/backup/moodle2/backup_tracker_activity_task.class.php
(#54) The static declaration must come after the visibility declaration
mod/tracker/backup/moodle2/backup_tracker_settingslib.php
(#23) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/tracker/backup/moodle2/backup_tracker_stepslib.php
(#24) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/tracker/backup/moodle2/restore_tracker_activity_task.class.php
(#51) The static declaration must come after the visibility declaration
(#65) The static declaration must come after the visibility declaration
(#80) The static declaration must come after the visibility declaration
(#100) The static declaration must come after the visibility declaration
mod/tracker/backup/moodle2/restore_tracker_stepslib.php
(#25) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/tracker/classes/event/course_module_edited.php
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#47) File must end with a newline character
mod/tracker/classes/event/course_module_instance_list_viewed.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/tracker/classes/event/course_module_viewed.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/tracker/classes/event/tracker_baseevent.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#81) The final declaration must precede the visibility declaration
mod/tracker/classes/event/tracker_issuecommented.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/tracker/classes/event/tracker_issuereported.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/tracker/classes/output/mod_tracker_admin_renderer.php
(#23) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#512) File must end with a newline character
mod/tracker/classes/output/mod_tracker_reports_renderer.php
(#23) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#425) File must end with a newline character
mod/tracker/classes/privacy/provider.php
(#22) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#355) File must end with a newline character
mod/tracker/classes/trackercategorytype/checkbox/checkbox.class.php
(#140) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
mod/tracker/classes/trackercategorytype/checkbox/tracker_element_checkbox_form.php
(#34) File must end with a newline character
mod/tracker/classes/trackercategorytype/dropdown/tracker_element_dropdown_form.php
(#35) File must end with a newline character
mod/tracker/classes/trackercategorytype/file/file.class.php
(#200) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
mod/tracker/classes/trackercategorytype/file/tracker_element_file_form.php
(#35) File must end with a newline character
mod/tracker/classes/trackercategorytype/radio/radio.class.php
(#129) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
mod/tracker/classes/trackercategorytype/radio/tracker_element_radio_form.php
(#36) File must end with a newline character
mod/tracker/classes/trackercategorytype/text/text.class.php
(#35) Possible useless method overriding detected
(#88) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
mod/tracker/classes/trackercategorytype/text/tracker_element_text_form.php
(#19) Inline doc block comments are not allowed; use "// Comment." instead
(#35) File must end with a newline character
mod/tracker/classes/trackercategorytype/textarea/textarea.class.php
(#58) Line exceeds 132 characters; contains 133 characters
mod/tracker/classes/trackercategorytype/textarea/tracker_element_textarea_form.php
(#35) File must end with a newline character
mod/tracker/classes/trackercategorytype/trackerelement.class.php
(#31) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#62) Line exceeds 132 characters; contains 143 characters
(#64) Line exceeds 132 characters; contains 135 characters
(#185) Line exceeds 132 characters; contains 146 characters
(#194) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#305) The static declaration must come after the visibility declaration
(#337) The static declaration must come after the visibility declaration
mod/tracker/comment.php
(#43) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#135) File must end with a newline character
mod/tracker/db/caches.php
(#30) File must end with a newline character
mod/tracker/db/upgrade.php
(#17) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#186) Line exceeds 132 characters; contains 135 characters
mod/tracker/editelement.php
(#49) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#112) File must end with a newline character
mod/tracker/externallib.php
(#192) File must end with a newline character
mod/tracker/forms/addaquery_form.php
(#83) File must end with a newline character
mod/tracker/forms/editwatch_form.php
(#86) File must end with a newline character
mod/tracker/forms/mypreferences_form.php
(#108) File must end with a newline character
mod/tracker/forms/reportissue_form.php
(#110) Line exceeds 132 characters; contains 136 characters
(#124) Line exceeds 132 characters; contains 139 characters
(#143) Line exceeds 132 characters; contains 145 characters
(#189) File must end with a newline character
mod/tracker/forms/tracker_element_form_base.php
(#63) File must end with a newline character
mod/tracker/index.php
(#31) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#91) Logical operator "or" is prohibited; use "||" instead
mod/tracker/lang/en/pro_additional_strings.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Inline comments must start with a capital letter, digit or 3-dots sequence
(#14) Inline comments must end in full-stops, exclamation marks, or question marks
mod/tracker/lang/en/tracker.php
(#74) Inline comments must start with a capital letter, digit or 3-dots sequence
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#136) Inline comments must start with a capital letter, digit or 3-dots sequence
(#137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#138) Inline comments must start with a capital letter, digit or 3-dots sequence
(#139) Inline comments must start with a capital letter, digit or 3-dots sequence
(#140) Inline comments must start with a capital letter, digit or 3-dots sequence
(#141) Inline comments must start with a capital letter, digit or 3-dots sequence
(#142) Inline comments must start with a capital letter, digit or 3-dots sequence
(#143) Inline comments must start with a capital letter, digit or 3-dots sequence
(#144) Inline comments must start with a capital letter, digit or 3-dots sequence
(#145) Inline comments must start with a capital letter, digit or 3-dots sequence
(#146) Inline comments must start with a capital letter, digit or 3-dots sequence
(#147) Inline comments must start with a capital letter, digit or 3-dots sequence
(#148) Inline comments must start with a capital letter, digit or 3-dots sequence
(#149) Inline comments must start with a capital letter, digit or 3-dots sequence
(#150) Inline comments must start with a capital letter, digit or 3-dots sequence
(#151) Inline comments must start with a capital letter, digit or 3-dots sequence
(#152) Inline comments must start with a capital letter, digit or 3-dots sequence
(#350) Inline comments must start with a capital letter, digit or 3-dots sequence
(#351) Inline comments must start with a capital letter, digit or 3-dots sequence
(#424) Inline comments must start with a capital letter, digit or 3-dots sequence
(#425) Inline comments must start with a capital letter, digit or 3-dots sequence
(#470) Inline comments must start with a capital letter, digit or 3-dots sequence
(#470) Inline comments must end in full-stops, exclamation marks, or question marks
(#826) File must end with a newline character
mod/tracker/lang/fr/pro_additional_strings.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Inline comments must start with a capital letter, digit or 3-dots sequence
(#14) Inline comments must end in full-stops, exclamation marks, or question marks
mod/tracker/lang/fr/tracker.php
(#17) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#133) Inline comments must start with a capital letter, digit or 3-dots sequence
(#134) Inline comments must start with a capital letter, digit or 3-dots sequence
(#135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#136) Inline comments must start with a capital letter, digit or 3-dots sequence
(#137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#138) Inline comments must start with a capital letter, digit or 3-dots sequence
(#139) Inline comments must start with a capital letter, digit or 3-dots sequence
(#140) Inline comments must start with a capital letter, digit or 3-dots sequence
(#141) Inline comments must start with a capital letter, digit or 3-dots sequence
(#142) Inline comments must start with a capital letter, digit or 3-dots sequence
(#143) Inline comments must start with a capital letter, digit or 3-dots sequence
(#144) Inline comments must start with a capital letter, digit or 3-dots sequence
(#145) Inline comments must start with a capital letter, digit or 3-dots sequence
(#146) Inline comments must start with a capital letter, digit or 3-dots sequence
(#147) Inline comments must start with a capital letter, digit or 3-dots sequence
(#148) Inline comments must start with a capital letter, digit or 3-dots sequence
(#149) Inline comments must start with a capital letter, digit or 3-dots sequence
(#297) Inline comments must start with a capital letter, digit or 3-dots sequence
(#298) Inline comments must start with a capital letter, digit or 3-dots sequence
(#372) Inline comments must start with a capital letter, digit or 3-dots sequence
(#373) Inline comments must start with a capital letter, digit or 3-dots sequence
(#421) Inline comments must start with a capital letter, digit or 3-dots sequence
(#421) Inline comments must end in full-stops, exclamation marks, or question marks
(#786) File must end with a newline character
mod/tracker/lib.php
(#59) Whitespace found at end of line
mod/tracker/listlib.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#129) File must end with a newline character
mod/tracker/locallib.php
(#59) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#62) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#65) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#69) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#72) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#75) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#126) Line exceeds 132 characters; contains 147 characters
(#686) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#689) Inline comments must start with a capital letter, digit or 3-dots sequence
(#689) Inline comments must end in full-stops, exclamation marks, or question marks
(#822) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1737) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1929) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2124) Logical operator "or" is prohibited; use "||" instead
(#2154) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2202) Line exceeds 132 characters; contains 136 characters
(#2356) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2356) Inline comments must end in full-stops, exclamation marks, or question marks
(#2356) This comment is 75% valid code; is this commented out code?
(#2537) File must end with a newline character
mod/tracker/mailtemplatelib.php
(#30) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/tracker/renderer.php
(#243) global $OUTPUT cannot be used in renderers. Use $this->output.
(#302) global $OUTPUT cannot be used in renderers. Use $this->output.
(#723) Inline comments must start with a capital letter, digit or 3-dots sequence
(#723) This comment is 65% valid code; is this commented out code?
(#797) Line exceeds 132 characters; contains 134 characters
(#797) Inline comments must start with a capital letter, digit or 3-dots sequence
(#797) This comment is 68% valid code; is this commented out code?
(#844) This comment is 69% valid code; is this commented out code?
(#892) Line exceeds 132 characters; contains 140 characters
(#1004) Line exceeds 132 characters; contains 151 characters
(#1034) Line exceeds 132 characters; contains 143 characters
(#1037) Line exceeds 132 characters; contains 174 characters
(#1065) Inline comments must end in full-stops, exclamation marks, or question marks
(#1077) Line exceeds 132 characters; contains 133 characters
(#1085) Line exceeds 132 characters; contains 137 characters
(#1361) File must end with a newline character
mod/tracker/reportissue.php
(#28) Inline comments must start with a capital letter, digit or 3-dots sequence
(#59) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#86) Line exceeds 132 characters; contains 139 characters
(#114) File must end with a newline character
mod/tracker/rpclib.php
(#41) Line exceeds 132 characters; contains 147 characters
mod/tracker/search_document.php
(#92) Line exceeds 132 characters; contains 163 characters
(#210) Logical operator "and" is prohibited; use "&&" instead
(#217) Inline comments must end in full-stops, exclamation marks, or question marks
(#244) Inline comments must start with a capital letter, digit or 3-dots sequence
(#262) File must end with a newline character
mod/tracker/settings.php
(#97) File must end with a newline character
mod/tracker/version.php
(#48) File must end with a newline character
mod/tracker/view.php
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#195) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#212) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#222) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#245) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#320) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
mod/tracker/views/admin.controller.php
(#175) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#205) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#279) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#425) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
mod/tracker/views/admin_summary.php
(#31) File must end with a newline character
mod/tracker/views/editanissue.php
(#63) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#124) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#134) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#154) File must end with a newline character
mod/tracker/views/mypreferences.php
(#70) File must end with a newline character
mod/tracker/views/myqueries.php
(#76) File must end with a newline character
mod/tracker/views/mywatches.php
(#86) Line exceeds 132 characters; contains 152 characters
(#91) Line exceeds 132 characters; contains 152 characters
mod/tracker/views/profile.controller.php
(#79) Line exceeds 132 characters; contains 136 characters
(#82) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#96) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
mod/tracker/views/view.controller.php
(#298) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#348) Line exceeds 132 characters; contains 138 characters
(#427) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#440) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#443) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#509) Line exceeds 132 characters; contains 138 characters
(#614) Inline comments must end in full-stops, exclamation marks, or question marks
(#674) File must end with a newline character
mod/tracker/views/viewanissue.php
(#174) Line exceeds 132 characters; contains 150 characters
mod/tracker/views/viewissuelist.php
(#46) File must end with a newline character

Javascript coding style problems

(7 errors, 18 warnings)

This section shows the coding style problems detected in the code by eslint [More info]

mod/tracker/amd/src/bootstrap-select.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
mod/tracker/amd/src/pro.js
(#34) Identifier 'check_product_key' is not in camel case. (camelcase)
(#81) Missing JSDoc @param "keypayload" declaration. (jsdoc/require-param)
(#81) Missing JSDoc @returns for function. (valid-jsdoc)
(#81) Missing JSDoc for parameter 'keypayload'. (valid-jsdoc)
mod/tracker/amd/src/tracker.js
(#3) Too many blank lines at the beginning of file. Max of 2 allowed. (no-multiple-empty-lines)
(#41) Unexpected space before function parentheses. (space-before-function-paren)
(#55) Unexpected space before function parentheses. (space-before-function-paren)
(#69) Unexpected space before function parentheses. (space-before-function-paren)
(#83) Unexpected space before function parentheses. (space-before-function-paren)
mod/tracker/amd/src/tracker_watches.js
(#16) Extra space after key 'updatewatch'. (key-spacing)
mod/tracker/amd/src/trackerlist.js
(#2) Expected space or tab after '/*' in comment. (spaced-comment)
(#17) Identifier 'load_change_form' is not in camel case. (camelcase)
(#42) Identifier 'submit_change_form' is not in camel case. (camelcase)
(#67) Identifier 'get_status_code' is not in camel case. (camelcase)
(#67) Unexpected space before function parentheses. (space-before-function-paren)
(#83) Identifier 'solve_issue' is not in camel case. (camelcase)
(#97) Identifier 'quick_find' is not in camel case. (camelcase)
mod/tracker/js/watchsview.js
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) 'updatewatch' is defined but never used. (no-unused-vars)
(#11) '$' is not defined. (no-undef)
(#11) 'data' is defined but never used. (no-unused-vars)
(#11) 'status' is defined but never used. (no-unused-vars)
(#14) '$' is not defined. (no-undef)
(#16) '$' is not defined. (no-undef)

CSS problems

(5 errors, 0 warnings)

This section shows CSS problems detected by stylelint [More info]

mod/tracker/styles.css
(#17) Expected single space before "{" (block-opening-brace-space-before)
(#237) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#260) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#336) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#11) Unexpected whitespace before ":" (declaration-colon-space-before)

PHPDocs style problems

(464 errors, 159 warnings)

This section shows the phpdocs problems detected in the code by local_moodlecheck [More info]

mod/tracker/ajax/service.php
(#19) Category mod is not valid
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/tracker/backup/moodle1/lib.php
(#21) Package mod is not valid
(#254) Function moodle1_mod_tracker_handler::on_tracker_elements_start is not documented
(#258) Function moodle1_mod_tracker_handler::on_tracker_elements_end is not documented
(#263) Function moodle1_mod_tracker_handler::process_tracker_element is not documented
(#278) Function moodle1_mod_tracker_handler::on_tracker_elementitems_start is not documented
(#283) Function moodle1_mod_tracker_handler::on_tracker_elementitems_end is not documented
(#289) Function moodle1_mod_tracker_handler::process_tracker_elementitem is not documented
(#304) Function moodle1_mod_tracker_handler::on_tracker_usedelements_start is not documented
(#308) Function moodle1_mod_tracker_handler::on_tracker_usedelements_end is not documented
(#313) Function moodle1_mod_tracker_handler::process_tracker_usedelement is not documented
(#324) Function moodle1_mod_tracker_handler::on_tracker_preferences_start is not documented
(#328) Function moodle1_mod_tracker_handler::on_tracker_preferences_end is not documented
(#333) Function moodle1_mod_tracker_handler::process_tracker_preference is not documented
(#338) Function moodle1_mod_tracker_handler::on_tracker_queries_start is not documented
(#342) Function moodle1_mod_tracker_handler::on_tracker_queries_end is not documented
(#347) Function moodle1_mod_tracker_handler::process_tracker_query is not documented
(#352) Function moodle1_mod_tracker_handler::on_tracker_dependancies_start is not documented
(#356) Function moodle1_mod_tracker_handler::on_tracker_dependancies_end is not documented
(#361) Function moodle1_mod_tracker_handler::process_tracker_dependancy is not documented
(#366) Function moodle1_mod_tracker_handler::on_tracker_issues_start is not documented
(#370) Function moodle1_mod_tracker_handler::on_tracker_issues_end is not documented
(#376) Function moodle1_mod_tracker_handler::process_tracker_issue is not documented
(#389) Function moodle1_mod_tracker_handler::on_tracker_attributes_start is not documented
(#394) Function moodle1_mod_tracker_handler::on_tracker_attributes_end is not documented
(#400) Function moodle1_mod_tracker_handler::process_tracker_attribute is not documented
(#414) Function moodle1_mod_tracker_handler::on_tracker_ccs_start is not documented
(#419) Function moodle1_mod_tracker_handler::on_tracker_ccs_end is not documented
(#425) Function moodle1_mod_tracker_handler::process_tracker_cc is not documented
(#439) Function moodle1_mod_tracker_handler::on_tracker_comments_start is not documented
(#444) Function moodle1_mod_tracker_handler::on_tracker_comments_end is not documented
(#450) Function moodle1_mod_tracker_handler::process_tracker_comment is not documented
(#464) Function moodle1_mod_tracker_handler::on_tracker_ownerships_start is not documented
(#469) Function moodle1_mod_tracker_handler::on_tracker_ownerships_end is not documented
(#475) Function moodle1_mod_tracker_handler::process_tracker_ownership is not documented
(#489) Function moodle1_mod_tracker_handler::on_tracker_statechanges_start is not documented
(#494) Function moodle1_mod_tracker_handler::on_tracker_statechanges_end is not documented
(#500) Function moodle1_mod_tracker_handler::process_tracker_statechange is not documented
(#17) No one-line description found in phpdocs for file
(#192) Phpdocs for function moodle1_mod_tracker_handler::process_tracker has incomplete parameters list
(#513) Phpdocs for function moodle1_mod_tracker_handler::flushtmp has incomplete parameters list
(#43) Inline phpdocs tag {@link convert_path} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#43) Inline phpdocs tag {@link convert_path} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
mod/tracker/backup/moodle2/backup_tracker_activity_task.class.php
(#17) No one-line description found in phpdocs for file
(#29) No one-line description found in phpdocs for class backup_tracker_activity_task
(#50) Phpdocs for function backup_tracker_activity_task::encode_content_links has incomplete parameters list
(#20) Inline phpdocs tag {@link } with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
mod/tracker/backup/moodle2/backup_tracker_settingslib.php
(#18) Package mod is not valid
(#17) No one-line description found in phpdocs for file
mod/tracker/backup/moodle2/backup_tracker_stepslib.php
(#31) Function backup_tracker_activity_structure_step::define_structure is not documented
mod/tracker/backup/moodle2/restore_tracker_activity_task.class.php
(#19) Category mod is not valid
(#17) No one-line description found in phpdocs for file
(#27) No one-line description found in phpdocs for class restore_tracker_activity_task
(#17) File-level phpdocs block does not have @copyright tag
(#76) Inline phpdocs tag {@link restore_logs_processor} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#78) Inline phpdocs tag {@link restore_log_rule} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#92) Inline phpdocs tag {@link restore_logs_processor} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#94) Inline phpdocs tag {@link restore_log_rule} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
mod/tracker/backup/moodle2/restore_tracker_stepslib.php
(#20) Package mod is not valid
(#32) Function restore_tracker_activity_structure_step::define_structure is not documented
(#63) Function restore_tracker_activity_structure_step::process_tracker is not documented
(#78) Function restore_tracker_activity_structure_step::after_execute is not documented
(#93) Function restore_tracker_activity_structure_step::process_tracker_element is not documented
(#106) Function restore_tracker_activity_structure_step::process_tracker_elementitem is not documented
(#119) Function restore_tracker_activity_structure_step::process_tracker_usedelement is not documented
(#142) Function restore_tracker_activity_structure_step::process_tracker_issue is not documented
(#163) Function restore_tracker_activity_structure_step::process_tracker_issueattribute is not documented
(#188) Function restore_tracker_activity_structure_step::process_tracker_issuecc is not documented
(#203) Function restore_tracker_activity_structure_step::process_tracker_issuecomment is not documented
(#222) Function restore_tracker_activity_structure_step::process_tracker_issuedependancy is not documented
(#236) Function restore_tracker_activity_structure_step::process_tracker_issueownership is not documented
(#251) Function restore_tracker_activity_structure_step::process_tracker_preferences is not documented
(#264) Function restore_tracker_activity_structure_step::process_tracker_query is not documented
(#277) Function restore_tracker_activity_structure_step::process_tracker_state_change is not documented
mod/tracker/classes/controller.class.php
(#19) Category mod is not valid
(#34) Class base_controller is not documented
(#68) Function base_controller::__construct is not documented
(#76) Function base_controller::receive is not documented
(#89) Function base_controller::process is not documented
(#36) Variable base_controller::$data is not documented
(#38) Phpdocs for variable base_controller::$received does not contain @var or incorrect
(#43) Phpdocs for variable base_controller::$done does not contain @var or incorrect
(#48) Phpdocs for variable base_controller::$tracker does not contain @var or incorrect
(#53) Phpdocs for variable base_controller::$cm does not contain @var or incorrect
(#58) Phpdocs for variable base_controller::$url does not contain @var or incorrect
(#63) Phpdocs for variable base_controller::$out does not contain @var or incorrect
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/tracker/classes/event/course_module_instance_list_viewed.php
(#29) Class course_module_instance_list_viewed is not documented
mod/tracker/classes/event/tracker_baseevent.php
(#81) Function tracker_baseevent::create_from_issue is not documented
(#34) Variable tracker_baseevent::$issueid is not documented
mod/tracker/classes/event/tracker_issuecommented.php
(#45) Function tracker_issuecommented::get_name is not documented
(#34) Variable tracker_issuecommented::$issueid is not documented
mod/tracker/classes/event/tracker_issuereported.php
(#45) Function tracker_issuereported::get_name is not documented
(#34) Variable tracker_issuereported::$issueid is not documented
mod/tracker/classes/output/mod_tracker_admin_renderer.php
(#19) Category mod is not valid
(#25) Class mod_tracker_admin_renderer is not documented
(#273) Function mod_tracker_admin_renderer::admin_elements is not documented
(#383) Function mod_tracker_admin_renderer::admin_elements_form is not documented
(#399) Function mod_tracker_admin_renderer::summary is not documented
(#27) Variable mod_tracker_admin_renderer::$tracker is not documented
(#28) Variable mod_tracker_admin_renderer::$cm is not documented
(#29) Variable mod_tracker_admin_renderer::$context is not documented
(#30) Variable mod_tracker_admin_renderer::$used is not documented
(#17) No one-line description found in phpdocs for file
(#34) Phpdocs for function mod_tracker_admin_renderer::init has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
mod/tracker/classes/output/mod_tracker_reports_renderer.php
(#19) Category mod is not valid
(#25) Class mod_tracker_reports_renderer is not documented
(#37) Function mod_tracker_reports_renderer::init is not documented
(#66) Function mod_tracker_reports_renderer::counters is not documented
(#86) Function mod_tracker_reports_renderer::evolution is not documented
(#148) Function mod_tracker_reports_renderer::count_by_month is not documented
(#204) Function mod_tracker_reports_renderer::count_new is not documented
(#230) Function mod_tracker_reports_renderer::progress_trends is not documented
(#301) Function mod_tracker_reports_renderer::status_stats is not documented
(#339) Function mod_tracker_reports_renderer::count_by_states is not documented
(#372) Function mod_tracker_reports_renderer::count_by_assignee is not documented
(#401) Function mod_tracker_reports_renderer::count_by_reporter is not documented
(#27) Variable mod_tracker_reports_renderer::$tracker is not documented
(#28) Variable mod_tracker_reports_renderer::$context is not documented
(#29) Variable mod_tracker_reports_renderer::$statuscodes is not documented
(#30) Variable mod_tracker_reports_renderer::$statuskeys is not documented
(#31) Variable mod_tracker_reports_renderer::$dateiter is not documented
(#32) Variable mod_tracker_reports_renderer::$ticketsbymonth is not documented
(#33) Variable mod_tracker_reports_renderer::$ticketsprogressbymonth is not documented
(#34) Variable mod_tracker_reports_renderer::$lowest is not documented
(#35) Variable mod_tracker_reports_renderer::$highest is not documented
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
mod/tracker/classes/privacy/provider.php
(#24) Package is not specified for class provider. It is also not specified in file-level phpdocs
(#24) Class provider is not documented
(#26) Function provider::get_metadata is not documented
(#292) Function provider::delete_data_for_all_users_in_context is not documented
(#319) Function provider::delete_data_for_user is not documented
mod/tracker/classes/trackercategorytype/checkbox/checkbox.class.php
(#18) Package tracker is not valid
(#33) Class checkboxelement is not documented
(#37) Function checkboxelement::__construct is not documented
(#43) Function checkboxelement::edit is not documented
(#68) Function checkboxelement::view is not documented
(#81) Function checkboxelement::add_form_element is not documented
(#92) Function checkboxelement::set_data is not documented
(#112) Function checkboxelement::form_process is not documented
(#147) Function checkboxelement::type_has_options is not documented
(#35) Variable checkboxelement::$spacer is not documented
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#20) Invalid phpdocs tag @review used
mod/tracker/classes/trackercategorytype/checkbox/tracker_element_checkbox_form.php
(#19) Category mod is not valid
(#28) Class tracker_element_checkbox_form is not documented
(#30) Function tracker_element_checkbox_form::definition is not documented
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/tracker/classes/trackercategorytype/dropdown/dropdown.class.php
(#18) Package tracker is not valid
(#33) Class dropdownelement is not documented
(#37) Function dropdownelement::__construct is not documented
(#42) Function dropdownelement::view is not documented
(#59) Function dropdownelement::edit is not documented
(#74) Function dropdownelement::add_form_element is not documented
(#88) Function dropdownelement::set_data is not documented
(#116) Function dropdownelement::form_process is not documented
(#150) Function dropdownelement::type_has_options is not documented
(#35) Variable dropdownelement::$multiple is not documented
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#20) Invalid phpdocs tag @review used
mod/tracker/classes/trackercategorytype/dropdown/tracker_element_dropdown_form.php
(#19) Category mod is not valid
(#28) Class tracker_element_dropdown_form is not documented
(#30) Function tracker_element_dropdown_form::definition is not documented
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/tracker/classes/trackercategorytype/file/file.class.php
(#18) Package tracker is not valid
(#34) Class fileelement is not documented
(#38) Function fileelement::__construct is not documented
(#52) Function fileelement::view is not documented
(#96) Function fileelement::edit is not documented
(#151) Function fileelement::add_form_element is not documented
(#159) Function fileelement::set_data is not documented
(#36) Variable fileelement::$filemanageroptions is not documented
(#180) Phpdocs for function fileelement::form_process has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#20) Invalid phpdocs tag @review used
mod/tracker/classes/trackercategorytype/file/tracker_element_file_form.php
(#19) Category mod is not valid
(#28) Class tracker_element_file_form is not documented
(#30) Function tracker_element_file_form::definition is not documented
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/tracker/classes/trackercategorytype/radio/radio.class.php
(#18) Package tracker is not valid
(#33) Class radioelement is not documented
(#35) Function radioelement::__construct is not documented
(#40) Function radioelement::view is not documented
(#51) Function radioelement::edit is not documented
(#74) Function radioelement::options_sep is not documented
(#78) Function radioelement::add_form_element is not documented
(#92) Function radioelement::set_data is not documented
(#110) Function radioelement::form_process is not documented
(#136) Function radioelement::type_has_options is not documented
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#20) Invalid phpdocs tag @review used
mod/tracker/classes/trackercategorytype/radio/tracker_element_radio_form.php
(#19) Category mod is not valid
(#30) Class tracker_element_radio_form is not documented
(#32) Function tracker_element_radio_form::definition is not documented
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/tracker/classes/trackercategorytype/text/text.class.php
(#18) Package tracker is not valid
(#33) Class textelement is not documented
(#35) Function textelement::__construct is not documented
(#39) Function textelement::view is not documented
(#44) Function textelement::edit is not documented
(#53) Function textelement::add_form_element is not documented
(#62) Phpdocs for function textelement::form_process has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#20) Invalid phpdocs tag @review used
mod/tracker/classes/trackercategorytype/text/tracker_element_text_form.php
(#28) Package is not specified for class tracker_element_text_form. It is also not specified in file-level phpdocs
(#21) Category mod is not valid
(#28) Class tracker_element_text_form is not documented
(#30) Function tracker_element_text_form::definition is not documented
mod/tracker/classes/trackercategorytype/textarea/textarea.class.php
(#18) Package tracker is not valid
(#32) Class textareaelement is not documented
(#34) Function textareaelement::edit is not documented
(#41) Function textareaelement::view_search is not documented
(#45) Function textareaelement::view_query is not documented
(#56) Function textareaelement::add_form_element is not documented
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#20) Invalid phpdocs tag @review used
mod/tracker/classes/trackercategorytype/textarea/tracker_element_textarea_form.php
(#19) Category mod is not valid
(#28) Class tracker_element_textarea_form is not documented
(#30) Function tracker_element_textarea_form::definition is not documented
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/tracker/classes/trackercategorytype/trackerelement.class.php
(#19) Category mod is not valid
(#33) Class trackerelement is not documented
(#221) Function trackerelement::view_search is not documented
(#225) Function trackerelement::view_query is not documented
(#278) Function trackerelement::set_data is not documented
(#297) Function trackerelement::form_process is not documented
(#35) Variable trackerelement::$id is not documented
(#36) Variable trackerelement::$course is not documented
(#37) Variable trackerelement::$usedid is not documented
(#38) Variable trackerelement::$name is not documented
(#39) Variable trackerelement::$description is not documented
(#40) Variable trackerelement::$format is not documented
(#41) Variable trackerelement::$type is not documented
(#42) Variable trackerelement::$sortorder is not documented
(#43) Variable trackerelement::$maxorder is not documented
(#44) Variable trackerelement::$value is not documented
(#45) Variable trackerelement::$options is not documented
(#46) Variable trackerelement::$tracker is not documented
(#47) Variable trackerelement::$active is not documented
(#48) Variable trackerelement::$private is not documented
(#49) Variable trackerelement::$mandatory is not documented
(#50) Variable trackerelement::$listable is not documented
(#51) Variable trackerelement::$canbemodifiedby is not documented
(#52) Variable trackerelement::$context is not documented
(#53) Variable trackerelement::$paramint1 is not documented
(#54) Variable trackerelement::$paramint2 is not documented
(#55) Variable trackerelement::$paramchar1 is not documented
(#56) Variable trackerelement::$paramchar2 is not documented
(#17) No one-line description found in phpdocs for file
(#104) Phpdocs for function trackerelement::__get has incomplete parameters list
(#118) Phpdocs for function trackerelement::__set has incomplete parameters list
(#147) Phpdocs for function trackerelement::get_option has incomplete parameters list
(#198) Phpdocs for function trackerelement::get_value has incomplete parameters list
(#229) Phpdocs for function trackerelement::find_instance has incomplete parameters list
(#261) Phpdocs for function trackerelement::edit has incomplete parameters list
(#287) Phpdocs for function trackerelement::view has incomplete parameters list
(#292) Phpdocs for function trackerelement::add_form_element has incomplete parameters list
(#299) Phpdocs for function trackerelement::find_instance_by_usedid has incomplete parameters list
(#331) Phpdocs for function trackerelement::find_instance_by_id has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/tracker/comment.php
(#19) Category mod is not valid
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/tracker/db/access.php
(#19) Category mod is not valid
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/tracker/db/caches.php
(#19) Category mod is not valid
(#17) No one-line description found in phpdocs for file
mod/tracker/db/mnet.php
(#21) Package mod is not valid
mod/tracker/db/upgrade.php
(#19) Package is not specified for function xmldb_tracker_upgrade. It is also not specified in file-level phpdocs
(#17) File-level phpdocs block is not found
(#19) Function xmldb_tracker_upgrade is not documented
mod/tracker/editelement.php
(#19) Category mod is not valid
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/tracker/externallib.php
(#23) Category mod is not valid
(#30) Class mod_tracker_external is not documented
(#32) Function mod_tracker_external::get_instances_parameters is not documented
(#46) Function mod_tracker_external::get_instances is not documented
(#55) Function mod_tracker_external::get_instances_returns is not documented
(#64) Function mod_tracker_external::get_infos is not documented
(#68) Function mod_tracker_external::get_infos_parameters is not documented
(#79) Function mod_tracker_external::get_infos_returns is not documented
(#83) Function mod_tracker_external::post_issue_parameters is not documented
(#137) Function mod_tracker_external::post_issue_returns is not documented
(#141) Function mod_tracker_external::add_subtracker_parameters is not documented
(#160) Function mod_tracker_external::add_subtracker is not documented
(#163) Function mod_tracker_external::add_subtracker_returns is not documented
(#167) Function mod_tracker_external::remove_subtracker_parameters is not documented
(#186) Function mod_tracker_external::remove_subtracker is not documented
(#189) Function mod_tracker_external::remove_subtracker_returns is not documented
(#17) No one-line description found in phpdocs for file
(#120) There is no description in phpdocs for function post_issue
(#120) Phpdocs for function mod_tracker_external::post_issue has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/tracker/forms/addaquery_form.php
(#19) Category mod is not valid
(#28) Class add_query_form is not documented
(#30) Function add_query_form::definition is not documented
(#78) Function add_query_form::validation is not documented
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/tracker/forms/addcomment_form.php
(#19) Category mod is not valid
(#27) Class addedit_comment_form is not documented
(#31) Function addedit_comment_form::definition is not documented
(#60) Function addedit_comment_form::set_data is not documented
(#29) Variable addedit_comment_form::$editoroptions is not documented
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
mod/tracker/forms/editwatch_form.php
(#19) Category mod is not valid
(#28) Class edit_watch_form is not documented
(#30) Function edit_watch_form::definition is not documented
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/tracker/forms/mypreferences_form.php
(#19) Category mod is not valid
(#28) Class my_preferences_form is not documented
(#30) Function my_preferences_form::definition is not documented
(#73) Function my_preferences_form::set_data is not documented
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/tracker/forms/reportissue_form.php
(#19) Category mod is not valid
(#26) Class TrackerIssueForm is not documented
(#154) Function TrackerIssueForm::set_data is not documented
(#176) Function TrackerIssueForm::validate is not documented
(#17) No one-line description found in phpdocs for file
(#28) Phpdocs for variable TrackerIssueForm::$elements does not contain @var or incorrect
(#33) Phpdocs for variable TrackerIssueForm::$editoroptions does not contain @var or incorrect
(#38) Phpdocs for variable TrackerIssueForm::$context does not contain @var or incorrect
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/tracker/forms/search_form.php
(#18) Package mod-tracker is not valid
(#19) Category mod is not valid
(#29) Class search_form is not documented
(#31) Function search_form::definition is not documented
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#21) Not recommended phpdocs tag @version used
mod/tracker/forms/tracker_element_form_base.php
(#21) Category mod is not valid
(#32) Class tracker_moodle_form is not documented
(#34) Function tracker_moodle_form::start_form is not documented
(#55) Function tracker_moodle_form::end_form is not documented
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/tracker/index.php
(#19) Category mod is not valid
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/tracker/lang/en/pro_additional_strings.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/tracker/lang/en/tracker.php
(#17) File-level phpdocs block is not found
mod/tracker/lang/fr/pro_additional_strings.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/tracker/lang/fr/tracker.php
(#18) File-level phpdocs block is not found
mod/tracker/lib.php
(#19) Category mod is not valid
(#500) Function tracker_scale_used is not documented
(#591) Function mod_tracker_pluginfile is not documented
(#632) Function tracker_preset_states is not documented
(#648) Function tracker_preset_params is not documented
(#449) There is no description in phpdocs for function tracker_scale_used_anywhere
(#506) There is no description in phpdocs for function tracker_install
(#33) Phpdocs for function tracker_supports_feature has incomplete parameters list
(#198) Phpdocs for function tracker_update_instance has incomplete parameters list
(#234) Phpdocs for function tracker_delete_instance has incomplete parameters list
(#271) Phpdocs for function tracker_user_outline has incomplete parameters list
(#283) Phpdocs for function tracker_user_complete has incomplete parameters list
(#292) Phpdocs for function tracker_print_recent_activity has incomplete parameters list
(#436) Phpdocs for function tracker_grades has incomplete parameters list
(#449) Phpdocs for function tracker_scale_used_anywhere has incomplete parameters list
(#456) Phpdocs for function tracker_get_participants has incomplete parameters list
(#622) Phpdocs for function tracker_clear_role_overrides has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/tracker/listlib.php
(#20) Package block_course_ascendants is not valid
(#21) Category blocks is not valid
(#29) Class datalist is not documented
(#39) Function datalist::__construct is not documented
(#46) Function datalist::up is not documented
(#65) Function datalist::down is not documented
(#88) Function datalist::last_order is not documented
(#97) Function datalist::remove is not documented
(#31) Variable datalist::$table is not documented
(#33) Variable datalist::$itemidfield is not documented
(#35) Variable datalist::$orderfield is not documented
(#37) Variable datalist::$context is not documented
(#119) Phpdocs for function datalist::add_context has incomplete parameters list
mod/tracker/locallib.php
(#19) Category mod is not valid
(#54) Function tracker_get_context is not documented
(#82) Function tracker_get_controller is not documented
(#96) Function tracker_requires is not documented
(#106) Function tracker_get_role_definition is not documented
(#751) Function tracker_get_issues is not documented
(#1838) Function tracker_get_stats is not documented
(#2046) Function date_iterator::__construct is not documented
(#2053) Function date_iterator::reset is not documented
(#2058) Function date_iterator::next is not documented
(#2066) Function date_iterator::current is not documented
(#2070) Function date_iterator::getyear is not documented
(#2074) Function date_iterator::getmonth is not documented
(#2078) Function date_iterator::getiterations is not documented
(#2364) Function tracker_get_statuscodes is not documented
(#2533) Function tracker_has_dependancies is not documented
(#2041) Variable date_iterator::$inityear is not documented
(#2042) Variable date_iterator::$initmonth is not documented
(#2043) Variable date_iterator::$year is not documented
(#2044) Variable date_iterator::$month is not documented
(#2387) There is no description in phpdocs for function tracker_resolve_view
(#2408) There is no description in phpdocs for function tracker_resolve_screen
(#2506) There is no description in phpdocs for function tracker_has_assigned
(#231) Phpdocs for function tracker_loadelementsused has incomplete parameters list
(#272) Phpdocs for function tracker_getelementsused_by_name has incomplete parameters list
(#318) Phpdocs for function tracker_printelements has incomplete parameters list
(#369) Phpdocs for function tracker_getnumissuesreported has incomplete parameters list
(#540) Phpdocs for function tracker_submitanissue has incomplete parameters list
(#703) Phpdocs for function print_error_class has incomplete parameters list
(#949) Phpdocs for function tracker_get_subtree_list has incomplete parameters list
(#972) Phpdocs for function tracker_get_children has incomplete parameters list
(#1026) Phpdocs for function tracker_getwatches has incomplete parameters list
(#1057) Phpdocs for function tracker_notify_raiserequest has incomplete parameters list
(#1601) Phpdocs for function tracker_notifyccs_comment has incomplete parameters list
(#1669) Phpdocs for function tracker_get_unregister_urls has incomplete parameters list
(#1713) Phpdocs for function tracker_print_transfer_link has incomplete parameters list
(#1746) Phpdocs for function tracker_display_elementmatch has incomplete parameters list
(#1911) Phpdocs for function tracker_backtrack_stats_by_month has incomplete parameters list
(#1997) Phpdocs for function tracker_get_stats_by_user has incomplete parameters list
(#2099) Phpdocs for function tracker_print_direct_editor has incomplete parameters list
(#2379) Phpdocs for function tracker_ror has incomplete parameters list
(#2387) Phpdocs for function tracker_resolve_view has incomplete parameters list
(#2408) Phpdocs for function tracker_resolve_screen has incomplete parameters list
(#2458) Phpdocs for function tracker_can_edit has incomplete parameters list
(#2481) Phpdocs for function tracker_can_workon has incomplete parameters list
(#2506) Phpdocs for function tracker_has_assigned has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/tracker/mailtemplatelib.php
(#25) Category mod is not valid
(#17) No one-line description found in phpdocs for file
(#34) Phpdocs for function tracker_compile_mail_template has incomplete parameters list
(#55) Phpdocs for function tracker_get_mail_template has incomplete parameters list
mod/tracker/mod_form.php
(#21) Category mod is not valid
(#34) Function mod_tracker_mod_form::definition is not documented
(#159) Function mod_tracker_mod_form::set_data is not documented
(#200) Function mod_tracker_mod_form::definition_after_data is not documented
(#204) Function mod_tracker_mod_form::validation is not documented
(#17) File-level phpdocs block does not have @copyright tag
mod/tracker/renderer.php
(#19) Category mod is not valid
(#133) Function mod_tracker_renderer::edit_link is not documented
(#150) Function mod_tracker_renderer::remote_link is not documented
(#170) Function mod_tracker_renderer::issue_attributes is not documented
(#202) Function mod_tracker_renderer::resolution is not documented
(#210) Function mod_tracker_renderer::distribution_form is not documented
(#305) Function mod_tracker_renderer::dependencies is not documented
(#317) Function mod_tracker_renderer::children is not documented
(#344) Function mod_tracker_renderer::parents is not documented
(#402) Function mod_tracker_renderer::ccs is not documented
(#455) Function mod_tracker_renderer::history is not documented
(#500) Function mod_tracker_renderer::tabs is not documented
(#708) Function mod_tracker_renderer::edit_option_form is not documented
(#732) Function mod_tracker_renderer::option_list_view is not documented
(#804) Function mod_tracker_renderer::issue_js_init is not documented
(#819) Function mod_tracker_renderer::status_listform_part is not documented
(#851) Function mod_tracker_renderer::assignedto_listform_part is not documented
(#878) Function mod_tracker_renderer::controls_listform_part is not documented
(#912) Function mod_tracker_renderer::prioritycontrols_listform_part is not documented
(#956) Function mod_tracker_renderer::list_edit_form is not documented
(#1047) Function mod_tracker_renderer::select is not documented
(#1136) Function mod_tracker_renderer::last_comment is not documented
(#1288) Function mod_tracker_renderer::sorticons is not documented
(#33) Variable mod_tracker_renderer::$mustache is not documented
(#17) No one-line description found in phpdocs for file
(#35) Phpdocs for function mod_tracker_renderer::core_issue has incomplete parameters list
(#240) Phpdocs for function mod_tracker_renderer::comments has incomplete parameters list
(#1120) Phpdocs for function mod_tracker_renderer::select_option has incomplete parameters list
(#1152) Phpdocs for function mod_tracker_renderer::issuelist has incomplete parameters list
(#1321) Phpdocs for function mod_tracker_renderer::render_from_template has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @date used
mod/tracker/report/evolution.php
(#19) Category mod is not valid
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/tracker/report/status.php
(#21) Category mod is not valid
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/tracker/reportissue.php
(#19) Category mod is not valid
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/tracker/rpclib.php
(#19) Category mod is not valid
(#33) Function debug_trace is not documented
(#17) No one-line description found in phpdocs for file
(#63) Phpdocs for function tracker_rpc_check has incomplete parameters list
(#191) Phpdocs for function tracker_rpc_post_issue has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @date used
mod/tracker/search_document.php
(#20) Package mod_sharedresource is not valid
(#21) Category mod is not valid
(#82) Class tracker_document_wrapper is not documented
(#50) Phpdocs for function TrackerIssueSearchDocument::__construct has incomplete parameters list
(#87) Phpdocs for function tracker_document_wrapper::make_link has incomplete parameters list
(#106) Phpdocs for function tracker_document_wrapper::get_content_for_index has incomplete parameters list
(#141) Phpdocs for function tracker_document_wrapper::single_document has incomplete parameters list
(#187) Phpdocs for function tracker_document_wrapper::check_text_access has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
mod/tracker/settings.php
(#19) Category mod is not valid
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
mod/tracker/version.php
(#21) Category mod is not valid
mod/tracker/view.php
(#19) Category mod is not valid
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @license tag
(#22) Invalid phpdocs tag @date used
mod/tracker/views/admin.controller.php
(#18) Package mod-tracker is not valid
(#19) Category mod is not valid
(#52) Class admin_controller is not documented
(#54) Function admin_controller::receive is not documented
(#149) Function admin_controller::process is not documented
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @date used
(#25) Invalid phpdocs tag @usecase used
(#25) Invalid phpdocs tag @usecase used
(#25) Invalid phpdocs tag @usecase used
(#25) Invalid phpdocs tag @usecase used
(#25) Invalid phpdocs tag @usecase used
(#25) Invalid phpdocs tag @usecase used
(#25) Invalid phpdocs tag @usecase used
(#25) Invalid phpdocs tag @usecase used
(#25) Invalid phpdocs tag @usecase used
(#25) Invalid phpdocs tag @usecase used
(#25) Invalid phpdocs tag @usecase used
(#25) Invalid phpdocs tag @usecase used
(#25) Invalid phpdocs tag @usecase used
(#25) Invalid phpdocs tag @usecase used
(#25) Invalid phpdocs tag @usecase used
(#25) Invalid phpdocs tag @usecase used
(#25) Invalid phpdocs tag @usecase used
mod/tracker/views/admin_manageelements.php
(#18) Package mod-tracker is not valid
(#19) Category mod is not valid
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @date used
mod/tracker/views/admin_summary.php
(#19) Category mod is not valid
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/tracker/views/editanissue.php
(#19) Category mod is not valid
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/tracker/views/mypreferences.php
(#19) Category mod is not valid
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @date used
mod/tracker/views/myqueries.php
(#20) Category mod is not valid
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/tracker/views/mywatches.php
(#19) Category mod is not valid
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/tracker/views/profile.controller.php
(#19) Category mod is not valid
(#36) Class profile_controller is not documented
(#38) Function profile_controller::receive is not documented
(#60) Function profile_controller::process is not documented
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#24) Invalid phpdocs tag @usecase used
(#24) Invalid phpdocs tag @usecase used
(#24) Invalid phpdocs tag @usecase used
(#24) Invalid phpdocs tag @usecase used
(#24) Invalid phpdocs tag @usecase used
mod/tracker/views/profile.php
(#19) Category mod is not valid
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/tracker/views/view.controller.php
(#18) Package mod-tracker is not valid
(#19) Category mod is not valid
(#45) Class view_controller is not documented
(#47) Function view_controller::receive is not documented
(#125) Function view_controller::process is not documented
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @date used
(#25) Invalid phpdocs tag @usecase used
(#25) Invalid phpdocs tag @usecase used
(#25) Invalid phpdocs tag @usecase used
(#25) Invalid phpdocs tag @usecase used
(#25) Invalid phpdocs tag @usecase used
(#25) Invalid phpdocs tag @usecase used
(#25) Invalid phpdocs tag @usecase used
(#25) Invalid phpdocs tag @usecase used
(#25) Invalid phpdocs tag @usecase used
mod/tracker/views/viewanissue.php
(#18) Package mod-tracker is not valid
(#19) Category mod is not valid
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/tracker/views/viewissuelist.php
(#19) Category mod is not valid
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @date used

Update savepoints problems

(0 errors, 0 warnings)

This section shows problems detected with the handling of upgrade savepoints [More info]


Third party library modification problems

(0 errors, 0 warnings)

This section shows problems detected with the modification of third party libraries [More info]


grunt changes

(1 errors, 1 warnings)

This section shows files built by grunt and not commited [More info]

Problems running grunt
Task "stylelint:css" failed. Use --force to continue.

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(1 errors, 118 warnings)

This section shows problems detected in mustache templates [More info]

mod/tracker/templates/admin.mustache
(#1) Example context missing (@template section not found.)
mod/tracker/templates/adminelementform.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 6: Bad value “” for attribute “action” on element “form”: Must be non-empty. (tform --><form name="addelement" method="post" action=""> <)
(#1) HTML Validation error, line 10: The “width” attribute on the “table” element is obsolete. Use CSS instead. (t" /> <table width="100%"> )
(#1) HTML Validation error, line 12: The “valign” attribute on the “td” element is obsolete. Use CSS instead. ( <tr> <td valign="top"> )
(#1) HTML Validation error, line 16: The “valign” attribute on the “td” element is obsolete. Use CSS instead. ( </td> <td valign="top"> )
mod/tracker/templates/ccs.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 6: Stray start tag “tr”. (- ccs --><tr> <)
(#1) HTML Validation error, line 7: Stray start tag “td”. (<tr> <td colspan="4" width="100%" class="tracker-ccs"> )
(#1) HTML Validation info, line 9: Empty heading. ( <h2></h2>)
(#1) HTML Validation error, line 13: Stray end tag “td”. (/div> </td></tr>)
(#1) HTML Validation error, line 14: Stray end tag “tr”. ( </td></tr><!-- )
mod/tracker/templates/comments.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 5: Stray start tag “tr”. (ments --><tr> <)
(#1) HTML Validation error, line 6: Stray start tag “td”. (<tr> <td colspan="4"> )
(#1) HTML Validation error, line 8: The “width” attribute on the “table” element is obsolete. Use CSS instead. (> <table width="100%"> )
(#1) HTML Validation error, line 11: Stray end tag “td”. (/div> </td></tr>)
(#1) HTML Validation error, line 12: Stray end tag “tr”. ( </td></tr><!-- )
mod/tracker/templates/coreissue.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 3: Stray start tag “tr”. (e --> <tr valign="top"> )
(#1) HTML Validation error, line 4: Stray start tag “td”. (> <td colspan="4" align="left" class="tracker-issue-summary"> )
(#1) HTML Validation error, line 6: Stray end tag “td”. ( </td> <)
(#1) HTML Validation error, line 7: Stray end tag “tr”. (</td> </tr> )
(#1) HTML Validation error, line 11: Stray start tag “tr”. (r> <tr valign="top"> )
(#1) HTML Validation error, line 12: Stray start tag “td”. (> <td align="right" width="25%" class="tracker-issue-param"> )
(#1) HTML Validation error, line 14: Stray end tag “td”. (> </td> )
(#1) HTML Validation error, line 16: Stray start tag “td”. ( <td width="25%" class="tracker-issue-value"> )
(#1) HTML Validation error, line 18: Stray end tag “td”. ( </td> )
(#1) HTML Validation error, line 20: Stray start tag “td”. ( <td align="right" width="25%" class="tracker-issue-param" > )
(#1) HTML Validation error, line 22: Stray end tag “td”. (> </td> )
(#1) HTML Validation error, line 24: Stray start tag “td”. ( <td width="25%" class="status- tracker-issue-value"> )
(#1) HTML Validation error, line 26: Stray end tag “td”. (> </td> <)
(#1) HTML Validation error, line 27: Stray end tag “tr”. (</td> </tr> )
(#1) HTML Validation error, line 29: Stray start tag “tr”. (/tr> <tr valign="top"> )
(#1) HTML Validation error, line 30: Stray start tag “td”. (> <td align="right" width="25%" class="tracker-issue-param"> )
(#1) HTML Validation error, line 32: Stray end tag “td”. (> </td> )
(#1) HTML Validation error, line 34: Stray start tag “td”. ( <td width="25%" class="tracker-issue-value"> )
(#1) HTML Validation error, line 36: Stray end tag “td”. ( </td> )
(#1) HTML Validation error, line 38: Stray start tag “td”. ( <td align="right" width="25%" class="tracker-issue-param" > )
(#1) HTML Validation error, line 40: Stray end tag “td”. (> </td> )
(#1) HTML Validation error, line 42: Stray start tag “td”. ( <td width="25%" class="tracker-issue-value"> )
(#1) HTML Validation error, line 44: Stray end tag “td”. ( </td> <)
(#1) HTML Validation error, line 45: Stray end tag “tr”. (</td> </tr> )
(#1) HTML Validation error, line 47: Stray start tag “tr”. (/tr> <tr valign="top"> )
(#1) HTML Validation error, line 49: Stray start tag “td”. ( <td align="right" width="25%" class="tracker-issue-param"> )
(#1) HTML Validation error, line 51: Stray end tag “td”. (> </td> )
(#1) HTML Validation error, line 53: Stray start tag “td”. ( <td width="25%" class="tracker-issue-value"> )
(#1) HTML Validation error, line 55: Stray end tag “td”. ( </td> )
(#1) HTML Validation error, line 57: Stray start tag “td”. ( <td align="right" width="25%" class="tracker-issue-param"> )
(#1) HTML Validation error, line 59: Stray end tag “td”. (> </td> )
(#1) HTML Validation error, line 61: Stray start tag “td”. ( <td width="25%" class="tracker-issue-value"> )
(#1) HTML Validation error, line 63: Stray end tag “td”. ( </td> <)
(#1) HTML Validation error, line 64: Stray end tag “tr”. (</td> </tr> )
(#1) HTML Validation error, line 66: Stray start tag “tr”. (/tr> <tr valign="top"> )
(#1) HTML Validation error, line 67: Stray start tag “td”. (> <td align="right" width="25%" class="tracker-issue-param"> )
(#1) HTML Validation error, line 69: Stray end tag “td”. (> </td> )
(#1) HTML Validation error, line 71: Stray start tag “td”. ( <td align="left" colspan="3" width="75%" class="tracker-issue-value"> )
(#1) HTML Validation error, line 73: Stray end tag “td”. ( </td> <)
(#1) HTML Validation error, line 74: Stray end tag “tr”. (</td> </tr><!-- )
mod/tracker/templates/dependencies.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 6: Stray start tag “tr”. (ncies --><tr> <)
(#1) HTML Validation error, line 7: Stray start tag “td”. (<tr> <td colspan="4" width="100%"> )
(#1) HTML Validation error, line 10: The “center” element is obsolete. Use CSS instead. (> <center> )
(#1) HTML Validation error, line 13: The “align” attribute on the “td” element is obsolete. Use CSS instead. ( <tr> <td align="left" style="white-space : nowrap"> )
(#1) HTML Validation error, line 28: Stray end tag “td”. (/div> </td></tr>)
(#1) HTML Validation error, line 29: Stray end tag “tr”. ( </td></tr><!-- )
mod/tracker/templates/distribution_form.mustache
(#1) Example context missing (@template section not found.)
mod/tracker/templates/editlink.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 3: Stray start tag “tr”. (ody> <tr> )
(#1) HTML Validation error, line 4: Stray start tag “td”. (> <td colspan="4" align="right"> )
(#1) HTML Validation error, line 5: Bad value “” for attribute “action” on element “form”: Must be non-empty. ( <form method="post" action=""> )
(#1) HTML Validation error, line 12: Stray end tag “td”. (> </td> <)
(#1) HTML Validation error, line 13: Stray end tag “tr”. (</td> </tr></bo)
mod/tracker/templates/editoptionsform.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 6: Bad value “” for attribute “action” on element “form”: Must be non-empty. (sform --><form name="editoptionform" method="post" action=""><inpu)
(#1) HTML Validation error, line 14: The “width” attribute on the “table” element is obsolete. Use CSS instead. (ue="" /><table width="90%"> )
(#1) HTML Validation error, line 17: The “width” attribute on the “td” element is obsolete. Use CSS instead. ( <tr> <td width="100">&nbsp;)
(#1) HTML Validation error, line 18: The “width” attribute on the “td” element is obsolete. Use CSS instead. (nbsp;</td> <td width="110" align="center"> )
(#1) HTML Validation error, line 18: The “align” attribute on the “td” element is obsolete. Use CSS instead. (nbsp;</td> <td width="110" align="center"> )
(#1) HTML Validation error, line 21: The “width” attribute on the “td” element is obsolete. Use CSS instead. ( </td> <td width="240" align="center"> )
(#1) HTML Validation error, line 21: The “align” attribute on the “td” element is obsolete. Use CSS instead. ( </td> <td width="240" align="center"> )
(#1) HTML Validation error, line 24: The “width” attribute on the “td” element is obsolete. Use CSS instead. ( </td> <td width="75" align="center"><b>[[a)
(#1) HTML Validation error, line 24: The “align” attribute on the “td” element is obsolete. Use CSS instead. ( </td> <td width="75" align="center"><b>[[a)
(#1) HTML Validation error, line 30: The “align” attribute on the “td” element is obsolete. Use CSS instead. (nbsp;</td> <td align="center" > )
(#1) HTML Validation error, line 34: The “align” attribute on the “td” element is obsolete. Use CSS instead. ( </td> <td align="center" > )
(#1) HTML Validation error, line 38: The “align” attribute on the “td” element is obsolete. Use CSS instead. ( </td> <td align="center"> )
mod/tracker/templates/history.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 6: Stray start tag “tr”. (story --><tr> <)
(#1) HTML Validation error, line 7: Stray start tag “td”. (<tr> <td colspan="4" width="100%"> )
(#1) HTML Validation info, line 9: Empty heading. ( <h2></h2>)
(#1) HTML Validation info, line 12: Empty heading. ( <h3></h3>)
(#1) HTML Validation error, line 14: The “width” attribute on the “table” element is obsolete. Use CSS instead. ( <table width="100%"> )
(#1) HTML Validation info, line 19: Empty heading. ( <h3></h3>)
(#1) HTML Validation error, line 21: The “width” attribute on the “table” element is obsolete. Use CSS instead. ( <table width="100%" class="tracker-history"> )
(#1) HTML Validation error, line 26: Stray end tag “td”. (/div> </td></tr>)
(#1) HTML Validation error, line 27: Stray end tag “tr”. ( </td></tr><!-- )
mod/tracker/templates/issueattributes.mustache
(#1) Example context missing (@template section not found.)
mod/tracker/templates/issuelist.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 6: Bad value “” for attribute “action” on element “form”: Must be non-empty. (elist --><form name="manageform" action="" method="post"><inpu)
mod/tracker/templates/issuelistform.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 8: Bad value “” for attribute “action” on element “form”: Must be non-empty. (-search"><form id="id-quick-find-form" name="quickfindform" action="" method="post"><inpu)
(#1) HTML Validation error, line 13: Stray end tag “b”. (er]]: </b></b>_<inpu)
(#1) HTML Validation error, line 17: Bad value “” for attribute “action” on element “form”: Must be non-empty. (></div><form name="manageform" action="" method="post"><inpu)
(#1) HTML Validation error, line 34: The “width” attribute on the “th” element is obsolete. Use CSS instead. ( </th> <th id="issue-list-summary" width="*"> )
(#1) HTML Validation error, line 72: The “aria-labelledby” attribute must point to an element in the same document. (</form><div id="issuelist-edit-form" class="modal fade" tabindex="-1" aria-labelledby="issuelist-edit-formLabel" role="dialog" aria-hidden="true"> <di)
mod/tracker/templates/lastcomment.mustache
(#1) Example context missing (@template section not found.)
mod/tracker/templates/listeditform.mustache
(#1) Example context missing (@template section not found.)
mod/tracker/templates/listformassignedtopart.mustache
(#1) Example context missing (@template section not found.)
mod/tracker/templates/listformstatuspart.mustache
(#1) Example context missing (@template section not found.)
mod/tracker/templates/pro_purchase_options.mustache
(#1) Example context missing (@template section not found.)
mod/tracker/templates/resolution.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 6: Stray start tag “tr”. (ution --><tr valign="top"> <)
(#1) HTML Validation error, line 7: Stray start tag “td”. (top"> <td align="right" height="25%" class="tracker-issue-param"> )
(#1) HTML Validation error, line 9: Stray end tag “td”. (:</b> </td> )
(#1) HTML Validation error, line 11: Stray start tag “td”. (/td> <td align="left" colspan="3" width="75%"> )
(#1) HTML Validation error, line 13: Stray end tag “td”. ( </td></tr>)
(#1) HTML Validation error, line 14: Stray end tag “tr”. ( </td></tr><!-- )
mod/tracker/templates/searchqueries.mustache
(#1) Example context missing (@template section not found.)
(#1) Mustache syntax exception: Nesting error: str (on line 10) vs. Str (on line 10)

Gherkin .feature problems

(0 errors, 0 warnings)

This section shows problems detected in behat .feature files [More info]