Eloy Lafuente (stronk7)
72959d2170
Merge branch 'MDL-65142-master' of git://github.com/rezaies/moodle
2019-04-08 17:09:03 +02:00
Eloy Lafuente (stronk7)
b57084b532
Merge branch 'MDL-65176-master-nofallback' of https://github.com/vmdef/moodle
2019-04-08 16:03:29 +02:00
Damyon Wiese
b0d4560634
MDL-64819 output: Hide icons with no title
...
When output from javascript they should match what gets output from php.
2019-04-08 14:34:15 +02:00
Damyon Wiese
cce54c4732
MDL-64819 output: Activity menu icons
...
Remove duplicate alt text from activity menu icons and the links to add new sections.
2019-04-08 14:33:36 +02:00
Sara Arjona
f9e436a2b6
Merge branch 'MDL-64669-master' of git://github.com/aanabit/moodle
2019-04-08 13:12:31 +02:00
Victor Deniz Falcon
1f23f1412e
MDL-65176 analytics: target for students who don't get the minimum grade
...
Added new target to predict which students are at risk of not getting
the minimum grade to pass a course.
2019-04-08 10:17:02 +01:00
Adrian Greeve
9019d6228e
Merge branch 'MDL-65218-master' of git://github.com/damyon/moodle
2019-04-08 16:53:43 +08:00
Amaia Anabitarte
fce10f0e95
MDL-64669 core_message: Waiting for buttons to hide before login out
2019-04-08 10:21:07 +02:00
Amaia Anabitarte
fd72e75443
MDL-64669 core_message: Behat tests for send messages
2019-04-08 09:48:51 +02:00
Amaia Anabitarte
d624c13542
MDL-64669 core_message: New steps and selectors for messaging
2019-04-08 09:48:51 +02:00
Adrian Greeve
24f9b01135
Merge branch 'MDL-65075-master' of git://github.com/jleyva/moodle
2019-04-08 07:50:28 +08:00
Eloy Lafuente (stronk7)
9d4f4f0051
on-demand release 3.7dev+
2019-04-05 18:33:19 +02:00
David Monllaó
6c0bd61c57
MDL-64779 tool_analytics: Nice styles for the export modal
2019-04-05 18:28:06 +02:00
Mathew May
27deb59557
MDL-64506 mod_choice: fix behat issue with screensize
...
We found issues in FireFox where Behat could not scroll to select
the student two checkbox.
2019-04-05 12:10:00 +02:00
Juan Leyva
2b34a55d5a
MDL-65075 tool_mobile: Allow auto-login keys only for requests from Moodle apps
...
This change enhances security and avoid any kind of XSS attack.
2019-04-05 09:53:38 +02:00
Adrian Greeve
02b342bb70
MDL-65019 core_course: Update to fix whitespace.
2019-04-05 09:33:13 +08:00
Adrian Greeve
abd898606d
Merge branch 'MDL-65019-master' of git://github.com/jleyva/moodle
2019-04-05 09:15:18 +08:00
Adrian Greeve
cc56e409c3
Merge branch 'MDL-65024-master' of git://github.com/jleyva/moodle
2019-04-05 09:09:16 +08:00
Eloy Lafuente (stronk7)
01cdf16c0e
Merge branch 'MDL-65029-master' of git://github.com/timhunt/moodle
2019-04-05 00:39:10 +02:00
Eloy Lafuente (stronk7)
cd44336505
Merge branch 'MDL-65127-master' of git://github.com/sarjona/moodle
2019-04-05 00:21:20 +02:00
Eloy Lafuente (stronk7)
40df718398
Merge branch 'MDL-65094-master' of git://github.com/rezaies/moodle
2019-04-04 22:32:52 +02:00
Eloy Lafuente (stronk7)
d52f83a37a
Merge branch 'MDL-65114-master' of https://github.com/snake/moodle
2019-04-04 20:41:40 +02:00
Eloy Lafuente (stronk7)
73dd6dea3f
Merge branch 'MDL-65038_master' of https://github.com/maksudr/moodle
2019-04-04 20:30:40 +02:00
Adrian Greeve
71d77a6fcc
Merge branch 'MDL-22077-master' of git://github.com/peterRd/moodle
2019-04-04 12:59:51 +08:00
Peter
8245dabaa2
MDL-22077 mod_forum: external unit tests and vault updates
...
* Unit tests for external functions
* Use the new dml_table to fetch a table's columns
2019-04-04 11:56:01 +08:00
Jake Dallimore
9b8a147ea3
Merge branch 'MDL-65087' of git://github.com/stronk7/moodle
2019-04-04 11:37:07 +08:00
Peter
e782253c5c
MDL-22077 mod_forum: Grammatical and formatting updates
2019-04-04 11:25:29 +08:00
Andrew Nicols
15dc885a8b
MDL-22077 forum: Update post.php to respect private replies
2019-04-04 11:25:29 +08:00
Andrew Nicols
bc4c7337e1
MDL-22077 forum: Add forum private replies
...
This patch adds new capabilities:
'mod/forum:postprivatereply' - whether a user is able to post private replies; and
'mod/forum:readprivatereplies' - whether a user is able to read private replies.
Private replies are only visible to the intended recipient (the author of
the parent post), the author of the private reply, and those with the
ability to read private replies.
If a post is private then it cannot be replied to further.
2019-04-04 11:25:29 +08:00
Andrew Nicols
12a1f9c567
MDL-22077 forum: Deprecate unused helper trait
2019-04-04 11:25:29 +08:00
Jake Dallimore
6243019d03
Merge branch 'MDL-64506' of git://github.com/Chocolate-lightning/moodle
2019-04-04 11:16:42 +08:00
Mathew May
e43bd3762d
MDL-64506 mod_data: correct behat issue for saving items with tags
2019-04-04 11:00:09 +08:00
Jake Dallimore
a26b34c97c
Merge branch 'MDL-64243' of https://github.com/Dagefoerde/moodle
2019-04-04 10:41:42 +08:00
Jun Pataleta
01b79fd9f4
Merge branch 'MDL-65204_oraclemssql_assert_equals' of git://github.com/stronk7/moodle
2019-04-04 09:08:06 +08:00
Eloy Lafuente (stronk7)
31d7eaab5a
MDL-65087 behat: Select the proper search button via xpath
...
By adding the "Search" aria label to a number of elements
any search of "Search" buttons, previously working in other
parts of the UI are not found anymore (because the hidden
ones are found before).
So, moving to click via xpath. Ideally we should be able to
find the target button in an easier, human readable way. But
there aren't many ids, names around to make it easier.
2019-04-04 00:54:45 +02:00
Eloy Lafuente (stronk7)
87f196af93
MDL-65204 phpunit: more isEqual() strict string fixes
...
This is a followup of 85f47ba, where we were relaxing
the (new since phpunit 7.x) strict (===) isEqual()
comparison for strings. Copying the explanations for
easier understanding.
Link: https://github.com/sebastianbergmann/phpunit/issues/3185
Solution here is one of:
a) Return to the previous situation, making the comparison
softer. That can achieved by forcing different types, so
float == string works.
b) Changing APIs (both forms and database return strings) to
perform some conversion to floats. That would make float
comparison (with floats or strings) to work too.
The patch here follows the a) approach. Changing all the internals
for proper float handling sounds excesive when it has been working
perfectly since ever. So we went the easier route, just getting
rid of the new === comparisons when needed by changing expectation
types to float.
2019-04-03 22:08:16 +02:00
Sara Arjona
86c3df962f
Merge branch 'MDL-64506' of git://github.com/Chocolate-lightning/moodle
2019-04-03 19:30:28 +02:00
Shamim Rezaie
a87f5b2934
MDL-65142 dataformat_pdf: Added privacy implementation
2019-04-04 03:15:52 +11:00
Shamim Rezaie
5b7878993d
MDL-65142 dataformat_pdf: New dataformat for pdf
2019-04-04 03:15:49 +11:00
Mathew May
5db1ce5331
MDL-64506 templates: BS2 pull-x -> BS4 float-x
2019-04-03 19:47:13 +08:00
Mathew May
5edb0fbcb5
MDL-64506 templates: replace spans where and col-x appears
2019-04-03 19:47:13 +08:00
Mathew May
5cac5fa428
MDL-64506 templates: BS2 m-x-x to BS4 mx-x
2019-04-03 19:47:11 +08:00
Mathew May
b293214a7e
MDL-64506 behat: Modify usertours behat.
...
Original test relied on a 3rd theme to test against.
With only two themes in core now we need to make the test
theme/ suite specific.
2019-04-03 19:34:20 +08:00
Mathew May
9757c65687
MDL-64506 Javascript: Remove docking JS.
...
Deprecate related lang strings & base functions now return false.
2019-04-03 19:34:20 +08:00
Mathew May
3f2c68f119
MDL-64506 templates: Move BS2 labels to BS4 badges
2019-04-03 19:34:20 +08:00
Mathew May
29551c4b1a
MDL-64506 templates: Move BS2 btns' to BS4 btns'
...
well bs2 class is now card in bs4
2019-04-03 19:34:20 +08:00
Mathew May
6ecc445939
MDL-64506 templates: Remove BS2 spans from elements.
2019-04-03 19:34:20 +08:00
Mathew May
0e133245ab
MDL-64506 upgrade: Add upgrade steps to remove BS2 themes.
2019-04-03 19:34:20 +08:00
Mathew May
b64bf2d77c
MDL-64506 grades: Fix regression of MDL-58428
2019-04-03 19:34:20 +08:00
Mathew May
a5a6df54cc
MDL-64506 theme: Update BSB references and upgrade texts
2019-04-03 19:34:20 +08:00