moodle/admin/tool/brickfield
Eloy Lafuente (stronk7) 0ed53be9b2 MDL-66902 tests: Fix all incorrect namespaces
This issue just goes over all the currently incorrect
namespaces in test cases and:

1. Change the namespace to the correct one.
2. Move/rename it to correct location if needed (level 2 and down).
3. Remove not needed MOODLE_INTERNAL check when possible.
4. Remove file phpdoc when the file only has one class.
5. Make small adjustments in case the change of namespace requires it.
2022-09-26 14:12:16 +02:00
..
classes MDL-75548 misc: final Required parameter follows optional notices 2022-08-22 15:20:13 +01:00
db MDL-73764 tool_xmldb: Regenerate all the files detected by the report 2022-02-08 19:25:03 +01:00
json
lang/en MDL-74537 lang: Import fixed English strings (en_fix) 2022-04-26 11:21:12 +01:00
pix NOBUG: Fixed SVG browser compatibility 2021-05-07 16:54:23 +02:00
templates MDL-71584 tool_brickfield: Fixed up language string issues. 2021-05-12 08:44:01 -04:00
tests MDL-66902 tests: Fix all incorrect namespaces 2022-09-26 14:12:16 +02:00
index.php MDL-71539 tool_brickfield: PHP8 optional param error fixed. 2021-05-05 11:47:33 -04:00
lib.php
LICENSE_QUAIL.txt MDL-71532 tool_brickfield: Removing tabs and unneeded files. 2021-05-05 11:34:35 -04:00
README.md MDL-71569 Accessibility toolkit: Fix Summary data task failure 2021-05-11 19:46:31 -04:00
registration.php MDL-71584 tool_brickfield: Fixed up language string issues. 2021-05-12 08:44:01 -04:00
settings.php MDL-69863 tool_brickfield: Change public to private. 2021-05-04 19:49:55 +02:00
styles.css
upgrade.txt MDL-73629 tool_brickfield: Ensuring colour check causes no errors. 2022-03-11 15:25:21 -05:00
version.php MDL-74471 versions: bump all versions and requires near release 2022-04-13 10:37:36 +08:00

Brickfield accessibility tool plugin

Copyright (C) 2021 Brickfield Education Labs

The Accessibility admin tool plugin provides a simple means of checking content for any accessibility issues.

Created by an enthusiastic team from Brickfield Education Labs, including:

  • Karen Holland
  • Gavin Henrick
  • Mike Churchward
  • Renée Mackey
  • Laia Joana Canet
  • Jay Churchward
  • Paul Ffrench
  • Holly Lynn
  • Michael Pound
  • Max Larkin

with a little help from our friends.

Portions of the htmlchecker files were derived from the "Quail PHP Accessibility Library". The Quail library (Copyright (C) 2009 Kevin Miller) is licensed under GNU GPL v3. See the LICENSE_QUAIL.txt file in this directory for original Quail license information.