Costantino Cito
9f7de6317d
MDL-50537 mod_chat: New WS mod_chat_get_chats_by_courses
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
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
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
Andrew Nicols
ebdfde7664
Merge branch 'MDL-50287-master' of git://github.com/danpoltawski/moodle
2015-09-08 08:18:03 +08:00
Marina Glancy
0d1e545612
MDL-51132 tags: do not use user tags for tagging courses
2015-09-05 11:21:15 +08:00
Juan Leyva
6c9b2bb5fe
MDL-50013 mod_book: New WS mod_book_view_book
2015-09-04 11:18:10 +02:00
Juan Leyva
e648d036f8
MDL-50015 mod_imscp: New WS mod_imscp_view_imscp
2015-09-04 11:16:58 +02:00
Eloy Lafuente (stronk7)
e45f622b8e
Merge branch 'MDL-29801_master' of git://github.com/markn86/moodle
2015-09-02 19:19:27 +02:00
Juan Leyva
5841b9d5d3
MDL-50853 mod_chat: New Web Service mod_chat_view_chat
2015-09-02 17:23:43 +02:00
Juan Leyva
8380bc7fc0
MDL-50853 mod_chat: New Web Service mod_chat_get_chat_latest_messages
2015-09-02 17:23:42 +02:00
Juan Leyva
874aa80f67
MDL-50853 mod_chat: New Web Service mod_chat_send_chat_message
2015-09-02 17:23:41 +02:00
Juan Leyva
e4076a6e4c
MDL-50853 mod_chat: New Web Service mod_chat_get_chat_users
2015-09-02 17:23:40 +02:00
Juan Leyva
1ca4cdf3e9
MDL-50853 mod_chat: New Web Service mod_chat_login_user
2015-09-02 17:16:13 +02:00
Juan Leyva
50a2031712
MDL-50995 mod_forum: New WS mod_forum_add_discussion_post
2015-09-02 12:20:06 +02:00
Juan Leyva
4c4d3b7303
MDL-50944 mod_choice: New Web Service mod_choice_view_choice
2015-09-02 10:35:37 +02:00
Juan Leyva
1006459415
MDL-50944 mod_choice: New Web Service mod_choice_submit_choice_response
2015-09-02 10:35:36 +02:00
Juan Leyva
565528cebc
MDL-50944 mod_choice: New Web Service mod_choice_get_choice_options
2015-09-02 10:35:36 +02:00
Juan Leyva
b87f31db53
MDL-50944 mod_choice: New Web Service mod_choice_get_choice_results
2015-09-02 10:35:35 +02:00
Mark Nelson
4582308508
MDL-29801 core_message: added delete message caps
2015-09-02 01:29:41 -07:00
Marina Glancy
ef4c23ccd2
MDL-50919 tags: new WS core_tag_get_tags
2015-09-02 14:15:16 +08:00
Marina Glancy
8e35585390
MDL-50919 tags: new UI for managing tags
2015-09-02 14:15:13 +08:00
Mark Nelson
1efd323842
MDL-29801 install: added message deleted fields
2015-08-31 15:09:51 -07:00
Dan Poltawski
160ccd3d09
MDL-50287 completion: Rename tasks to remove the word 'cron'
2015-08-27 14:58:04 +01:00
Josh Willcock
51e488eaf3
MDL-50287 completion: Separated slow task out from cron
...
The mark started function for the completions scheduled task can be very
slow and causes performance issues when running. By splitting this into
it's own task it can be managed independantly from the other parts which
update regularly.
2015-08-27 14:40:04 +01:00
Dan Poltawski
482ebc1786
Merge branch 'MDL-50723-master' of git://github.com/andrewnicols/moodle
2015-08-24 14:47:25 +01:00
Dan Poltawski
a9334960dd
Merge branch 'wip-MDL-30315-master' of git://github.com/abgreeve/moodle
2015-08-19 18:30:33 +02:00
Adrian Greeve
0305798c62
MDL-30315 gradebook: Uploading feedback doesn't override grades.
2015-08-18 17:02:45 +08:00
Andrew Nicols
04c24a55ec
MDL-50723 core: Remove long-defunct table webdav_locks
2015-08-14 08:42:34 +08:00
Marina Glancy
a039418383
MDL-50303 cache: removed unused cache definition
2015-08-13 11:56:53 +08:00
Andrew Nicols
3c81333aa4
Merge branch 'MDL-50008-master' of git://github.com/jleyva/moodle
2015-08-04 16:20:55 +08:00
Andrew Nicols
121eaa6cfe
Merge branch 'MDL-49792-master' of git://github.com/jleyva/moodle
2015-08-04 16:17:43 +08:00
Andrew Nicols
673b3c730b
Merge branch 'MDL-49791-master' of git://github.com/jleyva/moodle
2015-08-04 16:07:11 +08:00
Eloy Lafuente (stronk7)
7b82add579
Merge branch 'wip-MDL-19748-master' of https://github.com/marinaglancy/moodle
2015-08-03 21:20:04 +02:00
Juan Leyva
734c7452d3
MDL-50008 folder: New Web Service mod_folder_view_folder
2015-07-30 23:02:47 +02:00
Juan Leyva
3c779961ad
MDL-49792 resource: New WS mod_resource_view_resource
2015-07-30 23:01:21 +02:00
Juan Leyva
0918811037
MDL-49791 page: New Web Service mod_page_view_page
2015-07-30 22:59:30 +02:00
Dan Poltawski
53fb02da8e
Merge branch 'MDL-50645_master' of git://github.com/dmonllao/moodle
2015-07-27 10:36:55 +01:00
David Monllao
9effa14810
MDL-50645 cache: New plugin_functions cache
...
Improves memory usage as we don't need to include all files every time we want
to see if any plugin supports a callback.
2015-07-20 20:21:07 +02:00
Juan Leyva
e9bf301145
MDL-50427 mod_scorm: New Web Service mod_scorm_view_scorm
2015-07-20 09:15:44 +02:00
Marina Glancy
dd8a0a3909
MDL-19748 tags: edit tags not allowed for auth users
2015-07-19 21:09:32 +08:00
Juan Leyva
e0d6d10a83
MDL-49796 assign: New external function view_grading_table
2015-07-13 09:25:23 +02:00
Damyon Wiese
4359caa22b
MDL-50757 upgrade: Unset config value that will never be used again
2015-07-03 16:37:54 +08:00
Adrian Greeve
316c560cc5
MDL-50757 gradebook: Update fix for pre 2.8 upgrades.
...
Moodle installations that updated before the 2.8 grade push
were being flagged for a gradebook freeze. This was resulting in
calculated grades being shown as different to how they were
displayed before the upgrade. This fix retains the original
grade value.
2015-07-03 13:13:12 +08:00
Adrian Greeve
3f8a714f36
MDL-48239 gradebook: Oracle fix for string compare.
...
Update to upgradelib.php where string comparisions cause
phpunit failures in Oracle.
2015-07-02 12:30:26 +08:00
Adrian Greeve
4d4dcc2718
MDL-48239 gradebook: Calculated grades maxgrade now able to be set.
2015-07-02 11:13:25 +08:00
Marina Glancy
156d048659
MDL-49257 grades: fix bugs with extra credit weights
...
When we adjust the weights in natural grading (setup screen), the extra credit items
should not depend on other overrides. If extra credit item's weight was overriden, it stays as it is.
Otherwise it is calculated as itemgrademax / totalgrademax (total excludes extra credit items)
2015-06-23 14:25:50 +08:00
Dan Poltawski
a6661ae013
Merge branch 'capabilities_cache' of git://github.com/tlevi/moodle
2015-06-18 07:13:35 +02:00