Paul Holden
fdbbef6372
MDL-71487 admin: ensure filesize settings don't overflow integer.
2021-08-09 10:36:10 +01:00
Víctor Déniz
4bd6f3938e
Merge branch 'MDL-71152-master' of git://github.com/roland04/moodle
2021-08-04 20:37:33 +01:00
abgreeve
d531f97f2c
Merge branch 'MDL-67833' of https://github.com/paulholden/moodle
2021-08-03 10:27:39 +08:00
Jake Dallimore
a260a3154b
Merge branch 'MDL-71323' of git://github.com/paulholden/moodle
2021-08-02 16:22:30 +08:00
David Matamoros
53ed7abf4c
MDL-71153 task: convert task logs table to a system report.
...
Convert to system report API provided by Report builder. The entity
defined the column and filters, which are used by the system
report class we have created.
Report actions are also defined in the system report.
2021-08-02 15:46:17 +08:00
Guillermo Gomez
330d323933
MDL-71515 admin: Improve Test outgoing mail config
...
Improve the Test outgoing mail configuration admin page adding:
- Timestamp to the subject and message text.
- Additional subject text to the current text subject.
- From field (username or email) to send the test email from the that Moodle user.
2021-07-28 09:19:54 +10:00
Mike Churchward
531b0c917e
MDL-71925 tool_brickfield: Limited DOM tag count using core function.
2021-07-27 15:58:01 -04:00
Juan Leyva
e320264a84
MDL-70624 tool_mobile: Return QR login configurration
2021-07-27 18:16:23 +02:00
Andrew Nicols
776f4bd80c
MDL-72179 behat: Make use of page resolvers
2021-07-26 15:14:28 +08:00
Andrew Nicols
f14dbe0087
MDL-72179 behat: Add page resolvers for activity roles/perms
2021-07-23 20:44:26 +08:00
Andrew Nicols
950c7adb1c
MDL-72179 behat: Add page resolver for activity names
2021-07-23 20:43:48 +08:00
Andrew Nicols
9f428f68c7
MDL-72179 behat: Add activity editing page resolution
2021-07-23 20:43:48 +08:00
Andrew Nicols
f1b41a1a7a
MDL-72179 behat: Fix page resolvers to remove ambiguity
...
The simple pattern matches were conflicting in some situations. To make
this backwards compatable we need to convert it to a Regex pattern match
instead, and provide the quoted and unquoted variants.
2021-07-23 20:43:48 +08:00
Andrew Nicols
ba8e0a4871
MDL-72179 behat: Correct course category page resolving
...
There were two issues here:
* I am on the [categoryname] category page page (duplicated page)
* the wrong URL was being used
Since an incorrect URL was used I felt it safe to rename the step from
'category page page' to 'category page'.
2021-07-23 20:43:48 +08:00
Andrew Nicols
730d6cb94e
MDL-72179 behat: Improve core page resolvers
...
This commit makes the following improvements to core page resolverss:
* allows for mixed case naming (course, Course, etc.)
* allows fields other than the idnumber to be specified:
** course: idnumber, shortname, fullname
** course category: idnumber, name
Whilst some of these fields are not unique, they will typically be
unique in most test scenarios. Where they are not then the idnumber
should be used in preference.
2021-07-23 20:28:10 +08:00
Mikel Martín
f874652ad2
MDL-71152 theme_boost: Use 'scroll-margin-top' for anchor links
...
Current anchor link offset fix is not working with 'display:flex' elements
2021-07-16 11:56:31 +02:00
Andrew Nicols
d55aeee10c
MDL-72163 admin: Create interface for settings with a url
2021-07-16 15:20:30 +08:00
Thach Le Huy
dc3aa743e4
MDL-72033 User tours: step placement issues if screen too narrow
2021-07-16 10:55:39 +07:00
Jun Pataleta
e6f1baa9c8
Merge branch 'MDL-71456-master' of /home/jun/moodles/stable_master/moodle
2021-07-15 16:13:06 +08:00
Bas Brands
1f3006b3b4
MDL-71456 theme_boost: usertour fixes for pages with drawers
2021-07-14 11:49:57 +02:00
Andrew Nicols
a953a29616
MDL-71931 tool_usertours: Emit real events on step/tour transitions
2021-07-13 16:29:51 +08:00
Andrew Nicols
61e03fe208
MDL-71931 tool_usertours: Update to ES format
2021-07-13 16:11:12 +08:00
Paul Holden
f2f4d0a9bb
MDL-67833 tool_customlang: break long text in component column.
2021-07-09 11:36:56 +01:00
Adrian Greeve
18515919e1
MDL-61460 tool_componentlibrary: Additional whitespace removal.
2021-07-08 23:30:35 +02:00
Jun Pataleta
f21ac401e2
Merge branch 'MDL-70594' of https://github.com/stronk7/moodle
2021-07-08 23:30:35 +02:00
Adrian Greeve
65642ef97a
Merge branch 'MDL-61460-master-fix' of https://github.com/andrewnicols/moodle
2021-07-08 23:30:34 +02:00
Adrian Greeve
f03a714607
MDL-61460 tool_componentlibrary: removed white space.
...
Also updated the version number as that was causing a problem.
2021-07-08 23:30:34 +02:00
Andrew Nicols
f1525fbdbf
MDL-61460 tool_componentlibrary: JS Documentation fix
2021-07-08 23:30:34 +02:00
Adrian Greeve
a5336912d9
Merge branch 'MDL-61460-master-4' of git://github.com/bmbrands/moodle
2021-07-08 23:30:34 +02:00
Bas Brands
fda886c195
MDL-61460 tool_componentlibrary: Bootstrap docs pages v4.6.0
2021-07-08 09:51:02 +08:00
Bas Brands
3de68ad434
MDL-61460 tool_componentlibrary: Documentation for Moodle UI components
...
- This tool is only available for admins
- Before using this tool the hosting admin will need to have NPM installed and be able to run grunt
- To create the docs pages for the library run "grunt componentlibrary"
- After the pages are created the Library is available in Site adminstration > Development > UI Component Library
2021-07-08 09:51:02 +08:00
Eloy Lafuente (stronk7)
33666c1b5f
Merge branch 'MDL-71537-master' of https://github.com/NashTechOpenUniversity/moodle
2021-07-06 20:16:21 +02:00
Paul Holden
052ba69f79
MDL-71323 admin: consistently indicate disabled state of plugins.
...
In order to be consistent with the majority of plugin management
pages, add the `dimmed_text` class to table rows to indicate that
a given plugin is disabled.
2021-07-06 10:14:13 +01:00
Thach Le Huy
1cf69802f0
MDL-71537 User tours: Minor display errors on mobile
2021-07-06 09:29:33 +07:00
Paul Holden
526f5eccb9
MDL-71981 user: escape identity fields if writer supports HTML.
2021-07-06 09:27:15 +08:00
Eloy Lafuente (stronk7)
f9ee024477
MDL-70594 environment: Apply agreed changes
...
- PostgreSQL 10 required.
- Exif PHP extension recommended.
2021-07-01 22:40:01 +02:00
Eloy Lafuente (stronk7)
37e80dccd9
MDL-70594 environment: 4.0 base information
...
This is a direct copy of the 3.11 branch to have
the changes under control in next commits.
2021-07-01 22:36:05 +02:00
Andrew Nicols
b10ac1ae04
Merge branch 'MDL-69498-group-admin-by-domain' of https://github.com/brendanheywood/moodle
2021-06-24 11:13:10 +08:00
Brendan Heywood
5d5f165e26
MDL-69498 admin: Group site admins by email domain
2021-06-23 15:22:37 +10:00
mohalisad
cf05819840
MDL-71973 analytics cli: fix enabling model bug
...
Fix the exception at line 143 caused by wrong argument for constructor in line 140
2021-06-21 17:21:57 +04:30
Andrew Nicols
4f422785c6
MDL-71113 javascript: Improve basic JS Documentation
2021-06-18 09:38:05 +08:00
Andrew Nicols
92179b7057
MDL-71113 js: Fix all jsdoc warnings
2021-06-18 09:38:05 +08:00
Víctor Déniz
754d164391
Merge branch 'MDL-71052' of git://github.com/paulholden/moodle
2021-06-17 02:37:46 +01:00
Eloy Lafuente (stronk7)
9395d24ca9
Merge branch 'MDL-56873-master' of git://github.com/mickhawkins/moodle
2021-06-16 23:30:26 +02:00
Amaia Anabitarte
377aee95b5
MDL-71528 usertours: End button text for one step user tours
2021-06-14 17:30:03 +02:00
Michael Hawkins
18a7f0134d
MDL-56873 admin: Set sensible default cURL security settings
2021-06-10 12:01:39 +08:00
Adrian Greeve
eea0b54fdb
Merge branch 'MDL-71369-master' of git://github.com/andrewnicols/moodle
2021-06-10 11:50:48 +08:00
Andrew Nicols
c116f35cb9
Merge branch 'MDL-71832-master' of https://github.com/sammarshallou/moodle
2021-06-10 10:39:36 +08:00
Andrew Nicols
e146f919fc
Merge branch 'MDL-70230-master' of https://github.com/jpahullo/moodle
2021-06-10 08:45:26 +08:00
Andrew Nicols
7782eeb55e
Merge branch 'MDL-65637-master' of git://github.com/peterRd/moodle
2021-06-09 13:22:49 +08:00