Eloy Lafuente (stronk7)
ba5b6089d5
MDL-71036 phpunit: Renamed various regexp-related assertions
...
In PHPUnit 9.1, the following regexp-related assertions
have been deprecated and there are new alternatives for
all them:
- assertRegExp() -> assertMatchesRegularExpression()
- assertNotRegExp() -> assertDoesNotMatchRegularExpression()
This is about to, simply, move all cases to the new alternatives.
Source: https://github.com/sebastianbergmann/phpunit/blob/9.1.0/ChangeLog-9.1.md
Regexp to find all them:
ag 'assertRegExp|assertNotRegExp' -li
2021-03-11 19:22:24 +01:00
Juan Leyva
3f5d99063b
MDL-63805 glossary: Glossary API refactor
2020-10-14 12:46:41 +02:00
Juan Leyva
a7a1f0d48c
MDL-63806 glossary: Move delete code to API function
2020-10-09 09:42:56 +02:00
John Beedell
af00998f74
MDL-64729 mod_glossary: glossary_get_entries_search case sensitivity
2019-02-15 16:53:20 +00:00
Shamim Rezaie
50f347214e
MDL-63140 mod_glossary: Check if the module is visible to the user
2018-09-14 17:43:23 +10:00
Shamim Rezaie
00aa8d3f32
MDL-63140 mod_glossary: Add userid param to glossary calendar callbacks
2018-09-07 18:20:03 +10:00
Marina Glancy
7b14c50bb0
MDL-58784 mod_glossary: student can see his entries before approval
2017-05-08 11:35:29 +08:00
David Monllao
c2118c8902
Merge branch 'wip-MDL-57456-master' of git://github.com/marinaglancy/moodle
2017-04-19 15:42:29 +08:00
Jake Dallimore
8db355c58f
MDL-58138 tests: unit and behat tests covering bulk and default tabs
...
Part of MDL-58138 epic
2017-04-19 08:56:11 +08:00
Andrew Hancox
694d2f8eac
MDL-57456 mod_glossary: Implement tagging
2017-04-07 16:08:31 +08:00
Mark Nelson
e1cd93ce20
MDL-58423 core_calendar: moved \core_calendar\event class
...
Part of MDL-55611 epic.
2017-04-04 11:01:49 +01:00
Mark Nelson
6c83e65928
MDL-57878 mod_*: added unit tests for event decoration
...
Part of MDL-55611 epic.
2017-04-03 11:37:09 +08:00
Frederic Massart
61fce28459
MDL-49231 mod_glossary: External function view_entry
2015-12-31 15:18:36 +01:00
Frederic Massart
d0d4372ce7
MDL-49231 mod_glossary: External function view_glossary
2015-12-31 15:18:13 +01:00