Juan Leyva
0fc1f24b12
MDL-58415 mod_lesson: Handle correctly review mode
2017-04-20 09:58:45 +02:00
Juan Leyva
0259109fb5
MDL-58415 mod_lesson: Avoid API http redirections
...
Deep in the lesson API there are some http redirections in special
pages like clusters.
We need to handle it via new parameters to avoid redirections.
2017-04-20 09:58:44 +02:00
Juan Leyva
16ca026c4b
MDL-58415 mod_lesson: Force int type for calculated progress
...
Under some circumstances the value returned by the function needs
casting.
2017-04-20 09:58:44 +02:00
Dan Poltawski
8afd1e2bd6
Merge branch 'MDL-58538-master' of git://github.com/junpataleta/moodle
2017-04-20 08:26:54 +01:00
Mark Nelson
0f5e3fd952
MDL-58623 course: allow course summaries to be null in exporter
2017-04-20 15:26:11 +08:00
Andrew Nicols
e44400ceca
Merge branch 'MDL-58494-master' of git://github.com/ryanwyllie/moodle
2017-04-20 15:23:50 +08:00
David Monllao
626b05c09c
Merge branch 'MDL-58349-master' of git://github.com/damyon/moodle
2017-04-20 15:17:59 +08:00
Jake Dallimore
7b79a90bea
Merge branch 'wip-MDL-58452-master' of git://github.com/marinaglancy/moodle
2017-04-20 15:10:21 +08:00
Simey Lameze
4a995a1fe7
MDL-58490 block_myoverview: separate course and activity completion
2017-04-20 14:45:04 +08:00
Dan Poltawski
cdfcfb1f8c
Merge branch 'MDL-58498-master' of git://github.com/ryanwyllie/moodle
2017-04-20 07:44:56 +01:00
Dan Poltawski
fd91fe42ca
Merge branch 'MDL-58637_master' of git://github.com/markn86/moodle
2017-04-20 07:27:56 +01:00
Dan Poltawski
13e58982bb
Merge branch 'MDL-58617-master' of git://github.com/lameze/moodle
2017-04-20 07:19:17 +01:00
David Monllao
ba1ad89e7d
Merge branch 'MDL-58278-master' of git://github.com/damyon/moodle
2017-04-20 14:05:39 +08:00
Simey Lameze
f3dacc3860
MDL-58617 core_output: add mapping for dashboard on user menu
2017-04-20 13:56:13 +08:00
Andrew Nicols
d1131cd8b6
Merge branch 'wip-MDL-58138-fix' of https://github.com/marinaglancy/moodle
2017-04-20 13:54:43 +08:00
Mark Nelson
2c77be65cc
MDL-58637 format_*: fixed incorrect CSS selector
2017-04-20 13:53:42 +08:00
Ryan Wyllie
55e55a773f
MDL-58494 mod_feedback: no action after feedback submitted
...
Don't provide an action in the action event callback if the user has
already submitted their feedback or if they don't have permission to
submit.
2017-04-20 05:51:32 +00:00
Marina Glancy
6c48135896
MDL-58138 completion: mform wants 0-based indexes for arrays
2017-04-20 13:49:56 +08:00
Andrew Nicols
6f9f15d1ad
MDL-58515
2017-04-20 13:47:21 +08:00
Andrew Nicols
9517ea662d
Merge branch 'MDL-58515-master' of https://github.com/lucisgit/moodle
2017-04-20 13:03:34 +08:00
Andrew Nicols
d41402a046
Merge branch 'MDL-58370-master' of git://github.com/damyon/moodle
2017-04-20 12:58:48 +08:00
Andrew Nicols
5ca4dbe6f6
Merge branch 'MDL-57456_master-fix' of git://github.com/dmonllao/moodle
2017-04-20 12:38:05 +08:00
David Monllao
f60404b5ca
MDL-57456 mod_glossary: Proper course access in behat test
2017-04-20 12:32:05 +08:00
David Monllao
ce85011f5a
Merge branch 'MDL-58280-master' of git://github.com/damyon/moodle
2017-04-20 12:05:42 +08:00
Damyon Wiese
f2a6b9cac9
MDL-58278 mod_assign: Ignore send notify with mw
...
When marking workflow is on and the grade is not released we never send notifications anyway.
Instead of preventing the grading form from submitting (validation error) we silently ignore it.
2017-04-20 11:43:34 +08:00
Damyon Wiese
0b1a14aef9
MDL-58280 fileconverter_googledrive: More helpful errors
...
Detect some config errors and give a better error message.
2017-04-20 11:28:06 +08:00
Damyon Wiese
32f01c546c
MDL-58280 fileconverter_googledrive: Fix cibot complaints
2017-04-20 10:49:17 +08:00
Damyon Wiese
9fe3363301
MDL-58280 fileconverter_googledrive: Is born.
2017-04-20 10:49:17 +08:00
Damyon Wiese
e241e76afe
MDL-58370 theme: Tiny alignment fixes for icons
...
The group / completion icons on the course page do not quite line up perfectly in boost or clean.
This tweaks them.
2017-04-20 10:36:56 +08:00
Jake Dallimore
d8f9177462
Merge branch 'MDL-58412-master' of git://github.com/jleyva/moodle
2017-04-20 09:56:10 +08:00
AMOS bot
db0cc54592
Automatically generated installer lang files
2017-04-20 00:06:41 +08:00
Juan Leyva
78681d03b0
MDL-58431 mod_lesson: Fix error in random jumps on first visit
...
Random jumps to content pages were not working when they were set in
the first page.
This was caused because the page where the jump was, was not being
marked as visited before calculating the jump.
2017-04-19 17:47:21 +02:00
Juan Leyva
bcd6249d53
MDL-58628 mod_quiz: Return missing fields in get_quizzes_by_courses
...
These fields must be returned always (even if the quiz is closed).
Those fields are required to display data to users that, for example,
finished a timed quiz.
2017-04-19 16:12:09 +02:00
David Mudrák
7fc7377082
MDL-58613 workshop: Provide all data to display user name
...
Additional fields such as middlename, alternatename and others were not
passed to the fullname(), causing a debugging message.
2017-04-19 13:43:21 +02:00
Juan Leyva
cadae8dce6
MDL-58412 mod_feedback: Use constant for anonymous feedback
...
We were using hardcoded values instead the correct constant
FEEDBACK_ANONYMOUS_NO
2017-04-19 11:37:15 +02:00
Jun Pataleta
04577e6599
Merge branch 'wip-MDL-58530-master' of git://github.com/marinaglancy/moodle
2017-04-19 16:55:14 +08:00
Jun Pataleta
f03d9b1946
Merge branch 'MDL-58642-master' of git://github.com/lameze/moodle
2017-04-19 16:20:21 +08:00
Jake Dallimore
fedb00d4bb
Merge branch 'MDL-58520-master' of git://github.com/ryanwyllie/moodle
2017-04-19 15:50:48 +08:00
David Monllao
a61fe737d4
MDL-57456 glossary: Refine patch changes
2017-04-19 15:44:45 +08:00
David Monllao
c2118c8902
Merge branch 'wip-MDL-57456-master' of git://github.com/marinaglancy/moodle
2017-04-19 15:42:29 +08:00
Simey Lameze
5252d2835f
MDL-58642 mod_glossary: add mapping for minus icon
2017-04-19 15:01:28 +08:00
Andrew Nicols
07e5b34c95
Merge branch 'MDL-58536-master' of git://github.com/ryanwyllie/moodle
2017-04-19 13:50:28 +08:00
Ryan Wyllie
4671ae6374
MDL-58520 block_myoverview: change display name to Course overview
...
Change the display name of the my overview block to Course overview to
match the block it is replacing (and the UX prototype).
The use of "My" is no longer recommended when naming things in Moodle.
2017-04-19 05:47:40 +00:00
Ryan Wyllie
5f6ff89549
MDL-58536 block_myoverview: use moodle user timezone for midnight calc
...
Pass the user's midnight timestamp to the javascript to ensure that a
user's timezone is respected when calculating the categories the events
should be placed in on the event list.
2017-04-19 05:38:25 +00:00
Jun Pataleta
089810fb06
MDL-58538 repository_onedrive: Use image_url() instead of pix_url()
2017-04-19 12:29:22 +08:00
Jun Pataleta
088598ba28
MDL-58538 core: Set proper PHP Documentation for pix_url()
...
Add @deprecated tag for theme_config::pix_url(). Add PHPDoc block for
renderer_base::pix_url().
2017-04-19 12:29:19 +08:00
Andrew Nicols
442908a100
Merge branch 'MDL-58138-master-v2' of git://github.com/snake/moodle
2017-04-19 11:53:40 +08:00
Jake Dallimore
273d310601
MDL-58138 completion: Fixes for a number of small issues.
2017-04-19 11:41:57 +08:00
Ryan Wyllie
d6c25e5c7d
MDL-58621 block_myoverview: align course icon when no progress
2017-04-19 03:30:44 +00:00
David Monllao
ac0553aa64
Merge branch 'MDL-54901' of git://github.com/stronk7/moodle
2017-04-19 11:30:03 +08:00