Andrew Nicols
de374c3df1
Merge branch 'MDL-53495' of https://github.com/mr-russ/moodle
2016-07-06 13:29:18 +08:00
Simey Lameze
ec90722870
MDL-54734 core_user: do not cache dummy user records
2016-07-06 13:07:03 +08:00
Russell Smith
848d212e7a
MDL-53495 database xmldb: Ensure field tests use constant.
...
Some tests were still using hard coded values which break
if the constants are changed.
2016-07-06 14:45:00 +10: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
Andrew Nicols
aa03ced86c
MDL-54734 user: Add tests to demonstrate multi-user issues
2016-07-06 09:27:44 +08: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)
6e24e529c9
Merge branch 'wip-mdl-55043' of https://github.com/rajeshtaneja/moodle
2016-07-06 03:19:08 +02:00
Jerome Mouneyrac
6f08f36c49
MDL-46682 auth/db: IN clause crashes when too many users to sync
2016-07-06 09:18:41 +08:00
Rajesh Taneja
2648dddd2a
MDL-55043 core_competency: Set proper sort order for each field
2016-07-06 08:12:13 +08:00
Eloy Lafuente (stronk7)
a339f0dde0
Merge branch 'wip-mdl-54860-m' of https://github.com/rajeshtaneja/moodle
2016-07-06 01:42:34 +02:00
Rajesh Taneja
25fbce21e7
MDL-54860 behat: Stop execution if setup problem found
2016-07-06 07:27:41 +08:00
Andrew Nicols
6f9ad7e2db
MDL-54951 webservice: Add upgrade notes for external_files
2016-07-06 07:23:32 +08:00
Eloy Lafuente (stronk7)
006e2b787a
Merge branch 'MDL-54857-master' of git://github.com/jleyva/moodle
2016-07-06 00:03:39 +02:00
Eloy Lafuente (stronk7)
f5be4e3d91
Merge branch 'MDL-54856-master' of git://github.com/jleyva/moodle
2016-07-05 21:18:41 +02: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)
8a8e436cf7
Merge branch 'MDL-54800-master' of git://github.com/jleyva/moodle
2016-07-05 21:10:28 +02:00
Eloy Lafuente (stronk7)
6880e350d3
Merge branch 'MDL-54602-master' of git://github.com/jleyva/moodle
2016-07-05 20:59:52 +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
Eloy Lafuente (stronk7)
4b7ac6023c
Merge branch 'MDL-54867-master' of git://github.com/jleyva/moodle
2016-07-05 20:25:54 +02:00
Eloy Lafuente (stronk7)
e51f7a6a20
Merge branch 'MDL-49244-master' of git://github.com/jleyva/moodle
2016-07-05 20:16:44 +02:00
Eloy Lafuente (stronk7)
efb2517a2f
Merge branch 'MDL-54795_master' of https://github.com/snake/moodle
2016-07-05 20:10:33 +02:00
Eloy Lafuente (stronk7)
6b43e964ac
MDL-55000 grade: Use correct component names + minor jsdocs
...
Note the js_call_amd() call still is using incorrect 'grades'
as component name where it should be core_grades. That will be
fixed by MDL-55133.
2016-07-05 19:59:24 +02:00
Eloy Lafuente (stronk7)
17695e4b4d
Merge branch 'MDL-55000-master' of git://github.com/andrewnicols/moodle
2016-07-05 19:35:56 +02:00
Eloy Lafuente (stronk7)
46da6e14ec
Merge branch 'MDL-29738-master' of git://github.com/andrewnicols/moodle
2016-07-05 17:05:28 +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
Andrew Nicols
b5233f9bc9
MDL-55000 grade: Convert remaining YUI2 -> AMD
2016-07-05 20:07:46 +08:00
Andrew Nicols
ff3778bf97
MDL-29738 file: Remove unused stylesheet functionality
...
This functionality was commented out in
78946b9bdb
for MDL-20204 back in 2009.
Since then it has been wasting cycles performing utterly pointless
preg_match and preg_replace calls.
The decision has been made to deprecate it in stables, and remove it in
3.2.
2016-07-05 19:31:22 +08: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
88dd8edf7b
Merge branch 'MDL-54928-master' of git://github.com/dpalou/moodle
2016-07-05 11:20:07 +01:00
Dan Poltawski
27ade02c67
Merge branch 'MDL-54841-master' of https://github.com/nashtechdev01/moodle
2016-07-05 11:06:38 +01:00
Juan Leyva
8908432fab
MDL-55128 course: Fix param type for shortname
2016-07-05 09:50:32 +01:00
Dani Palou
6f2815fa51
MDL-54928 notifications: Add username to emailto users
2016-07-05 10:34:52 +02:00
Juan Leyva
7c4e686f94
MDL-54943 webservice: New WS core_course_get_activities_overview
2016-07-05 09:10:13 +01:00
Juan Leyva
6e7bf3963b
MDL-54869 webservice: Fix core_user_add_user_private_files
2016-07-05 09:01:35 +01:00
Juan Leyva
460897052e
MDL-54869 files: Create new required functions
...
This was a complex change requiring three new functions:
file_merge_files_from_draft_area_into_filearea - To just add files from a draft area into a real one (just adding or updating, not deleting)
file_merge_draft_area_into_draft_area - To merge files from two draft areas, used by the latest for creating a draft area with all the original files plus the new ones.
file_overwrite_existing_draftfile - Required to update existing files not losing metadata or references.
The whole process is the following:
User uploads a file (upload.php)
Client gets a new draftid A containing the file only (return of upload.php)
Client requests to merge that draftid in the user's private files (core_user_add_user_private_files)
Server prepares a new UNUSED draftid B from existing area
Server merges A into B
Server saves the draft B into the final area
2016-07-05 09:01:34 +01:00
Juan Leyva
d089e4984d
MDL-54869 files: Fix file_save_draft_area_files documentation
2016-07-05 08:40:06 +01:00
Andrew Nicols
69efe54640
Merge branch 'MDL-53495' of https://github.com/mr-russ/moodle
2016-07-05 15:07:21 +08:00
Andrew Nicols
275480a0de
MDL-51242 messageinbound: Guess the port from hostspec
...
Existing language strings for the host component suggest that the host can
be provided in the format hostname:port, but we previously did not support
this.
This patch explodes the string based on the colon character and assumes
that if there are two parts, that they are in the format hostname:port.
Note: This does not attempt to deal with full host specifications (e.g.
protocol://hostname:port), as this is beyond the scope of this change.
2016-07-05 14:52:53 +08: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
f0cae2e019
Merge branch 'MDL-55001-home-noredirect' of https://github.com/brendanheywood/moodle
2016-07-05 14:15:36 +08:00
Jake Dallimore
ea106d2a1d
MDL-53431 tool_monitor: Access control for tool monitor subscriptions
2016-07-05 10:36:27 +08:00
Andrew Nicols
5e47d5aee5
Merge branch 'MDL-54951-master' of git://github.com/jleyva/moodle
2016-07-05 09:41:31 +08:00
Andrew Nicols
9778aa4e9c
Merge branch 'MDL-54889-master' of git://github.com/danpoltawski/moodle
2016-07-05 09:27:17 +08:00
Andrew Nicols
8efafb4625
Merge branch 'MDL-53019' of git://github.com/stronk7/moodle
2016-07-05 08:48:54 +08:00
Eloy Lafuente (stronk7)
6981a039c8
MDL-53019 travis: Don't run 5.6 mysql unit tests and minor cleanup
2016-07-05 02:35:26 +02:00