Peter Dias
0705928b4a
MDL-72413 lesson: Use the common module for setting the header
2021-12-13 09:49:34 +08:00
abgreeve
fcd4de8639
MDL-72090 navigation: Update to behat feature files for navigation.
...
This updates feature files to use the new steps to navigate to certain
pages.
2021-12-09 11:13:35 +08:00
Mathew May
b983003e2e
MDL-70197 navigation: Remove old navigation elements and migrate behat
2021-11-29 15:47:42 +08:00
abgreeve
85fded1a95
MDL-71912 mod_lesson: New step definitions for behat.
2021-11-10 16:26:56 +08:00
Eloy Lafuente (stronk7)
11eb9f9465
MDL-71912 behat: Temporarily skip some troubled scenarios - nonjs
...
That way we get everything else passing, because @skip_interim
scenarios are skipped by default. And can focus on the failing
ones apart.
2021-11-09 12:47:34 +01:00
Jake Dallimore
c5a2e2db6c
Merge branch 'MDL-71912-master-V4' of git://github.com/abgreeve/moodle
2021-11-09 11:47:55 +08:00
abgreeve
1fa136a9b4
MDL-71912 mod_lesson: Add tertiary navigation to the lesson module.
...
Co-authored-by: Sujith Haridasan <sujith@moodle.com>
2021-11-09 11:24:08 +08:00
Huong Nguyen
ffca35b805
MDL-72896 Accessibility: Make html_table responsive
...
The tables are generated by html_table will responsive across viewports
2021-11-09 09:41:27 +07:00
Simey Lameze
91f5136363
MDL-72667 lesson: improve colour contrast of correct text
2021-11-04 21:01:55 +08:00
Simey Lameze
9fe207211d
MDL-72672 lesson: make edit collapsed table responsive
2021-11-04 16:18:35 +08:00
Simey Lameze
8889c69a38
MDL-72672 lesson: make detailed stats table responsive
2021-11-04 16:18:35 +08:00
Simey Lameze
575b22bcfc
MDL-72672 lesson: make attempts table responsive
2021-11-04 16:18:35 +08:00
Simey Lameze
e2649db6c4
MDL-72672 lesson: add label for true/false checkboxes
2021-11-04 16:18:35 +08:00
Simey Lameze
f540540b9e
MDL-72672 lesson: add label for multichoice checkboxes
2021-11-04 16:18:35 +08:00
Simey Lameze
1662fa085e
MDL-72672 lesson: remove unnecessary nowrap
...
This commit also remove some deprecated table properties as well.
2021-11-04 16:18:35 +08:00
Simey Lameze
f7f15b93e4
MDL-72672 mod_lesson: add aria-label to actions select element
2021-11-04 16:18:35 +08:00
abgreeve
24eac0b051
Merge branch 'MDL-72543-master' of git://github.com/lameze/moodle
2021-10-07 15:11:12 +08:00
Simey Lameze
9afd980b4e
MDL-72543 block_timeline: change the display of event names
2021-10-07 14:05:34 +08:00
Peter
7a9e3db9dc
MDL-52206 completion: Behat test
...
Co-authored-by: aanabit
2021-10-07 10:17:25 +08:00
Peter Dias
2c7893cf9f
MDL-52206 core: Update new activity_custom_completion
...
Update the custom_completion classes to accept the new completion
criteria
2021-10-04 19:45:47 +08:00
Mihail Geshoski
7d821080f0
MDL-72093 navigation: Update behat tests
2021-09-14 12:02:35 +08:00
Paul Holden
51ef7bd6f9
MDL-72499 event: add/correct event language strings as required.
2021-09-06 11:14:09 +01:00
Adrian Greeve
7d435fb5f2
MDL-70196 navigation: Update to feature files.
...
- Part of: MDL-69588
A lot of tests rely on the last element of the breadcrumb being
active. This updates feature files to not rely on this anymore.
2021-08-23 17:46:38 +08:00
Andrew Nicols
776f4bd80c
MDL-72179 behat: Make use of page resolvers
2021-07-26 15:14:28 +08:00
Eloy Lafuente (stronk7)
9d6aa39985
MDL-71583 versions: Add all the missing full-stops to version/requires
...
It seems that the new phpcs3 checker is now controlling those
line comments that previously were ignored.
This commit just looks for all the cases and bulk-add
them when needed. The bash script (mac) used to add all them is:
while read -r line; do
arr=(${line//:/ })
if [[ -n ${arr[0]} ]] && [[ -n ${arr[1]} ]]; then
echo " file ${arr[0]}, line ${arr[1]}"
sed -i "${arr[1]}s/\$/\./" ${arr[0]}
fi
done < <(find . -name version.php | xargs ag --nomultiline '>(version|requires) *=.*//.*[^;\.]$')
2021-05-11 20:11:07 +02:00
Jun Pataleta
5891fb1352
Merge branch 'MDL-71518-master' of git://github.com/rezaies/moodle
2021-05-06 11:38:48 +08:00
Shamim Rezaie
a27876c3df
MDL-71518 behat: Remove %P and AM/PM
...
The %P modifier is not supported in the macOS (MDL-71549)
2021-05-06 12:31:42 +10:00
Jun Pataleta
e8b3ab767b
Merge branch 'MDL-71518-master' of git://github.com/rezaies/moodle
2021-05-05 13:26:29 +08:00
Shamim Rezaie
35d1ac13d2
MDL-71518 core: Add weekday to activity dates
2021-05-05 13:56:06 +10:00
David Mudrák
ad30fde448
MDL-71425 lang: Fix reworded strings in tests
2021-05-04 17:45:18 +02:00
Helen Foster
49efd0b4b6
MDL-71425 lang: Import fixed English strings (en_fix)
2021-05-04 14:51:44 +02:00
Jun Pataleta
fd8544b37c
Merge branch 'MDL-71401-master-3' of git://github.com/mickhawkins/moodle
2021-05-04 12:26:34 +08:00
Michael Hawkins
c2dd5d7bc7
MDL-71401 mod_lesson: Update completion behat to test individual changes
2021-05-04 12:19:29 +08:00
Shamim Rezaie
47f7c24f2b
MDL-71163 mod_lesson: Fix behat failures
2021-05-03 15:41:43 +02:00
Sara Arjona
b04d1c3041
Merge branch 'MDL-71163-master' of git://github.com/rezaies/moodle
2021-05-03 11:59:58 +02:00
Víctor Déniz
6d3107641d
Merge branch 'MDL-71189-master-3' of git://github.com/mickhawkins/moodle
2021-05-03 08:08:34 +01:00
Michael Hawkins
b77c66ac10
MDL-71189 core_completion: Adding completion sort order to activities
...
This implements sort ordering for all completion conditions, in
activities which support custom completion conditions.
2021-05-03 13:36:11 +08:00
Ilya Tregubov
cf1cf222e7
MDL-66431 core: Fix behat tests.
...
Move activity creation to data generators. Only fixing those
tests failing due to removing usemodchooser preference.
2021-05-01 16:22:03 +02:00
Shamim Rezaie
7e50138905
MDL-71163 mod_lesson: Remove duplicate info for open and close time
2021-04-30 17:13:56 +10:00
Michael Hawkins
73bcf9a8d0
MDL-71162 mod_lesson: Add behat testing for completion conditions
2021-04-29 00:41:07 +08:00
Jun Pataleta
11df82e9f7
Merge branch 'MDL-71410-master' of git://github.com/rezaies/moodle
2021-04-27 12:36:24 +08:00
Shamim Rezaie
660f7c08c5
MDL-71410 mod_lesson: implement activity_dates for the lesson module
2021-04-27 14:32:26 +10:00
Shamim Rezaie
8a308c498c
MDL-71410 mod_lesson: Cache lesson times in modinfo for performance
...
We update the dates with user/group overrides. The calculation of
the override in the lesson module is different from the assignment
module as the lesson_overrides table des not have a sortorder column.
See lesson::update_effective_access().
2021-04-27 14:01:49 +10:00
Shamim Rezaie
47fcfa0af8
MDL-71410 mod_lesson: Cache user and group overrides
2021-04-27 14:01:45 +10:00
Sara Arjona
12f64a02c9
Merge branch 'MDL-71144-master' of git://github.com/rezaies/moodle
2021-04-23 13:16:01 +02:00
Shamim Rezaie
a2bf666a0c
MDL-71144 mod_lesson: Deprecate lesson_get_completion_state()
2021-04-22 10:08:11 +10:00
Luca Bösch
aee27d0a9b
MDL-71118 core: Add grade (verb) string.
...
AMOS BEGIN
CPY [grade,core],[gradenoun,core]
CPY [grade,core],[gradeverb,core]
AMOS END
2021-04-17 11:46:09 +02:00
Adrian Greeve
83b71194cd
Merge branch 'MDL-71161-master-4' of git://github.com/junpataleta/moodle
2021-04-13 11:42:30 +08:00
Michael Hawkins
8395543c40
MDL-71161 mod_lesson: Display activity completion information
2021-04-13 01:21:12 +08:00
Adrian Greeve
d24df2a201
Merge branch 'MDL-70821-master-5' of git://github.com/junpataleta/moodle
2021-04-12 14:45:59 +08:00