Damyon Wiese
9cf38a5d24
MDL-62465 grade: scrolling CSS
...
Grading pages have their own special javascript to force "fixed" headers
when scrolling a large table. They rely on the entire page being scrolled,
not just the main region.
2019-02-04 11:40:37 +08:00
Damyon Wiese
1b7a0a4d1a
MDL-62465 CSS: scrolling tables
...
Tables displayed inside a flex box container need position:relative to
calculate their size or they cause incorrect scrollable regions to appear in the page.
2019-02-04 11:40:37 +08:00
Jun Pataleta
06c98804f8
weekly release 3.5.4+
2019-02-01 08:57:10 +08:00
Jun Pataleta
8e85d900db
Merge branch 'install_35_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_35_STABLE
2019-02-01 08:57:09 +08:00
Eloy Lafuente (stronk7)
e25999cfeb
Merge branch 'MDL-64737-35-attoprivacysql' of git://github.com/mudrd8mz/moodle into MOODLE_35_STABLE
2019-01-31 22:46:46 +01:00
Sara Arjona
a2740b43c5
MDL-62514 form: Add missing data-tags attribute
...
The data-tags=1 attribute was missing for the autocomplete forms
without suggestions.
2019-01-31 13:53:47 +01:00
David Mudrák
b14eb813a0
MDL-64737 editor_atto: Fix the privacy export_user_data() implementation
...
Multiple issues fixed:
* Fixed order of the statements to avoid access to undefined variables.
* Fixed population of the SQL query parameter to make sure they match
the placeholder in the query.
* Fixed missing table aliases in the second query to make sure the query
actually works as expected.
2019-01-31 12:51:18 +01:00
David Mudrák
7ed8b29579
MDL-64737 privacy: Fix privacy provider testsuite file names
...
Only files ending with "_test.php" suffix are implicit part of a
testsuite. So these two were not actually executed.
2019-01-31 12:51:18 +01:00
Eloy Lafuente (stronk7)
2afeb308b6
Merge branch 'MDL-64320_35' of git://github.com/dmonllao/moodle into MOODLE_35_STABLE
2019-01-31 00:30:17 +01:00
Eloy Lafuente (stronk7)
eacb5e71d5
Merge branch 'MDL-64521_35' of https://github.com/timhunt/moodle into MOODLE_35_STABLE
2019-01-30 23:49:08 +01:00
Eloy Lafuente (stronk7)
ad2ee11aae
Merge branch 'MDL-62514-35' of git://github.com/andrewnicols/moodle into MOODLE_35_STABLE
2019-01-30 23:01:27 +01:00
Sara Arjona
a16553fc55
Merge branch 'MDL-47247-35' of git://github.com/mihailges/moodle into MOODLE_35_STABLE
2019-01-30 14:03:27 +01:00
David Monllao
a8159737cf
MDL-64320 analytics: Validate discrete indicators separately
2019-01-30 12:11:40 +01:00
Andrew Nicols
88c0ab547b
MDL-62514 behat: Inplace editable pendingjs wrapper
2019-01-30 08:26:31 +08:00
Andrew Nicols
9b71e8a8b0
MDL-62514 behat: Remove potentially conflicting names from description
2019-01-30 08:26:31 +08:00
Andrew Nicols
6c461125c5
MDL-62514 behat: Add additional autocomplete validation
2019-01-30 08:26:31 +08:00
Andrew Nicols
e3138b870e
MDL-62514 behat: Rewrite handling of autocomplete
...
This includes a minor restructure of the autocomplete JS to make use of
promises and improve tracking of pending JS.
In particular it improves the way in which throttled text input is
handled to ensure that the behat does not continue until:
- typing is fully complete; and
- all possible ajax requests have been sent; and
- all possible ajax requests complete; and
- the suggestions are updated.
A number of conditions existed where behat would move on to the next
step too early in a race condition effect between Behat and Autocomplete.
2019-01-30 08:26:31 +08:00
Andrew Nicols
eb18ff3cf3
MDL-62514 behat: Add a wait_for_pending_js to form field
2019-01-30 08:26:31 +08:00
AMOS bot
8c435f5f42
Automatically generated installer lang files
2019-01-30 00:10:24 +00:00
Eloy Lafuente (stronk7)
75153c10e6
Merge branch 'MDL-64424-35-expiredfrontpage' of git://github.com/mudrd8mz/moodle into MOODLE_35_STABLE
2019-01-29 23:48:45 +01:00
Eloy Lafuente (stronk7)
328aa06432
Merge branch 'MDL-64464_35' of https://github.com/timhunt/moodle into MOODLE_35_STABLE
2019-01-29 19:41:03 +01:00
Sara Arjona
64a588ccca
Merge branch 'MDL-63168_35' of git://github.com/markn86/moodle into MOODLE_35_STABLE
2019-01-29 13:01:10 +01:00
Sara Arjona
2844f968b0
Merge branch 'MDL-64313-35' of git://github.com/damyon/moodle into MOODLE_35_STABLE
2019-01-29 12:35:49 +01:00
Sara Arjona
82e028d7bd
Merge branch 'MDL-61623-35' of git://github.com/damyon/moodle into MOODLE_35_STABLE
2019-01-29 11:20:34 +01:00
Damyon Wiese
c14b0c9bcd
MDL-61623 accessibility: Use role, not aria-role
2019-01-29 14:00:06 +08:00
Mihail Geshoski
7c815adea4
MDL-47247 mod_folder: Apply site config when showexpanded is not set
2019-01-29 08:59:05 +08:00
Sara Arjona
a5fb32a623
Merge branch 'MDL-62668-35' of git://github.com/jleyva/moodle into MOODLE_35_STABLE
2019-01-28 19:43:34 +01:00
Sara Arjona
4a6403f068
Merge branch 'MDL-56604-35' of git://github.com/damyon/moodle into MOODLE_35_STABLE
2019-01-28 13:33:07 +01:00
Sara Arjona
1e0cf52994
Merge branch 'MDL-63378-35' of git://github.com/damyon/moodle into MOODLE_35_STABLE
2019-01-28 11:38:24 +01:00
Sara Arjona
6ad3397d69
Merge branch 'MDL-54804_35' of https://github.com/mfabriczy/moodle into MOODLE_35_STABLE
2019-01-28 10:21:52 +01:00
Eloy Lafuente (stronk7)
be521ca625
weekly release 3.5.4+
2019-01-24 15:12:31 +01:00
Eloy Lafuente (stronk7)
16e61e37ac
Merge branch 'install_35_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_35_STABLE
2019-01-24 15:12:28 +01:00
Shamim Rezaie
e39f009680
MDL-52132 qbehaviour_manualgraded: no change when comment is left blank
2019-01-24 16:20:20 +08:00
Damyon Wiese
be1f9cfba2
MDL-56604 assign: Group submission status
...
On the page listing all assignments for the course,
show the status of the group submission if teamsubmissions is enabled
for the assignment.
2019-01-24 14:34:47 +08:00
Eloy Lafuente (stronk7)
8eaffb287a
Merge branch 'MDL-64240-35' of git://github.com/mickhawkins/moodle into MOODLE_35_STABLE
2019-01-24 00:57:03 +01:00
Eloy Lafuente (stronk7)
1f666f276e
Merge branch 'MDL-62963-35' of git://github.com/damyon/moodle into MOODLE_35_STABLE
2019-01-24 00:38:37 +01:00
Eloy Lafuente (stronk7)
d7072f15e9
Merge branch 'MDL-64609-35' of git://github.com/merrill-oakland/moodle into MOODLE_35_STABLE
2019-01-23 18:05:46 +01:00
David Mudrák
787991f1d4
MDL-64424 privacy: Use system context purpose on the front page, too
...
For activities on the site's front page, use the purpose and retention
periods as defined for the system context, not for the courses.
2019-01-23 11:11:36 +01:00
Sara Arjona
f958fafc60
Merge branch 'MDL-64107-35' of git://github.com/damyon/moodle into MOODLE_35_STABLE
2019-01-23 10:22:32 +01:00
Sara Arjona
70a11e3daa
Merge branch 'MDL-63628-35' of git://github.com/damyon/moodle into MOODLE_35_STABLE
2019-01-23 08:25:19 +01:00
Mark Nelson
58a6e4bfe4
MDL-63168 core_message: added unit test
2019-01-23 13:24:17 +08:00
eWallah
6e81e436bf
MDL-63168 core_message: fix failures in migrate_message_data task.
2019-01-23 13:24:17 +08:00
Eric Merrill
85fec2b605
MDL-64609 gradebook: Prevent infinite loop in regrading
2019-01-22 21:42:28 -05:00
Jake Dallimore
b8360b3cfb
Merge branch 'MDL-52132-35' of git://github.com/rezaies/moodle into MOODLE_35_STABLE
2019-01-23 09:21:36 +08:00
Eloy Lafuente (stronk7)
2baaed1860
Merge branch 'MDL-63870_35' of https://github.com/timhunt/moodle into MOODLE_35_STABLE
2019-01-23 00:09:47 +01:00
Eloy Lafuente (stronk7)
b56666b99c
Merge branch 'MDL-64465_35' of https://github.com/timhunt/moodle into MOODLE_35_STABLE
2019-01-23 00:02:07 +01:00
Eloy Lafuente (stronk7)
983ae52810
Merge branch 'MDL-64629-35' of git://github.com/sarjona/moodle into MOODLE_35_STABLE
2019-01-22 19:01:06 +01:00
Shamim Rezaie
2c6d5bf004
MDL-64521 groups: add more unit tests
...
These tests were created for MDL-64526, just before MDL-64521 came along
and removed the buggy code. These are good tests, so they are being
kept.
2019-01-22 16:43:38 +00:00
Tim Hunt
11cf3ecc56
MDL-64521 grouplib: reduce memory use in groups_get_all_groups
...
This avoids loading multiple copies of g.* when $withmembers is true
2019-01-22 16:43:36 +00:00
Sara Arjona
3ebff5cc76
Merge branch 'MDL-63480-35' of git://github.com/mihailges/moodle into MOODLE_35_STABLE
2019-01-22 15:19:14 +01:00