Cameron Ball
8ffe9aef1f
MDL-53580 auth_ldap: Set default value for suspended_attribute
...
It was also necessary to cast some boolean values to ints as a
workaround for moodle's broken boolean validation.
2016-05-10 23:04:46 +08:00
Dan Poltawski
8c2d47d9d8
Merge branch 'MDL-50704-master' of git://github.com/FMCorz/moodle
2016-05-10 15:59:41 +01:00
Andrew Nicols
0b3c3bb8eb
Merge branch 'MDL-54102_master' of git://github.com/markn86/moodle
2016-05-10 18:36:16 +08:00
Mark Nelson
a9ad3002e1
MDL-54102 core: added more details about hooks
2016-05-10 15:34:49 +08:00
Frederic Massart
16825c4e95
MDL-50704 user: Do not validate timezones in user objects
...
The validation of the timezone field should not occur, especially
when it is automatically cleaned. Timezones can be volatile, we
must try hard to fallback on real timezones and must not lose reset
the values arbitrarily.
"There is absolutely no need to change $CFG->timezone and user timezones
in database - the timezones may come and go. If you change the value in
upgrade or on the fly you would not be able to get it back. This is the
reason why I implemented the "invalid timezone" thing in server and
user settings instead." - Petr Skoda (MDL-49684)
2016-05-09 17:28:38 +08:00
Frederic Massart
88474db22f
MDL-50704 date: Fix invalid timezone mapping for +14
...
The value Etc/GMT-14 was added to the list of known timezones,
and Etc/GMT+13 & Etc/GMT+14 were removed as they are not valid.
Tests were added to ensure that legacy user timezones are mapped
to known timezones. Other tests were changed to reflect the changes
with regards to Etc/GMT+13 and +-14.
2016-05-09 17:28:38 +08:00
Andrew Nicols
3ff8d30246
Merge branch 'MDL-54102_master' of git://github.com/markn86/moodle
2016-05-09 15:08:54 +08:00
Mark Nelson
3fb5ddc3d6
MDL-54102 core: describe newly introduced hooks
2016-05-09 14:04:01 +08:00
Andrew Nicols
b0ab1fdcff
Merge branch 'm31_MDL-53837_Is_Executable_Python_Script_Windows' of https://github.com/scara/moodle
2016-05-09 13:29:32 +08:00
David Monllao
33b60a4720
Merge branch 'MDL-54034-master' of git://github.com/FMCorz/moodle
2016-05-09 07:46:53 +08:00
David Monllao
8ec64e757e
Merge branch 'MDL-53989-master' of git://github.com/ryanwyllie/moodle
2016-05-09 07:37:09 +08:00
Damyon Wiese
8eb15a38ef
MDL-54042 user: Fix debugging in core_user_get_users_by_field
...
The course object returned by enrol_get_all_users_courses does not include the defaultgroupingid.
This course object is passed to user_get_user_details - which does need
the defaultgroupingid.
All the other group info is returned (groupmode) etc - so it makes sense to also return this extra field.
2016-05-06 14:07:48 +01:00
Frederic Massart
1d0140757a
MDL-54034 ajax: Apply filters in ajax requests
...
This also clarified that developers can decide to force filters
to be ignored when using external_format_text, though they cannot
force filters to be turned on as the clients should be able to
opt-out from filtering should they want to.
2016-05-06 17:59:41 +08:00
Ryan Wyllie
fd83879728
MDL-53989 cbe: CMD + click selection for competency picker
2016-05-06 04:40:02 +00:00
Andrew Nicols
d07c339272
Revert "Merge branch 'MDL-53599' of git://github.com/nhoobin/moodle"
...
This reverts commit 15a813cda2cad66f2ae2434c5998d383d486c112, reversing
changes made to 6870e1fa77ccf0078b6e6990ab4a477ef62c8181.
2016-05-06 10:18:10 +08:00
Andrew Nicols
68c1074625
Merge branch 'wip-mdl-53701' of https://github.com/rajeshtaneja/moodle
2016-05-06 09:58:28 +08:00
Eloy Lafuente (stronk7)
4ae653024d
MDL-53944 dml: make char2real() for mysql to support decimals
...
- With the patch, 6 positions of scale accuracy are guaranteed
per individual casted value.
- Backed with unit tests, both for varchar and clob.
- Added 2 missing tests about uses of the method with params
and values.
Note: 6 was picked because looking to all databases implementation
postgres was found to be casting to real, aka, 6.
2016-05-06 09:27:32 +08:00
Frederic Massart
440b4c54ca
MDL-53957 form: Support frontpage for selection in course element
2016-05-06 09:27:31 +08:00
Skylar Kelty
e594a6a8e9
MDL-53889 forms: Fix course field values after multiple value updates
2016-05-06 09:27:30 +08:00
Frederic Massart
1eaba735f5
MDL-53730 form: Autocomplete triggers change event on change only
2016-05-06 09:27:29 +08:00
Juan Leyva
3123c2cff5
MDL-53993 competency: Add CBE external functions to the Mobile service
2016-05-06 09:27:29 +08:00
Adrian Greeve
1a9068ae01
MDL-53888 mod_url: Choose a link option now works.
...
Fixed a regression from MDL-50484.
2016-05-06 09:27:28 +08:00
Fred Woolard
1ac585fefd
MDL-53713 core: account for session_start returning false
2016-05-06 09:27:27 +08:00
Rajesh Taneja
45fb8b5983
MDL-53701 core_lib: use date_format_string for utf8
...
So when language is different say Hebrew then
it would pic codepage-1255. As is json_encoded
we need to ensure we get utf8 string. so use
date_format_string instead
2016-05-05 16:34:41 +08:00
Eloy Lafuente (stronk7)
12c52b9140
Merge branch 'MDL-54032-master' of git://github.com/jleyva/moodle
2016-05-03 18:02:01 +02:00
Juan Leyva
7c357047cc
MDL-54032 webservice: Fix plugin functions not using services
2016-05-03 13:00:13 +02:00
Juan Leyva
ee7295eef8
MDL-54032 webservice: Use services for core functions
...
Include core functions into the mobile service using the services
attribute for external functions
2016-05-03 13:00:13 +02:00
Dan Poltawski
ed3a47aad1
MDL-54008 tests: clarify comment in tz test
2016-05-03 09:08:27 +01:00
David Monllao
143f410a2f
MDL-54008 tz: Unexisting tz with decimals fallback to rounded down integer
2016-05-03 14:03:09 +08:00
David Monllao
becea83edc
Merge branch 'MDL-53899-master-pluginperm' of git://github.com/mudrd8mz/moodle
2016-05-03 10:28:33 +08:00
Andrew Nicols
0a4f3eb27d
MDL-54026 WS: Convert type 'delete' => 'write'
...
This was not the type you were looking for.
2016-05-03 09:51:39 +08:00
Rajesh Taneja
5bd7abb498
MDL-54000 webservices: removed core_user_get_users_by_id
...
core_user_get_users_by_id is deprecated, hence
removed it from the list of mobile web services
2016-05-03 09:18:29 +08:00
Andrew Nicols
186417cd03
Merge branch 'wip-mdl-54000' of https://github.com/rajeshtaneja/moodle
2016-05-03 08:57:53 +08:00
Dan Poltawski
8adf0454c0
Merge branch 'MDL-54019_master' of git://github.com/markn86/moodle
2016-05-02 16:56:56 +01:00
Mark Nelson
e45aac5f8e
MDL-54019 core_behat: fixed typo
2016-05-02 18:09:39 +08:00
David Monllao
dd215cb1a3
MDL-54008 timezone: Updating references to Caracas tz.
...
I've removed Caracas direct references because it would fail on
some systems, it would depend on how updated is the olson version
PHP is using.
2016-05-02 15:08:54 +08:00
Rajesh Taneja
5041600d53
MDL-54000 mod_assign: core_user_get_users_by_field be accessible by ajax
...
To display user information on new assignment UI
core_user_get_users_by_field should be accessible
by ajax
2016-05-02 14:16:29 +08:00
David Monllao
faeca20d43
MDL-49414 externallib: Cleaning tabs
2016-04-29 12:18:02 +01:00
David Monllao
7cbb29e264
Merge branch 'MDL-49414-master' of git://github.com/cameron1729/moodle
2016-04-29 12:18:00 +01:00
Brendan Heywood
dae21986aa
MDL-37753 dataformat: Only set worksheet name where implemented
2016-04-29 12:17:58 +01:00
Brendan Heywood
c32bcfe751
MDL-53973 tablelib: Fixed bug with worksheetname being ignored
2016-04-29 12:17:58 +01:00
Eloy Lafuente (stronk7)
a2e6df5ede
MDL-51603 flexitable: Document the deletion of get_download_menu()
2016-04-29 12:17:52 +01:00
Eloy Lafuente (stronk7)
28ee220a36
Merge branch 'wip-MDL-53638-master' of https://github.com/marinaglancy/moodle
2016-04-29 12:17:52 +01:00
Dan Poltawski
e71c9ebfd3
Merge branch 'MDL-53919_master' of git://github.com/markn86/moodle
2016-04-29 12:17:49 +01:00
Cameron Ball
f23e9b6ba4
MDL-49414 webservices: Remove deprecated functions
2016-04-27 15:54:38 +08:00
Marina Glancy
cf28c515f3
MDL-53638 forms: allow all elements to have css class
2016-04-27 13:27:12 +08:00
Mark Nelson
55b43467b3
MDL-53919 core: fixed competency FKs
2016-04-27 12:31:44 +08:00
Dan Poltawski
2ef629e86d
Merge branch 'MDL-53855' of git://github.com/timhunt/moodle
2016-04-26 11:17:45 +01:00
Dan Poltawski
0ea74d855f
Merge branch 'MDL-53942-master' of git://github.com/junpataleta/moodle
2016-04-26 10:52:27 +01:00
Dan Poltawski
11ec31188a
Merge branch 'MDL-53924-master' of git://github.com/FMCorz/moodle
2016-04-26 10:28:37 +01:00