moodle.git
3 years agoMerge branch 'MDL-65250' of git://github.com/stronk7/moodle
Jun Pataleta [Wed, 1 May 2019 08:04:02 +0000 (16:04 +0800)]
Merge branch 'MDL-65250' of git://github.com/stronk7/moodle

3 years agoMerge branch 'MDL-65426_master' of git://github.com/markn86/moodle
Jake Dallimore [Wed, 1 May 2019 07:38:44 +0000 (15:38 +0800)]
Merge branch 'MDL-65426_master' of git://github.com/markn86/moodle

3 years agoMDL-65426 message_email: clean up messages that have already been read
Mark Nelson [Mon, 29 Apr 2019 10:05:19 +0000 (18:05 +0800)]
MDL-65426 message_email: clean up messages that have already been read

3 years agoMerge branch 'MDL-65149-master' of git://github.com/damyon/moodle
Adrian Greeve [Wed, 1 May 2019 06:58:21 +0000 (14:58 +0800)]
Merge branch 'MDL-65149-master' of git://github.com/damyon/moodle

3 years agoMerge branch 'MDL-64959_master' of https://github.com/abhimanyuZ/moodle
Adrian Greeve [Wed, 1 May 2019 06:30:00 +0000 (14:30 +0800)]
Merge branch 'MDL-64959_master' of https://github.com/abhimanyuZ/moodle

3 years agoMerge branch 'MDL-65236-master' of git://github.com/marinaglancy/moodle
Jake Dallimore [Wed, 1 May 2019 06:23:16 +0000 (14:23 +0800)]
Merge branch 'MDL-65236-master' of git://github.com/marinaglancy/moodle

3 years agoMerge branch 'MDL-65031-master' of git://github.com/damyon/moodle
Adrian Greeve [Wed, 1 May 2019 06:02:58 +0000 (14:02 +0800)]
Merge branch 'MDL-65031-master' of git://github.com/damyon/moodle

3 years agoMDL-65031 theme_boost: gradebook notifications
Damyon Wiese [Mon, 11 Mar 2019 04:44:09 +0000 (12:44 +0800)]
MDL-65031 theme_boost: gradebook notifications

Tell the gradebook page to stack things vertically so that notifications
take the correct amount of space.

3 years agoMerge branch 'MDL-65178-master' of git://github.com/damyon/moodle
Adrian Greeve [Wed, 1 May 2019 03:56:35 +0000 (11:56 +0800)]
Merge branch 'MDL-65178-master' of git://github.com/damyon/moodle

3 years agoMerge branch 'MDL-53140-master' of git://github.com/rezaies/moodle
Adrian Greeve [Wed, 1 May 2019 02:30:22 +0000 (10:30 +0800)]
Merge branch 'MDL-53140-master' of git://github.com/rezaies/moodle

3 years agoMerge branch 'MDL-65260' of https://github.com/timhunt/moodle
Jun Pataleta [Wed, 1 May 2019 02:22:32 +0000 (10:22 +0800)]
Merge branch 'MDL-65260' of https://github.com/timhunt/moodle

3 years agoMDL-53140 qtype_calculatedsimple: Support locale-aware decimal points
Shamim Rezaie [Thu, 7 Feb 2019 02:51:34 +0000 (13:51 +1100)]
MDL-53140 qtype_calculatedsimple: Support locale-aware decimal points

3 years agoMDL-53140 qtype_calculated: Add support for locale-aware decimal points
Shamim Rezaie [Wed, 6 Feb 2019 16:05:26 +0000 (03:05 +1100)]
MDL-53140 qtype_calculated: Add support for locale-aware decimal points

3 years agoMDL-53140 qtype_numerical: Localised decimal separator bug fix
Shamim Rezaie [Thu, 4 Apr 2019 23:03:13 +0000 (10:03 +1100)]
MDL-53140 qtype_numerical: Localised decimal separator bug fix

- Support decimal separator when it is not . or ,
- Also make sure that we don't remove . when thousandsseparator is .
- Display the answer fields in the editing form in the localised format

3 years agoMDL-53140 qtype_numerical: Support locale-aware decimal points
Shamim Rezaie [Mon, 4 Feb 2019 19:39:43 +0000 (06:39 +1100)]
MDL-53140 qtype_numerical: Support locale-aware decimal points

3 years agoMDL-53140 question: Support localised floats when previewing a question
Shamim Rezaie [Mon, 4 Feb 2019 16:39:37 +0000 (03:39 +1100)]
MDL-53140 question: Support localised floats when previewing a question

3 years agoMDL-53140 core_question: Support localised floats when editing questions
Shamim Rezaie [Mon, 4 Feb 2019 15:27:04 +0000 (02:27 +1100)]
MDL-53140 core_question: Support localised floats when editing questions

3 years agoMDL-53140 forms: Added the float form element to the form API
Shamim Rezaie [Fri, 1 Feb 2019 08:50:41 +0000 (19:50 +1100)]
MDL-53140 forms: Added the float form element to the form API

3 years agoMerge branch 'MDL-60851-master' of git://github.com/damyon/moodle
Jake Dallimore [Wed, 1 May 2019 01:32:54 +0000 (09:32 +0800)]
Merge branch 'MDL-60851-master' of git://github.com/damyon/moodle

3 years agoMDL-60851 backup: coding style fixes
Damyon Wiese [Mon, 20 Nov 2017 06:24:09 +0000 (14:24 +0800)]
MDL-60851 backup: coding style fixes

3 years agoMDL-60851 backup: Sanitise setting dependencies
Damyon Wiese [Mon, 20 Nov 2017 06:19:36 +0000 (14:19 +0800)]
MDL-60851 backup: Sanitise setting dependencies

The only different between each setting dependency type is the evaluation of the condition,
and the mform js validation arguments - so that should be the only thing that is extended
by each subclass.

3 years agoMDL-60851 backup: Fix undefined $value
Damyon Wiese [Mon, 20 Nov 2017 05:58:05 +0000 (13:58 +0800)]
MDL-60851 backup: Fix undefined $value

3 years agoMDL-60851 backup: More unit tests for dependencies
Damyon Wiese [Mon, 20 Nov 2017 05:58:36 +0000 (13:58 +0800)]
MDL-60851 backup: More unit tests for dependencies

3 years agoMerge branch 'MDL-65217-master' of git://github.com/marinaglancy/moodle
Adrian Greeve [Wed, 1 May 2019 00:35:41 +0000 (08:35 +0800)]
Merge branch 'MDL-65217-master' of git://github.com/marinaglancy/moodle

3 years agoMerge branch 'MDL-65397-master-enfix' of git://github.com/mudrd8mz/moodle
Eloy Lafuente (stronk7) [Tue, 30 Apr 2019 23:42:55 +0000 (01:42 +0200)]
Merge branch 'MDL-65397-master-enfix' of git://github.com/mudrd8mz/moodle

3 years agoon-demand release 3.7dev+
Eloy Lafuente (stronk7) [Tue, 30 Apr 2019 22:29:20 +0000 (00:29 +0200)]
on-demand release 3.7dev+

3 years agoNOBUG: Fixed SVG browser compatibility
Eloy Lafuente (stronk7) [Tue, 30 Apr 2019 22:29:18 +0000 (00:29 +0200)]
NOBUG: Fixed SVG browser compatibility

3 years agoMerge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Eloy Lafuente (stronk7) [Tue, 30 Apr 2019 22:29:17 +0000 (00:29 +0200)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install

3 years agoMDL-5311 qtype_multichoice: replace label to a for clean button
Sara Arjona [Tue, 30 Apr 2019 15:54:23 +0000 (17:54 +0200)]
MDL-5311 qtype_multichoice: replace label to a for clean button

To avoid behat errors with Firefox, the 'Clean my choice' has been
changed from label to link (with role button).

3 years agoMDL-65033 mod_forum: Modified sort sql for cross db support
Ryan Wyllie [Tue, 30 Apr 2019 08:36:35 +0000 (16:36 +0800)]
MDL-65033 mod_forum: Modified sort sql for cross db support

3 years agoMerge branch 'MDL-65276-master' of git://github.com/lameze/moodle
Jake Dallimore [Tue, 30 Apr 2019 03:35:44 +0000 (11:35 +0800)]
Merge branch 'MDL-65276-master' of git://github.com/lameze/moodle

3 years agoMerge branch 'MDL-64906_hideif_mod' of git://github.com/davosmith/moodle
Adrian Greeve [Tue, 30 Apr 2019 02:14:42 +0000 (10:14 +0800)]
Merge branch 'MDL-64906_hideif_mod' of git://github.com/davosmith/moodle

3 years agoMerge branch 'MDL-63137' of git://github.com/stronk7/moodle
Andrew Nicols [Tue, 30 Apr 2019 00:42:42 +0000 (08:42 +0800)]
Merge branch 'MDL-63137' of git://github.com/stronk7/moodle

3 years agoMDL-63137 mod_feedback: discern between user or id better
Eloy Lafuente (stronk7) [Tue, 30 Apr 2019 00:11:42 +0000 (02:11 +0200)]
MDL-63137 mod_feedback: discern between user or id better

is_int('1') => false, so better we invert the check that is safer.

3 years agoMDL-65348 lang string: updating an outdated lang string
Eloy Lafuente (stronk7) [Mon, 29 Apr 2019 23:44:14 +0000 (01:44 +0200)]
MDL-65348 lang string: updating an outdated lang string

3 years agoMerge branch 'MDL-65257_master' of git://github.com/markn86/moodle
Eloy Lafuente (stronk7) [Mon, 29 Apr 2019 22:03:07 +0000 (00:03 +0200)]
Merge branch 'MDL-65257_master' of git://github.com/markn86/moodle

3 years agoMerge branch 'MDL-65436-master' of git://github.com/sarjona/moodle
Eloy Lafuente (stronk7) [Mon, 29 Apr 2019 20:49:33 +0000 (22:49 +0200)]
Merge branch 'MDL-65436-master' of git://github.com/sarjona/moodle

3 years agoMerge branch 'MDL-57900_master' of git://github.com/dmonllao/moodle
Eloy Lafuente (stronk7) [Mon, 29 Apr 2019 18:41:36 +0000 (20:41 +0200)]
Merge branch 'MDL-57900_master' of git://github.com/dmonllao/moodle

3 years agoMerge branch 'MDL-65348_master' of git://github.com/dmonllao/moodle
Eloy Lafuente (stronk7) [Mon, 29 Apr 2019 18:25:51 +0000 (20:25 +0200)]
Merge branch 'MDL-65348_master' of git://github.com/dmonllao/moodle

3 years agoMerge branch 'MDL-63137-master' of git://github.com/aanabit/moodle
Eloy Lafuente (stronk7) [Mon, 29 Apr 2019 18:09:42 +0000 (20:09 +0200)]
Merge branch 'MDL-63137-master' of git://github.com/aanabit/moodle

3 years agoMerge branch 'MDL-65033-master2' of git://github.com/peterRd/moodle
David Monllaó [Mon, 29 Apr 2019 14:04:46 +0000 (16:04 +0200)]
Merge branch 'MDL-65033-master2' of git://github.com/peterRd/moodle

3 years agoMerge branch 'MDL-65279-master' of https://github.com/tkorner/moodle
Jun Pataleta [Mon, 29 Apr 2019 09:09:38 +0000 (17:09 +0800)]
Merge branch 'MDL-65279-master' of https://github.com/tkorner/moodle

3 years agoAutomatically generated installer lang files
AMOS bot [Tue, 30 Apr 2019 00:12:17 +0000 (00:12 +0000)]
Automatically generated installer lang files

3 years agoMDL-65348 analytics: Upcoming periodic from time()
David Monllaó [Mon, 29 Apr 2019 14:24:26 +0000 (16:24 +0200)]
MDL-65348 analytics: Upcoming periodic from time()

3 years agoMDL-53140 forms: Implement validateSubmitValue for the group element
Shamim Rezaie [Fri, 1 Feb 2019 08:44:06 +0000 (19:44 +1100)]
MDL-53140 forms: Implement validateSubmitValue for the group element

The group element needs to call validateSubmitValue() for all of its
containing elements.

3 years agoMDL-53140 behat: Allow language customisation in behat
Shamim Rezaie [Mon, 10 Dec 2018 04:09:57 +0000 (15:09 +1100)]
MDL-53140 behat: Allow language customisation in behat

3 years agoMDL-53140 core: Introduced PARAM_LOCALISEDFLOAT
Shamim Rezaie [Wed, 23 Jan 2019 04:55:04 +0000 (15:55 +1100)]
MDL-53140 core: Introduced PARAM_LOCALISEDFLOAT

3 years agoMDL-65217 form: option to randomise element ids
Marina Glancy [Tue, 9 Apr 2019 13:40:52 +0000 (15:40 +0200)]
MDL-65217 form: option to randomise element ids

3 years agoMDL-65217 form: id for error area
Marina Glancy [Tue, 9 Apr 2019 12:00:14 +0000 (14:00 +0200)]
MDL-65217 form: id for error area

3 years agoMDL-65217 form: allow to pass attributes to course element
Marina Glancy [Tue, 9 Apr 2019 13:14:18 +0000 (15:14 +0200)]
MDL-65217 form: allow to pass attributes to course element

3 years agoMDL-65217 core_form: use defined element id for filemanager.
Ruslan Kabalin [Sun, 7 Apr 2019 19:33:47 +0000 (20:33 +0100)]
MDL-65217 core_form: use defined element id for filemanager.

Removing unnamed input element (was introduced in ce47962), this has no
purpose apart of being label destination.

3 years agoMDL-65217 core_form: use uniqie element ids in listing.
Ruslan Kabalin [Sun, 7 Apr 2019 20:13:21 +0000 (21:13 +0100)]
MDL-65217 core_form: use uniqie element ids in listing.

3 years agoMDL-65217 core_form: use uniqie element id in filepicker
Ruslan Kabalin [Thu, 4 Apr 2019 21:33:50 +0000 (22:33 +0100)]
MDL-65217 core_form: use uniqie element id in filepicker

3 years agoMDL-65033 mod_forum: Move locked functionality into action menu
Peter [Mon, 29 Apr 2019 09:37:35 +0000 (17:37 +0800)]
MDL-65033 mod_forum: Move locked functionality into action menu

Moved the lock functionality into the menu which exposes it to the
discussion list

3 years agoMDL-65436 message: fix error while upgrading legacy self-conversations
Sara Arjona [Mon, 29 Apr 2019 05:53:07 +0000 (07:53 +0200)]
MDL-65436 message: fix error while upgrading legacy self-conversations

Delete self-messages from the legacy message_read table once they
are migrated.

3 years agoMDL-65397 lang: Use the new strings in Behat scenarios
David Mudrák [Mon, 29 Apr 2019 09:37:32 +0000 (11:37 +0200)]
MDL-65397 lang: Use the new strings in Behat scenarios

3 years agoMDL-65397 lang: Import fixed English strings (en_fix)
Helen Foster [Mon, 29 Apr 2019 09:04:42 +0000 (11:04 +0200)]
MDL-65397 lang: Import fixed English strings (en_fix)

Significant string changes:

* direct:view,gradeimport_direct - wording corrected from 'CSV' to
  'spreadsheet'
* limitanswers_help,mod_choice - additional wording added explaining how
  the setting works with groups
* pluginname,customfield_text  - 'Text field' plugin renamed to
  'Short text'

3 years agoMDL-65033 mod_forum: Testing updates
Peter [Fri, 26 Apr 2019 02:23:44 +0000 (10:23 +0800)]
MDL-65033 mod_forum: Testing updates

Testing and code updates after rebase

3 years agoMDL-65033 mod_forum: Update existing function to include starring params
Peter [Mon, 15 Apr 2019 02:52:45 +0000 (10:52 +0800)]
MDL-65033 mod_forum: Update existing function to include starring params

3 years agoMDL-65033 mod_forum: Accessibility updates
Peter [Thu, 28 Mar 2019 04:09:10 +0000 (12:09 +0800)]
MDL-65033 mod_forum: Accessibility updates

3 years agoMDL-65033 mod_forum: Pass the favourites into the exporter
Peter [Mon, 25 Mar 2019 00:16:14 +0000 (08:16 +0800)]
MDL-65033 mod_forum: Pass the favourites into the exporter

Query and pass the favouriting information into the exporter instead of within the exporter itself

3 years agoMDL-65033 mod_forum: Feedback updates
Peter [Fri, 22 Mar 2019 02:40:57 +0000 (10:40 +0800)]
MDL-65033 mod_forum: Feedback updates

3 years agoMDL-65033 mod_forum: Externallib tests
Peter [Wed, 20 Mar 2019 23:11:57 +0000 (07:11 +0800)]
MDL-65033 mod_forum: Externallib tests

3 years agoMDL-65033 mod_forum: Hook up the pin toggle via AJAX
Peter [Wed, 20 Mar 2019 22:54:56 +0000 (06:54 +0800)]
MDL-65033 mod_forum: Hook up the pin toggle via AJAX

3 years agoMDL-65033 mod_forum: Toggle pin state via ajax
andrewnicols [Wed, 20 Mar 2019 22:30:26 +0000 (06:30 +0800)]
MDL-65033 mod_forum: Toggle pin state via ajax

3 years agoMDL-65033 mod_forum: pin_toggle js
andrewnicols [Wed, 20 Mar 2019 22:27:33 +0000 (06:27 +0800)]
MDL-65033 mod_forum: pin_toggle js

3 years agoMDL-65033 mod_forum: Set pin state external service
andrewnicols [Wed, 20 Mar 2019 22:23:04 +0000 (06:23 +0800)]
MDL-65033 mod_forum: Set pin state external service

3 years agoMDL-65033 mod_forum: Fix up the unit tests
Peter [Wed, 20 Mar 2019 04:46:53 +0000 (12:46 +0800)]
MDL-65033 mod_forum: Fix up the unit tests

3 years agoMDL-65033 mod_forum: incorporate the new icons into the UI
Peter [Wed, 20 Mar 2019 04:37:24 +0000 (12:37 +0800)]
MDL-65033 mod_forum: incorporate the new icons into the UI

3 years agoMDL-65033 mod_forum: New star icons
barbararamiro [Wed, 20 Mar 2019 04:33:51 +0000 (12:33 +0800)]
MDL-65033 mod_forum: New star icons

3 years agoMDL-65033 mod_forum: Behat and unit tests for favouriting
Peter [Wed, 20 Mar 2019 04:19:11 +0000 (12:19 +0800)]
MDL-65033 mod_forum: Behat and unit tests for favouriting

3 years agoMDL-65033 mod_forum: Add a new menu dropdown to the forum list
Peter [Wed, 20 Mar 2019 00:09:06 +0000 (08:09 +0800)]
MDL-65033 mod_forum: Add a new menu dropdown to the forum list

* Add new dropdown
* Pass the pinned discussion URL
* Add a new template for the pinned html

3 years agoMDL-65033 mod_forum: Favouriting in forum
Peter [Mon, 18 Mar 2019 06:45:42 +0000 (14:45 +0800)]
MDL-65033 mod_forum: Favouriting in forum

Modify the discussion vault to take into account the favourite sql and also sort by favourite

3 years agoMDL-57900 analytics: Site info settings
David Monllaó [Mon, 18 Mar 2019 12:22:16 +0000 (13:22 +0100)]
MDL-57900 analytics: Site info settings

3 years agoMDL-65257 message_email: apply filters to course and group names
Mark Nelson [Mon, 29 Apr 2019 07:20:29 +0000 (15:20 +0800)]
MDL-65257 message_email: apply filters to course and group names

3 years agoMerge branch 'MDL-5311-master' of git://github.com/lameze/moodle
Jake Dallimore [Mon, 29 Apr 2019 07:19:31 +0000 (15:19 +0800)]
Merge branch 'MDL-5311-master' of git://github.com/lameze/moodle

3 years agoMDL-5311 qtype_multichoice: make clear choice option accessible
Simey Lameze [Thu, 4 Apr 2019 05:46:02 +0000 (13:46 +0800)]
MDL-5311 qtype_multichoice: make clear choice option accessible

Thanks to Damyon for the help with accessibility.

3 years agoMDL-5311 qtype_multichoice: add php unit tests for the new option
Simey Lameze [Thu, 4 Apr 2019 02:45:50 +0000 (10:45 +0800)]
MDL-5311 qtype_multichoice: add php unit tests for the new option

3 years agoMDL-5311 qtype_multichoice: add behat scenario to question preview
Simey Lameze [Thu, 4 Apr 2019 02:45:18 +0000 (10:45 +0800)]
MDL-5311 qtype_multichoice: add behat scenario to question preview

3 years agoMDL-5311 qtype_multichoice: add a bit of styling to the option
Simey Lameze [Thu, 4 Apr 2019 02:44:34 +0000 (10:44 +0800)]
MDL-5311 qtype_multichoice: add a bit of styling to the option

3 years agoMDL-65257 message_email: add images to digest
Mark Nelson [Mon, 29 Apr 2019 07:01:30 +0000 (15:01 +0800)]
MDL-65257 message_email: add images to digest

3 years agoMerge branch 'MDL-64702-master' of git://github.com/damyon/moodle
Sara Arjona [Mon, 29 Apr 2019 06:34:21 +0000 (08:34 +0200)]
Merge branch 'MDL-64702-master' of git://github.com/damyon/moodle

3 years agoMerge branch 'MDL-36088-master' of https://github.com/lethevinh/moodle
Adrian Greeve [Mon, 29 Apr 2019 06:12:53 +0000 (14:12 +0800)]
Merge branch 'MDL-36088-master' of https://github.com/lethevinh/moodle

3 years agoMDL-5311 qtype_multichoice: add clear my choice option
Simey Lameze [Thu, 4 Apr 2019 02:43:14 +0000 (10:43 +0800)]
MDL-5311 qtype_multichoice: add clear my choice option

3 years agoMerge branch 'MDL-65206-master' of git://github.com/tobiasreischmann/moodle
Jun Pataleta [Mon, 29 Apr 2019 04:44:33 +0000 (12:44 +0800)]
Merge branch 'MDL-65206-master' of git://github.com/tobiasreischmann/moodle

3 years agoMDL-36088 questions: Add new events
VinhLe [Mon, 4 Mar 2019 09:38:11 +0000 (16:38 +0700)]
MDL-36088 questions: Add new events

3 years agoMDL-36088 questions: Add new events
Stephen Bourget [Mon, 22 Aug 2016 01:41:16 +0000 (21:41 -0400)]
MDL-36088 questions: Add new events

3 years agoAutomatically generated installer lang files
AMOS bot [Sat, 27 Apr 2019 00:12:32 +0000 (00:12 +0000)]
Automatically generated installer lang files

3 years agoMerge branch 'MDL-65428-master' of git://github.com/marinaglancy/moodle
Eloy Lafuente (stronk7) [Fri, 26 Apr 2019 17:45:25 +0000 (19:45 +0200)]
Merge branch 'MDL-65428-master' of git://github.com/marinaglancy/moodle

3 years agoon-demand release 3.7dev+
Eloy Lafuente (stronk7) [Fri, 26 Apr 2019 16:43:25 +0000 (18:43 +0200)]
on-demand release 3.7dev+

3 years agoNOBUG: Fixed SVG browser compatibility
Eloy Lafuente (stronk7) [Fri, 26 Apr 2019 16:43:23 +0000 (18:43 +0200)]
NOBUG: Fixed SVG browser compatibility

3 years agoMDL-63137 mod_feedback: PHPUnit tests for new userid parameter
Amaia Anabitarte [Tue, 26 Mar 2019 15:03:26 +0000 (16:03 +0100)]
MDL-63137 mod_feedback: PHPUnit tests for new userid parameter

3 years agoMDL-63137 mod_feedback: mod_feedback_core_calendar_provide_event_action
Amaia Anabitarte [Mon, 25 Mar 2019 16:59:09 +0000 (17:59 +0100)]
MDL-63137 mod_feedback: mod_feedback_core_calendar_provide_event_action

Update mod_feedback_core_calendar_provide_event_action function to add a new userid parameter
Add userid to check capabilities, etc. to feedback completion and structure.

3 years agoMDL-65428 core_tag: fix callback param type
Marina Glancy [Fri, 26 Apr 2019 11:11:05 +0000 (13:11 +0200)]
MDL-65428 core_tag: fix callback param type

3 years agoMerge branch 'MDL-64676-master-fix' of https://github.com/snake/moodle
Sara Arjona [Fri, 26 Apr 2019 09:50:27 +0000 (11:50 +0200)]
Merge branch 'MDL-64676-master-fix' of https://github.com/snake/moodle

3 years agoMerge branch 'MDL-65032-master-fix' of git://github.com/junpataleta/moodle
Sara Arjona [Fri, 26 Apr 2019 08:08:44 +0000 (10:08 +0200)]
Merge branch 'MDL-65032-master-fix' of git://github.com/junpataleta/moodle

3 years agoMDL-65032 mod_forum: Use correct template context data 'istimelocked'
Jun Pataleta [Fri, 26 Apr 2019 07:42:54 +0000 (15:42 +0800)]
MDL-65032 mod_forum: Use correct template context data 'istimelocked'

3 years agoMDL-63137 mod_feedback: Pointing TODO tasks to right deprecation issue
Amaia Anabitarte [Tue, 26 Mar 2019 12:46:35 +0000 (13:46 +0100)]
MDL-63137 mod_feedback: Pointing TODO tasks to right deprecation issue

3 years agoMDL-64676 core_message: fix legacy behat step which failed on firefox
Jake Dallimore [Fri, 26 Apr 2019 07:22:43 +0000 (15:22 +0800)]
MDL-64676 core_message: fix legacy behat step which failed on firefox

Old step was looking for a link, which didn't exist. Now, we use image.

3 years agoMerge branch 'MDL-58581-master-take2' of https://github.com/lucaboesch/moodle
Jake Dallimore [Fri, 26 Apr 2019 04:03:33 +0000 (12:03 +0800)]
Merge branch 'MDL-58581-master-take2' of https://github.com/lucaboesch/moodle