Mikel Martín
b340a1395b
MDL-79601 report_completion: Fix RTL First/Last name alignment
2023-11-08 16:23:01 +01:00
Mikel Martín
7e02b4baef
MDL-79601 report_progress: Fix RTL First/Last name alignment
2023-11-08 16:22:20 +01:00
Sara Arjona
70d0295880
Merge branch 'MDL-401-master_brief_name' of https://github.com/oliviervalentin/moodle
2023-10-31 09:59:58 +01:00
Jun Pataleta
d5d7835a0a
MDL-79551 versions: Make CiBoT happy
...
* Use array short syntax for $plugin->dependencies
* Add trailing comma for multi-line $plugin->dependencies array
2023-10-04 14:04:29 +08:00
Jun Pataleta
94bc2cd38b
MDL-79551 versions: bump all versions and requires near release
2023-10-04 13:57:17 +08:00
oliviervalentin
634d1a3dcd
MDL-79510 report_configlog : implement filtering by plugin.
2023-09-28 16:28:54 +02:00
Ilya Tregubov
94c9ce0595
Merge branch 'MDL-78806-master' of https://github.com/junpataleta/moodle
2023-09-13 10:54:54 +08:00
Jun Pataleta
1eb8ee32bb
MDL-78806 core: Remove redundant site name
...
MDL-78806 core: Remove redundant site name on page titles
* With the site name now being appended to the page titles, there
is no need to manually append the page titles.
2023-09-09 08:58:54 +08:00
Andrew Nicols
48bc688ccd
MDL-78324 core: Convert modals to use new static methods
...
This commit takes all modals which were not using the legacy
ModalFactory.create triggers and migrates them to the new Modal.create
method.
2023-09-09 00:04:11 +08:00
Andrew Nicols
27e40683aa
MDL-78324 report_insights: Convert actions to esm
...
This module is converted to ESM in preparation for simplification of
Modal instantiation.
2023-09-09 00:04:02 +08:00
Stefan Topfstedt
7b04638c52
MDL-71212 core_course: adds controls to the course index drawer.
2023-08-18 11:00:55 -07:00
Andrew Nicols
1add591221
MDL-78938 report_progres: Wrap completion status update in pending
2023-08-16 20:00:59 +08:00
Leon Stringer
d2a563e79b
MDL-45452 report_completion: Excel date format
...
When using either of the CSV download links (spreadsheet format or Excel-
compatible format) use an Excel-compatible format for date/times.
Co-Authored-By: Ray Morris <Ray.Morris@teex.tamu.edu>
2023-07-21 15:03:48 +01:00
Alex Yeung
73f3bb23be
MDL-67852 tool_dataprivacy: Fix security checks
2023-07-09 14:35:20 +01:00
Eloy Lafuente (stronk7)
d9f7fe9c3f
MDL-77599 coding-style: Replace forbidden @const tags by @var
...
@const is not a valid phpdoc tag and @var should be used to
document both classes properties and constants (no matter how
weird that may sound, heh).
Link to (draft right now) PHP-FIG:
https://github.com/php-fig/fig-standards/blob/master/proposed/phpdoc-tags.md#518-var
So, with this commit we are just replacing all uses by the correct
@var one. Note that the type is entirely optional, in fact I think
that there isn't much need of it for constants because it's obvious
for both humans and machines which the type is. But, as far as it's
also correct to specify it, we haven't modified that detail.
The only detail modified are the cases where the constant name was
specified in the phpdoc, that's not needed, hence, the names have
been removed from there when present (a couple of cases).
2023-07-03 15:58:16 +02: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
Stephan Robotta
95f5e32f99
MDL-63759 iplookup: use OSM if Google is not used, use accuracy radius
2023-05-24 08:40:34 +02:00
Meirza
94bda23532
MDL-77350 report: Added class properties that are not declared
...
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.
2023-05-16 00:33:19 +07:00
Eloy Lafuente (stronk7)
061c9d7ba0
MDL-77940 versions: bump all versions and requires near release
...
version = 2023042400 release version
requires= 2023041800 current rc1 version
2023-04-18 18:08:09 +02:00
Marina Glancy
9ffbcce0ac
MDL-77164 various: fix mustache template name
2023-04-13 09:43:15 +01:00
Marina Glancy
04f8fdd021
MDL-77164 various: fix javascript AMD module name
2023-04-13 09:43:15 +01:00
Amaia Anabitarte
d535182414
MDL-77178 report: Update reports tertiary navigation
2023-03-20 11:13:55 +01:00
Jun Pataleta
8441270181
Merge branch 'MDL-77559-master-2' of https://github.com/andrewnicols/moodle
2023-03-09 16:02:01 +08:00
Andrew Nicols
511401f4f6
MDL-77559 js: Rebuild all JS with Node 16
2023-03-09 09:53:19 +08:00
Andrew Nicols
974d7e4dab
Merge branch 'MDL-52805-42' of https://github.com/Chocolate-lightning/moodle
2023-03-08 14:49:59 +08:00
Paul Holden
f0a557bffb
MDL-75517 report_participation: filter report by viewable roles only.
2023-03-08 10:36:52 +08:00
Mathew May
00747e2641
MDL-52805 core: Remove references to old logging in behat
2023-03-07 13:08:46 +08:00
Mathew May
33ebbddde2
MDL-52805 core: Remove legacy log plugin and more calls
2023-03-07 13:08:46 +08:00
Mathew May
e5ca7766e7
MDL-52805 core: Remove legacy log calls
2023-03-07 13:08:46 +08:00
Andrew Nicols
33b1e41f13
MDL-75012 js: Full build of all grunt things
2023-03-02 11:55:32 +08:00
Andrew Nicols
4fa300b78f
Merge branch 'MDL-76415-master' of https://github.com/meirzamoodle/moodle
2023-02-16 11:31:42 +08:00
Meirza
5265300706
MDL-76415 report_eventlist: Fixed str interpolation deprecations.
...
Since PHP 8.2, placing the dollar sign outside the curly brace is deprecated when
the expression inside the braces resolves to a variable or an expression.
2023-02-13 19:51:47 +07:00
Matthew Hilton
863bad8d7e
MDL-73317 report_participation: Close session later in script
...
The script has been reorganised so that it closes the session as early
as possible, without causing session changes after close being logged.
In this case, after the table has been output it is OK to close the
session.
2023-02-09 12:03:49 +10:00
Angelia Dela Cruz
710607ce5f
MDL-75830 behat: Book behat tests optimised
...
Replace steps that manually add Book instances via the UI and use
Behat generators. This improves the speed of the Behat test runs.
Additionally, performed Behat cleanup and optimisation to affected
files.
2023-02-02 09:08:09 +08:00
Laurent David
fc72a1d7b1
MDL-75337 core: Single button - core changes
...
* Change all core calls toward single_button to use single_button::BUTTON_PRIMARY
when needed
2023-01-24 06:01:35 +01:00
Andrew Nicols
a3cc26f8bb
MDL-76583 core: Update uses of external_* classes
2023-01-19 07:34:09 +08:00
David Mudrák
50ba9dc72c
MDL-76739 lang: Use the fixed strings in the tests, too
2023-01-12 09:17:27 +08:00
Helen Foster
975a127325
MDL-76739 lang: Import fixed English strings (en_fix)
2023-01-12 09:17:27 +08:00
Stefan Hanauska
e6753b2e95
MDL-73503 report: Add filtering by section to report_progress
2022-12-12 21:12:02 +01:00
Jun Pataleta
00bae8b8a4
MDL-76403 versions: bump all versions and requires near release
2022-11-23 09:45:23 +08:00
Andrew Nicols
bcbdb8764a
MDL-76169 question: General behat fixes
...
Whilst amending these tests I discovered some other minor fixes to be
made.
2022-11-03 21:39:15 +08:00
Andrew Nicols
8ffbaad330
MDL-76169 question: Use action menu steps consistently
2022-11-03 21:39:15 +08:00
Andrew Nicols
3d70f457cb
MDL-76169 mod_quiz: Add quiz question bank behat resolver
2022-11-03 21:39:15 +08:00
Andrew Nicols
d396af9393
MDL-76120 behat: Swap click on select option to set field
...
Recent versions of Marionette do not like to click on the option
element so we must always use the set field option.
2022-10-28 20:53:22 +08:00
Paul Holden
b3828cebd2
MDL-75034 reportbuilder: move classes into consistent namespace.
...
Use `reportbuilder` level two namespace for report related classes
(entities, system reports, etc) within components and sub-systems.
2022-10-07 15:05:34 +01:00
Noel De Martin
275dc3f8d4
MDL-74655 competency: Implement behat generators
2022-08-03 10:48:01 +02:00
Iñigo Zendegi
919ea1dde1
MDL-74857 language: Start using the 'statusok' string for status
2022-07-18 10:55:47 +02:00
Sujith Haridasan
73d604369d
MDL-71062 core: Step 1 deprecation of print_error function
2022-07-13 08:20:54 +05:30
Paul Holden
c82ca19eb7
MDL-73110 report_completion: support custom user identity fields.
2022-05-20 11:24:51 +01:00
Ilya Tregubov
6442615878
Merge branch 'participants_per_page_MDL-41498' of https://github.com/rschrenk/moodle
2022-05-06 07:59:43 +06:00