Sara Arjona
256232ad46
MDL-73248 adminpresets: Improvements to the Starter preset
...
This is the list of changes applied to the Starter preset, following
the community suggestions and the latest features included in 4.0:
- Hide Online users, Recently accessed courses and Starred courses.
- Re-enable Description and Essay question types.
- Disable guest enrolment and hide guest login button.
- Reduce the information displayed in the activity chooser.
Apart from that, the User menu items has been removed because it had
the same value in both presets (so it makes no sense having there).
2022-02-11 16:41:06 +01:00
Sara Arjona
1d0609bbdd
MDL-71696 question: Align new tables with install/upgrade
...
Amended because, in all cases, install.xml wins and we
have make upgrade.php to match it...
But in the question_versions->status case, that needs to
be NOT_NULL, so upgrade was correct and install.xml has
been changed for it.
Note this has been changed without using the editor because
it has been detected that there are other changes in the xml
file that have been added manually, we'll create a "reconcile"
issue to fix that (mainly whitespace).
So, yes, please, always use the editor.
2022-02-03 16:32:04 +01:00
Eloy Lafuente (stronk7)
a2e4be3620
Merge branch 'MDL-73728-master' of https://github.com/andrewnicols/moodle
2022-02-03 14:59:00 +01:00
Guillermo Gomez
c34b89a3c2
MDL-71696 core_question: Implement new database schema
...
This commit implements the new database structure for
versioning in question. It also does the migration of
current data to the new structure.
Co-Authored-By: Safat Shahin <safatshahin@catalyst-au.net>
Co-Authored-By: Guillermo Gomez Arias <guillermogomez@catalyst-au.net>
2022-02-03 22:22:38 +11:00
Andrew Nicols
fc082d349c
MDL-73728 admin: Move adminpresets to admin/presets
...
This commit moves the presets subsystem to a location within the admin
folder, which is more appropriate given its purpose and reduces
developer frustration with tab completion of the admin directory.
2022-02-03 19:14:28 +08:00
Ilya Tregubov
57fe1a3099
Merge branch 'MDL-67853-master' of https://github.com/crazyserver/moodle
2022-01-27 16:41:19 +02:00
Pau Ferrer Ocaña
e8ad1eaa43
MDL-67853 message: Update notification config and preferences
2022-01-27 15:22:08 +01:00
Sara Arjona
749c678ed5
MDL-73342 admin_presets: Remove blocks from the core presets
2022-01-11 16:58:48 +01:00
Sara Arjona
e5a1b33676
MDL-73397 adminpresets: Move lastpresetapplied to core
...
In MDL-73394 the lastpresetapplied setting was added to the
tool_admin_presets. This commit moves it to adminpresets.
2022-01-04 12:13:19 +01:00
Sara Arjona
1f47ef1a34
MDL-73397 adminpresets: Move sensiblesettings to core
...
The sensiblesettings setting has been moved from tool_admin_presets
to adminpresets component where it belongs, in order for being able
to use it from the API to decide whether sensible settings should
be included when exporting them.
2022-01-04 12:13:19 +01:00
Sara Arjona
727f0d4daf
MDL-73397 adminpresets: Create new core_adminpresets component
...
The core_adminpresets component has been added and some data and
methods from the tool_admin_presets have been moved here.
2022-01-03 11:51:33 +01:00
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
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
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
Jun Pataleta
6f7defeeb6
Merge branch 'MDL-72588' of git://github.com/dravek/moodle
2021-11-01 11:22:48 +08:00
Andrew Nicols
d2d9d6087d
MDL-72615 boxnet: Correct upgrade step for boxnet removal
2021-10-29 15:00:58 +08:00
Andrew Nicols
a9eeca8c05
Merge branch 'MDL-72615-master' of git://github.com/cescobedo/moodle
2021-10-29 11:17:29 +08: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
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
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
Alex Rowe
5ea613c99b
MDL-57980 grade_items: add mdl_grade_items index
...
New index created on itemtype, itemmodule, iteminstance and courseid
2021-10-05 09:30:14 +11:00
Peter
90acd8d381
MDL-52206 core: Add completion criteria to course_modules
2021-10-04 19:44:02 +08:00
Peter
663137748e
MDL-52206 core: Add completion based on pass grade
...
Add new completion based on pass grade to the completion criteria.
2021-10-04 19:42:34 +08:00
Sara Arjona
70e6deacee
MDL-72348 repository: Remove Microsoft OneDrive legacy (skydrive)
...
The repository_skydrive was deprecated in 3.3 and here it has been
removed from core.
2021-10-04 09:30:43 +02:00
Sara Arjona
32576936ad
MDL-72347 filter: Remove censor filter
...
Word censorship filter is not widely used these days so it has been
removed from Moodle core.
2021-10-04 09:28:59 +02:00
Ilya Tregubov
44f06eddc1
Merge branch 'MDL-72675' of git://github.com/paulholden/moodle
2021-09-28 15:51:58 +02:00
cescobedo
bad5b1d891
MDL-72335 tool_health: Remove tool_health from core
2021-09-27 07:12:32 +02:00
Paul Holden
ffa9b692e3
MDL-72675 repository_picasa: remove plugin config after uninstall.
...
It was missed as part of the original plugin uninstallation change
in 128ebcc4
.
2021-09-24 12:35:03 +01:00
Ilya Tregubov
0e979b85cc
Merge branch 'MDL-72042-master' of git://github.com/sarjona/moodle
2021-09-22 13:34:28 +02:00
Jun Pataleta
e6e32acd21
Merge branch 'MDL-58939-master' of git://github.com/sarjona/moodle
2021-09-21 10:38:11 +08:00
Amaia Anabitarte
7958fa72e1
MDL-72356 core_course: auto enrol admins when adding a new course
2021-09-20 13:09:29 +02:00
Sara Arjona
128ebcc4b0
MDL-58939 repository: Remove picasa repository
...
Picasa is discontinued since 2016 so repository_picasa has been
removed from core Moodle.
2021-09-17 10:46:09 +02:00