Dan Poltawski
89c3afc2c5
Merge branch 'MDL-49347-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/db/services.php
version.php
2015-04-07 20:25:28 +01:00
Juan Leyva
46e41e6339
MDL-49347 rating: Several fixes and code clean up
...
- Use correct return values types
- Fix the warnings declaration
- Fix the pluginfile URL
2015-04-07 21:13:24 +02:00
Dan Poltawski
464ba8e5a0
Merge branch 'MDL-49500-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/db/services.php
version.php
2015-04-07 16:44:41 +01:00
Eloy Lafuente (stronk7)
522eff0d30
Merge branch 'MDL-49499-master' of git://github.com/jleyva/moodle
2015-04-07 17:29:15 +02:00
Damyon Wiese
82d341cfd5
Merge branch 'MDL-49503-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/db/services.php
version.php
2015-04-07 20:28:23 +08:00
Dan Poltawski
29596525a3
Merge branch 'MDL-49504-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/db/services.php
version.php
2015-04-07 11:17:04 +01:00
Damyon Wiese
75ece778c5
Merge branch 'MDL-49101' of https://github.com/andrewhancox/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2015-04-07 17:27:17 +08:00
Andrew Hancox
6398ff5387
MDL-49101 core: Add a global admin setting config->requiremodintro
...
Removed requiremodintro setting from all core activity plugins and replace
with a single global setting.
Deprecated moodleform_mod::add_intro_editor and replaced with
moodleform_mod::standard_intro_elements
2015-04-07 10:11:53 +01:00
Dan Poltawski
ffb4eaa93f
Merge branch 'MDL-49501-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/db/services.php
version.php
2015-04-07 10:03:28 +01:00
Damyon Wiese
006fac90a1
Merge branch 'MDL-49498-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/db/services.php
version.php
2015-04-07 14:27:20 +08:00
Dan Poltawski
a671ebe866
Merge branch 'wip_MDL-49684_m29_tz2' of https://github.com/skodak/moodle
...
Conflicts:
version.php
2015-04-06 10:13:06 +01:00
Petr Skoda
d6e7a63d9a
MDL-49684 timezones: rewrite timezone support
...
This patch replaces all homegrown timezone
stuff with standard PHP date/time code.
The main change is the introduction of core_date
class that returns normalised user and server
timezones. From now on nobody should be using
$CFG->timezone or $user->timezone directly!
Other new features and fixes:
* admins are prompted for timezone during install
* editing of other users is finally fixed
* timezones are displayed in user profile
* new $this->setTimezone() in phpunit
* time locale is now automatically reset in phpunit
* timezone is now automatically reset in phpunit
* phpunit has Australia/Perth as default timezone
2015-04-06 13:53:51 +12:00
Juan Leyva
6c785afa2d
MDL-49313 webservices: Fixes and add the function to the mobile service
2015-04-02 21:58:13 +02:00
Costantino Cito
90c326640d
MDL-49313 webservices: New WS get_course_completion_status
2015-04-02 21:58:13 +02:00
Costantino Cito
db5b697158
MDL-49347 rating: New external function core_rating_get_item_ratings
2015-04-02 17:13:44 +02:00
Juan Leyva
d508dfe79a
MDL-49503 forum: Add view_forum_discussion to the mobile service
2015-04-02 17:11:27 +02:00
Juan Leyva
7a334a9b7a
MDL-49498 user: Add core_user_view_user_list to the mobile service
2015-04-02 17:03:37 +02:00
Juan Leyva
a84f89ca23
MDL-49501 messages: Add mark_message_read to the mobile service
2015-04-02 17:02:19 +02:00
Juan Leyva
5770f10e0d
MDL-49499 user: Add core_user_view_user_profile to the mobile service
2015-04-02 17:01:02 +02:00
Juan Leyva
a80b551899
MDL-49504 notes: Add core_notes_view_notes to the mobile service
2015-04-02 16:46:04 +02:00
Juan Leyva
1bc85767b5
MDL-49500 grades: Add the new function to the mobile service
2015-04-02 16:41:40 +02:00
Ankit Agarwal
7ceee32454
MDL-49330 webservices: Fix get_course_notes api
2015-04-02 11:09:25 +02:00
Eloy Lafuente (stronk7)
605324fb10
Merge branch 'MDL-49330-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/db/services.php
version.php
2015-04-02 11:06:20 +02:00
Eloy Lafuente (stronk7)
f8da6281a0
Merge branch 'MDL-49314-master' of git://github.com/jleyva/moodle
2015-04-02 11:06:02 +02:00
Costantino Cito
9857381dc3
MDL-49330 core_notes: New external function core_notes_get_course_notes
2015-04-01 10:44:45 +02:00
Juan Leyva
604afeff1c
MDL-49314 webservices: Add the new function to the mobile service
...
The commit also include some clean-up
2015-04-01 10:19:25 +02:00
Costantino Cito
5f2406c94a
MDL-49314 webservices: New WS get_activities_completion_status
2015-04-01 10:19:25 +02:00
David Monllao
7c5dbf0396
Merge branch 'MDL-49453-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/db/services.php
2015-04-01 11:59:33 +08:00
David Monllao
a647e1f053
Merge branch 'MDL-49502-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/db/services.php
2015-04-01 11:49:31 +08:00
Dan Poltawski
7d9df98458
Merge branch 'wip-MDL-46960-master' of https://github.com/marinaglancy/moodle
2015-03-31 09:55:08 +01:00
Marina Glancy
0cc9d709ab
MDL-46960 completionlib: adjustments to caching
2015-03-31 11:06:53 +08:00
Michael Wheeler
3871db0ac2
MDL-46960 completionlib: Move completion cache to MUC.
2015-03-31 09:31:30 +08:00
Juan Leyva
449a6304d4
MDL-49502 forum: Add the new function to the mobile service
2015-03-27 11:33:34 +01:00
Juan Leyva
c4f7bf29b2
MDL-49453 webservices: Added the new WS to the mobile service
2015-03-26 16:46:39 +01:00
Juan Leyva
e77a0f368f
MDL-49203 webservices: Coding style fixes, ws added to the app service
2015-03-26 15:57:58 +01:00
Costantino Cito
be9854162f
MDL-49203 webservices: New WS core_comment_get_comments
2015-03-26 15:57:21 +01:00
Eloy Lafuente (stronk7)
89267d6a51
Merge branch 'MDL-49543' of https://github.com/totara/openbadges
2015-03-25 01:32:34 +01:00
Dan Poltawski
91062d4ceb
Merge branch 'MDL-49070_scheduled' of https://github.com/andyjdavis/moodle
2015-03-24 13:33:38 +00:00
David Monllao
6f27fbb435
Merge branch 'MDL-49337-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/db/services.php
2015-03-24 17:55:42 +08:00
Juan Leyva
a090259eaa
MDL-49337 webservices: Include the new WS in the mobile app service
2015-03-24 10:46:36 +01:00
Juan Leyva
25c49a85ff
MDL-49444 webservices: Added new function to the mobile service
2015-03-24 09:50:03 +01:00
Yuliya Bozhko
fffeb03fe7
MDL-49543 badges: Add decription format and backup/restore
...
Signed-off-by: Yuliya Bozhko <yuliya.bozhko@totaralms.com>
2015-03-24 09:22:47 +13:00
Yuliya
0b6ba27a04
MDL-49543 badges: Fix format_text and description layout
...
Signed-off-by: Yuliya <yuliya.bozhko@gmail.com>
2015-03-23 09:43:12 +13:00
Yuliya Bozhko
3784d3be98
MDL-49543 badges: Add description to the badge criteria
...
Signed-off-by: Yuliya Bozhko <yuliya.bozhko@totaralms.com>
2015-03-23 08:47:49 +13:00
Andrew Davis
24aac597c5
MDL-49070 core_registration: removed now unused config setting
2015-03-20 20:50:48 +08:00
Andrew Davis
f47e4eb4a0
MDL-49070 core_registration: improved site registration scheduled task
2015-03-20 14:22:39 +08:00
Andrew Nicols
1f50bbf184
MDL-49381 message: Remove old useridfrom indexes
2015-03-17 00:26:20 +01:00
Damyon Wiese
9bdcf57951
MDL-49152 output: Templates for renderers (JS and PHP)
...
Mustache support for rendering templates from either php or js.
2015-03-14 22:48:40 +08:00
David Monllao
42d81ef740
Merge branch 'MDL-49298-master' of git://github.com/merrill-oakland/moodle
...
Conflicts:
version.php
2015-03-11 08:33:23 +08:00
Juan Leyva
31c202b0ab
MDL-49316 webservices: Add core_course_get_courses to mobile service
2015-03-06 11:35:47 +01:00