Andrew Nicols
5a191b2f44
Merge branch 'MDL-51017-master' of git://github.com/jleyva/moodle
2015-09-15 08:23:10 +08:00
Juan Leyva
22de67f4af
MDL-51017 mod_scorm: New WS mod_scorm_get_scorm_attempt_count
2015-09-14 10:55:52 +02:00
Andrew Nicols
ac43dc23e4
Merge branch 'MDL-50783-master' of git://github.com/damyon/moodle
2015-09-14 15:52:42 +08:00
Andrew Nicols
08a4dbfe10
Merge branch 'MDL-50994-master' of git://github.com/jleyva/moodle
2015-09-14 15:40:05 +08:00
Damyon Wiese
88982b71b2
MDL-50783 ajax: Properly deprecate the is_allowed_from_ajax() methods.
2015-09-14 15:10:40 +08:00
Damyon Wiese
ad348cbdf9
MDL-50783 ajax: Add specific check for NO_MOODLE_COOKIES
...
If loginrequired is set for a webservice - NO_MOODLE_COOKIES cannot
be true - or it is a coding error.
2015-09-14 15:10:39 +08:00
Damyon Wiese
ba224fb42c
MDL-50783 Ajax: Configure how to call a webservice through db/service.php
...
Now the db/service.php array can contain these extra keys to provide information
on how a webservice may be called:
'ajax' => true (Default is false)
Replaces the xx_is_allowed_from_ajax callback.
'loginrequired' => false (Default is true)
Means that this webservice can be called through lib/ajax/service-nosession.php
which sets NO_MOODLE_COOKIES to true (faster). This is only safe for webservices returning
static public data (e.g. get_string).
2015-09-14 15:10:21 +08:00
Andrew Nicols
2cf588d4dc
Merge branch 'MDL-50980-master' of git://github.com/junpataleta/moodle
2015-09-14 15:07:31 +08:00
David Monllao
09fe55f4de
Merge branch 'MDL-51170-master' of git://github.com/andrewnicols/moodle
2015-09-14 14:14:09 +08:00
Andrew Nicols
9608bed133
Merge branch 'MDL-50782-master' of git://github.com/damyon/moodle
2015-09-14 14:00:52 +08:00
Mark Nelson
53914e4465
MDL-51051 core_grades: 'Categories and items' => 'Gradebook setup'
2015-09-14 08:23:32 +08:00
Daniel Thies
d0ec31716b
MDL-51228 atto_editor: Add documententation for inlineFormat flag
2015-09-13 14:29:07 -05:00
Juan Leyva
7ab43ac84a
MDL-50994 mod_forum: New Web Service mod_forum_add_discussion
2015-09-11 13:31:36 +02:00
Juan Leyva
23b398fc81
MDL-50930 completion: New WS core_completion_mark_course_self_completed
2015-09-11 11:31:12 +02:00
Juan Leyva
c0ef63eb38
MDL-50964 core_group: New Web Service core_group_get_activity_groupmode
2015-09-11 11:30:28 +02:00
Juan Leyva
7107c2f066
MDL-50966 core_group: New WS core_group_get_activity_allowed_groups
2015-09-11 11:29:38 +02:00
Jetha Chan
ec887caa4a
MDL-50685 core_form: disable hidden options, don't just hide
2015-09-11 15:08:37 +08:00
Marina Glancy
278b8d18a2
MDL-50892 mod: allow activity to have name '0'
2015-09-11 10:51:52 +08:00
Jun Pataleta
e950bca42d
MDL-50983 templates: Create core template "columns-autoflow-1to1to1"
2015-09-11 10:32:02 +08:00
Jun Pataleta
2947d0397a
MDL-50982 templates: Create core template "columns-1to1to1"
2015-09-11 10:19:00 +08:00
Jun Pataleta
631cc14020
MDL-50981 templates: Create core template "columns-1to2"
2015-09-11 10:08:41 +08:00
Jun Pataleta
a317a83b5c
MDL-50980 templates: Create core template "columns-2to1"
2015-09-11 10:03:38 +08:00
rajesh Taneja
cd3a6a78b6
MDL-50516 behat: Back/next button reloads page
...
When next/back button is pressed in phantomjs/browserkit
it reload page, so adding a bug_phantomjs, so that we can
test the lesson re-attempt scenario
2015-09-10 14:30:28 +08:00
Damyon Wiese
1748938e15
MDL-51311 javascript: Teach Behat to wait for pending JQuery ajax
2015-09-10 13:02:16 +08:00
Damyon Wiese
08bda175de
MDL-51213 weblib: Allow filter=false option for format_string
...
And pass this from external_format_string correctly.
2015-09-10 12:55:52 +08:00
Damyon Wiese
3676873566
MDL-51213 webservice: Fix wrong use of external_format_text
...
Was passing cm->id instead of context->id.
2015-09-10 12:13:02 +08:00
Eloy Lafuente (stronk7)
e36d7d57ae
Merge branch 'MDL-50015-master' of git://github.com/jleyva/moodle
2015-09-10 01:42:06 +02:00
Eloy Lafuente (stronk7)
7650a4c54d
Merge branch 'MDL-50537-master' of git://github.com/jleyva/moodle
2015-09-10 01:01:32 +02:00
Dan Poltawski
5760a1b083
Merge branch 'MDL-50944-master' of git://github.com/jleyva/moodle
2015-09-09 14:29:53 +01:00
Costantino Cito
9f7de6317d
MDL-50537 mod_chat: New WS mod_chat_get_chats_by_courses
2015-09-09 14:08:01 +02:00
Juan Leyva
82f0f5e32c
MDL-50537 core_webservice: New external functions utility class
2015-09-09 14:08:01 +02:00
Andrew Nicols
edf84ada39
Merge branch 'MDL-50995-master' of git://github.com/jleyva/moodle
2015-09-09 16:03:05 +08:00
Andrew Nicols
f6c3a22946
Merge branch 'MDL-50852-master' of git://github.com/junpataleta/moodle
2015-09-09 15:38:00 +08:00
Jun Pataleta
36e0030ffe
MDL-50852 formslib: Fixed client-side form validation problem.
...
This patch fixes the problem of client validation being broken when
shortforms is not enabled. This issue is caused by moodle-core-event
module not being loaded and the broadcast parameter in the
Y.Global.publish set to 2 instead of true.
2015-09-09 15:35:01 +08:00
Mark Nelson
051b45f864
MDL-50516 core_behat: added ability to go back, forward and reload the browser
2015-09-09 15:27:23 +08:00
Dan Poltawski
760e38d0f4
Merge branch 'MDL-50013-master' of git://github.com/jleyva/moodle
2015-09-08 15:21:27 +01:00
Dan Poltawski
e90783958c
Merge branch 'MDL-50853-master' of git://github.com/jleyva/moodle
2015-09-08 13:37:35 +01:00
Dan Poltawski
9e66dff06c
Merge branch 'wip-MDL-51132-master' of https://github.com/marinaglancy/moodle
2015-09-08 10:46:38 +01:00
Dan Poltawski
07cc2db61b
Merge branch 'MDL-51307-master' of git://github.com/cameron1729/moodle
2015-09-08 09:11:57 +01:00
Cameron Ball
e683771623
MDL-51307 navigation: hide message button
2015-09-08 12:10:07 +08:00
Cameron Ball
9b5882d3e1
MDL-46157 drag and drop: Improve item labels
...
Ignore the edit menu when determining the region to drag.
2015-09-08 11:33:24 +08:00
Andrew Nicols
fd23f8e7b2
Merge branch 'MDL-51245' of git://github.com/stronk7/moodle
2015-09-08 09:24:00 +08:00
Damyon Wiese
5d8c198711
MDL-50782 Ajax: No require_login for all ajax webservice calls
...
Some webservice functions need to be available without a login, e.g.
fetching strings and templates.
External functions must call validate_context if they require a valid login etc.
Added a new parameter to services.php: "loginrequired". Default is true.
2015-09-08 09:16:58 +08:00
Eloy Lafuente (stronk7)
48657a6713
MDL-51245 sqlsrv: Diagnose missing READ_COMMITTED_SNAPSHOT mode
...
Without it, transactions are executed in standard READ_COMMITED
mode, without snapshoting/row versioning, leading to update
conflicts under high concurrency.
2015-09-08 02:55:53 +02:00
Eloy Lafuente (stronk7)
a9daab4927
MDL-51245 mssql: Diagnose missing READ_COMMITTED_SNAPSHOT mode
...
Without it, transactions are executed in standard READ_COMMITED
mode, without snapshoting/row versioning, leading to update conflicts
under high concurrency.
2015-09-08 02:55:45 +02:00
Andrew Nicols
ebdfde7664
Merge branch 'MDL-50287-master' of git://github.com/danpoltawski/moodle
2015-09-08 08:18:03 +08:00
Petr Skoda
e4ac3879c2
MDL-50860 core: improve creation of random strings
2015-09-08 01:07:37 +02:00
sam marshall
b9dba4e3aa
MDL-51330 Cron: In log, scheduled tasks don't show component
2015-09-07 18:40:05 +01:00
Adrian Greeve
40a154551f
MDL-48371 editors: Option for removing managefiles
...
We want to remove the managefiles button from the
editors in the wiki so that students don't delete
each others files.
2015-09-07 09:59:35 +01:00
Marina Glancy
bec7e6dcb0
MDL-50921 message: allow popup messages from noreply user
...
Thanks Gary Harris for the patch
2015-09-07 08:11:45 +00:00