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
Tim Hunt
797b9fbd62
MDL-75548 misc: final Required parameter follows optional notices
2022-08-22 15:20:13 +01:00
Helen Foster
a1699a58f4
MDL-74537 lang: Import fixed English strings (en_fix)
2022-04-26 11:21:12 +01:00
Jun Pataleta
70f6b1605b
MDL-74471 versions: bump all versions and requires near release
2022-04-13 10:37:36 +08:00
Ilya Tregubov
bc170bba61
Merge branch 'MDL-73555_master_toolbrickfieldsummaryprocessing' of https://github.com/brickfield/moodle
2022-04-08 09:24:11 +06:00
Mike Churchward
daffa8b1fc
MDL-73629 tool_brickfield: Ensuring colour check causes no errors.
2022-03-11 15:25:21 -05:00
Eloy Lafuente (stronk7)
3bb4a4009c
MDL-73764 tool_xmldb: Regenerate all the files detected by the report
...
Note that, instead of going one by one to them from the XMLDB Editor
(load, makes some tiny change, save, revert the change, save), the
report includes a commented line that, once uncommented, does regenerate
the file while reporting.
I've left it there as a commodity for the developer.
2022-02-08 19:25:03 +01:00
Safat Shahin
7547f3e9f0
MDL-71696 tool_brickfield: accessibility changes for versioning
...
This implementation will introduce changes in the admin tools plugin brickfield to support versioning and the changed db schema.
2022-02-03 22:22:44 +11:00
Max Larkin
4e104467ce
MDL-73555 tool_brickfield: More efficient summary data processing
2022-01-20 11:40:55 -05:00
Sara Arjona
bc771bdfd6
Merge branch 'MDL-72412-master' of https://github.com/junpataleta/moodle
2022-01-17 08:28:47 +01:00
Jun Pataleta
0b2032cb1e
MDL-72412 core: Add the image role to informative icon fonts
2022-01-14 10:31:47 +08:00
Mike Churchward
23cb59bd85
MDL-73004 tool_brickfield: Fix unit tests for question areas.
...
Search array of areas for expected question components, rather than assume an array position.
2022-01-13 11:56:41 -05:00
Eloy Lafuente (stronk7)
deb0e76eee
MDL-73278 phpunit: Rename already namespaced classes to match file name
...
These are the only cases 100% safe to apply the renaming of the
testcase class names to match the file names.
All other cases are not safe, because they are missing namespace
and may enter into name conflicts. Adding namespaces is not as
simple as imagined because it implies to, also, add a good number
of modifications to core. See the issue for more details.
2021-12-07 23:54:29 +01:00
Safat Shahin
f9fc355ec7
MDL-71679 mod_quiz: Updates for new qbank api
...
This implementation will introduct changes to
the mod_quiz to implement the new qbank api
for view. Major changes are introduced in
the custom view and also all the legacy points
to the old qbank are changed to qbank plugins
where needed. It also deprecated and deletes
classes and scripts which were kept not to
break mod_quiz for the new api implementation.
2021-10-04 15:44:25 +11:00
Mike Churchward
531b0c917e
MDL-71925 tool_brickfield: Limited DOM tag count using core function.
2021-07-27 15:58:01 -04:00
Víctor Déniz
e64a080089
Merge branch 'MDL-71569-master_Summarydata' of https://github.com/brickfield/moodle
2021-05-13 22:34:11 +01:00
Jun Pataleta
97b623aa9b
Merge branch 'MDL-71584-master_Languagestrings' of https://github.com/brickfield/moodle
2021-05-13 13:57:22 +08:00
David Mudrák
03402e3c5d
MDL-71580 lang: Fix reworded strings in tests
2021-05-12 17:10:16 +02:00
Helen Foster
c8dc7bc942
MDL-71580 lang: Import fixed English strings (en_fix)
2021-05-12 17:10:16 +02:00
Mike Churchward
13fb58c663
MDL-71584 tool_brickfield: Fixed up language string issues.
2021-05-12 08:44:01 -04:00
Karen Holland
aa8690f79d
MDL-71569 Accessibility toolkit: Fix Summary data task failure
2021-05-11 19:46:31 -04:00
Víctor Déniz
0a3b42e250
Merge branch 'MDL-71544-master_Errorspage' of https://github.com/brickfield/moodle
2021-05-08 20:30:31 +01:00
Eloy Lafuente (stronk7)
dfb3c305a3
NOBUG: Fixed file access permissions
2021-05-07 16:54:26 +02:00
Eloy Lafuente (stronk7)
3a0397658e
NOBUG: Fixed SVG browser compatibility
2021-05-07 16:54:23 +02:00
Mike Churchward
f5b85c0d31
MDL-71544 tool_brickfield: Allowing text to break in table.
2021-05-06 13:12:39 -04:00
Eloy Lafuente (stronk7)
149e48d10e
MDL-69863 database: Fix oracle and sqlsrv problems
...
1) The GROUP BY statement must include all fields in the SELECT
not being aggregated or constant cols.
2) There was a missing space causing problems to databases
using named parameters.
2021-05-06 00:04:59 +02:00
Eloy Lafuente (stronk7)
3a839a62c6
Merge branch 'MDL-71539_master_PHP8optionalparams' of https://github.com/brickfield/moodle
2021-05-05 20:00:17 +02:00
Mike Churchward
3dc209b748
MDL-71539 tool_brickfield: PHP8 optional param error fixed.
2021-05-05 11:47:33 -04:00
Mike Churchward
1f70d37d7e
MDL-71532 tool_brickfield: Removing tabs and unneeded files.
2021-05-05 11:34:35 -04:00
Eloy Lafuente (stronk7)
7ae6e5da34
MDL-69863 tool_brickfield: Final version adjustments to current
...
In master, fixed to 2021052500
2021-05-04 19:50:24 +02:00
Mike Churchward
498f75502a
MDL-69863 tool_brickfield: Better instance name displayed in error list.
2021-05-04 19:49:55 +02:00
Mike Churchward
7331bb1454
MDL-69863 tool_brickfield: Add 'periodically' to data message.
2021-05-04 19:49:55 +02:00
Mike Churchward
616f20e9a5
MDL-69863 tool_brickfield: Change public to private.
2021-05-04 19:49:55 +02:00
Mike Churchward
03ada14526
MDL-69863 tool_brickfield: Removing plugin_installed event.
2021-05-04 19:49:55 +02:00
Mike Churchward
623c1b0326
MDL-69863 tool_brickfield: Language improvements.
2021-05-04 19:49:54 +02:00
Mike Churchward
ad1a600927
MDL-69863 tool_brickfield: Adding settings page title.
2021-05-04 19:49:54 +02:00
Mike Churchward
020109f3eb
MDL-69863 tool_brickfield: Disable analysis by default on installation.
2021-05-04 19:49:54 +02:00
Mike Churchward
ce9258afc4
MDL-69863 tool_brickfield: Ensure language strings use correct case.
2021-05-04 19:49:54 +02:00
Mike Churchward
b8c7cf9a74
MDL-69863 tool_brickfield: Ensuring navigation is correct.
2021-05-04 19:49:54 +02:00
Mike Churchward
11dcd419a5
MDL-69863 tool_brickfield: ensuring lang string independence.
2021-05-04 19:49:54 +02:00
Mike Churchward
c6c7c28dea
MDL-69863 tool_brickfield: Moving plugins to core files.
2021-05-04 19:49:54 +02:00
Mike Churchward
f8b34ffc68
MDL-69863 tool_brickfield: Added Behat tests.
2021-05-04 19:49:54 +02:00
Mike Churchward
e1c6497293
MDL-69863 tool_brickfield: Adding the Brickfield toolkit.
2021-05-04 19:49:54 +02:00