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

(6 errors, 28 warnings)

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

mod/customlabel/adminmanageplugins.php
(#25) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
mod/customlabel/ajax/applyconstraints.php
(#17) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) This comment is 50% valid code; is this commented out code?
mod/customlabel/backup/moodle2/backup_customlabel_stepslib.php
(#90) Line exceeds 132 characters; contains 139 characters
mod/customlabel/classes/plugininfo/customlabeltype.php
(#81) Possible useless method overriding detected
mod/customlabel/classes/privacy/provider.php
(#47) Line indented incorrectly; expected 4 spaces, found 2
(#76) Closing brace indented incorrectly; expected 2 spaces, found 4
mod/customlabel/lib.php
(#308) Inline comments must end in full-stops, exclamation marks, or question marks
(#387) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/mod_form.php
(#277) Inline comments must end in full-stops, exclamation marks, or question marks
(#277) This comment is 57% valid code; is this commented out code?
(#323) Inline comments must start with a capital letter, digit or 3-dots sequence
(#323) Inline comments must end in full-stops, exclamation marks, or question marks
(#323) This comment is 63% valid code; is this commented out code?
(#399) Inline comments must end in full-stops, exclamation marks, or question marks
(#401) Expected 1 space before "=="; 0 found
(#401) Expected 1 space after "=="; 0 found
mod/customlabel/pluginicon.php
(#25) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
mod/customlabel/type/courseclassifier/customlabel.class.php
(#45) Inline comments must start with a capital letter, digit or 3-dots sequence
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#308) Line exceeds 132 characters; contains 133 characters
(#315) Line exceeds 132 characters; contains 133 characters
(#322) Line exceeds 132 characters; contains 133 characters
(#329) Line exceeds 132 characters; contains 133 characters
mod/customlabel/type/customtype.class.php
(#295) Whitespace found at end of line
(#780) Inline comments must start with a capital letter, digit or 3-dots sequence
(#780) Inline comments must end in full-stops, exclamation marks, or question marks
(#780) This comment is 72% valid code; is this commented out code?
mod/customlabel/type/question/customlabel.class.php
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/question/lang/en/customlabeltype_question.php
(#57) Whitespace found at end of line within string

Javascript coding style problems

(23 errors, 20 warnings)

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

mod/customlabel/amd/src/customlabel.js
(#80) Identifier 'constraint_colorize' is not in camel case. (camelcase)
(#125) 'target' used outside of binding context. (block-scoped-var)
(#158) Comments should not begin with a lowercase character (capitalized-comments)
(#191) Unexpected confirm. (no-alert)
mod/customlabel/type/collapsedtext/amd/src/customlabel.js
(#20) Implicit global variable, assign as global property instead. (no-implicit-globals)
(#20) 'customboxcollapsed' is not defined. (no-undef)
(#37) Missing semicolon. (semi)
(#52) 'e' is defined but never used. (no-unused-vars)
(#58) Missing semicolon. (semi)
(#82) 'src' used outside of binding context. (block-scoped-var)
(#82) 'src' used outside of binding context. (block-scoped-var)
(#83) 'src' used outside of binding context. (block-scoped-var)
(#83) 'src' used outside of binding context. (block-scoped-var)
(#84) 'customboxcollapsed' is not defined. (no-undef)
(#87) 'src' is already defined. (no-redeclare)
(#87) 'src' used outside of binding context. (block-scoped-var)
(#87) 'src' used outside of binding context. (block-scoped-var)
(#88) 'src' used outside of binding context. (block-scoped-var)
(#88) 'src' used outside of binding context. (block-scoped-var)
(#94) 'customboxcollapsed' is not defined. (no-undef)
(#100) 'src' is already defined. (no-redeclare)
(#100) 'src' used outside of binding context. (block-scoped-var)
(#100) 'src' used outside of binding context. (block-scoped-var)
(#101) 'src' used outside of binding context. (block-scoped-var)
(#101) 'src' used outside of binding context. (block-scoped-var)
(#127) 'customboxcollapsed' is not defined. (no-undef)
mod/customlabel/type/question/amd/src/customlabel.js
(#20) Implicit global variable, assign as global property instead. (no-implicit-globals)
(#20) 'customboxquestion' is not defined. (no-undef)
(#50) Missing space before opening brace. (space-before-blocks)
(#67) 'customboxquestion' is not defined. (no-undef)
mod/customlabel/type/verticalspacer/amd/src/customlabel.js
(#51) 'courseid' is assigned a value but never used. (no-unused-vars)
(#54) Line 54 exceeds the maximum line length of 132. (max-len)
(#97) 'courseid' is assigned a value but never used. (no-unused-vars)
(#101) 'dist' is not defined. (no-undef)
(#101) Implicit global variable, assign as global property instead. (no-implicit-globals)
(#102) Implicit global variable, assign as global property instead. (no-implicit-globals)
(#102) 'height' is not defined. (no-undef)
(#103) Implicit global variable, assign as global property instead. (no-implicit-globals)
(#103) 'newheight' is not defined. (no-undef)
(#103) 'height' is not defined. (no-undef)
(#103) 'dist' is not defined. (no-undef)
(#104) 'newheight' is not defined. (no-undef)
(#107) Method 'mousemove' expected no return value. (consistent-return)

CSS problems

(98 errors, 8 warnings)

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

mod/customlabel/styles.css
(#34) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#42) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Unexpected !important (declaration-no-important)
(#3) Unexpected !important (declaration-no-important)
mod/customlabel/type/authornote/customlabel.css
(#27) Expected single space before "{" (block-opening-brace-space-before)
(#27) Unexpected unknown type selector "custombox-content" (selector-type-no-unknown)
(#27) Unexpected unknown type selector "authornote" (selector-type-no-unknown)
mod/customlabel/type/collapsedtext/customlabel.css
(#11) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#22) Unexpected unit (length-zero-no-unit)
mod/customlabel/type/contactpoint/customlabel.css
(#59) Expected single space before "{" (block-opening-brace-space-before)
mod/customlabel/type/courseheading/customlabel.css
(#26) Expected newline after "}" (block-closing-brace-newline-after)
(#34) Unexpected !important (declaration-no-important)
(#26) Unexpected whitespace at end of line (no-eol-whitespace)
mod/customlabel/type/definition/customlabel.css
(#42) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#44) Unexpected !important (declaration-no-important)
(#45) Unexpected !important (declaration-no-important)
mod/customlabel/type/example/customlabel.css
(#6) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#44) Unexpected !important (declaration-no-important)
(#45) Unexpected !important (declaration-no-important)
mod/customlabel/type/formule/customlabel.css
(#6) Unexpected !important (declaration-no-important)
mod/customlabel/type/fundamental/customlabel.css
(#6) Unexpected !important (declaration-no-important)
mod/customlabel/type/important/customlabel.css
(#43) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Unexpected !important (declaration-no-important)
(#42) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#44) Unexpected !important (declaration-no-important)
(#45) Unexpected !important (declaration-no-important)
mod/customlabel/type/information/customlabel.css
(#6) Unexpected !important (declaration-no-important)
mod/customlabel/type/instructions/customlabel.css
(#6) Unexpected !important (declaration-no-important)
mod/customlabel/type/keypoints/customlabel.css
(#6) Expected "#F88A1D" to be "#f88a1d" (color-hex-case)
(#28) Expected "#F88A1D" to be "#f88a1d" (color-hex-case)
(#11) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#13) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#14) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#15) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#22) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#23) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#24) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#28) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#29) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#30) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#31) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#35) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#36) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Unexpected !important (declaration-no-important)
(#11) Unexpected whitespace at end of line (no-eol-whitespace)
mod/customlabel/type/localgoals/customlabel.css
(#44) Expected "#9B5992" to be "#9b5992" (color-hex-case)
(#12) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#21) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#29) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#36) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#37) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#43) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#44) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#45) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#46) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#44) Unexpected !important (declaration-no-important)
(#45) Unexpected !important (declaration-no-important)
(#46) Unexpected !important (declaration-no-important)
(#46) Unexpected unit (length-zero-no-unit)
(#12) Unexpected whitespace at end of line (no-eol-whitespace)
(#21) Unexpected whitespace at end of line (no-eol-whitespace)
mod/customlabel/type/method/customlabel.css
(#6) Unexpected !important (declaration-no-important)
mod/customlabel/type/question/customlabel.css
(#6) Unexpected !important (declaration-no-important)
mod/customlabel/type/remind/customlabel.css
(#6) Unexpected !important (declaration-no-important)
mod/customlabel/type/sectionheading/customlabel.css
(#20) Unexpected !important (declaration-no-important)
(#9) Unexpected unit "pt" (unit-blacklist)
mod/customlabel/type/seealso/customlabel.css
(#6) Unexpected !important (declaration-no-important)
(#42) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#44) Unexpected !important (declaration-no-important)
(#45) Unexpected !important (declaration-no-important)
mod/customlabel/type/sequenceheading/customlabel.css
(#13) Expected single space before "{" (block-opening-brace-space-before)
(#18) Expected single space before "{" (block-opening-brace-space-before)
(#24) Expected single space before "{" (block-opening-brace-space-before)
(#3) Expected "#E6C439" to be "#e6c439" (color-hex-case)
(#19) Unexpected !important (declaration-no-important)
(#9) Unexpected unit "pt" (unit-blacklist)
mod/customlabel/type/soluce/customlabel.css
(#6) Unexpected !important (declaration-no-important)
(#42) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#44) Unexpected !important (declaration-no-important)
(#45) Unexpected !important (declaration-no-important)
mod/customlabel/type/text/customlabel.css
(#14) Unexpected unknown type selector "readmore" (selector-type-no-unknown)
mod/customlabel/type/theorema/customlabel.css
(#59) Expected "#888888" to be "#888" (color-hex-length)
(#6) Unexpected !important (declaration-no-important)
(#58) Unexpected !important (declaration-no-important)
(#59) Unexpected !important (declaration-no-important)
(#60) Unexpected !important (declaration-no-important)
(#61) Unexpected !important (declaration-no-important)
mod/customlabel/type/tipsandtricks/customlabel.css
(#6) Unexpected !important (declaration-no-important)
(#41) Unexpected !important (declaration-no-important)
(#42) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#44) Unexpected !important (declaration-no-important)
mod/customlabel/type/unitheading/customlabel.css
(#20) Unexpected !important (declaration-no-important)
(#9) Unexpected unit "pt" (unit-blacklist)
mod/customlabel/type/worktodo/customlabel.css
(#60) Expected "#999999" to be "#999" (color-hex-length)
(#6) Unexpected !important (declaration-no-important)
(#44) Unexpected !important (declaration-no-important)

PHPDocs style problems

(825 errors, 5 warnings)

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

mod/customlabel/adminmetadata.php
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/ajax/applyconstraints.php
(#17) File-level phpdocs block is not found
mod/customlabel/backup/moodle1/lib.php
(#17) No one-line description found in phpdocs for file
(#74) Phpdocs for function moodle1_mod_customlabel_handler::process_customlabel has incomplete parameters list
(#29) Class moodle1_mod_customlabel_handler does not have @copyright tag
(#29) Class moodle1_mod_customlabel_handler does not have @license tag
(#22) Category mod is not valid
mod/customlabel/backup/moodle2/backup_customlabel_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_customlabel_activity_task
(#51) Phpdocs for function backup_customlabel_activity_task::encode_content_links has incomplete parameters list
(#29) Class backup_customlabel_activity_task does not have @copyright tag
(#29) Class backup_customlabel_activity_task does not have @license tag
(#18) Package mod is not valid
mod/customlabel/backup/moodle2/backup_customlabel_settingslib.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod is not valid
mod/customlabel/backup/moodle2/backup_customlabel_stepslib.php
(#32) Class backup_customlabel_activity_structure_step is not documented
(#34) Function backup_customlabel_activity_structure_step::define_structure is not documented
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/backup/moodle2/restore_customlabel_activity_task.class.php
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class restore_customlabel_activity_task
(#28) Class restore_customlabel_activity_task does not have @copyright tag
(#28) Class restore_customlabel_activity_task does not have @license tag
(#18) Package moodlecore is not valid
mod/customlabel/backup/moodle2/restore_customlabel_stepslib.php
(#34) Function restore_customlabel_activity_structure_step::define_structure is not documented
(#53) Function restore_customlabel_activity_structure_step::after_execute is not documented
(#66) Function restore_customlabel_activity_structure_step::process_customlabel is not documented
(#109) Function restore_customlabel_activity_structure_step::process_metadatatype is not documented
(#125) Function restore_customlabel_activity_structure_step::process_metadatavalue is not documented
(#145) Function restore_customlabel_activity_structure_step::process_coursemetadata is not documented
(#162) Function restore_customlabel_activity_structure_step::postupdate is not documented
(#29) Class restore_customlabel_activity_structure_step does not have @copyright tag
(#29) Class restore_customlabel_activity_structure_step does not have @license tag
(#20) Package customlabel is not valid
mod/customlabel/classes/plugininfo/customlabeltype.php
(#30) Class customlabeltype is not documented
(#65) Function customlabeltype::is_uninstall_allowed is not documented
(#85) Function customlabeltype::get_settings_section_name is not documented
(#79) Invalid phpdocs tag @private used
(#20) Package customlabel is not valid
mod/customlabel/classes/privacy/provider.php
(#17) File-level phpdocs block is not found
(#24) Class provider is not documented
(#26) Function provider::get_metadata is not documented
(#111) Function provider::delete_data_for_all_users_in_context is not documented
(#122) Function provider::delete_data_for_user is not documented
(#24) Package is not specified for class provider. It is also not specified in file-level phpdocs
mod/customlabel/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package customlabel is not valid
mod/customlabel/db/install.php
(#28) Phpdocs for function xmldb_customlabel_qualifier_defaults has incomplete parameters list
(#117) Phpdocs for function xmldb_customlabel_build_multilang has incomplete parameters list
(#21) Category mod is not valid
mod/customlabel/db/log.php
(#21) Category mod is not valid
mod/customlabel/db/subplugins.php
(#21) Category mod is not valid
mod/customlabel/db/upgrade.php
(#29) Function xmldb_customlabel_upgrade is not documented
(#183) Function customlabel_course_preprocess_filepickers is not documented
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/externallib.php
(#30) Class mod_customlabel_external is not documented
(#364) Function mod_customlabel_external::validate_mtd_parameters is not documented
(#17) No one-line description found in phpdocs for file
(#34) Phpdocs for function mod_customlabel_external::validate_element_parameters has incomplete parameters list
(#85) Phpdocs for function mod_customlabel_external::get_content has incomplete parameters list
(#223) Phpdocs for function mod_customlabel_external::set_attribute has incomplete parameters list
(#425) Phpdocs for function mod_customlabel_external::get_mtd_domain has incomplete parameters list
(#19) Category mod is not valid
mod/customlabel/flexpage.php
(#28) Class mod_customlabel_flexpage is not documented
(#30) Function mod_customlabel_flexpage::module_block_setup is not documented
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/forms/ClassificationModelForm.php
(#29) Class ModelForm is not documented
(#31) Function ModelForm::definition is not documented
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/forms/EditTypeForm.php
(#29) Class EditTypeForm is not documented
(#34) Function EditTypeForm::__construct is not documented
(#40) Function EditTypeForm::definition is not documented
(#73) Function EditTypeForm::validation is not documented
(#31) Variable EditTypeForm::$view is not documented
(#32) Variable EditTypeForm::$action is not documented
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/forms/EditValueForm.php
(#29) Class EditValueForm is not documented
(#35) Function EditValueForm::__construct is not documented
(#42) Function EditValueForm::definition is not documented
(#69) Function EditValueForm::validation is not documented
(#31) Variable EditValueForm::$view is not documented
(#32) Variable EditValueForm::$action is not documented
(#33) Variable EditValueForm::$type is not documented
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/index.php
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/lang/en/customlabel.php
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/lang/fr/customlabel.php
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/lib.php
(#505) Function customlabel_pluginfile is not documented
(#51) There is no description in phpdocs for function customlabel_supports
(#107) There is no description in phpdocs for function customlabel_get_name
(#416) There is no description in phpdocs for function customlabel_get_view_actions
(#424) There is no description in phpdocs for function customlabel_get_post_actions
(#464) There is no description in phpdocs for function customlabel_is_hidden_byrole
(#35) Phpdocs for function mod_customlabel_supports_feature has incomplete parameters list
(#128) Phpdocs for function customlabel_add_instance has incomplete parameters list
(#163) Phpdocs for function customlabel_update_instance has incomplete parameters list
(#214) Phpdocs for function customlabel_delete_instance has incomplete parameters list
(#250) Phpdocs for function customlabel_get_participants has incomplete parameters list
(#258) Phpdocs for function customlabel_get_coursemodule_info has incomplete parameters list
(#293) Phpdocs for function customlabel_cm_info_dynamic has incomplete parameters list
(#436) Phpdocs for function customlabel_get_xml has incomplete parameters list
(#467) Phpdocs for function customlabel_is_hidden_byrole has incomplete parameters list
(#618) Phpdocs for function customlabel_reset_userdata has incomplete parameters list
(#687) Phpdocs for function customlabel_reset_course_form_definition has incomplete parameters list
(#721) Phpdocs for function customlabel_reset_course_form_defaults has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#554) Not recommended phpdocs tag @global used
(#554) Not recommended phpdocs tag @global used
(#616) Not recommended phpdocs tag @global used
(#616) Not recommended phpdocs tag @global used
(#35) Package is not specified for function mod_customlabel_supports_feature. It is also not specified in file-level phpdocs
(#51) Package is not specified for function customlabel_supports. It is also not specified in file-level phpdocs
(#107) Package is not specified for function customlabel_get_name. It is also not specified in file-level phpdocs
(#123) Package is not specified for function customlabel_add_instance. It is also not specified in file-level phpdocs
(#163) Package is not specified for function customlabel_update_instance. It is also not specified in file-level phpdocs
(#214) Package is not specified for function customlabel_delete_instance. It is also not specified in file-level phpdocs
(#250) Package is not specified for function customlabel_get_participants. It is also not specified in file-level phpdocs
(#258) Package is not specified for function customlabel_get_coursemodule_info. It is also not specified in file-level phpdocs
(#293) Package is not specified for function customlabel_cm_info_dynamic. It is also not specified in file-level phpdocs
(#416) Package is not specified for function customlabel_get_view_actions. It is also not specified in file-level phpdocs
(#424) Package is not specified for function customlabel_get_post_actions. It is also not specified in file-level phpdocs
(#436) Package is not specified for function customlabel_get_xml. It is also not specified in file-level phpdocs
(#464) Package is not specified for function customlabel_is_hidden_byrole. It is also not specified in file-level phpdocs
(#505) Package is not specified for function customlabel_pluginfile. It is also not specified in file-level phpdocs
(#550) Package is not specified for function customlabel_get_completion_state. It is also not specified in file-level phpdocs
(#611) Package is not specified for function customlabel_reset_userdata. It is also not specified in file-level phpdocs
(#684) Package is not specified for function customlabel_reset_course_form_definition. It is also not specified in file-level phpdocs
(#721) Package is not specified for function customlabel_reset_course_form_defaults. It is also not specified in file-level phpdocs
(#729) Package is not specified for function customlabel_dbcleaner_add_keys. It is also not specified in file-level phpdocs
mod/customlabel/locallib.php
(#184) Function customlabel_process_fields is not documented
(#42) Phpdocs for function customlabel_get_classes has incomplete parameters list
(#233) Phpdocs for function customlabel_save_draft_file has incomplete parameters list
(#332) Phpdocs for function customlabel_file_rewrite_urls_to_pluginfile has incomplete parameters list
(#416) Phpdocs for function customlabel_course_regenerate has incomplete parameters list
(#289) Not recommended phpdocs tag @global used
(#19) Category mod is not valid
mod/customlabel/metadataconstraints.controller.php
(#30) Class constraints_controller is not documented
(#32) Function constraints_controller::__construct is not documented
(#37) Function constraints_controller::process is not documented
(#17) No one-line description found in phpdocs for file
(#20) Category mod is not valid
mod/customlabel/metadataconstraints.php
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/metadatamodel.php
(#17) No one-line description found in phpdocs for file
mod/customlabel/metadatatypes.controller.php
(#17) No one-line description found in phpdocs for file
(#108) Phpdocs for function classification_tree_updateordering has incomplete parameters list
(#150) Phpdocs for function classification_tree_up has incomplete parameters list
(#191) Phpdocs for function classification_tree_down has incomplete parameters list
(#19) Category mod is not valid
mod/customlabel/metadatatypes.php
(#17) No one-line description found in phpdocs for file
(#20) Category mod is not valid
mod/customlabel/metadatavalues.controller.php
(#17) No one-line description found in phpdocs for file
(#103) Phpdocs for function classification_tree_updateordering has incomplete parameters list
(#148) Phpdocs for function classification_tree_up has incomplete parameters list
(#190) Phpdocs for function classification_tree_down has incomplete parameters list
(#20) Category mod is not valid
mod/customlabel/metadatavalues.php
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/mod.php
(#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/customlabel/mod_form.php
(#31) Class mod_customlabel_mod_form is not documented
(#50) Function mod_customlabel_mod_form::definition is not documented
(#260) Function mod_customlabel_mod_form::set_data is not documented
(#368) Function mod_customlabel_mod_form::add_completion_rules is not documented
(#383) Function mod_customlabel_mod_form::completion_rule_enabled is not documented
(#414) Function mod_customlabel_mod_form::resolve_customlabel is not documented
mod/customlabel/pageitem.php
(#17) No one-line description found in phpdocs for file
(#21) Package customlabel is not valid
mod/customlabel/pluginicon.php
(#48) Function hex_to_rgb is not documented
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/renderer.php
(#29) Class mod_customlabel_renderer is not documented
(#31) Function mod_customlabel_renderer::set_choice is not documented
(#53) Function mod_customlabel_renderer::constraints_form is not documented
(#17) No one-line description found in phpdocs for file
mod/customlabel/search_document.php
(#95) Class customlabel_document_wrapper is not documented
(#58) Function CustomLabelSearchDocument::__construct is not documented
(#99) Phpdocs for function customlabel_document_wrapper::make_link has incomplete parameters list
(#125) Phpdocs for function customlabel_document_wrapper::get_content_for_index has incomplete parameters list
(#162) Phpdocs for function customlabel_document_wrapper::single_document has incomplete parameters list
(#196) Phpdocs for function customlabel_document_wrapper::search_get_objectinfo has incomplete parameters list
(#224) Phpdocs for function customlabel_document_wrapper::check_text_access has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#52) Class CustomLabelSearchDocument does not have @copyright tag
(#52) Class CustomLabelSearchDocument does not have @license tag
(#24) Invalid phpdocs tag @date used
(#20) Package customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/settings.php
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/showclassified.php
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/type/NEWTYPE/customlabel.class.php
(#35) Class customlabel_type_NEWTYPE is not documented
(#37) Function customlabel_type_NEWTYPE::__construct is not documented
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#22) Invalid phpdocs tag @date used
(#18) Package customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/NEWTYPE/db/access.php
(#17) No one-line description found in phpdocs for file
(#23) Category mod is not valid
mod/customlabel/type/NEWTYPE/lang/en/customlabeltype_NEWTYPE.php
(#17) No one-line description found in phpdocs for file
(#23) Category mod is not valid
mod/customlabel/type/NEWTYPE/lang/fr/customlabeltype_NEWTYPE.php
(#17) No one-line description found in phpdocs for file
(#23) Category mod is not valid
mod/customlabel/type/NEWTYPE/version.php
(#21) Category mod is not valid
mod/customlabel/type/authordata/customlabel.class.php
(#33) Class customlabel_type_authordata is not documented
(#37) Function customlabel_type_authordata::__construct is not documented
(#97) Function customlabel_type_authordata::postprocess_data is not documented
(#35) Variable customlabel_type_authordata::$nbauthor is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/authordata/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/authordata/lang/en/customlabeltype_authordata.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/authordata/lang/fr/customlabeltype_authordata.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/authordata/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/authornote/customlabel.class.php
(#34) Function customlabel_type_authornote::__construct is not documented
(#54) Function customlabel_type_authornote::preprocess_data is not documented
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class customlabel_type_authornote
(#28) Class customlabel_type_authornote does not have @copyright tag
(#28) Class customlabel_type_authornote does not have @license tag
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/authornote/db/access.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/authornote/lang/en/customlabeltype_authornote.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/authornote/lang/fr/customlabeltype_authornote.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/authornote/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/collapsedtext/ajax/service.php
(#17) File-level phpdocs block is not found
mod/customlabel/type/collapsedtext/customlabel.class.php
(#33) Class customlabel_type_collapsedtext is not documented
(#35) Function customlabel_type_collapsedtext::__construct is not documented
(#17) No one-line description found in phpdocs for file
(#159) Invalid inline phpdocs tag @see found
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/collapsedtext/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/collapsedtext/lang/en/customlabeltype_collapsedtext.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/collapsedtext/lang/fr/customlabeltype_collapsedtext.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/collapsedtext/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/commentbox/customlabel.class.php
(#33) Class customlabel_type_commentbox is not documented
(#35) Function customlabel_type_commentbox::__construct is not documented
(#60) Function customlabel_type_commentbox::preprocess_data is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/commentbox/db/access.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/commentbox/lang/en/customlabeltype_commentbox.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/commentbox/lang/fr/customlabeltype_commentbox.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/commentbox/version.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/contactpoint/customlabel.class.php
(#33) Class customlabel_type_contactpoint is not documented
(#35) Function customlabel_type_contactpoint::__construct is not documented
(#54) Function customlabel_type_contactpoint::postprocess_icon is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/contactpoint/db/access.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/contactpoint/lang/en/customlabeltype_contactpoint.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/contactpoint/lang/fr/customlabeltype_contactpoint.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/contactpoint/version.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/courseclassifier/customlabel.class.php
(#33) Class customlabel_type_courseclassifier is not documented
(#35) Function customlabel_type_courseclassifier::__construct is not documented
(#183) Function customlabel_type_courseclassifier::on_delete is not documented
(#193) Function customlabel_type_courseclassifier::post_update is not documented
(#295) Function customlabel_type_courseclassifier::preprocess_data is not documented
(#351) Function customlabel_type_courseclassifier::get_constraints is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/courseclassifier/db/access.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/courseclassifier/lang/en/customlabeltype_courseclassifier.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/courseclassifier/lang/fr/customlabeltype_courseclassifier.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/courseclassifier/version.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/coursedata/customlabel.class.php
(#33) Class customlabel_type_coursedata is not documented
(#35) Function customlabel_type_coursedata::__construct is not documented
(#17) No one-line description found in phpdocs for file
(#142) There is no description in phpdocs for function postprocess_data
(#142) Phpdocs for function customlabel_type_coursedata::postprocess_data has incomplete parameters list
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/coursedata/db/access.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/coursedata/lang/en/customlabeltype_coursedata.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/coursedata/lang/fr/customlabeltype_coursedata.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/coursedata/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/courseheading/customlabel.class.php
(#33) Class customlabel_type_courseheading is not documented
(#35) Function customlabel_type_courseheading::__construct is not documented
(#17) No one-line description found in phpdocs for file
(#106) Phpdocs for function customlabel_type_courseheading::postprocess_data has incomplete parameters list
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/courseheading/db/access.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/courseheading/lang/en/customlabeltype_courseheading.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/courseheading/lang/fr/customlabeltype_courseheading.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/courseheading/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/cssadditions/customlabel.class.php
(#33) Class customlabel_type_cssadditions is not documented
(#35) Function customlabel_type_cssadditions::__construct is not documented
(#17) No one-line description found in phpdocs for file
(#46) There is no description in phpdocs for function postprocess_data
(#46) Phpdocs for function customlabel_type_cssadditions::postprocess_data has incomplete parameters list
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/cssadditions/db/access.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/cssadditions/lang/en/customlabeltype_cssadditions.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/cssadditions/lang/fr/customlabeltype_cssadditions.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/cssadditions/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/customtype.class.php
(#29) Class customlabel_type is not documented
(#270) Function customlabel_type::postprocess_icon is not documented
(#288) Function customlabel_type::get_content is not documented
(#397) Function customlabel_type::get_string_for_list is not documented
(#589) Function customlabel_type::get_xml is not documented
(#618) Function customlabel_type::on_delete is not documented
(#638) Function customlabel_type::pre_update is not documented
(#642) Function customlabel_type::post_update is not documented
(#784) Function customlabel_type::set_instance is not documented
(#31) Variable customlabel_type::$title is not documented
(#32) Variable customlabel_type::$type is not documented
(#33) Variable customlabel_type::$fields is not documented
(#34) Variable customlabel_type::$data is not documented
(#35) Variable customlabel_type::$instance is not documented
(#36) Variable customlabel_type::$fullaccess is not documented
(#37) Variable customlabel_type::$content is not documented
(#38) Variable customlabel_type::$cmid is not documented
(#39) Variable customlabel_type::$processedcontent is not documented
(#210) There is no description in phpdocs for function get_datasource_values
(#292) There is no description in phpdocs for function make_content
(#41) Phpdocs for function customlabel_type::__construct has incomplete parameters list
(#56) Phpdocs for function customlabel_type::get_options has incomplete parameters list
(#83) Phpdocs for function customlabel_type::get_datasource_options has incomplete parameters list
(#143) Phpdocs for function customlabel_type::get_current_options has incomplete parameters list
(#172) Phpdocs for function customlabel_type::is_visible has incomplete parameters list
(#181) Phpdocs for function customlabel_type::module_is_visible has incomplete parameters list
(#210) Phpdocs for function customlabel_type::get_datasource_values has incomplete parameters list
(#260) Phpdocs for function customlabel_type::postprocess_data has incomplete parameters list
(#293) Phpdocs for function customlabel_type::make_content has incomplete parameters list
(#319) Phpdocs for function customlabel_type::make_template has incomplete parameters list
(#622) Phpdocs for function customlabel_type::get_template has incomplete parameters list
(#646) Phpdocs for function customlabel_type::process_conditional has incomplete parameters list
(#693) Phpdocs for function customlabel_type::get_file_url has incomplete parameters list
(#764) Phpdocs for function customlabel_type::update_data 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
(#19) Category mod is not valid
mod/customlabel/type/customtype_heading.trait.php
(#28) Function standard_name_fields is not documented
(#43) Function standard_icon_fields is not documented
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/type/definition/customlabel.class.php
(#33) Class customlabel_type_definition is not documented
(#35) Function customlabel_type_definition::__construct is not documented
(#66) Function customlabel_type_definition::postprocess_data is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/definition/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/definition/lang/en/customlabeltype_definition.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/definition/lang/fr/customlabeltype_definition.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/definition/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/example/customlabel.class.php
(#33) Class customlabel_type_example is not documented
(#35) Function customlabel_type_example::__construct is not documented
(#48) Function customlabel_type_example::postprocess_data is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/example/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/example/lang/en/customlabeltype_example.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/example/lang/fr/customlabeltype_example.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/example/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/formule/customlabel.class.php
(#35) Function customlabel_type_formule::__construct is not documented
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class customlabel_type_formule
(#28) Class customlabel_type_formule does not have @copyright tag
(#28) Class customlabel_type_formule does not have @license tag
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/formule/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/formule/lang/en/customlabeltype_formule.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/formule/lang/fr/customlabeltype_formule.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/formule/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/fundamental/customlabel.class.php
(#33) Class customlabel_type_fundamental is not documented
(#35) Function customlabel_type_fundamental::__construct is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/fundamental/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/fundamental/lang/en/customlabeltype_fundamental.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/fundamental/lang/fr/customlabeltype_fundamental.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/fundamental/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/important/customlabel.class.php
(#33) Class customlabel_type_important is not documented
(#35) Function customlabel_type_important::__construct is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/important/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/important/lang/en/customlabeltype_important.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/important/lang/fr/customlabeltype_important.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/important/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/information/customlabel.class.php
(#33) Class customlabel_type_information is not documented
(#35) Function customlabel_type_information::__construct is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/information/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/information/lang/en/customlabeltype_information.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/information/lang/fr/customlabeltype_information.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/information/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/instructions/customlabel.class.php
(#33) Class customlabel_type_instructions is not documented
(#35) Function customlabel_type_instructions::__construct is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/instructions/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/instructions/lang/en/customlabeltype_instructions.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/instructions/lang/fr/customlabeltype_instructions.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/instructions/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/keypoints/customlabel.class.php
(#33) Class customlabel_type_keypoints is not documented
(#35) Function customlabel_type_keypoints::__construct is not documented
(#64) Function customlabel_type_keypoints::preprocess_data is not documented
(#17) No one-line description found in phpdocs for file
(#80) Invalid inline phpdocs tag @see found
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/keypoints/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/keypoints/lang/en/customlabeltype_keypoints.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/keypoints/lang/fr/customlabeltype_keypoints.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/keypoints/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/localgoals/customlabel.class.php
(#33) Class customlabel_type_localgoals is not documented
(#35) Function customlabel_type_localgoals::__construct is not documented
(#48) Function customlabel_type_localgoals::postprocess_data is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/localgoals/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/localgoals/lang/en/customlabeltype_localgoals.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/localgoals/lang/fr/customlabeltype_localgoals.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/localgoals/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/method/customlabel.class.php
(#34) Function customlabel_type_method::__construct is not documented
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class customlabel_type_method
(#28) Class customlabel_type_method does not have @copyright tag
(#28) Class customlabel_type_method does not have @license tag
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/method/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/method/lang/en/customlabeltype_method.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/method/lang/fr/customlabeltype_method.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/method/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/pedagogicadvice/customlabel.class.php
(#33) Class customlabel_type_pedagogicadvice is not documented
(#35) Function customlabel_type_pedagogicadvice::__construct is not documented
(#53) Function customlabel_type_pedagogicadvice::preprocess_data is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/pedagogicadvice/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/pedagogicadvice/lang/en/customlabeltype_pedagogicadvice.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/pedagogicadvice/lang/fr/customlabeltype_pedagogicadvice.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/pedagogicadvice/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/question/ajax/service.php
(#17) File-level phpdocs block is not found
mod/customlabel/type/question/customlabel.class.php
(#36) Class customlabel_type_question is not documented
(#38) Function customlabel_type_question::__construct is not documented
(#128) Function customlabel_type_question::preprocess_data is not documented
(#247) Function customlabel_type_question::decode_answertext is not documented
(#17) No one-line description found in phpdocs for file
(#209) Invalid inline phpdocs tag @see found
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/question/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/question/lang/en/customlabeltype_question.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/question/lang/fr/customlabeltype_question.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/question/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/remind/customlabel.class.php
(#33) Class customlabel_type_remind is not documented
(#35) Function customlabel_type_remind::__construct is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/remind/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/remind/lang/en/customlabeltype_remind.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/remind/lang/fr/customlabeltype_remind.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/remind/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/sectionheading/customlabel.class.php
(#29) Class customlabel_type_sectionheading is not documented
(#32) Function customlabel_type_sectionheading::__construct is not documented
(#17) No one-line description found in phpdocs for file
(#66) Phpdocs for function customlabel_type_sectionheading::postprocess_data has incomplete parameters list
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/sectionheading/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/sectionheading/lang/en/customlabeltype_sectionheading.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/sectionheading/lang/fr/customlabeltype_sectionheading.php
(#17) No one-line description found in phpdocs for file
(#22) Package mod_customlabel is not valid
(#23) Category mod is not valid
mod/customlabel/type/sectionheading/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/seealso/customlabel.class.php
(#33) Class customlabel_type_seealso is not documented
(#35) Function customlabel_type_seealso::__construct is not documented
(#48) Function customlabel_type_seealso::postprocess_data is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/seealso/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/seealso/lang/en/customlabeltype_seealso.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/seealso/lang/fr/customlabeltype_seealso.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/seealso/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/sequenceheading/customlabel.class.php
(#29) Class customlabel_type_sequenceheading is not documented
(#33) Function customlabel_type_sequenceheading::__construct is not documented
(#17) No one-line description found in phpdocs for file
(#74) Phpdocs for function customlabel_type_sequenceheading::postprocess_data has incomplete parameters list
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/sequenceheading/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/sequenceheading/lang/en/customlabeltype_sequenceheading.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/sequenceheading/lang/fr/customlabeltype_sequenceheading.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/sequenceheading/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/soluce/customlabel.class.php
(#33) Class customlabel_type_soluce is not documented
(#35) Function customlabel_type_soluce::__construct is not documented
(#59) Function customlabel_type_soluce::preprocess_data is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/soluce/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/soluce/lang/en/customlabeltype_soluce.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/soluce/lang/fr/customlabeltype_soluce.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/soluce/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/text/customlabel.class.php
(#33) Class customlabel_type_text is not documented
(#35) Function customlabel_type_text::__construct is not documented
(#63) Function customlabel_type_text::preprocess_data is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/text/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/text/lang/en/customlabeltype_text.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/text/lang/fr/customlabeltype_text.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/text/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/theorema/customlabel.class.php
(#33) Class customlabel_type_theorema is not documented
(#35) Function customlabel_type_theorema::__construct is not documented
(#97) Function customlabel_type_theorema::preprocess_data is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/theorema/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/theorema/lang/en/customlabeltype_theorema.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/theorema/lang/fr/customlabeltype_theorema.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/theorema/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/tipsandtricks/customlabel.class.php
(#33) Class customlabel_type_tipsandtricks is not documented
(#35) Function customlabel_type_tipsandtricks::__construct is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/tipsandtricks/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/tipsandtricks/lang/en/customlabeltype_tipsandtricks.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/tipsandtricks/lang/fr/customlabeltype_tipsandtricks.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/tipsandtricks/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/unitheading/customlabel.class.php
(#16) File-level phpdocs block is not found
(#21) Class customlabel_type_unitheading is not documented
(#25) Function customlabel_type_unitheading::__construct is not documented
(#64) Phpdocs for function customlabel_type_unitheading::postprocess_data has incomplete parameters list
(#21) Package is not specified for class customlabel_type_unitheading. It is also not specified in file-level phpdocs
mod/customlabel/type/unitheading/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/unitheading/lang/en/customlabeltype_unitheading.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/unitheading/lang/fr/customlabeltype_unitheading.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/unitheading/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/verticalspacer/ajax/service.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/verticalspacer/customlabel.class.php
(#36) Function customlabel_type_verticalspacer::__construct is not documented
(#29) No one-line description found in phpdocs for class customlabel_type_verticalspacer
(#52) Phpdocs for function customlabel_type_verticalspacer::preprocess_data has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#29) Class customlabel_type_verticalspacer does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#29) Class customlabel_type_verticalspacer does not have @license tag
(#21) Invalid phpdocs tag @date used
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/verticalspacer/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/verticalspacer/lang/en/customlabeltype_verticalspacer.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/verticalspacer/lang/fr/customlabeltype_verticalspacer.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/verticalspacer/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/type/worktodo/customlabel.class.php
(#35) Function customlabel_type_worktodo::__construct is not documented
(#107) Function customlabel_type_worktodo::postprocess_data is not documented
(#17) No one-line description found in phpdocs for file
(#29) No one-line description found in phpdocs for class customlabel_type_worktodo
(#29) Class customlabel_type_worktodo does not have @copyright tag
(#29) Class customlabel_type_worktodo does not have @license tag
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/worktodo/db/access.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/worktodo/lang/en/customlabeltype_worktodo.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/worktodo/lang/fr/customlabeltype_worktodo.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/worktodo/locallib.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod_customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/worktodo/version.php
(#20) Package mod_customlabel is not valid
(#21) Category mod is not valid
mod/customlabel/version.php
(#21) Category mod is not valid
mod/customlabel/view.php
(#17) No one-line description found in phpdocs for file
(#22) Category mod is not valid
mod/customlabel/xlib.php
(#17) No one-line description found in phpdocs for file
(#29) Phpdocs for function theme_set_customlabelcss has incomplete parameters list
(#22) Category mod is not valid

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

(0 errors, 184 warnings)

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

mod/customlabel/templates/constraint_form.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 5: Bad value “” for attribute “action” on element “form”: Must be non-empty. (_form --><form name="constraintsform" method="POST" action=""><inpu)
(#1) HTML Validation error, line 12: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. (rm-table"> <tr valign="top"> )
(#1) HTML Validation error, line 21: The “width” attribute on the “table” element is obsolete. Use CSS instead. (</table><table width="100%"> <)
(#1) HTML Validation error, line 23: The “align” attribute on the “td” element is obsolete. Use CSS instead. (> <tr> <td align="center"> )
mod/customlabel/templates/set_choice.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. (hoice --><form name="choosesets" method="POST" action=""><inp)
mod/customlabel/type/NEWTYPE/templates/customlabel.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 15: Row 2 of a row group established by a “tbody” element has no cells beginning on it. ( <tr> <tr> )
(#1) HTML Validation info, line 15: A table row was 0 columns wide, which is less than the column count established by the first row (2). ( <tr> <tr> )
mod/customlabel/type/authordata/templates/template.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 4: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. (thordata"> <tr valign="top"> )
mod/customlabel/type/authornote/templates/template.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 4: Bad value “” for attribute “src” on element “img”: Must be non-empty. (ote"> <img id="customctl-" src="" /> <)
(#1) HTML Validation error, line 4: An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images. (ote"> <img id="customctl-" src="" /> <)
(#1) HTML Validation error, line 14: The “width” attribute on the “table” element is obsolete. Use CSS instead. (div> <table width="100%" class="custombox-authornote"> )
(#1) HTML Validation error, line 15: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. (thornote"> <tr valign="top"> )
(#1) HTML Validation error, line 16: The “width” attribute on the “td” element is obsolete. Use CSS instead. (ign="top"> <td class="custombox-thumb authornote" style="background-image : url();" width="2%"></td>)
mod/customlabel/type/collapsedtext/templates/template.mustache
(#1) Example context missing.
mod/customlabel/type/commentbox/templates/template.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 4: Bad character “%” after “<”. Probable cause: Unescaped “<”. Try escaping it as “&lt;”. (box"> <%%comme)
mod/customlabel/type/contactpoint/templates/template.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 3: The “cellspacing” attribute on the “table” element is obsolete. Use CSS instead. (plate --><table class="custombox-contactpoint" cellspacing="0" width="100%"> <)
(#1) HTML Validation error, line 3: The “width” attribute on the “table” element is obsolete. Use CSS instead. (plate --><table class="custombox-contactpoint" cellspacing="0" width="100%"> <)
(#1) HTML Validation error, line 4: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. (th="100%"> <tr valign="top"> )
(#1) HTML Validation error, line 5: The “width” attribute on the “td” element is obsolete. Use CSS instead. (ign="top"> <td class="custombox-header-thumb contactpoint " style="background-image : url();" width="2%" rowspan="4"> )
(#1) HTML Validation error, line 8: The “width” attribute on the “td” element is obsolete. Use CSS instead. ( </td> <td class="custombox-header-caption contactpoint" width="98%" colspan="2"> )
(#1) HTML Validation error, line 5: Table cell spans past the end of its row group established by a “tbody” element; clipped to the end of the row group. (ign="top"> <td class="custombox-header-thumb contactpoint " style="background-image : url();" width="2%" rowspan="4"> )
(#1) HTML Validation error, line 8: Table column 3 established by element “td” has no cells beginning in it. ( </td> <td class="custombox-header-caption contactpoint" width="98%" colspan="2"> )
mod/customlabel/type/courseclassifier/templates/classifierrow.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 3: Stray start tag “tr”. (ow --> <tr valign="top"> )
(#1) HTML Validation error, line 4: Stray start tag “td”. (> <td class="custombox-param courseclassifier" width="30%"> )
(#1) HTML Validation error, line 6: Stray end tag “td”. (: </td> )
(#1) HTML Validation error, line 7: Stray start tag “td”. (> <td class="custombox-value courseclassifier"> )
(#1) HTML Validation error, line 9: Stray end tag “td”. ( </td> <)
(#1) HTML Validation error, line 10: Stray end tag “tr”. (</td> </tr><!-- )
mod/customlabel/type/courseclassifier/templates/template.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 4: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. (assifier"> <tr valign="top"> )
(#1) HTML Validation error, line 5: Table column 2 established by element “th” has no cells beginning in it. (ign="top"> <th class="custombox-title courseclassifier" colspan="2"> )
mod/customlabel/type/coursedata/templates/template.mustache
(#1) Example context missing.
mod/customlabel/type/courseheading/templates/template.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 4: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. (eheading"> <tr valign="middle" class="custombox-icon courseheading"> )
(#1) HTML Validation error, line 8: The “width” attribute on the “td” element is obsolete. Use CSS instead. (eheading"> <td width="*"> )
mod/customlabel/type/cssadditions/templates/template.mustache
(#1) Example context missing.
mod/customlabel/type/definition/templates/template.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 3: The “width” attribute on the “table” element is obsolete. Use CSS instead. (plate --><table class="custombox-definition" width="100%"> <)
(#1) HTML Validation error, line 4: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. (th="100%"> <tr valign="top"> )
(#1) HTML Validation error, line 5: The “width” attribute on the “td” element is obsolete. Use CSS instead. (ign="top"> <td class="custombox-header-thumb definition" style="background-image : url();" width="2%" rowspan="2"> )
(#1) HTML Validation error, line 7: The “width” attribute on the “td” element is obsolete. Use CSS instead. ( </td> <td class="custombox-header-caption definition" width="98%"> )
(#1) HTML Validation error, line 12: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. ( </tr> <tr valign="top"> )
mod/customlabel/type/example/templates/template.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 3: The “width” attribute on the “table” element is obsolete. Use CSS instead. (ample --><table class="custombox-example" width="100%"> )
(#1) HTML Validation error, line 5: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. (th="100%"> <tr valign="top"> )
(#1) HTML Validation error, line 6: The “width” attribute on the “td” element is obsolete. Use CSS instead. (ign="top"> <td class="custombox-header-thumb example" style="background-image : url();" width="2%" rowspan="2"> )
(#1) HTML Validation error, line 8: The “width” attribute on the “td” element is obsolete. Use CSS instead. ( </td> <td class="custombox-header-caption example" width="98%"> )
mod/customlabel/type/formule/templates/template.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 3: The “width” attribute on the “table” element is obsolete. Use CSS instead. (rmule --><table class="custombox-formule" width="100%"> )
(#1) HTML Validation error, line 5: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. (th="100%"> <tr valign="top"> )
(#1) HTML Validation error, line 6: The “width” attribute on the “td” element is obsolete. Use CSS instead. (ign="top"> <td class="custombox-header-thumb formule" style="background-image: url();" width="2%" rowspan="2"> )
(#1) HTML Validation error, line 8: The “width” attribute on the “td” element is obsolete. Use CSS instead. ( </td> <td class="custombox-header-caption formule" width="98%"> )
(#1) HTML Validation error, line 13: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. ( </tr> <tr valign="top"> )
mod/customlabel/type/fundamental/templates/template.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 3: The “width” attribute on the “table” element is obsolete. Use CSS instead. (plate --><table class="custombox-fundamental" width="100%"> )
(#1) HTML Validation error, line 5: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. (th="100%"> <tr valign="top"> )
(#1) HTML Validation error, line 6: The “width” attribute on the “td” element is obsolete. Use CSS instead. (ign="top"> <td class="custombox-header-thumb fundamental" style="background-image : url();" width="2%" rowspan="2"> )
(#1) HTML Validation error, line 8: The “width” attribute on the “td” element is obsolete. Use CSS instead. ( </td> <td class="custombox-header-caption fundamental" width="98%"> )
(#1) HTML Validation error, line 13: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. ( </tr> <tr valign="top"> )
mod/customlabel/type/important/templates/template.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 3: The “width” attribute on the “table” element is obsolete. Use CSS instead. (plate --><table class="custombox-important" width="100%"> )
(#1) HTML Validation error, line 5: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. (th="100%"> <tr valign="top"> )
(#1) HTML Validation error, line 6: The “width” attribute on the “td” element is obsolete. Use CSS instead. (ign="top"> <td class="custombox-header-thumb important" style="background-image : url();" width="2%" rowspan="2"> )
(#1) HTML Validation error, line 8: The “width” attribute on the “td” element is obsolete. Use CSS instead. ( </td> <td class="custombox-header-caption important" width="98%"> )
(#1) HTML Validation error, line 13: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. ( </tr> <tr valign="top"> )
mod/customlabel/type/information/templates/template.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 3: The “width” attribute on the “table” element is obsolete. Use CSS instead. (plate --><table class="custombox-information" width="100%"> )
(#1) HTML Validation error, line 5: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. (th="100%"> <tr valign="top"> )
(#1) HTML Validation error, line 6: The “width” attribute on the “td” element is obsolete. Use CSS instead. (ign="top"> <td class="custombox-header-thumb information" style="background-image : url();" width="2%" rowspan="2"> )
(#1) HTML Validation error, line 8: The “width” attribute on the “td” element is obsolete. Use CSS instead. ( </td> <td class="custombox-header-caption information" width="98%"> )
(#1) HTML Validation error, line 13: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. ( </tr> <tr valign="top"> )
mod/customlabel/type/instructions/templates/template.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 3: The “width” attribute on the “table” element is obsolete. Use CSS instead. (plate --><table class="custombox-instructions" width="100%"> )
(#1) HTML Validation error, line 5: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. (th="100%"> <tr valign="top"> )
(#1) HTML Validation error, line 6: The “width” attribute on the “td” element is obsolete. Use CSS instead. (ign="top"> <td class="custombox-header-thumb instructions" style="background-image : url();" width="2%" rowspan="2"> )
(#1) HTML Validation error, line 8: The “width” attribute on the “td” element is obsolete. Use CSS instead. ( </td> <td class="custombox-header-caption instructions" width="98%"> )
(#1) HTML Validation error, line 13: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. ( </tr> <tr valign="top"> )
mod/customlabel/type/keypoints/templates/template.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 3: The “width” attribute on the “table” element is obsolete. Use CSS instead. (plate --><table class="custombox-keypoints" width="100%"> )
(#1) HTML Validation error, line 5: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. (th="100%"> <tr valign="top"> )
(#1) HTML Validation error, line 6: The “width” attribute on the “td” element is obsolete. Use CSS instead. (ign="top"> <td class="custombox-header-thumb keypoints" style="background-image : url();" width="2%" rowspan="2"> )
(#1) HTML Validation error, line 8: The “width” attribute on the “td” element is obsolete. Use CSS instead. ( </td> <td class="custombox-header-caption keypoints" width="98%"> )
(#1) HTML Validation error, line 13: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. ( </tr> <tr valign="top"> )
mod/customlabel/type/localgoals/templates/template.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 3: The “width” attribute on the “table” element is obsolete. Use CSS instead. (plate --><table class="custombox-localgoals" width="100%"> )
(#1) HTML Validation error, line 5: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. (th="100%"> <tr valign="top"> )
(#1) HTML Validation error, line 6: The “width” attribute on the “td” element is obsolete. Use CSS instead. (ign="top"> <td class="custombox-header-thumb localgoals" style="background-image : url(});" width="2%" rowspan="2"> )
(#1) HTML Validation error, line 8: The “width” attribute on the “td” element is obsolete. Use CSS instead. ( </td> <td class="custombox-header-caption localgoals" width="98%"> )
(#1) HTML Validation error, line 13: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. ( </tr> <tr valign="top"> )
mod/customlabel/type/method/templates/template.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 3: The “width” attribute on the “table” element is obsolete. Use CSS instead. (plate --><table class="custombox-method" width="100%"> )
(#1) HTML Validation error, line 5: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. (th="100%"> <tr valign="top"> )
(#1) HTML Validation error, line 6: The “width” attribute on the “td” element is obsolete. Use CSS instead. (ign="top"> <td class="custombox-header-thumb method" style="background-image : url();" width="2%" rowspan="2"> )
(#1) HTML Validation error, line 8: The “width” attribute on the “td” element is obsolete. Use CSS instead. ( </td> <td class="custombox-header-caption method" width="98%"> )
(#1) HTML Validation error, line 13: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. ( </tr> <tr valign="top"> )
mod/customlabel/type/pedagogicadvice/templates/template.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 4: Bad value “” for attribute “src” on element “img”: Must be non-empty. (ice"> <img id="customctl-" src="" /> <)
(#1) HTML Validation error, line 4: An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images. (ice"> <img id="customctl-" src="" /> <)
(#1) HTML Validation error, line 5: Stray end tag “b”. (icadvice]]</b></span)
(#1) HTML Validation error, line 13: The “width” attribute on the “table” element is obsolete. Use CSS instead. (div> <table width="100%" class="custombox-pedagogicadvice"> )
(#1) HTML Validation error, line 14: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. (icadvice"> <tr valign="top"> )
(#1) HTML Validation error, line 15: The “width” attribute on the “td” element is obsolete. Use CSS instead. (ign="top"> <td class="custombox-thumb pedagogicnote" style="background-image : url();" width="2%"></td>)
mod/customlabel/type/question/templates/template.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 3: The “width” attribute on the “table” element is obsolete. Use CSS instead. (plate --><table class="custombox-question" width="100%"> )
(#1) HTML Validation error, line 5: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. (th="100%"> <tr valign="top"> )
(#1) HTML Validation error, line 6: The “width” attribute on the “td” element is obsolete. Use CSS instead. (ign="top"> <td class="custombox-header-thumb question" style="background-image : url();" width="2%" rowspan="6"> )
(#1) HTML Validation error, line 8: The “width” attribute on the “td” element is obsolete. Use CSS instead. ( </td> <td class="custombox-header-caption question" width="96%"> )
(#1) HTML Validation error, line 13: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. ( </tr> <tr valign="top"> )
(#1) HTML Validation error, line 21: The “align” attribute on the “td” element is obsolete. Use CSS instead. ( <tr> <td class="custombox-header-collapser question" align="left"> )
(#1) HTML Validation error, line 27: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. ( </tr> <tr valign="top"> )
(#1) HTML Validation error, line 6: Table cell spans past the end of its row group established by a “tbody” element; clipped to the end of the row group. (ign="top"> <td class="custombox-header-thumb question" style="background-image : url();" width="2%" rowspan="6"> )
mod/customlabel/type/remind/templates/template.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 3: The “width” attribute on the “table” element is obsolete. Use CSS instead. (plate --><table class="custombox-remind" width="100%"> )
(#1) HTML Validation error, line 5: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. (th="100%"> <tr valign="top"> )
(#1) HTML Validation error, line 6: The “width” attribute on the “td” element is obsolete. Use CSS instead. (ign="top"> <td class="custombox-header-thumb remind" style="background-image : url();" width="2%" rowspan="2"> )
(#1) HTML Validation error, line 8: The “width” attribute on the “td” element is obsolete. Use CSS instead. ( </td> <td class="custombox-header-caption remind" width="98%"> )
(#1) HTML Validation error, line 13: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. ( </tr> <tr valign="top"> )
mod/customlabel/type/sectionheading/templates/template.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 3: The “width” attribute on the “table” element is obsolete. Use CSS instead. (plate --><table class="custombox-sectionheading" width="100%"> <)
(#1) HTML Validation error, line 4: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. (th="100%"> <tr valign="top" class="custombox-icon sectionheading"> )
(#1) HTML Validation info, line 8: Empty heading. ( <h2 class="custombox-caption sectionheading"></h2>)
mod/customlabel/type/seealso/templates/template.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 3: The “width” attribute on the “table” element is obsolete. Use CSS instead. (plate --><table class="custombox-seealso" width="100%"> )
(#1) HTML Validation error, line 5: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. (th="100%"> <tr valign="top"> )
(#1) HTML Validation error, line 7: The “width” attribute on the “td” element is obsolete. Use CSS instead. (ign="top"> <td class="custombox-header-thumb seealso" style="background-image : url();" width="2%" rowspan="2"> )
(#1) HTML Validation error, line 10: The “width” attribute on the “td” element is obsolete. Use CSS instead. ( </td> <td class="custombox-header-caption seealso" width="98%"> )
(#1) HTML Validation error, line 15: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. ( </tr> <tr valign="top"> )
mod/customlabel/type/sequenceheading/templates/template.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 3: The “width” attribute on the “table” element is obsolete. Use CSS instead. (plate --><table class="custombox-sequenceheading" width="100%"> <)
(#1) HTML Validation error, line 4: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. (th="100%"> <tr valign="" class="custombox-icon sequenceheading"> )
(#1) HTML Validation info, line 8: Empty heading. ( <h2 class="custombox-caption sequenceheading"></h2>)
mod/customlabel/type/soluce/templates/template.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 3: The “width” attribute on the “table” element is obsolete. Use CSS instead. (plate --><table class="custombox-soluce" width="100%"> )
(#1) HTML Validation error, line 5: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. (th="100%"> <tr valign="top"> )
(#1) HTML Validation error, line 6: The “width” attribute on the “td” element is obsolete. Use CSS instead. (ign="top"> <td class="custombox-header-thumb soluce" style="background-image : url();" width="2%" rowspan="2"> )
(#1) HTML Validation error, line 9: The “width” attribute on the “td” element is obsolete. Use CSS instead. ( </td> <td class="custombox-header-caption soluce" width="98%"> )
(#1) HTML Validation error, line 12: The “align” attribute on the “td” element is obsolete. Use CSS instead. ( </td> <td class="custombox-header-collapser soluce" align="right" width="2%"> )
(#1) HTML Validation error, line 12: The “width” attribute on the “td” element is obsolete. Use CSS instead. ( </td> <td class="custombox-header-collapser soluce" align="right" width="2%"> )
(#1) HTML Validation error, line 13: Bad value “” for attribute “src” on element “img”: Must be non-empty. ( <img id="customctl-" class="customctl" src="" /> )
(#1) HTML Validation error, line 13: An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images. ( <img id="customctl-" class="customctl" src="" /> )
mod/customlabel/type/text/templates/template.mustache
(#1) Example context missing.
mod/customlabel/type/theorema/templates/template.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 3: The “width” attribute on the “table” element is obsolete. Use CSS instead. (plate --><table class="custombox-theorema" width="100%"> )
(#1) HTML Validation error, line 5: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. (th="100%"> <tr valign="top"> )
(#1) HTML Validation error, line 6: The “width” attribute on the “td” element is obsolete. Use CSS instead. (ign="top"> <td class="custombox-header-thumb theorema" style="background-image : url();" width="2%" rowspan="3"> )
(#1) HTML Validation error, line 8: The “width” attribute on the “td” element is obsolete. Use CSS instead. ( </td> <td class="custombox-header-caption theorema" width="98%"> )
(#1) HTML Validation error, line 13: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. ( </tr> <tr valign="top"> )
(#1) HTML Validation error, line 19: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. ( </tr> <tr valign="top"> )
mod/customlabel/type/tipsandtricks/templates/template.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 3: The “width” attribute on the “table” element is obsolete. Use CSS instead. (plate --><table class="custombox-tipsandtricks" width="100%"> )
(#1) HTML Validation error, line 5: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. (th="100%"> <tr valign="top"> )
(#1) HTML Validation error, line 6: The “width” attribute on the “td” element is obsolete. Use CSS instead. (ign="top"> <td class="custombox-header-thumb tipsandtricks" style="background-image : url();" width="2%" rowspan="2"> )
(#1) HTML Validation error, line 8: The “width” attribute on the “td” element is obsolete. Use CSS instead. ( </td> <td class="custombox-header-caption tipsandtricks" width="98%"> )
(#1) HTML Validation error, line 13: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. ( </tr> <tr valign="top"> )
mod/customlabel/type/unitheading/templates/template.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 3: The “width” attribute on the “table” element is obsolete. Use CSS instead. (plate --><table class="custombox-unitheading" width="100%"> <)
(#1) HTML Validation error, line 4: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. (th="100%"> <tr valign="middle" class="custombox-icon unitheading"> )
(#1) HTML Validation info, line 8: Empty heading. ( <h3 class="custombox-caption unitheading"></h3>)
mod/customlabel/type/verticalspacer/templates/template.mustache
(#1) Example context missing (@template section not found.)
mod/customlabel/type/worktodo/templates/template.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 3: The “cellspacing” attribute on the “table” element is obsolete. Use CSS instead. (plate --><table class="custombox-worktodo" cellspacing="0" width="100%"> )
(#1) HTML Validation error, line 3: The “width” attribute on the “table” element is obsolete. Use CSS instead. (plate --><table class="custombox-worktodo" cellspacing="0" width="100%"> )
(#1) HTML Validation error, line 5: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. (th="100%"> <tr valign="top"> )
(#1) HTML Validation error, line 6: The “width” attribute on the “td” element is obsolete. Use CSS instead. (ign="top"> <td class="custombox-header-thumb worktodo" style="background-image : url();" width="2%" rowspan="3"> )
(#1) HTML Validation error, line 8: The “width” attribute on the “td” element is obsolete. Use CSS instead. ( </td> <td class="custombox-header-caption worktodo" width="98%" colspan="2"> )
(#1) HTML Validation error, line 13: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. ( </tr> <tr valign="top"> )
(#1) HTML Validation error, line 18: The “align” attribute on the “td” element is obsolete. Use CSS instead. ( </td> <td class="custombox-timeexpected worktodo" align="right" width="40"> )
(#1) HTML Validation error, line 18: The “width” attribute on the “td” element is obsolete. Use CSS instead. ( </td> <td class="custombox-timeexpected worktodo" align="right" width="40"> )
(#1) HTML Validation error, line 19: Bad value “” for attribute “src” on element “img”: Must be non-empty. ( <img src="" /> )
(#1) HTML Validation error, line 19: An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images. ( <img src="" /> )
(#1) HTML Validation info, line 21: A table row was 4 columns wide and exceeded the column count established by the first row (3). ( </td> </tr> )
(#1) HTML Validation error, line 23: The “valign” attribute on the “tr” element is obsolete. Use CSS instead. ( </tr> <tr valign="top"> )
(#1) HTML Validation error, line 28: The “align” attribute on the “td” element is obsolete. Use CSS instead. ( </td> <td class="custombox-workmode worktodo" align="right" colspan="3"> )
(#1) HTML Validation info, line 32: A table row was 5 columns wide and exceeded the column count established by the first row (3). ( </td> </tr> )
(#1) HTML Validation info, line 38: A table row was 2 columns wide, which is less than the column count established by the first row (3). ( </td> </tr></ta)
(#1) HTML Validation error, line 28: Table column 5 established by element “td” has no cells beginning in it. ( </td> <td class="custombox-workmode worktodo" align="right" colspan="3"> )