David Monllao
034544ffda
Merge branch 'MDL-18599-master' of git://github.com/junpataleta/moodle
2016-07-11 15:59:44 +02:00
David Monllao
27600832aa
Merge branch 'MDL-49029_m32v2' of https://github.com/sbourget/moodle
2016-07-11 15:50:29 +02:00
Dan Poltawski
8846f9950f
Merge branch 'MDL-55112-master' of git://github.com/junpataleta/moodle
2016-07-11 14:42:06 +01:00
Jun Pataleta
af0fc6a254
MDL-18599 mod_forum: Hide single discussion owner's name and picture
...
* On the discussion's page.
* On the recent activity block.
* On the recent activity page.
2016-07-11 21:40:19 +08:00
Dan Poltawski
e9da895634
Merge branch 'wip-MDL-55154-master' of git://github.com/abgreeve/moodle
2016-07-11 13:31:24 +01:00
Dan Poltawski
ad3f8cd18c
MDL-54944 eslint: make the .eslintrc default stricter
...
Instead of using the more rollup-tolerant config for all files, make the
configuration stricter by default but lower in grunt for yui modules.
This means that manual runs (prechecker) or editor integrations will
flag up the errors as well as grunt.
Also add ignore lines to the core files so that eslint isn't noisy when
not running with grunt.
2016-07-11 12:44:34 +01:00
Dan Poltawski
e2f79e330d
Merge branch 'MDL-53222_master' of git://github.com/dmonllao/moodle
2016-07-11 11:42:41 +01:00
David Monllao
6a4c2146f9
MDL-53222 search: Replace report_search by new searchareas admin page
2016-07-11 11:49:14 +02:00
Juan Leyva
95624eef09
MDL-55163 mod_assign: Fix mod_assign_copy_previous_attempts
...
- Not exposed via WS
- Have a bug when calling the api function
2016-07-11 10:35:24 +01:00
David Monllao
1d17f51a8d
Merge branch 'MDL-54832-master' of https://github.com/nashtechdev01/moodle
2016-07-11 06:47:13 +02:00
Adrian Greeve
681f8f09c0
MDL-37250 mod_lesson: All actual attempts on the lesson are displayed.
...
The lesson overview report now shows all attempts made including hitting
the page and immediately navigating away.
2016-07-11 08:18:41 +08:00
Adrian Greeve
d58f3a4d2a
MDL-54962 mod_data: Approval status is now translated.
...
It was using hardcoded English. Now it uses get_string.
2016-07-08 10:53:39 +08:00
Adrian Greeve
9582e530eb
MDL-55154 mod_lesson: Lesson numerical response shows images.
2016-07-08 09:54:58 +08:00
Stephen Bourget
9be8052937
MDL-11369 mod_choice: Add calendar events for choice activities
2016-07-07 16:56:17 -04:00
Stephen Bourget
1725216aee
MDL-49029 mod_choice: Add view permissions
2016-07-07 15:10:17 -04:00
Dan Poltawski
6e304922fb
MDL-54944 js: built files after changes
2016-07-07 12:11:07 +01:00
Dan Poltawski
5602dc1735
MDL-54944 js: ensure functions are consistent in return val
...
Mostly we are being incosnistent when giving an early-exit shortcut.
Detected by http://eslint.org/docs/rules/consistent-return
2016-07-07 12:11:07 +01:00
Dan Poltawski
7b7d55e11a
MDL-54944 js: split variable intialisations in multiple lines
...
To increase code clarity, we don't allow multiple intilisations to be
confused with each other.
Detected by http://eslint.org/docs/rules/one-var-declaration-per-line
2016-07-07 12:11:06 +01:00
Dan Poltawski
b1c4d0f2d7
MDL-54944 js: Remove uncessary bind() calls
...
Most of these cases, we are already capturing this in a temporary
variable, so the bind becomes uncessary.
Discovered by http://eslint.org/docs/rules/no-extra-bind
2016-07-07 12:11:06 +01:00
Dan Poltawski
c905cd233d
MDL-54944 js: fix quoting of object properities coding style
...
Detected by http://eslint.org/docs/rules/quote-props
2016-07-07 12:11:05 +01:00
Dan Poltawski
9f5f3dcc83
MDL-54944 js: Fix spacing of objects coding style
...
Fixed by http://eslint.org/docs/rules/object-curly-spacing
2016-07-07 12:11:05 +01:00
Eloy Lafuente (stronk7)
ffe0699c44
NOBUG: Fixed SVG browser compatibility
2016-07-07 10:19:45 +02:00
Stephen Bourget
025188da5f
MDL-53803 mod_choice: remove orphaned answers when removing options
2016-07-06 17:08:50 -04:00
Eloy Lafuente (stronk7)
080c1e798b
MDL-54934 workshop: ensure "Current phase" is always separated
...
Apparently some readers can join 2 adjacent spans completely, simply
adding a whitespace between them prevents that, ensuring separation.,
2016-07-06 11:30:40 +02:00
Cameron Ball
c30bfed180
MDL-41945 mod_assign: Add empty submission check
2016-07-06 10:07:04 +01:00
Andrew Nicols
42f7b608ed
Merge branch 'MDL-54165-master' of git://github.com/ryanwyllie/moodle
2016-07-06 12:01:51 +08:00
Ryan Wyllie
2441100db9
MDL-54165 mod_assign: Fix doc in grading_events.js
2016-07-06 03:42:25 +00:00
Rajesh Taneja
d44fc20414
MDL-54844 mod_glossary: Don't append AND as it's done later
2016-07-06 11:34:18 +08:00
Andrew Nicols
06d05f461e
Merge branch 'MDL-54165-master' of git://github.com/ryanwyllie/moodle
2016-07-06 11:04:40 +08:00
Ryan Wyllie
f6bb3f482d
MDL-54165 mod_assign: Collapsible review and grade panel
2016-07-06 02:50:24 +00:00
Adrian Greeve
6c04427daa
MDL-54844 mod_glossary: Limiting of glossary searching.
...
Searching of the glossary was returning results from all
glossaries on the site. It has now been returned to just
the glossary that you are currently viewing.
2016-07-06 09:20:32 +08:00
Eloy Lafuente (stronk7)
ed2d12a125
Merge branch 'MDL-54955-master' of git://github.com/jleyva/moodle
2016-07-05 21:15:31 +02:00
Eloy Lafuente (stronk7)
1d44e47cc4
Merge branch 'MDL-54934-master' of https://github.com/nashtechdev01/moodle
2016-07-05 20:44:14 +02:00
Loc Nguyen
e9bf00fb14
MDL-54832 workshop: adding landmark for userplantable
...
Accessibility enhance: add an aria-label on the userplan table so
that it's accessible to me through my screen reader
2016-07-05 20:37:56 +07:00
Eloy Lafuente (stronk7)
eb3b4893b5
Merge branch 'MDL-55114-master' of git://github.com/andrewnicols/moodle
2016-07-05 12:44:52 +02:00
Eloy Lafuente (stronk7)
5920c233fe
Merge branch 'MDL-55113-master' of git://github.com/dpalou/moodle
2016-07-05 12:21:46 +02:00
Dan Poltawski
27ade02c67
Merge branch 'MDL-54841-master' of https://github.com/nashtechdev01/moodle
2016-07-05 11:06:38 +01:00
An Pham Van
1b0276d4bb
MDL-54841 workshop: Combine links for attachment icon and text.
...
In a workshop activity, on the view submission page where having attachment(s), there's an accessibility issue.
There're 2 separate links for the icon and text which causes an issue for keyboard and screen reader users.
So the text and icon should be combined in one link.
2016-07-05 13:21:59 +07:00
Andrew Nicols
5e47d5aee5
Merge branch 'MDL-54951-master' of git://github.com/jleyva/moodle
2016-07-05 09:41:31 +08:00
Eloy Lafuente (stronk7)
68ddadc180
Merge branch 'wip-MDL-37946-master' of https://github.com/marinaglancy/moodle
2016-07-05 00:19:59 +02:00
Dan Poltawski
c145e290a3
Merge branch 'MDL-48944_m32v4' of https://github.com/sbourget/moodle
2016-07-04 15:56:00 +01:00
Dan Poltawski
1f0daa292e
Merge branch 'MDL-54976-master' of git://github.com/junpataleta/moodle
2016-07-04 14:51:59 +01:00
Dan Poltawski
970fcc44e6
MDL-54980 mod_assign: bump version
2016-07-04 14:10:24 +01:00
Dan Poltawski
351e06e424
Merge branch 'MDL-54980-master' of git://github.com/jleyva/moodle
2016-07-04 14:09:43 +01:00
Dan Poltawski
2e6f52212f
Merge branch 'MDL-41945-master' of git://github.com/cameron1729/moodle
2016-07-04 12:39:35 +01:00
Juan Leyva
7ef49bd393
MDL-54951 webservice: Return intro text files in modules
2016-07-04 09:24:28 +01:00
Dani Palou
5609da91fa
MDL-55113 assign: Use PARAM_RAW in onlinetext text
2016-07-04 09:53:36 +02:00
Andrew Nicols
e1ca4da750
MDL-55114 chat: Remove commented-out variables
2016-07-04 15:29:04 +08:00
Jun Pataleta
ca7e2fc21f
MDL-55112 mod_forum: Query all forum fields to avoid debug messages
2016-07-04 15:22:56 +08:00
Andrew Nicols
bfccdb9600
Merge branch 'MDL-54953-master' of git://github.com/marinaglancy/moodle
2016-07-04 15:11:14 +08:00