Andrew Nicols
c86fb21789
Merge branch 'MDL-56573-master' of git://github.com/junpataleta/moodle
2016-10-31 12:03:00 +08:00
Andrew Nicols
09a05b798b
MDL-56138 messaging: Add tests for viewparticipants search restriction
2016-10-31 11:58:29 +08:00
Andrew Nicols
46dd48129b
Merge branch 'wip-MDL-56138-master' of git://github.com/abgreeve/moodle
2016-10-31 11:35:47 +08:00
Andrew Nicols
cf6fc0abe1
Merge branch 'MDL-56638-master' of git://github.com/crazyserver/moodle
2016-10-31 11:01:25 +08:00
Adrian Greeve
87d4ab654b
MDL-56138 messaging: Update to messaging unit tests.
2016-10-31 10:52:05 +08:00
Adrian Greeve
f324957724
MDL-56138 messaging: Limit course search to enrolled courses.
2016-10-31 10:52:05 +08:00
Andrew Nicols
72c0d69d5c
Merge branch 'wip-MDL-56625-master' of git://github.com/abgreeve/moodle
2016-10-31 10:47:29 +08:00
Andrew Nicols
236778b905
MDL-56078 theme_boost: Update ignorefiles
2016-10-31 10:46:14 +08:00
Andrew Nicols
43dadab50b
Merge branch 'MDL-56078-master' of git://github.com/damyon/moodle
2016-10-31 09:30:15 +08:00
Andrew Nicols
bcabf4d530
Merge branch 'MDL-56427-master' of git://github.com/lameze/moodle
2016-10-31 09:16:10 +08:00
Russell Smith
a169739d5d
MDL-56273 cache: Use cache initialise always.
...
purge_all() and purge_by_definition() look in the configuration
for which caches are available and then creates them to purge them.
The configuration stores the values used by initialise(), not
initialise_unit_test_instance() and would therefore fail to purge
all caches if they were not purged by another means.
In the case of filestore, it's purged by unit tests, in the case
of memcache(d), it purges the whole store when a single definition
is requested.
Therefore all configuration was moved into the configuration file
during unit tests and does not have any special override codes in
the unit test infrastructure.
2016-10-30 13:42:43 +11:00
Pau Ferrer Ocaña
1f84c2c5ea
MDL-56638 assign: Don't check sesskey using submit_grading_form from WS
2016-10-28 13:44:19 +02:00
Dan Poltawski
85c9053aec
Merge branch 'MDL-56339-master' of git://github.com/junpataleta/moodle
2016-10-28 09:47:15 +01:00
Marina Glancy
c05be214aa
MDL-56633 theme_boost: activity label should not be centered
2016-10-28 15:20:47 +08:00
Simey Lameze
fd5797aa3b
MDL-55799 inplace_editable: add form-control class to fields
2016-10-28 15:04:54 +08:00
Simey Lameze
823ae9f062
MDL-56155 theme_boost: fix wrong padding on inline field help text
...
Thanks John Okely!
2016-10-28 14:45:28 +08:00
Damyon Wiese
4821f45961
MDL-56188 theme_boost: Better alignment for form fields help
2016-10-28 14:40:00 +08:00
Damyon Wiese
0f13ffbc63
MDL-56297 theme_boost: Obey usefilepicker option
...
URL form fields support 'usefilepicker' option to show/hide the file picker in some forms.
2016-10-28 12:57:08 +08:00
Marina Glancy
3abda0332d
MDL-56615 portfolio_googledocs: add basic unittests
2016-10-28 12:13:33 +08:00
Jun Pataleta
5306a00ab0
MDL-56580 core_form: Unescape select attributes
2016-10-28 12:02:06 +08:00
Marina Glancy
761ef5d33a
MDL-56615 portfolio: fix php 7.0.9 warning
2016-10-28 11:56:42 +08:00
Adrian Greeve
1d4490d366
MDL-56625 authentication: Email registration works again.
...
Creation via email accounts was broken due to a missing
require for the auth library.
2016-10-28 11:17:28 +08:00
Damyon Wiese
70f0010712
MDL-56627 theme_boost: Move help buttons outside labels
...
For radios and checkboxes where clicking on the label would toggle the state.
2016-10-28 11:04:28 +08:00
Jun Pataleta
f30f627501
MDL-56339 enrol_lti: Force page layout to embedded from custom setting
2016-10-28 10:05:02 +08:00
Jun Pataleta
59eb63612b
MDL-56573 enrol_lti: Non-null default for tool_consumer_instance_name
2016-10-28 10:03:19 +08:00
Eloy Lafuente (stronk7)
a29bcf7819
MDL-47162 core_message: debug whenever courseid is missing
...
Instead of silently defaulting to SITEID when courseid (coming
from message_send()/\core\message\manager::send_message()) is missing,
now a debugging message is shown to allow developers to fix their
messages to, always, include courseid.
Raw creation of events via message_sent::create() missing other[courseid]
leads to coding exception since now (there shouldn't be any legacy use, as far as
they are always created via create_from_ids() when sending a message.
Updated upgrade.txt notes a little bit, added references the 3.6 final
deprecation issue (MDL-55449) and covered with unit tests.
2016-10-28 00:30:02 +02:00
Eric Merrill
9d0e8a4f6d
MDL-47162 core_message: Remove changes to small messages
2016-10-27 18:12:43 +02:00
Eric Merrill
0e8b51607b
MDL-47162 core_message: Cleanup of messaging course ids code
2016-10-27 18:12:42 +02:00
Amanda Doughty
cc350fd9c8
MDL-47162 core_message: Add course id to message eventdata
2016-10-27 18:11:27 +02:00
lazydaisy
13a8c3d89b
MDL-56523 theme_boost: Removed region-main-box in maintenance.mustache
2016-10-27 15:18:58 +01:00
Pau Ferrer Ocaña
59111fa937
MDL-56583 assign: Add info about the user submission capability
2016-10-27 15:40:03 +02:00
Dan Poltawski
577bd70d38
weekly release 3.2dev
2016-10-27 12:19:27 +01:00
Dan Poltawski
2062b6de90
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2016-10-27 12:19:25 +01:00
Dan Poltawski
1810eb1bf8
Revert "Merge branch 'MDL-56129-master' of git://github.com/andrewnicols/moodle"
...
This reverts commit aaa2788e42
, reversing
changes made to 80b74762c9
.
2016-10-27 09:59:38 +01:00
Eloy Lafuente (stronk7)
6a17bdec92
Merge branch 'MDL-56594-master' of git://github.com/damyon/moodle
2016-10-27 10:47:51 +02:00
Simey Lameze
4a7fdb4abb
MDL-56427 message: style fixes for notification and message preferences
2016-10-27 15:27:11 +08:00
Andrew Nicols
77cfc19a85
Merge branch 'MDL-56015-master-fix1' of http://github.com/damyon/moodle
2016-10-27 15:12:49 +08:00
Andrew Nicols
ce434c7664
Merge branch 'wip-mdl-55074-fix2' of https://github.com/rajeshtaneja/moodle
2016-10-27 12:16:43 +08:00
Rajesh Taneja
0fa66b5383
MDL-55074 behat: Remove js tag as the feature can run without it
2016-10-27 12:11:45 +08:00
Damyon Wiese
b7d127aa93
MDL-55732 theme_boost: Add separator logic to group templates
2016-10-27 11:05:08 +08:00
Frédéric Massart
b24212515c
MDL-55732 theme_boost: Export elements separator in groups
2016-10-27 10:54:02 +08:00
Frédéric Massart
4b021492d6
MDL-55732 theme_boost: Bulk user actions form adjustments
...
- The 'add' and 'remove' buttons consistently wrap on two lines
- Multiple select fields use the size attribute to set the options seen
2016-10-27 10:54:02 +08:00
Damyon Wiese
bff9fd896a
MDL-56597 theme_boost: Maintenance warning styles
2016-10-27 10:41:42 +08:00
Damyon Wiese
f1f6d80e69
MDL-56610 theme_boost: White background on the maintenance pages
2016-10-27 09:39:39 +08:00
lazydaisy
8b590de0b7
MDL-56523 theme_boost: Removed region-main-box in maintenance.mustache
2016-10-27 09:32:19 +08:00
Damyon Wiese
58473a6776
MDL-56015 theme_boost: change theme preview screenshot
2016-10-27 09:20:35 +08:00
Eloy Lafuente (stronk7)
6f01090159
Merge branch 'MDL-56448-master' of git://github.com/danpoltawski/moodle
2016-10-26 16:11:44 +02:00
Dan Poltawski
f07cb88c57
MDL-56448 mustache: fix json errors in example context
2016-10-26 12:35:45 +01:00
Dan Poltawski
2300b95dbf
Merge branch 'MDL-56184-master-master' of git://github.com/damyon/moodle
2016-10-26 12:11:56 +01:00
Dan Poltawski
add9db49f4
MDL-56334 tests: add some trivial cases to domain tests
...
This gets us to 100% code coverage.
2016-10-26 09:58:05 +01:00