Julien Boulen
966f926813
MDL-76319 gradebook: add continue button after csv grades import error
2023-07-10 10:17:48 +02:00
Ilya Tregubov
94452ea194
Merge branch 'MDL-77375-master' of https://github.com/rezaies/moodle
2023-07-06 09:19:57 +08:00
Ilya Tregubov
d1100f0a51
Merge branch 'MDL-78188-master' of https://github.com/kevpercy/moodle
2023-07-04 10:36:00 +08:00
Shamim Rezaie
848efb3f13
MDL-77375 core_grades: set boundary of the dropdowns in grade setup page
2023-07-02 00:41:22 +10:00
Shamim Rezaie
91c29c250f
MDL-77375 gradereport_singleview: set boundary of the dropdowns
2023-07-02 00:41:22 +10:00
Mihail Geshoski
b4cbad8b33
MDL-77632 core_grades: Add rowtitle class to grade category cell
2023-06-30 09:29:00 +08:00
Mihail Geshoski
3643f48e0f
MDL-77632 core_grades: Fix row_column_of_table_should_contain()
2023-06-30 09:28:59 +08:00
Ilya Tregubov
65cafd36cc
MDL-77632 core_grades: Move select checkboxes to name column.
2023-06-30 09:28:59 +08:00
Jun Pataleta
132cf637f3
Merge branch 'MDL-77637-trimmed' of https://github.com/Chocolate-lightning/moodle
2023-06-27 10:33:34 +08:00
Mathew May
997134f52f
MDL-77637 gradebook_setup: Create gradeitems via dyn form
2023-06-27 09:01:25 +08:00
Andrew Nicols
2798fe960a
Merge branch 'MDL-78519' of https://github.com/paulholden/moodle
2023-06-24 23:20:04 +08:00
Andrew Nicols
260f4ac4f9
Merge branch 'MDL-77636-master' of https://github.com/mihailges/moodle
2023-06-22 14:29:42 +02:00
Andrew Nicols
f7f01fe2ab
Merge branch 'MDL-78273' of https://github.com/Chocolate-lightning/moodle
2023-06-22 14:29:41 +02:00
Andrew Nicols
4149de88c2
Merge branch 'MDL-78164-master' of https://github.com/meirzamoodle/moodle
2023-06-22 14:29:38 +02:00
Meirza
337bc1554a
MDL-78164 lib: Added class properties that are not declared in grade
...
In PHP 8.2 and later, setting a value to an undeclared class property is
deprecated and emits a deprecation notice.
So we need to add missing class properties that still need to be declared.
Co-authored-by: Andrew Nicols <andrew@nicols.co.uk>
2023-06-21 14:41:35 +07:00
Andrew Nicols
4eb5c0d707
Merge branch 'MDL-77634-master' of https://github.com/ilyatregubov/moodle
2023-06-21 15:19:54 +08:00
Mathew May
6394056c90
MDL-78274: gradereport_grader: Vertically center feedback modal
2023-06-21 14:51:26 +08:00
Ilya Tregubov
807bfe69ae
MDL-77634 gradereport_singleview: Sticky footer for singleview
...
Moving Save button, pagination, next and previous link as well as
perpage selector to sticky footer.
2023-06-21 12:59:03 +08:00
Kevin Percy
4be3ad97aa
MDL-78188 core_grades: Add sticky footer to export grades page
2023-06-20 12:21:31 +08:00
Mathew May
e027a0ef03
MDL-78273 gradereport: Feedback modal styling
2023-06-20 10:34:05 +08:00
Paul Holden
7a1cdb4ea9
MDL-78519 gradeimport_xml: fix require paths for import form.
2023-06-19 16:58:18 +01:00
Andrew Nicols
4d15a4ee32
Merge branch 'MDL-69231-master' of https://github.com/lameze/moodle
2023-06-15 10:58:56 +08:00
Sara Arjona
4c32213446
Merge branch 'MDL-71325' of https://github.com/paulholden/moodle
2023-06-14 13:41:28 +02:00
Ilya Tregubov
9611669cae
Merge branch 'MDL-70152-master' of https://github.com/andelacruz/moodle
2023-06-14 13:24:06 +08:00
Ilya Tregubov
df6641a489
MDL-76445 gradereport_singleview: Fix Behat test
...
When you unenrol a user, the notification blocks some tertiary
navigation links.
2023-06-14 08:57:43 +08:00
Mihail Geshoski
c95c632764
MDL-76445 gradereport_singleview: Deprecate load_users()
...
Replaces current usages of
\gradereport_singleview\local\screen::load_users() with
get_gradable_users() and deprecates load_users(). The only
remaining calls of this method are unit test related.
2023-06-13 15:06:53 +08:00
Mihail Geshoski
41ec352b36
MDL-76445 gradereport_singleview: Deprecate initial zero state view
...
Deprecates the \gradereport_singleview\local\screen\select class which
is used to generate the initial view to select the singleview item type
and the strings used by the related mustache template.
This view is no longer used as we do not provide direct links to it
anymore.
2023-06-13 15:06:53 +08:00
Mihail Geshoski
26f4584200
MDL-76445 gradereport_singleview: Usability fixes
2023-06-13 15:06:53 +08:00
Mihail Geshoski
6e7ded8feb
MDL-76445 gradereport_user: Usability fixes
2023-06-13 15:06:52 +08:00
Mihail Geshoski
620f6322d9
MDL-76445 grade: Helper that returns all gradable users in a course
2023-06-13 15:06:52 +08:00
Sara Arjona
86edd3d142
Merge branch 'MDL-78415-master-enfix' of https://github.com/vmdef/moodle
2023-06-08 20:33:02 +02:00
Víctor Déniz
7e3b1b1450
MDL-78415 lang: Fix Behat tests regressions after merging en_fix strings
2023-06-08 11:40:13 +01:00
Víctor Déniz
48c161543d
MDL-78415 lang: Add parameter to reopencolumn string
2023-06-08 11:38:49 +01:00
Helen Foster
06c5a6c883
MDL-78415 lang: Import fixed English strings (en_fix)
2023-06-08 09:59:04 +01:00
Ilya Tregubov
44bd656a98
MDL-77635 core_grades: Use sticky footer on import grades page
2023-06-08 11:06:28 +08:00
Simey Lameze
2367bc9ff6
MDL-69231 behat: remaining work for role capability generator
...
This commit does few things:
* Unify data generators usage to role short name.
* Replace remaining manual steps to use the new data generator.
* Also replaced other manual steps to set config to use data generators.
* Tidy up of some tests, aligning pipes and splitting one line steps into multiple lines.
* Fixes tests to have one Given/When/Then per scenario.
2023-06-02 12:47:27 +08:00
Andrew Nicols
aa2fc4048e
MDL-69231 behat: Update tests to use new generator
2023-06-02 12:47:27 +08:00
Angelia Dela Cruz
c95ef35b60
MDL-70152 behat: Forum behat generators use UI
...
Behat cleanup and optimisation
2023-05-29 10:32:20 +08:00
Paul Holden
cace650f26
MDL-71325 grade: final removal of deprecated category external method.
2023-05-26 13:48:57 +01:00
Jun Pataleta
ac0767cac4
Merge branch 'MDL-77353_Master' of https://github.com/catalyst/moodle-MDL-76126
2023-05-24 20:18:59 +08:00
Nathan Nguyen
1452caac93
MDL-77353 core: examples of new user function usage
2023-05-24 13:05:13 +10:00
Jun Pataleta
b5c0d804f1
Merge branch 'MDL-75512-master' of https://github.com/ilyatregubov/moodle
2023-05-23 20:16:44 +08:00
Jun Pataleta
21b6a7c615
Merge branch 'MDL-78323-master' of https://github.com/andrewnicols/moodle
2023-05-22 14:28:35 +08:00
Andrew Nicols
0aaea71650
MDL-78323 gradereport_grader: Fix jsdoc syntax
2023-05-22 09:23:27 +08:00
Andrew Nicols
a176e8b63a
Merge branch 'MDL-77451-master' of https://github.com/rezaies/moodle
2023-05-19 11:40:15 +08:00
Mihail Geshoski
f13e567644
MDL-77636 gradereport_user: Sticky footer in the grade user report
2023-05-17 22:03:41 +08:00
Andrew Nicols
c25b54d12e
Merge branch 'MDL-77144-master' of https://github.com/davewoloszyn/moodle
2023-05-15 21:59:24 +08:00
Ilya Tregubov
95a0ba16da
MDL-75512 core_grades: Add sticky footer to setup page.
2023-05-15 10:50:17 +08:00
David Woloszyn
f3f816ced9
MDL-77144 core_grades: fix headings in grade area
...
Previous to this, heading logic was performed in print_grade_page_head.
With the deprecation of the showtitle param, it makes sense now to
explicitly set the heading when the function is called. This prevents
duplicated text between the heading and teriary dropdown. This patch
also fixes unnecessary text that was concatenated onto headings.
2023-05-11 10:09:09 +10:00
David Woloszyn
d81da7aba1
MDL-77144 core_grades: deprecated showtitle in print_grade_page_head
2023-05-11 09:55:17 +10:00