Eloy Lafuente (stronk7)
0b7e926fec
MDL-48634 assign: Improve related feature to better cover new code.
...
This does:
- split the existing scenarion into background + 2 scenarions (yes and no).
- get rid of @javascript
- fix some whitespace
- add 2 more scenarios to verify the new server-side validation rule.
2016-02-05 18:20:17 +08:00
Damyon Wiese
e7c71c189b
MDL-48634 grades: Make the rescaling option required if maxgrade changes
2016-02-05 18:20:17 +08:00
Damyon Wiese
d629c601c5
MDL-48634 grades: Add an option to rescale when changing the maxgrade
2016-02-05 18:20:17 +08:00
Andrew Nicols
d6ffb0277a
MDL-52930 mod_forum: Add get_unmailed_posts tests
2016-02-05 14:33:17 +08:00
Josh Marshall
86a77c9195
MDL-52930 forum: Correct get_unmailed_posts logic
2016-02-05 14:33:17 +08:00
David Monllao
44841ca911
MDL-52958 medialib: Allow vimeo fullscreen using links
...
All credit to Henrik Sune Pedersen.
2016-02-05 10:15:08 +08:00
David Monllao
d1fba0f4f5
MDL-51075 filter_glossary: Fix popup position when no popups
...
Thanks to Andrew Nicols for cleaning my eyes.
2016-02-05 09:18:06 +08:00
Andrew Nicols
650c0086f9
MDL-52339 question: Fix question attempt removal for MySQL
...
Derived table support was altered in MySQL 5.7 changing the way in which
DELETE FROM works in some cases.
This change modifies the way in which deletion occurs by selecting all IDs
and batching them into groups of 1000.
2016-02-05 09:10:09 +08:00
David Mudrák
32fc1a69a5
MDL-50310 glossary: Fix restore of random glossary entry block
...
When restoring the random glossary entry block, we need to check that
the associated glossary has also been included in the backup and is
being restored. If not, we must invalidate the block configuration.
Before this patch, the block configuration was not invalidated.
Additionally, as a result of MDL-20131, the block configuration also
contains the course id of the associated glossary (which by the way does
not seem to be a wise choice, but I may be missing something). So we
need to remap this course id as well to avoid mismatch.
2016-02-05 00:08:39 +01:00
Matteo Scaramuccia
074b3dcecc
MDL-52637 mail: Disabled automatic TLS encryption.
2016-02-04 21:16:23 +01:00
David Mudrák
1ef135e773
MDL-52975 mnet: Set system context on the MNet SSO landing page
...
Without the context being explicitly set, debugging warning can be
displayed in certain rare situations.
2016-02-04 17:14:30 +01:00
David Mudrák
511f8c46b7
MDL-52766 mnet: Support MNet peer URLs longer than 64 characters
...
The commonName in SSL certificate is limited to 64 characters as per
RFC 5280 (https://www.ietf.org/rfc/rfc5280.txt ). We respect that limit
when generating the CN attribute from the site's $CFG->wwwroot. But then
we did not respect it when comparing the common name with the peer's
URL so the certificate was not considered valid.
2016-02-04 17:08:21 +01:00
Davo Smith
6badbf0135
MDL-49620 availability: plugins can have global settings
2016-02-04 15:21:02 +00:00
sam marshall
f66da45fa5
MDL-52996 Atto: Allow plugins to customise toolbar
2016-02-04 12:42:27 +00:00
Dan Poltawski
00cceb7fba
MDL-50115 grunt: provide a --root option to set base path
...
Windows users are not able to run grunt on a subpath due to platform
restrictions. So we provide this option to provide a workaround for that.
Thanks to Ty Delean who proposed this idea.
2016-02-04 12:03:53 +00:00
M Kassaei
a752c61cb4
MDL-52927 qtype ddwtos and ddimageortext focus using keyboard
2016-02-04 10:30:50 +00:00
David Monllao
9d5d9c64ff
weekly release 3.1dev
2016-02-04 14:30:03 +08:00
David Monllao
e8074790d9
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2016-02-04 14:30:00 +08:00
AMOS bot
37f0cb879e
Automatically generated installer lang files
2016-02-04 00:04:08 +08:00
sam marshall
6bd871d3dd
MDL-52981 Unit tests: Reset global after test
2016-02-03 10:25:27 +00:00
Juan Leyva
0bf6c0bebe
MDL-52895 webservice: Fix capability checks
2016-02-03 10:57:07 +01:00
Dan Poltawski
96c69429e5
Merge branch 'wip-MDL-52715-master-additional' of git://github.com/abgreeve/moodle
2016-02-03 09:44:27 +00:00
David Monllao
6d18da567d
Merge branch 'MDL-52899' of git://github.com/timhunt/moodle
2016-02-03 13:44:41 +08:00
Adrian Greeve
a2161d57a4
MDL-52715 lib: Clean up of comments and variable names.
2016-02-03 10:07:08 +08:00
Andrew Hancox
279918e126
MDL-51306 mod_folder: Add button to download entire folder.
2016-02-02 15:07:48 +00:00
David Monllao
52ad3afadb
Merge branch 'wip-MDL-51283-master' of git://github.com/marinaglancy/moodle
2016-02-02 17:40:39 +08:00
Marina Glancy
4be9c7ad99
MDL-51283 core_tag: Allow each tag area to set 'showstandard'
2016-02-02 17:31:17 +08:00
Marina Glancy
e11d7380c2
MDL-51283 core_tag: change tagtype to isstandard
...
Change 'official' to 'standard' in UI
2016-02-02 17:31:14 +08:00
Dan Poltawski
037d9918e1
Merge branch 'wip-mdl-42395' of https://github.com/rajeshtaneja/moodle
2016-02-02 08:18:06 +00:00
Rajesh Taneja
97eee5baac
MDL-42395 mod_assign: Single feedback is always visible
...
Single feedback is always visible, so no need to click to expand
2016-02-02 16:06:45 +08:00
David Monllao
0612d476ef
Merge branch 'MDL-49817-master' of git://github.com/danpoltawski/moodle
2016-02-02 13:57:43 +08:00
David Monllao
367cf39985
Merge branch 'MDL-52873-master-modgradeid' of git://github.com/mudrd8mz/moodle
2016-02-02 12:12:03 +08:00
David Monllao
51f322023f
Merge branch 'MDL-52137-master' of git://github.com/andrewnicols/moodle
2016-02-02 10:55:59 +08:00
Marina Glancy
e91a07f71b
MDL-52938 mod_forum: check global setting to track forum posts
2016-02-02 10:54:22 +08:00
Dan Poltawski
3bb9f374e7
Merge branch 'MDL-42395_master' of git://github.com/markn86/moodle
2016-02-01 11:17:02 +00:00
Dan Poltawski
89881711da
MDL-45740 choice: version bump
2016-02-01 11:09:42 +00:00
Dan Poltawski
98e01bb70e
Merge branch 'MDL-45740_master' of git://github.com/markn86/moodle
2016-02-01 11:02:22 +00:00
Mark Nelson
da82688689
MDL-45740 mod_choice: fixed remaining issues
2016-02-01 18:49:22 +08:00
Dan Poltawski
b0e7075214
Merge branch 'wip-mdl-52932-m' of https://github.com/rajeshtaneja/moodle
2016-02-01 10:27:28 +00:00
Dan Poltawski
c89a009c56
Merge branch 'MDL-52940_master' of git://github.com/markn86/moodle
2016-02-01 09:49:20 +00:00
David Monllao
6b7421003b
Merge branch 'MDL-51704-master' of git://github.com/dpalou/moodle
2016-02-01 17:19:59 +08:00
David Monllao
d23bf21b0a
MDL-52715 js: Merge M.str and clean memory
2016-02-01 14:29:09 +08:00
David Monllao
0b39d21ae7
MDL-52715 ws: Fragments WS using fragment requires properly.
2016-02-01 14:29:09 +08:00
Adrian Greeve
cc73ea075e
MDL-52715 lib: Addition of new requirements class.
...
This adds a fragment requirements class to allow plugins
to register JavaScript to be used in an mform.
2016-02-01 14:29:09 +08:00
David Monllao
1dea567d6e
Merge branch 'MDL-52261_master_file_not_found' of git://github.com/BenKelada/moodle
2016-02-01 13:55:57 +08:00
David Monllao
cd55c6e249
Merge branch 'MDL-52913_master' of git://github.com/marxjohnson/moodle
2016-02-01 13:46:18 +08:00
Mark Nelson
d14ba3a2f4
MDL-52940 core_backup: prevent always displaying logs
2016-02-01 12:43:53 +08:00
David Monllao
b831527ce8
Merge branch 'MDL-52831-master-emptynames' of git://github.com/mudrd8mz/moodle
2016-02-01 11:28:40 +08:00
Rajesh Taneja
ead6c29bb5
MDL-52949 behat: Use hover step and not click step
...
Message delete link is visible on hover
Click event can fail randomly.
2016-02-01 11:14:20 +08:00
Andrew Nicols
abedeb8c70
MDL-51723 ldap: Normalise the user objectclass
2016-02-01 10:24:34 +08:00