Sara Arjona
3b736bc50a
MDL-72598 reportbuilder: Fix database comparison error
2021-12-22 15:23:59 +01:00
Sara Arjona
445ba4f654
Merge branch 'MDL-72598' of https://github.com/paulholden/moodle
2021-12-22 14:54:03 +01:00
Paul Holden
335f608abb
MDL-72598 reportbuilder: tasks and API for report schedule delivery.
2021-12-21 09:44:43 +00:00
Paul Holden
a05683d027
MDL-72598 reportbuilder: interface elements for creating schedules.
...
Add new tab to the report editor, with system report, external API
and Javascript modules for managing report schedules.
2021-12-21 08:57:17 +00:00
Jun Pataleta
e9bd499fb1
Merge branch 'MDL-72867-master' of https://github.com/HuongNV13/moodle
2021-12-21 11:23:09 +08:00
Simey Lameze
eadf157068
MDL-72984 admin: make support email setting mandatory
2021-12-20 13:22:35 +08:00
Paul Holden
eb460d93aa
MDL-72598 reportbuilder: schema and model updates for schedules.
2021-12-17 14:33:27 +00:00
Mihail Geshoski
de53412989
MDL-72873 core_grades: Remove $CFG->grade_navmethod
...
The $CFG->grade_navmethod setting has been removed because it is not
required anymore. This setting was used to set the type of navigation
(tabs or dropdown box) which will be used in gradebook. However, these
navigation methods are no longer used and replaced with tertiary
navigation.
2021-12-16 00:10:13 +08:00
Huong Nguyen
8c336899a9
MDL-72867 Navigations: User menu improvements
2021-12-15 13:54:45 +07:00
Paul Holden
171c615a1b
MDL-73149 reportbuilder: update sorting options after aggregation.
...
Aggregation types can disable column sorting, e.g. both the current
group concatenation types. If such a type is selected for a column
we should update the report sorting options, ensuring that only those
columns that can be sorted are available for selection.
2021-12-01 09:12:07 +00:00
Sara Arjona
40818b5212
Merge branch 'MDL-72834-master' of https://github.com/HuongNV13/moodle
2021-12-01 08:59:47 +01:00
Huong Nguyen
7de559fa2f
MDL-72834 Calendar: Move the calendar into the user menu
2021-11-30 10:22:07 +07:00
Jun Pataleta
357ddcaff6
Merge branch 'MDL-72826' of git://github.com/paulholden/moodle
2021-11-19 11:07:03 +08:00
Andrew Nicols
738d4cac07
Merge branch 'MDL-70801-new' of https://github.com/Chocolate-lightning/moodle
2021-11-17 12:41:32 +08:00
Paul Holden
be11216d30
MDL-72826 reportbuilder: per-report option to show only unique rows.
...
This option allows report creators to avoid duplicate data being
displayed in their report. It is applied only when no columns in the
report currently have aggregation methods applied.
2021-11-16 13:59:16 +00:00
Mathew May
6ca9c2154a
MDL-70801 core_my: Add a new courses page
2021-11-15 11:49:35 +08:00
Mikel Martín
aaa7a5a445
MDL-72565 reportbuilder: Add 'Card view' settings to custom reports
...
- Create a new 'settings' column in reportbuilder_report table and provide an API to manage it
- Add new card view settings to custom reports
2021-11-11 13:55:29 +01:00
Sara Arjona
2ab697f627
Merge branch 'MDL-69561-master' of https://github.com/lameze/moodle
2021-11-11 12:42:09 +01:00
Simey Lameze
89e59a60ef
MDL-69561 mod: handle content download on course modules
2021-11-11 18:38:53 +08:00
Mathew May
bdffbe3e48
MDL-65799 enrol: Final deprecations
2021-11-10 15:22:43 +08:00
Andrew Nicols
97764798a4
Merge branch 'MDL-66776-master' of https://github.com/jleyva/moodle
2021-11-08 08:28:23 +08:00
Shamim Rezaie
46d744c34a
Merge branch 'MDL-70083-master' of git://github.com/jleyva/moodle
2021-11-05 14:37:44 +11:00
Juan Leyva
39d96944eb
MDL-66776 notifications: New login session notification
2021-11-04 11:18:00 +01:00
Ilya Tregubov
ac93013cd1
MDL-72995 core_course: Revert "MDL-55231: Partial course cache rebuild"
...
This reverts commits c1468388bcecec43e671335db8edfc839494e710,
c1468388bcecec43e671335db8edfc839494e710 and
9a900492bc14176c4f56b8e600ef459069a3ec7a.
2021-11-04 11:57:58 +02:00
Juan Leyva
714b482cba
MDL-70083 message: New message provider "coursecontentupdated"
2021-11-03 15:06:50 +01:00
Jun Pataleta
6f7defeeb6
Merge branch 'MDL-72588' of git://github.com/dravek/moodle
2021-11-01 11:22:48 +08:00
Mikel Martín
144084a2ac
MDL-72588 reportbuilder: interface for managing report audiences.
...
Add new tab to editor, allowing user to select from available audience
types in order to grant access to their reports.
Co-authored-by: David Matamoros <davidmc@moodle.com>
2021-10-29 12:50:15 +02:00
David Matamoros
70085ef7ac
MDL-72588 reportbuilder: implement audience helpers and classes.
...
Create the base audience class, to be extended by all audience types
across the site. Implement types allowing audiences to be created per
user, cohort or system role assignment.
The helper class is used for interrogating report audience instances
and retrieving access lists of those users able to view specific
reports.
Co-authored-by: Paul Holden <paulh@moodle.com>
2021-10-29 12:28:24 +02:00
Andrew Nicols
d2d9d6087d
MDL-72615 boxnet: Correct upgrade step for boxnet removal
2021-10-29 15:00:58 +08:00
Andrew Nicols
f764fa8e62
Merge branch 'MDL-72433-master' of git://github.com/peterRd/moodle
2021-10-29 11:27:39 +08:00
Andrew Nicols
a9eeca8c05
Merge branch 'MDL-72615-master' of git://github.com/cescobedo/moodle
2021-10-29 11:17:29 +08:00
Eloy Lafuente (stronk7)
e2f119e390
Merge branch 'MDL-72616-master' of git://github.com/cescobedo/moodle
2021-10-28 12:25:47 +02:00
David Matamoros
b2dd94ab8b
MDL-72588 reportbuilder: define schema/models for report audiences.
2021-10-27 10:05:44 +02:00
cescobedo
0a5d387398
MDL-72615 core: Remove boxnet portfolio and repository
2021-10-27 06:24:55 +02:00
cescobedo
3c6ad8ac09
MDL-72616 blocks: Remove block_quiz_results
2021-10-27 06:23:04 +02:00
Dongsheng Cai
9a900492bc
MDL-55231 core_course: Partial course cache rebuild
2021-10-26 19:08:15 +11:00
Andrew Nicols
f59018f67a
Merge branch 'MDL-71953-master' of git://github.com/HuongNV13/moodle
2021-10-21 14:02:58 +08:00
Huong Nguyen
bca6b06a1c
MDL-71953 calendar: Accessibility improvement for manage subscription
...
- Create new web services for manage subscription (Update calendar subscription)
- Modified delete subscription feature to use Web service.
- Midified update subscription feature to use in-place editbale
- Delete subscription feature now have a confirmation box before processing.
- Fixed some accessibility issues
- Used 'Delete' instead of 'Remove' for deleting subscriptions
2021-10-21 11:02:34 +07:00
Andrew Nicols
c5714ac280
Merge branch 'MDL-71211-master-v03' of git://github.com/ferranrecio/moodle
2021-10-20 09:04:57 +08:00
Paul Holden
8ca9e04f9a
MDL-70795 reportbuilder: beginnings of the report editor.
...
Implement UI elements for editing columns of a report, taking their
definitions from the selected datasource.
Co-authored-By: David Matamoros <davidmc@moodle.com>
Co-authored-By: Mikel Martín <mikel@moodle.com>
2021-10-19 13:56:02 +01:00
David Matamoros
22d896e063
MDL-70795 reportbuilder: add interface for creating reports.
...
Implement elements for creating/editing reports, along with
new system report for listing and accompanying JS modules for
user interaction.
Create "Users" datasource as proof-of-concept.
Co-authored-By: Paul Holden <paulh@moodle.com>
2021-10-19 13:55:30 +01:00
Paul Holden
95967d62d5
MDL-70795 reportbuilder: define updated schema for custom reports.
...
Define new filter/column models, and updated database schema to
match.
2021-10-19 13:48:27 +01:00
Ilya Tregubov
0350d42610
MDL-71211 core_course: Keep the status of course index.
2021-10-19 13:17:25 +02:00
Peter Dias
f019394b89
MDL-72433 core: Final deprecation get_grades
...
Final deprecation of core_grades_external::get_grades along with unit tests and related private methods.
2021-10-15 10:53:45 +08:00
Andrew Nicols
8d5d300047
Merge branch 'MDL-72586-master' of git://github.com/dpalou/moodle
2021-10-15 10:23:15 +08:00
Amaia Anabitarte
1d4edcb57b
MDL-72099 core_contenbank: Add context navigation
2021-10-14 13:04:13 +02:00
Víctor Déniz
da8b658229
Merge branch 'MDL-57980-master_grade_items_index' of https://github.com/agrowe/moodle
2021-10-07 16:02:52 +01:00
Ilya Tregubov
b4675942ce
Merge branch 'MDL-52206-master-rebased' of git://github.com/peterRd/moodle
2021-10-07 12:55:12 +07:00
cescobedo
678826efb8
MDL-72517 qformat: Remove ExamView question format
2021-10-06 09:35:35 +02:00
Andrew Nicols
3482a5494b
Merge branch 'MDL-72347-master' of git://github.com/sarjona/moodle
2021-10-05 23:20:38 +02:00