Frederic Massart
31031e98c7
MDL-29905 question: Auto remove stale questions upon category deletion
2016-05-30 12:26:09 +08:00
Jun Pataleta
4eba620ae3
MDL-53425 blocklib: Perform deletion of block instances by chunk
2016-05-30 11:22:47 +08:00
Tim Hunt
31c07476db
MDL-54756 moodle_url: remove dangerous trim from make_file_url
...
This was a regression caused by MDL-50268. It broke qtype_stack.
2016-05-27 19:55:25 +01:00
David Monllao
7b7b990e43
Merge branch 'MDL-54582' of git://github.com/timhunt/moodle
2016-05-24 11:17:08 +08:00
Andrew Nicols
13c6946d92
MDL-53687 core_media: Comment fix
2016-05-24 09:02:36 +08:00
Andrew Nicols
939f2b31f9
Merge branch 'MDL-53687-master' of git://github.com/FMCorz/moodle
2016-05-24 08:59:47 +08:00
Frederic Massart
c2f430a813
MDL-53687 core_media: Edge does not yet support WebM and OGG
2016-05-23 16:20:15 +08:00
Eloy Lafuente (stronk7)
4da854a68b
MDL-54677 upgrade: add 3.1.0 separation line to all upgrade scripts
2016-05-23 01:31:34 +02:00
Marina Glancy
4ca17b63a1
MDL-54666 modedit: use default values when modgrade element is frozen
2016-05-21 12:37:46 +08:00
Eloy Lafuente (stronk7)
973641fe13
MDL-54666 tests: Verify that any activity keeps the settings
...
This was affecting both to rateable (forum...) and not rateable
(assignment...) activities. So tests have been completed to verify
that now saving is performed and the correct scale values stored.
2016-05-20 23:48:25 +02:00
Dan Poltawski
5d84a61419
Merge branch 'MDL-54633-master-tinymce' of git://github.com/mudrd8mz/moodle
2016-05-19 13:00:34 +01:00
David Mudrák
929727e3ef
MDL-54633 tinymce: Sync editors' iframe to textarea on form submit
...
The previous commit "Automatically sync editor with its textarea" was
found a not good solution as the onchange event is triggered way less
often than needed for our needs. So this reverts commit 34321d49
.
Instead, we add a hack to the formslib so that when there are some
TinyMCE editors used at the page, we explicitly save them before
triggering the form validation. This simply calls save() on all editors
on the page - see the API reference:
http://archive.tinymce.com/wiki.php/API3:method.tinymce.triggerSave
Having TinyMCE hardcoded like this on this core level does not make me
happy. But it seems to be most effective solution for now (and
definitely more efficient than the previous solution). Plus there is a
precedence - we already use window.tinyMCE in formchangechecker.js YUI
module, for example.
2016-05-19 13:44:41 +02:00
Dan Poltawski
c56d14be37
Merge branch 'MDL-54627_master' of git://github.com/dmonllao/moodle
2016-05-19 10:59:06 +01:00
Dan Poltawski
b887c81907
Merge branch 'MDL-54633-master-tinymce' of git://github.com/mudrd8mz/moodle
2016-05-19 09:00:12 +01:00
David Monllao
ca7b16fa70
Merge branch 'MDL-54638' of git://github.com/stronk7/moodle
...
Conflicts:
mod/lti/version.php
2016-05-19 13:47:22 +08:00
David Monllao
505ce88467
MDL-54627 search: Ensure that all format_string strings are text.
...
All user input that is usually displayed through format_strings with
filters like mulitlang applied should be converted to text as well.
2016-05-19 13:16:01 +08:00
Andrew Nicols
367c85d78c
Merge branch 'MDL-53988-master' of https://github.com/xow/moodle
2016-05-19 11:43:27 +08:00
David Monllao
89fc74508b
Merge branch 'MDL-54613-m' of https://github.com/micaherne/moodle
2016-05-19 11:20:58 +08:00
John Okely
811d9ff941
MDL-53988 mod_lti: Fix followup up issues
...
Fix function naming
Fix param types
Fix error popping up twice with incorrect URL
Add confirm dialog when you delete a tool
Show orphaned tool proxies in list
Fix interface jumping up and down
Change to use notification stack
Change capabilities in db/services.php
Add loading animation after registering tool
Show loading animation until tools are rendered
2016-05-19 11:18:21 +08:00
Eloy Lafuente (stronk7)
1abca11e0a
MDL-54638 versions: bump all versions and requires near release
...
version = 2016052300 release version
requires= 2016051900 current rc1 version
2016-05-19 02:16:15 +02:00
David Mudrák
34321d491b
MDL-54633 tinymce: Automatically sync editor with its textarea
...
Probably as a result of recent changes in the way how forms client side
validators are trigerred (MDL-52826), the field validator has been
triggered before the underlying textarea's values property is updated by
TinyMCE. This led to marking such a field as "required" even if the
value is provided.
Inspired by http://stackoverflow.com/questions/2122085/
this patch adds a new onchange callback that automatically keeps the
underlying textarea synced with the editor iframe. Relevant API docs:
http://archive.tinymce.com/wiki.php/Configuration3x:onchange_callback
I was also trying to call the save() method via the editor's onSubmit
method but that one seems to be also triggered only after the validator.
2016-05-19 00:50:08 +02:00
Eloy Lafuente (stronk7)
a73d64585a
Merge branch 'MDL-54553-master' of git://github.com/danpoltawski/moodle
2016-05-18 18:23:41 +02:00
Eloy Lafuente (stronk7)
c0fe085c24
Merge branch 'MDL-53896-master' of git://github.com/cameron1729/moodle
2016-05-18 13:36:45 +02:00
Dan Poltawski
5c602bf5bb
MDL-54553 behat: check statuscode of http request
2016-05-18 11:15:58 +01:00
Dan Poltawski
07eb3a0db7
Merge branch 'wip-mdl-53956' of https://github.com/rajeshtaneja/moodle
2016-05-18 10:45:22 +01:00
David Monllao
9d00c6e9e5
Merge branch 'wip-MDL-45390-master' of git://github.com/abgreeve/moodle
2016-05-18 14:10:31 +08:00
David Monllao
50c338b84b
Merge branch 'MDL-54544-master' of git://github.com/damyon/moodle
2016-05-18 13:55:05 +08:00
Damyon Wiese
4f54bdc733
MDL-54544 files: Better error handling in $fs->create_converted_document()
2016-05-18 13:44:13 +08:00
David Monllao
61e1d3d96c
Merge branch 'MDL-53883_master' of git://github.com/markn86/moodle
2016-05-18 13:00:29 +08:00
Cameron Ball
cd6041b98f
MDL-53896 core: Document Html2Text run-time overrides
2016-05-18 11:37:17 +08:00
Andrew Nicols
e0c901dc49
MDL-53896 core: WIP bc layer for Html2Text
2016-05-18 11:35:37 +08:00
Adrian Greeve
41abbbbde5
MDL-45390 gradebook: sql tidy up and version alignment.
2016-05-18 10:41:30 +08:00
Rajesh Taneja
1ef6a5e30a
MDL-53956 behat: Avoid before and after step and switch
...
After pressing the button, if system is slow then
after step and before step might fail as the window
is closed by then. Execute steps one after other
2016-05-18 10:41:01 +08:00
David Monllao
ece791dbd4
MDL-45390 grades: Courses letters using system bad boundaries
...
Added unit tests to highlight the existing failures and adding
unset_config between each set of tests.
2016-05-18 10:08:10 +08:00
Adrian Greeve
405b90bcd2
MDL-45390 gradebook: Grade boundary fix.
...
Code to upgrade, fix, and freeze the gradebook for
courses with letter boundary problems.
2016-05-18 09:56:00 +08:00
Ryan Wyllie
073fcb5aa1
MDL-54164 notification: Add notification render to CLI renderer
2016-05-18 01:48:37 +00:00
Adrian Greeve
70dfd48f53
MDL-45390 gradebook: Unit tests for grade boundary issue.
2016-05-18 09:08:18 +08:00
David Monllao
ccf323d571
Merge branch 'MDL-54164-master' of git://github.com/ryanwyllie/moodle
2016-05-18 07:11:25 +08:00
Michael Aherne
0c0f01aa4c
MDL-54613 unit tests: Add iteminstance to test grade_item
2016-05-17 13:06:32 +01:00
Mark Nelson
40d5651302
MDL-53883 core_form: updated the group elements ID
2016-05-17 17:53:17 +08:00
Rajesh Taneja
13708875d3
MDL-54573 testing: don't uppercase dbtype
2016-05-17 17:16:12 +08:00
David Monllao
f0a2dbf188
Merge branch 'MDL-54121-master' of git://github.com/damyon/moodle
2016-05-17 17:16:12 +08:00
David Monllao
2fb0f13a87
Merge branch 'MDL-54573-master' of git://github.com/danpoltawski/moodle
2016-05-17 17:16:10 +08:00
Dan Poltawski
5a2283cdc0
Merge branch 'wip-MDL-53923-master' of git://github.com/abgreeve/moodle
2016-05-17 17:16:08 +08:00
David Monllao
a7bb1dda6e
Merge branch 'MDL-53311-master-moregooderer' of git://github.com/cameron1729/moodle
2016-05-17 17:16:07 +08:00
Ryan Wyllie
2059d6edb5
MDL-54164 upgradelib: Remove close button on success notification
2016-05-17 03:55:46 +00:00
Damyon Wiese
5620177efd
MDL-54544 file: Use shared tmp storage for unoconv document conversions
2016-05-17 10:58:25 +08:00
Dan Poltawski
fc3d70d798
MDL-54573 testing: don't uppercase dbtype
2016-05-16 08:25:10 +01:00
Adrian Greeve
0eecf87687
MDL-53923 mod_assign: Movement of functions to file_storage.
2016-05-16 14:32:54 +08:00
Simey Lameze
c4d692285f
MDL-53923 mod_assign: test unoconv path
2016-05-16 14:08:09 +08:00