Andrew Nicols
19e819bad4
Merge branch 'MDL-48707' of git://github.com/jmvedrine/moodle
2015-01-06 11:49:57 +08:00
Andrew Nicols
436d1a1787
Merge branch '28067-29' of git://github.com/samhemelryk/moodle
2015-01-06 10:52:31 +08:00
Andrew Nicols
fefd49f70e
MDL-20304 lesson: Uncomment tests following MDL-48631
2015-01-06 10:37:17 +08:00
Andrew Nicols
fc8925206e
Merge branch 'MDL-20304-master' of git://github.com/danpoltawski/moodle
2015-01-06 10:37:10 +08:00
David Monllao
5b97de39f1
Merge branch 'MDL-35078-master' of git://github.com/danpoltawski/moodle
2015-01-06 10:35:04 +08:00
John Okely
cf6d62fc3f
MDL-47761 enrol: Show more detail for self-enrolment errors
...
Thanks to Mirko Otto for the solution
2015-01-06 10:19:18 +08:00
David Monllao
e653b9a469
Merge branch 'MDL-48631' of git://github.com/jmvedrine/moodle
2015-01-06 09:08:14 +08:00
Dan Poltawski
44c3131c08
Merge branch 'MDL-48441_profile_guest' of https://github.com/andyjdavis/moodle
2015-01-05 18:30:24 +00:00
Dan Poltawski
4aef356fd2
Merge branch 'MDL-46498_master' of https://github.com/markn86/moodle
2015-01-05 17:47:52 +00:00
Andrew Nicols
f06fc2b5c4
MDL-48104 mod_assign: Strip out use of eval() for string parsing
...
I've also replaced other occurrences of M.str with the correct use of
M.util.get_string() instead.
2015-01-05 17:20:41 +00:00
Dan Poltawski
a2c5d58e93
Merge branch 'MDL-43679-master' of git://github.com/FMCorz/moodle
2015-01-05 15:49:23 +00:00
Simey Lameze
76aea854f6
MDL-48017 core_calendar: add context validation to get_calendar_events
2015-01-05 14:17:09 +00:00
Andrew Nicols
c84888c1cc
MDL-48106 mod_glossary: Add missing sesskey checks
2015-01-05 13:37:54 +00:00
David Monllao
436bbf8975
MDL-48329 core_message: Checking that messaging system is enabled
2015-01-05 13:14:01 +00:00
Simey Lameze
82356399b9
MDL-48368 course: Add warning message to pending courses page
2015-01-05 12:58:33 +00:00
Simey Lameze
52ecd1de0a
MDL-48368 course: fix xss on course request pending page
2015-01-05 12:58:33 +00:00
Jetha Chan
da4c33f510
MDL-47920 mod_lti: add capability checks, http headers
2015-01-05 12:48:09 +00:00
Andrew Nicols
e2b9458a7e
Merge branch 'MDL-42519' of git://github.com/timhunt/moodle
2015-01-05 16:17:29 +08:00
Andrew Nicols
1f8cc2ed90
Merge branch 'MDL-48582-master' of git://github.com/merrill-oakland/moodle
2015-01-05 15:26:43 +08:00
Andrew Nicols
dd1adc419f
Merge branch 'MDL-48644_restoreLegacyLogs' of https://github.com/moodlerooms/moodle
2015-01-05 14:30:56 +08:00
Andrew Nicols
ba5b6abe0e
Merge branch 'MDL-48700-master' of git://github.com/merrill-oakland/moodle
2015-01-05 13:30:55 +08:00
Andrew Nicols
1abcc93e0b
Merge branch 'MDL-43198-master' of git://github.com/danpoltawski/moodle
2015-01-05 13:22:09 +08:00
Mark Nelson
7f8b554644
MDL-47692 mod_quiz: added additional question_manually_graded trigger
2015-01-04 21:04:03 -08:00
Andrew Nicols
0a149cf019
Merge branch 'MDL-46183-master' of git://github.com/FMCorz/moodle
2015-01-05 11:56:26 +08:00
Aaron Barnes
1151210154
MDL-40097 completion: Apply robust role detection to samesite restores.
2015-01-05 10:30:01 +08:00
Adrian Greeve
a43f43e2fa
MDL-40097 completion: Update of code to meet guidlines.
2015-01-05 10:14:03 +08:00
Aaron Barnes
129e786cf4
MDL-40097 completion: Make restoring grade criteria more robust
2015-01-05 10:14:03 +08:00
PJ King
c8c746c440
MDL-46671 availability: DEBUG when course_module does not exist.
...
There was a fatal error when calendar event linked to non-extant activities.
Now, instead of throwing an exception when a course_module does not exist, is_user_visible() will print a debug statement.
2015-01-02 10:34:16 -05:00
Ankit Agarwal
4047cd751f
MDL-48442 tasks: Make sure first run is as per schedule
2015-01-02 14:53:50 +05:30
Ankit Agarwal
3726a0c3fc
MDL-44393 tasks: Add unit tests for cron field validations
2015-01-02 11:02:16 +05:30
Ankit Agarwal
c241edb5cf
MDL-44393 tasks: Validate cron fields
2015-01-02 10:54:59 +05:30
Ankit Agarwal
c21c92f11f
MDL-48372 mod_data: Add http to urls without it during import
2015-01-02 10:37:32 +05:30
Frederic Massart
d2fdad7c6c
MDL-43679 core: Handle Meridio user agents with MS Word
2015-01-02 11:22:47 +08:00
Frederic Massart
f63dec4bb2
MDL-43679 core: Never use HTTP redirect when the user agent is MS Word
2015-01-02 10:54:52 +08:00
Paul Nicholls
21ece8eebc
MDL-43679 core_useragent: add test cases for MS Word
...
The new is_msword() check should always return false for regular browsers.
It should return true for known MS Word, but false for known MS Outlook.
2015-01-02 10:54:52 +08:00
Paul Nicholls
ff0e78e672
MDL-43679 core_useragent: add basic MS Word detection
...
Basic detection for MS Word's internal link checker. This is not perfect,
as older versions use IE6/7 user agent string with no identifying marks,
and newer versions don't necessarily identify themselves as Word (just as
Office). Version information is not reliably available, even when there
is sufficient other information to identify it as Word's link checker.
This is also based on a small sample of Word / OS version pairings, so
there may be some which are identifiable but not currently covered.
2015-01-02 10:54:52 +08:00
Jean-Michel Vedrine
b5914b61da
MDL-47070 mod_lesson: useless db query that should be deleted
2015-01-01 22:07:59 +01:00
Dan Poltawski
9581dff081
MDL-35155 dml: add unit test which exposes substr problem
...
Previously, when using parameters, substring broke on mssql.
2014-12-31 15:17:16 +00:00
Simon Coggins
e53364b62f
MDL-35155: Fix MSSQL bug in sql_substr()
2014-12-31 15:14:58 +00:00
Lloyd Powell
ed9b45ecf1
MDL-43898 lesson: Fix for positioning of blocks on continue.php
2014-12-31 09:09:05 +00:00
Ankit Agarwal
db2d7de954
MDL-37584 tasks: Use a senisible maximum time window for the task
2014-12-31 14:01:27 +05:30
Dan Poltawski
418bd23ffb
MDL-41166 assign: don't display portfolio button when no permissions
...
Thanks to Katja Krüger for the basis of the patch.
2014-12-30 16:46:53 +00:00
Dan Poltawski
41284e89f1
MDL-45930 filemanager: Don't display filesize when unknown
...
Thanks to Marina Glancy for the patch
2014-12-30 14:16:49 +00:00
Vishal Raheja
1e72465c17
MDL-32088 user: Correct the Moodle docs link
...
This patch links the moodle docs link to user profile Moodle doc when
the user sees the user profile for a particular course. The page is set
to course view type to load course specific blocks. So, we use
set_docs_path to change the Moodle docs link instead of changing the
pagetype.
2014-12-30 13:44:37 +00:00
Mark Nielsen
7cd112dfd5
MDL-48644 backup tool_log: Fixing coding style
...
Wrap long function definition
to next line.
2014-12-29 10:55:09 -08:00
Dan Poltawski
136e05a7ff
MDL-43198 folder: respect ignorefilesizelimits permission
...
Thanks to Miryan Salas for the patch.
2014-12-29 12:12:21 +00:00
Jean-Michel Vedrine
2e6b9f5c9b
MDL-48631 mod_lesson: tables 'grade' item have incorrect precision
2014-12-29 10:46:19 +01:00
Ankit Agarwal
5d78635e40
MDL-48704 inbound: Fix notices in pickup task
2014-12-29 14:38:07 +05:30
Eugene Venter
53339437cd
MDL-46015 lesson: Optimise report - use recordsets
...
Change-Id: I61f3ed30c6dbd8f88d1dfb1adfe2fc291853e0e1
2014-12-28 11:00:57 +01:00
AMOS bot
b9df89c008
Automatically generated installer lang files
2014-12-28 00:04:07 +08:00