Andrew Nicols
62bf94655e
Merge branch 'MDL-50182' of git://github.com/stronk7/moodle
2015-10-16 08:07:04 +08:00
Andrew Nicols
7108d08dd1
MDL-51759 theme: Ensure that non-svg images are cached and returned
2015-10-16 07:53:17 +08:00
Juan Leyva
55dca60f45
MDL-51629 mod_survey: New WS mod_survey_submit_answers
2015-10-15 16:17:23 +02:00
Juan Leyva
f772b5159c
MDL-51629 mod_survey: New WS mod_survey_get_questions
2015-10-15 16:17:22 +02:00
Juan Leyva
75516809d2
MDL-51629 mod_survey: New Web Service mod_survey_view_survey
2015-10-15 16:05:05 +02:00
Juan Leyva
a2926eb3e6
MDL-51629 mod_survey: New WS mod_survey_get_surveys_by_courses
2015-10-15 16:05:05 +02:00
Juan Leyva
66a582d0b3
MDL-51703 mod_survey: Trigger response_submitted event in correct place
2015-10-15 13:59:15 +01:00
Dan Poltawski
df8afc6305
Merge branch 'MDL-51500-master' of git://github.com/merrill-oakland/moodle
2015-10-15 13:52:46 +01:00
Dan Poltawski
52fa3d09d7
Merge branch 'MDL-51563-master' of git://github.com/jleyva/moodle
2015-10-15 13:50:10 +01:00
Dan Poltawski
6bafde62f5
Merge branch 'MDL-51652-master' of https://github.com/sammarshallou/moodle
2015-10-15 13:45:10 +01:00
Dan Poltawski
4f5d5628d1
Merge branch 'MDL-51679-groupmode-ajax' of https://github.com/Dagefoerde/moodle
2015-10-15 11:41:26 +01:00
Dan Poltawski
6660fbb3d3
Merge branch 'MDL-51781_master' of git://github.com/markn86/moodle
2015-10-15 11:08:26 +01:00
Dan Poltawski
f655414669
MDL-51651 lang: add consitency for application of firstdayofweek
...
1) Set the site-wide default based on language pack
2) Use the site/user preference for js popups, like we do in /calendar/
2015-10-15 10:15:05 +01:00
Dan Poltawski
316f8231f8
MDL-51651 lang: the first day of the week is Monday
2015-10-15 10:15:05 +01:00
Mark Nelson
f74fe5ba52
MDL-51781 tool_log: marked log values as NOT_MAPPED if mapping not found
2015-10-15 01:25:43 -07:00
David Monllao
a97cde7a6e
Merge branch 'wip-MDL-51604-master' of git://github.com/marinaglancy/moodle
2015-10-15 16:21:07 +08:00
Andrew Nicols
055c5bc02a
Merge branch 'MDL-51790-master' of git://github.com/damyon/moodle
2015-10-15 16:04:55 +08:00
Dan Poltawski
05ed945e61
Merge branch 'wip-mdl-50940' of https://github.com/rajeshtaneja/moodle
2015-10-15 08:58:23 +01:00
Andrew Nicols
56bd244634
Merge branch 'MDL-51756-master' of git://github.com/damyon/moodle
2015-10-15 15:22:37 +08:00
Andrew Nicols
8413376088
MDL-51756 tests: Refactor test to use data-provider
...
The benefit is that this becomes one test per external function instead of one
test testing them all - so more information is shown on failure and we get lots
more dots (we love dots!).
2015-10-15 15:17:02 +08:00
Damyon Wiese
390b833ada
MDL-51790 block_community: xmlrpc expects correct types
...
This is defined as an int on the hub site, so it must be sent as an int.
2015-10-15 15:08:51 +08:00
Andrew Nicols
a308dc15c9
Merge branch 'MDL-51594-master' of git://github.com/jleyva/moodle
2015-10-15 14:19:10 +08:00
Damyon Wiese
1dc4dc989d
MDL-51756 externallib: Show debugging when optional params are wrong
...
Optional params are not allowed as the top level value for external_function_parameters.
This is because stricter protocols (xmlrpc and soap) cannot handle optional parameters, only
optional properties in a structure.
2015-10-15 14:19:07 +08:00
Barbara Ramiro
1da2e3a623
MDL-49984 Profile: Decluttering, grouping and adding white space to easily find info
2015-10-15 12:36:43 +08:00
Marina Glancy
a27c42ee9a
MDL-51260 core_tag: Use new tag autocomplete for related tags
2015-10-15 12:03:52 +08:00
Damyon Wiese
bb6ca6f360
MDL-51260 tags: Update the tags form element to use the autocomplete field
...
AMOS BEGIN
REM [interestslist_help,moodle] Commas are no longer required
REM [entertags,tag] Commas are no longer required
REM [othertags,tag] Commas are no longer required
AMOS END
2015-10-15 12:03:35 +08:00
David Monllao
25de6f3ec0
Merge branch 'MDL-49545-master' of git://github.com/ryanwyllie/moodle
2015-10-15 11:54:53 +08:00
Ryan Wyllie
cfe12ff033
MDL-49545 backup: Restore does not respect some capabilities
...
Thanks to Daniel Neis for the original patch that formed the
basis of these changes.
2015-10-15 02:45:27 +00:00
Andrew Nicols
176cf1ca91
Merge branch 'MDL-51610-master' of git://github.com/merrill-oakland/moodle
2015-10-15 10:22:18 +08:00
Mark Nelson
fcb30f64f9
MDL-51782 mod_forum: altered unit tests for the post_deleted event
...
This was done to ensure we are actually testing the API, and not
just creating and triggering the event manually.
2015-10-14 18:54:29 -07:00
Mark Nelson
9f468b1b31
MDL-51782 mod_forum: moved post_deleted event into function
2015-10-14 18:21:28 -07:00
Damyon Wiese
60a1ea56d9
MDL-51247 forms: All new aria-pimped autocomplete mform element.
...
Supports static list of options - or options fetched via ajax.
Has options for single,multi and tags support.
2015-10-14 16:22:44 +01:00
Dan Poltawski
cd83fae089
Merge branch 'MDL-51399' of https://github.com/andrewhancox/moodle
2015-10-14 15:02:50 +01:00
Dan Poltawski
4f8641be36
Merge branch 'MDL-38214_wipd' of git://github.com/ppichet/moodle
2015-10-14 14:15:14 +01:00
Dan Poltawski
cd644dab5b
Merge branch 'MDL-51467-master' of https://github.com/sammarshallou/moodle
2015-10-14 13:40:19 +01:00
Jan C. Dageförde
ee20bdcb8a
MDL-51679 course: Update groupmode CSS class
...
Changing groupmode of an activity via AJAX did not change the button's CSS class accordingly.
2015-10-14 14:33:20 +02:00
Juan Leyva
bb3500c6d4
MDL-51594 webservice: Fix typos in choice and SCORM documentation
2015-10-14 14:29:12 +02:00
Dan Poltawski
b117fac04b
weekly release 3.0dev
2015-10-14 10:49:01 +01:00
Dan Poltawski
8780d80e80
NOBUG: Fixed file access permissions
2015-10-14 10:49:01 +01:00
Dan Poltawski
cfa945308d
NOBUG: Fixed SVG browser compatibility
2015-10-14 10:49:00 +01:00
Dan Poltawski
4d9edf1b15
MDL-51536 webservices: fix invalid param definitions
2015-10-13 19:01:42 +01:00
Dan Poltawski
6333b018ad
Merge branch 'MDL-40710-master' of git://github.com/barbararamiro/moodle
2015-10-13 15:44:31 +01:00
Dan Poltawski
3975c5bc2e
Merge branch 'MDL-51435' of https://github.com/NeillM/moodle
2015-10-13 11:39:52 +01:00
Dan Poltawski
e3b03886d0
MDL-47494 copyright: missed fixes from last commit
...
With thanks to Tim!
2015-10-13 09:55:28 +01:00
Dan Poltawski
bf47ddbdf3
MDL-47494 copyright: fix incorrect statement
...
(From copy/paste error, blame Tim :P)
2015-10-13 09:39:28 +01:00
Dan Poltawski
08d93936f4
Merge branch 'MDL-51576-master-2' of git://github.com/ryanwyllie/moodle
2015-10-13 09:23:31 +01:00
Damyon Wiese
ab848fea81
MDL-48861 assign: Make the requires grading filter consistent
...
Consistently include submissions with a null grade (see MDL-47694).
2015-10-13 14:52:50 +08:00
Damyon Wiese
fb6bae3eae
MDL-48861 assign: Fix unit tests and behat tests
...
The tests were not working with the change to the needs grading filter.
2015-10-13 12:59:13 +08:00
David Monllao
ee58df52da
Merge branch 'MDL-46455-master-20151012' of git://github.com/damyon/moodle
2015-10-13 11:42:40 +08:00
Andrew Nicols
5e2547612f
Merge branch 'MDL-51302-master' of git://github.com/danpoltawski/moodle
2015-10-13 11:33:23 +08:00