AMOS bot [Tue, 28 Mar 2017 16:04:57 +0000 (00:04 +0800)]
Automatically generated installer lang files
AMOS bot [Mon, 27 Mar 2017 16:06:19 +0000 (00:06 +0800)]
Automatically generated installer lang files
Eloy Lafuente (stronk7) [Thu, 23 Mar 2017 19:30:35 +0000 (20:30 +0100)]
weekly release 3.3dev
Eloy Lafuente (stronk7) [Thu, 23 Mar 2017 19:30:33 +0000 (20:30 +0100)]
NOBUG: Fixed SVG browser compatibility
Eloy Lafuente (stronk7) [Thu, 23 Mar 2017 19:30:32 +0000 (20:30 +0100)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
David Monllao [Thu, 23 Mar 2017 11:47:19 +0000 (12:47 +0100)]
Merge branch 'MDL-57724-master' of git://github.com/jleyva/moodle
Juan Leyva [Thu, 23 Mar 2017 10:47:39 +0000 (11:47 +0100)]
MDL-57724 mod_lesson: Init progress completed by default
Andrew Nicols [Thu, 23 Mar 2017 03:51:50 +0000 (11:51 +0800)]
Merge branch 'MDL-57429-master-fix' of https://github.com/snake/moodle
Andrew Nicols [Thu, 23 Mar 2017 03:33:11 +0000 (11:33 +0800)]
Merge branch 'MDL-40759-master-fix3' of github.com/damyon/moodle
Damyon Wiese [Thu, 23 Mar 2017 03:16:43 +0000 (11:16 +0800)]
MDL-40759 fontawesome: Style fix for clean theme
Action menu items were misaligned because of change from smallicon to icon.
Jake Dallimore [Thu, 23 Mar 2017 03:08:56 +0000 (11:08 +0800)]
MDL-57429 badges: handle curl problems nicely during connection creation
- Properly validate the displayer API response before sending the
verification email.
- Properly validate the displayer API response before creating the
saved connection.
Damyon Wiese [Thu, 23 Mar 2017 02:57:34 +0000 (10:57 +0800)]
MDL-40759 fontawesome: Behat fix
Lang string fix.
Damyon Wiese [Thu, 23 Mar 2017 02:50:48 +0000 (10:50 +0800)]
MDL-40759 fontawesome: Fix section highlighting
The section highlighting code was re-written in parallel to font-awesome - so we need
to apply the same font-awesome tweaks here now.
David Monllao [Wed, 22 Mar 2017 20:20:03 +0000 (21:20 +0100)]
Merge branch 'MDL-57724-master' of git://github.com/jleyva/moodle
Juan Leyva [Thu, 19 Jan 2017 10:10:00 +0000 (11:10 +0100)]
MDL-57724 mod_lesson: New Web Service mod_lesson_finish_attempt
Juan Leyva [Wed, 18 Jan 2017 18:58:10 +0000 (19:58 +0100)]
MDL-57724 mod_lesson: Move EOL code to lib methods
David Mudrák [Wed, 22 Mar 2017 13:34:02 +0000 (14:34 +0100)]
MDL-40759 icons: Fix the core_renderer::spacer() parameters
David Monllao [Wed, 22 Mar 2017 12:13:06 +0000 (13:13 +0100)]
MDL-57696 lesson: Replace old var reference by self
David Monllao [Wed, 22 Mar 2017 12:01:03 +0000 (13:01 +0100)]
Merge branch 'MDL-57696-master' of git://github.com/jleyva/moodle
Juan Leyva [Wed, 18 Jan 2017 16:35:52 +0000 (17:35 +0100)]
MDL-57696 mod_lesson: New WS mod_lesson_process_page
David Monllao [Wed, 22 Mar 2017 09:16:54 +0000 (10:16 +0100)]
Merge branch 'MDL-57688-master' of git://github.com/jleyva/moodle
Eloy Lafuente (stronk7) [Wed, 22 Mar 2017 09:15:43 +0000 (10:15 +0100)]
Merge branch 'MDL-40759-master-fix2' of github.com/damyon/moodle
Juan Leyva [Wed, 22 Mar 2017 09:09:39 +0000 (10:09 +0100)]
MDL-57688 mod_lesson: Fix parameter type for pageid and review
Dan Poltawski [Wed, 22 Mar 2017 08:52:57 +0000 (08:52 +0000)]
Merge branch 'wip-MDL-34859-fix' of https://github.com/marinaglancy/moodle
Damyon Wiese [Wed, 22 Mar 2017 03:35:13 +0000 (11:35 +0800)]
MDL-40759 comments: Update behat test
Don't call the deprecated lang string.
Marina Glancy [Wed, 22 Mar 2017 02:52:29 +0000 (10:52 +0800)]
MDL-34859 forms: fix the checkbox in defaultcustom element
Jun Pataleta [Wed, 22 Mar 2017 01:26:13 +0000 (09:26 +0800)]
MDL-57994 course: Fix newsitems setting for course formats without news
David Monllao [Tue, 21 Mar 2017 20:18:11 +0000 (21:18 +0100)]
Merge branch 'MDL-57693-master' of git://github.com/jleyva/moodle
David Monllao [Tue, 21 Mar 2017 18:59:00 +0000 (19:59 +0100)]
Merge branch 'MDL-57688-master' of git://github.com/jleyva/moodle
Juan Leyva [Mon, 6 Mar 2017 16:59:41 +0000 (17:59 +0100)]
MDL-57696 mod_lesson: Remove redirects from API
In this commit I removed redirects that potentially could break the Web
Services layer.
Instead doing redirect inside APIs I return a special flag that is
properly checked.
Juan Leyva [Wed, 18 Jan 2017 16:35:32 +0000 (17:35 +0100)]
MDL-57696 mod_lesson: Move code to lesson methods
Small refactor to avoid duplication in the Web Service
Juan Leyva [Wed, 18 Jan 2017 15:35:01 +0000 (16:35 +0100)]
MDL-57693 mod_lesson: New WS mod_lesson_get_page_data
Juan Leyva [Wed, 18 Jan 2017 15:34:28 +0000 (16:34 +0100)]
MDL-57693 mod_lesson: Refactor to move code to lesson methods
This is a big refactor to avoid code duplication in the new WS.
Basically I’ve moved code from the page and renderer to the lesson
class.
New code is into methods, there are no code functionality changes (just
minor fixes in comments).
Juan Leyva [Wed, 18 Jan 2017 13:03:09 +0000 (14:03 +0100)]
MDL-57688 mod_lesson: New WS mod_lesson_launch_attempt
Juan Leyva [Wed, 18 Jan 2017 12:16:23 +0000 (13:16 +0100)]
MDL-57688 mod_lesson: Move duplicated code to methods
Some code that will be used by Web Services was moved, we created new
methods to avoid code duplication:
- To generate the lesson messages on page view
- To check the time restrictions in a current attempt
Juan Leyva [Tue, 14 Mar 2017 09:55:16 +0000 (10:55 +0100)]
MDL-58229 mod_feedback: New WS get_unfinished_responses
Juan Leyva [Fri, 3 Feb 2017 15:31:41 +0000 (16:31 +0100)]
MDL-57820 mod_feedback: New WS mod_feedback_get_analysis
Juan Leyva [Fri, 3 Feb 2017 15:31:21 +0000 (16:31 +0100)]
MDL-57820 mod_feedback: Create function to get analysis for external api
Dan Poltawski [Tue, 21 Mar 2017 12:07:54 +0000 (12:07 +0000)]
MDL-57162 tool_mobile: add a bit more phpdoc info
Dan Poltawski [Tue, 21 Mar 2017 11:38:06 +0000 (11:38 +0000)]
Merge branch 'MDL-57162-master' of git://github.com/jleyva/moodle
Dan Poltawski [Tue, 21 Mar 2017 11:28:13 +0000 (11:28 +0000)]
Merge branch 'MDL-56324-master' of https://github.com/lucisgit/moodle
Juan Leyva [Thu, 2 Feb 2017 14:37:06 +0000 (15:37 +0100)]
MDL-57818 mod_feedback: New WS mod_feedback_process_page
Juan Leyva [Thu, 2 Feb 2017 14:04:56 +0000 (15:04 +0100)]
MDL-57818 mod_feedback: Refactor form processing
Juan Leyva [Fri, 10 Mar 2017 10:52:36 +0000 (11:52 +0100)]
MDL-57817 mod_feedback: New WS mod_feedback_get_page_items
Juan Leyva [Thu, 2 Mar 2017 21:09:55 +0000 (22:09 +0100)]
MDL-57816 mod_feedback: New WS mod_feedback_launch_feedback
David Monllao [Tue, 21 Mar 2017 09:54:44 +0000 (10:54 +0100)]
Merge branch 'MDL-57685_master' of git://github.com/dmonllao/moodle
Juan Leyva [Wed, 18 Jan 2017 10:28:07 +0000 (11:28 +0100)]
MDL-57685 mod_lesson: New Web Service mod_lesson_get_pages
Eloy Lafuente (stronk7) [Tue, 21 Mar 2017 09:18:56 +0000 (10:18 +0100)]
Merge branch 'MDL-55267-master-deprecation' of https://github.com/marcusgreen/moodle
Juan Leyva [Wed, 15 Mar 2017 09:47:09 +0000 (10:47 +0100)]
MDL-57162 tool_mobile: Native app banners for Android
Dan Poltawski [Tue, 21 Mar 2017 08:03:42 +0000 (08:03 +0000)]
Merge branch 'MDL-58317-master' of git://github.com/damyon/moodle
David Monllao [Tue, 21 Mar 2017 06:14:05 +0000 (07:14 +0100)]
Merge branch 'MDL-37168-master-fix' of git://github.com/xow/moodle
Andrew Nicols [Tue, 21 Mar 2017 03:31:26 +0000 (11:31 +0800)]
Merge branch 'MDL-40759-master-fix1' of github.com/damyon/moodle
Damyon Wiese [Tue, 21 Mar 2017 03:13:43 +0000 (11:13 +0800)]
MDL-40759 fontawesome: lang strings comments
Damyon Wiese [Tue, 21 Mar 2017 02:31:22 +0000 (10:31 +0800)]
MDL-40759 fontawesome: Use a cache
Cache the callback info.
John Okely [Tue, 21 Mar 2017 02:25:03 +0000 (10:25 +0800)]
MDL-37168 mod_lti: Fix rename behat
Eloy Lafuente (stronk7) [Tue, 21 Mar 2017 00:05:47 +0000 (01:05 +0100)]
Merge branch 'MDL-57840-33-get_users_by_field' of https://github.com/roperto/moodle
Eloy Lafuente (stronk7) [Mon, 20 Mar 2017 23:48:44 +0000 (00:48 +0100)]
Merge branch 'MDL-57815-master' of git://github.com/jleyva/moodle
Juan Leyva [Mon, 6 Feb 2017 12:20:19 +0000 (13:20 +0100)]
MDL-57823 mod_feedback: Implement the check_updates callback
- added a mini version bump.
- fix some conflicts.
- fix phpdoc @version
Eloy Lafuente (stronk7) [Mon, 20 Mar 2017 17:00:48 +0000 (18:00 +0100)]
Merge branch 'MDL-57814-master' of git://github.com/jleyva/moodle
Eloy Lafuente (stronk7) [Mon, 20 Mar 2017 16:43:24 +0000 (17:43 +0100)]
Merge branch 'MDL-57916-master' of git://github.com/jleyva/moodle
Mini bump version in merge...
Eloy Lafuente (stronk7) [Mon, 20 Mar 2017 16:39:53 +0000 (17:39 +0100)]
Merge branch 'MDL-57811-master' of git://github.com/jleyva/moodle
AMOS bot [Mon, 20 Mar 2017 16:04:03 +0000 (00:04 +0800)]
Automatically generated installer lang files
Dan Poltawski [Mon, 20 Mar 2017 15:19:55 +0000 (15:19 +0000)]
Merge branch 'MDL-58262-master' of git://github.com/merrill-oakland/moodle
Dan Poltawski [Mon, 20 Mar 2017 13:51:30 +0000 (13:51 +0000)]
Merge branch 'wip-mdl-58261-m' of https://github.com/rajeshtaneja/moodle
Dan Poltawski [Mon, 20 Mar 2017 13:19:22 +0000 (13:19 +0000)]
Merge branch 'MDL-58050-master-msgtrans' of git://github.com/mudrd8mz/moodle
Dan Poltawski [Mon, 20 Mar 2017 13:15:07 +0000 (13:15 +0000)]
Merge branch 'MDL-58121-master' of https://github.com/snake/moodle
Dan Poltawski [Mon, 20 Mar 2017 13:08:54 +0000 (13:08 +0000)]
Merge branch 'MDL-58255-master' of git://github.com/junpataleta/moodle
Dan Poltawski [Mon, 20 Mar 2017 11:39:58 +0000 (11:39 +0000)]
Merge branch 'MDL-58263-master' of git://github.com/jleyva/moodle
Eloy Lafuente (stronk7) [Mon, 20 Mar 2017 11:35:43 +0000 (12:35 +0100)]
Merge branch 'MDL-57812-master' of git://github.com/jleyva/moodle
Dan Poltawski [Mon, 20 Mar 2017 11:27:04 +0000 (11:27 +0000)]
Merge branch 'MDL-57838-master' of git://github.com/jleyva/moodle
Dan Poltawski [Mon, 20 Mar 2017 11:09:33 +0000 (11:09 +0000)]
Merge branch 'MDL-58273-master-ldapenrol' of git://github.com/mudrd8mz/moodle
David Monllao [Mon, 20 Mar 2017 10:25:09 +0000 (11:25 +0100)]
Merge branch 'MDL-57665_master' of git://github.com/dmonllao/moodle
David Monllao [Mon, 20 Mar 2017 10:20:22 +0000 (11:20 +0100)]
Merge branch 'MDL-57664_master' of git://github.com/dmonllao/moodle
Juan Leyva [Tue, 17 Jan 2017 16:27:45 +0000 (17:27 +0100)]
MDL-57665 mod_lesson: New WS mod_lesson_get_user_timers
Juan Leyva [Tue, 17 Jan 2017 16:27:37 +0000 (17:27 +0100)]
MDL-57665 mod_lesson: New method for get timers
Juan Leyva [Mon, 16 Jan 2017 17:06:05 +0000 (18:06 +0100)]
MDL-57664 mod_lesson: New Ws mod_lesson_get_content_pages_viewed
Juan Leyva [Mon, 16 Jan 2017 17:05:30 +0000 (18:05 +0100)]
MDL-57664 mod_lesson: New lesson method get_content_pages_viewed
David Monllao [Mon, 20 Mar 2017 09:15:36 +0000 (10:15 +0100)]
Merge branch 'MDL-37168-master' of https://github.com/xow/moodle
Dan Poltawski [Mon, 20 Mar 2017 08:53:23 +0000 (08:53 +0000)]
Merge branch 'MDL-58285' of https://github.com/NeillM/moodle
Dan Poltawski [Mon, 20 Mar 2017 08:49:54 +0000 (08:49 +0000)]
Merge branch 'MDL-58291-master-unoconvlink' of git://github.com/mudrd8mz/moodle
John Okely [Fri, 27 Jan 2017 06:59:33 +0000 (14:59 +0800)]
MDL-37168 grade: Debugging if gradebook callbacks are not both present
John Okely [Tue, 10 Jan 2017 04:09:02 +0000 (12:09 +0800)]
MDL-37168 mod_lti: Add behat test to cover lti quick edit
Sam Chaffee [Tue, 20 May 2014 16:44:46 +0000 (10:44 -0600)]
MDL-37168 mod_lti: Fix LTI activity quick edit title
Dan Poltawski [Mon, 20 Mar 2017 07:54:22 +0000 (07:54 +0000)]
Merge branch 'wip-MDL-34859-master' of git://github.com/marinaglancy/moodle
Dan Poltawski [Mon, 20 Mar 2017 07:24:54 +0000 (07:24 +0000)]
Merge branch 'MDL-57657-master' of git://github.com/jleyva/moodle
Marina Glancy [Fri, 17 Feb 2017 08:21:55 +0000 (16:21 +0800)]
MDL-34859 backup: add restore defaults
Marina Glancy [Tue, 14 Feb 2017 07:53:20 +0000 (15:53 +0800)]
MDL-34859 course: use defaultcustom element for sections
Marina Glancy [Thu, 16 Feb 2017 05:52:32 +0000 (13:52 +0800)]
MDL-34859 forms: new element defaultcustom
Andrew Nicols [Mon, 20 Mar 2017 06:40:37 +0000 (14:40 +0800)]
MDL-40759 themes: Correct ignore file whitespace
David Monllao [Mon, 20 Mar 2017 06:33:25 +0000 (07:33 +0100)]
Merge branch 'MDL-57419-master-2' of https://github.com/xow/moodle
Andrew Nicols [Mon, 20 Mar 2017 05:57:38 +0000 (13:57 +0800)]
Merge branch 'MDL-40759-master' of git://github.com/damyon/moodle
David Monllao [Mon, 20 Mar 2017 05:48:43 +0000 (06:48 +0100)]
Merge branch 'MDL-57254-master' of git://github.com/jleyva/moodle
Damyon Wiese [Mon, 20 Mar 2017 02:57:41 +0000 (10:57 +0800)]
MDL-40759 fontawesome: Add BC for unmapped icons
This is yukky but it works. Note: I had to duplicate the standard pix icon template
inside the font-awesome one because the way this is rendered does not support partials.
David Monllao [Mon, 20 Mar 2017 05:29:16 +0000 (06:29 +0100)]
Merge branch 'MDL-57994' of https://github.com/ak4t0sh/moodle
Damyon Wiese [Mon, 20 Mar 2017 05:29:09 +0000 (13:29 +0800)]
MDL-58317 templates: Fix async template render
There is an edge case where we do not wait for all promises before
rendering a template. This can generate "failed to pre-fetch the template" JS errors.
David Monllao [Mon, 20 Mar 2017 05:07:25 +0000 (06:07 +0100)]
Merge branch 'MDL-57390-master' of git://github.com/jleyva/moodle
David Monllao [Mon, 20 Mar 2017 04:15:29 +0000 (05:15 +0100)]
Merge branch 'MDL-58288-master' of git://github.com/andrewnicols/moodle
David Monllao [Mon, 20 Mar 2017 04:13:10 +0000 (05:13 +0100)]
Merge branch 'MDL-58166-m' of git://github.com/pavelsokolov/moodle
David Monllao [Mon, 20 Mar 2017 04:04:25 +0000 (05:04 +0100)]
Merge branch 'MDL-58182-master' of https://github.com/snake/moodle
Andrew Nicols [Mon, 20 Mar 2017 00:16:07 +0000 (08:16 +0800)]
Merge branch 'MDL-57429-master' of https://github.com/snake/moodle