Eloy Lafuente (stronk7) [Tue, 15 Oct 2019 22:55:48 +0000 (00:55 +0200)]
Merge branch 'MDL-66790-master' of git://github.com/junpataleta/moodle
Eloy Lafuente (stronk7) [Tue, 15 Oct 2019 22:52:52 +0000 (00:52 +0200)]
Merge branch 'MDL-66705-master' of git://github.com/abgreeve/moodle
Eloy Lafuente (stronk7) [Tue, 15 Oct 2019 21:01:00 +0000 (23:01 +0200)]
on-demand release 3.8dev+
Eloy Lafuente (stronk7) [Tue, 15 Oct 2019 21:00:54 +0000 (23:00 +0200)]
NOBUG: Fixed SVG browser compatibility
Eloy Lafuente (stronk7) [Tue, 15 Oct 2019 14:42:15 +0000 (16:42 +0200)]
Merge branch 'MDL-66553-master-fix' of git://github.com/junpataleta/moodle
Jun Pataleta [Tue, 15 Oct 2019 12:22:12 +0000 (20:22 +0800)]
MDL-66553 question: Behat fixes
1. Fix sortable key for the qname/idnumber/tags column
2. Fix the default sort
3. Fix Behat test for sorting by idnumber. Added ID numbers for both
question A and question C in order for us to get consistent sorting
across DBs.
Jun Pataleta [Tue, 15 Oct 2019 06:50:06 +0000 (14:50 +0800)]
MDL-66790 quizreport: Prevent sorting for checkbox column
Jun Pataleta [Tue, 15 Oct 2019 03:56:05 +0000 (11:56 +0800)]
Merge branch 'MDL-66226-master-2' of https://github.com/snake/moodle
Adrian Greeve [Tue, 17 Sep 2019 07:05:35 +0000 (15:05 +0800)]
MDL-66705 tool_uploaduser: Add an example csv file.
Jake Dallimore [Tue, 15 Oct 2019 02:52:45 +0000 (10:52 +0800)]
Merge branch 'MDL-66796' of git://github.com/timhunt/moodle
Jun Pataleta [Mon, 14 Oct 2019 23:35:36 +0000 (07:35 +0800)]
Merge branch 'MDL-66821' of https://github.com/timhunt/moodle
Andrew Nicols [Mon, 14 Oct 2019 23:21:52 +0000 (07:21 +0800)]
Merge branch 'MDL-66335' of https://github.com/stronk7/moodle
Eloy Lafuente (stronk7) [Mon, 14 Oct 2019 21:52:28 +0000 (23:52 +0200)]
MDL-66335 behat: Avoid double processing the page type
resolve_page_instance_helper() already processes the type, returning
the correct context that should be processing the navigation URL.
With that extra call to parse_page_name() the 2nd call always returns
"core", ultimately leading to tons of behat failures because "core" is
not aware of those (plugin, quiz for now) pages typology.
Eloy Lafuente (stronk7) [Mon, 14 Oct 2019 16:53:44 +0000 (18:53 +0200)]
Merge branch 'MDL-66335' of https://github.com/timhunt/moodle
Eloy Lafuente (stronk7) [Mon, 14 Oct 2019 14:33:46 +0000 (16:33 +0200)]
Merge branch 'MDL-66559-master' of git://github.com/andrewnicols/moodle
Tim Hunt [Mon, 14 Oct 2019 14:27:09 +0000 (15:27 +0100)]
MDL-66796 question bank: fix more bugs with category editing
Tim Hunt [Mon, 30 Sep 2019 12:13:06 +0000 (13:13 +0100)]
MDL-66796 question bank: 0 is a valid question category idnumber
Sara Arjona [Mon, 14 Oct 2019 11:58:09 +0000 (13:58 +0200)]
Merge branch 'MDL-63349-Master' of github.com:tuanngocnguyen/moodle
Tim Hunt [Wed, 2 Oct 2019 14:58:04 +0000 (15:58 +0100)]
MDL-66821 question behat: new step for acting on questions in the bank
There is a proposed change MDL-66816 which will change the question
bank UI. This will break any Behat tests which uses low-level steps
like
When I click on "Duplicate" "link" in the "Test question" "table_row"
to perform an action on a question in the question bank. This commit
introduces a new step:
When I choose "Duplicate" action for "Test question" in the question bank
This commit also converts all core Behat tests to use the new step.
Sara Arjona [Mon, 14 Oct 2019 10:26:49 +0000 (12:26 +0200)]
Merge branch 'MDL-66836-master' of https://github.com/sammarshallou/moodle
Tim Hunt [Wed, 7 Aug 2019 14:18:45 +0000 (15:18 +0100)]
MDL-66335 quiz behat: using the new generic navigation steps
This converts all the navigation to quiz pages when that is not
the thing under test. Also, I decided that the Quiz settings form
belonged to the course, so did not do that here.
Tim Hunt [Thu, 5 Sep 2019 17:00:39 +0000 (18:00 +0100)]
MDL-66335 behat: new step to log in and go straight to a particular page
I did not think thought through if this new URL parameter would be a
potential security hole. The simple cop-out option is to make it only
work on Behat sites for now.
Tim Hunt [Wed, 7 Aug 2019 14:18:14 +0000 (15:18 +0100)]
MDL-66335 behat: generic step for navigating direct to specific pages
Eloy Lafuente (stronk7) [Mon, 14 Oct 2019 08:53:24 +0000 (10:53 +0200)]
Merge branch 'MDL-66304' of https://github.com/golenkovm/moodle
Eloy Lafuente (stronk7) [Mon, 14 Oct 2019 08:05:27 +0000 (10:05 +0200)]
Merge branch 'MDL-66874-master' of git://github.com/junpataleta/moodle
Jake Dallimore [Mon, 14 Oct 2019 07:33:10 +0000 (15:33 +0800)]
Merge branch 'MDL-66659' of https://github.com/paulholden/moodle
Andrew Nicols [Mon, 14 Oct 2019 06:24:05 +0000 (14:24 +0800)]
MDL-66559 behat: Register component selectors earlier
Andrew Nicols [Mon, 14 Oct 2019 06:17:47 +0000 (14:17 +0800)]
MDL-66559 behat: Update running suite
Jun Pataleta [Mon, 14 Oct 2019 05:48:34 +0000 (13:48 +0800)]
Merge branch 'MDL-66796-master-fix' of https://github.com/snake/moodle
Jake Dallimore [Mon, 14 Oct 2019 03:47:57 +0000 (11:47 +0800)]
MDL-66796 mod_quiz: only update the id number if changed
If the idnumber is present in the DB, it's set to null. In this case,
don't update the value.
Jun Pataleta [Mon, 14 Oct 2019 03:26:02 +0000 (11:26 +0800)]
MDL-66874 mod_feedback: Use correct option attribute 'classes'
Jun Pataleta [Tue, 8 Oct 2019 06:32:06 +0000 (14:32 +0800)]
MDL-66874 mod_data: Explicitly add btn-secondary class to select all
* Plus use correct option attribute 'classes' for the slave
checkboxes
Jun Pataleta [Tue, 8 Oct 2019 06:31:49 +0000 (14:31 +0800)]
MDL-66874 mod_choice: Explicitly add btn-secondary class to select all
Jun Pataleta [Tue, 8 Oct 2019 03:35:54 +0000 (11:35 +0800)]
MDL-66874 core: Allow master button checkbox toggle to be customisable
* Plus, add labelclasses data for template context in master and slave
checkbox templates.
Jake Dallimore [Mon, 14 Oct 2019 03:21:03 +0000 (11:21 +0800)]
Merge branch 'MDL-66768-master' of git://github.com/rezaies/moodle
Jake Dallimore [Mon, 14 Oct 2019 03:09:44 +0000 (11:09 +0800)]
Merge branch 'MDL-66559-master' of git://github.com/andrewnicols/moodle
Shamim Rezaie [Fri, 11 Oct 2019 09:45:07 +0000 (20:45 +1100)]
MDL-66768 forumreport_summary: remove the select column when downloading
Shamim Rezaie [Fri, 11 Oct 2019 09:07:36 +0000 (20:07 +1100)]
MDL-66768 forumreport_summary: move back bulk action menu to the bottom
Simey Lameze [Thu, 26 Sep 2019 02:30:14 +0000 (10:30 +0800)]
MDL-66768 forumreport_summary: add ability to download report
Jun Pataleta [Mon, 14 Oct 2019 01:42:03 +0000 (09:42 +0800)]
Merge branch 'MDL-66553' of https://github.com/timhunt/moodle
Jake Dallimore [Sun, 13 Oct 2019 23:41:19 +0000 (07:41 +0800)]
Merge branch 'MDL-66796' of git://github.com/timhunt/moodle
Eloy Lafuente (stronk7) [Sun, 13 Oct 2019 15:08:31 +0000 (17:08 +0200)]
Merge branch 'MDL-66792' of https://github.com/paulholden/moodle
Eloy Lafuente (stronk7) [Sun, 13 Oct 2019 14:34:50 +0000 (16:34 +0200)]
Merge branch 'MDL-66851-master' of git://github.com/mihailges/moodle
Eloy Lafuente (stronk7) [Sun, 13 Oct 2019 14:31:14 +0000 (16:31 +0200)]
Merge branch 'MDL-65243-master' of git://github.com/mihailges/moodle
Eloy Lafuente (stronk7) [Sun, 13 Oct 2019 14:12:47 +0000 (16:12 +0200)]
Merge branch 'MDL-65515-master' of git://github.com/mihailges/moodle
Eloy Lafuente (stronk7) [Sun, 13 Oct 2019 00:11:38 +0000 (02:11 +0200)]
Merge branch 'MDL-66779-master' of git://github.com/andrewnicols/moodle
Eloy Lafuente (stronk7) [Sun, 13 Oct 2019 00:08:10 +0000 (02:08 +0200)]
Merge branch 'master_MDL-66864' of https://github.com/golenkovm/moodle
Eloy Lafuente (stronk7) [Sat, 12 Oct 2019 23:49:19 +0000 (01:49 +0200)]
Merge branch 'MDL-65584' of https://github.com/paulholden/moodle
Eloy Lafuente (stronk7) [Fri, 11 Oct 2019 20:44:39 +0000 (22:44 +0200)]
on-demand release 3.8dev+
Eloy Lafuente (stronk7) [Fri, 11 Oct 2019 20:44:24 +0000 (22:44 +0200)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Tim Hunt [Mon, 30 Sep 2019 13:15:35 +0000 (14:15 +0100)]
MDL-66553 questions: add $CFG->questionbankcolumns to config-dist.php
Tim Hunt [Mon, 30 Sep 2019 13:12:36 +0000 (14:12 +0100)]
MDL-66553 quiz/questions: show idnumber and tags when adding from qbank
Tim Hunt [Thu, 29 Aug 2019 14:41:00 +0000 (15:41 +0100)]
MDL-66553 question bank: show tags and idnumbers in question list
Tim Hunt [Mon, 30 Sep 2019 13:14:36 +0000 (14:14 +0100)]
MDL-66553 question bank: show idnumbers on the edit categories screen
Tim Hunt [Mon, 30 Sep 2019 12:57:29 +0000 (13:57 +0100)]
MDL-66553 question bank: show idnumbers in category drop-down
Tim Hunt [Sat, 5 Oct 2019 12:50:43 +0000 (13:50 +0100)]
MDL-66559 behat: Documentation for component selectors
Andrew Nicols [Fri, 30 Aug 2019 03:32:32 +0000 (11:32 +0800)]
MDL-66559 message: Move behat selectors to message subsystem
Andrew Nicols [Fri, 30 Aug 2019 03:12:05 +0000 (11:12 +0800)]
MDL-66559 behat: Allow per-component selectors and replacements
Nathan Nguyen [Tue, 26 Mar 2019 23:21:05 +0000 (10:21 +1100)]
MDL-63349 assignfeedback_editpdf: Rotate submitted image automatically
Jun Pataleta [Fri, 11 Oct 2019 03:16:37 +0000 (11:16 +0800)]
Merge branch 'MDL-66076-master-2' of git://github.com/junpataleta/moodle
Jake Dallimore [Fri, 11 Oct 2019 01:56:55 +0000 (09:56 +0800)]
Merge branch 'MDL-66804' of https://github.com/paulholden/moodle
Jun Pataleta [Thu, 10 Oct 2019 07:12:54 +0000 (15:12 +0800)]
MDL-66076 forumreport_summary: filter JS and template optimisations
Michael Hawkins [Wed, 9 Oct 2019 05:45:44 +0000 (13:45 +0800)]
MDL-66076 message: Add copy of template plus JS comment fix
Michael Hawkins [Wed, 9 Oct 2019 05:45:32 +0000 (13:45 +0800)]
MDL-66076 forumreport_summary: Filter styles update
Michael Hawkins [Wed, 9 Oct 2019 02:44:39 +0000 (10:44 +0800)]
MDL-66076 forumreport_summary: Added missing SQL group by fields
Also removed a redundant variable declaration.
Michael Hawkins [Tue, 8 Oct 2019 15:23:19 +0000 (23:23 +0800)]
MDL-66076 forumreport_summary: Template example context fixes
Michael Hawkins [Tue, 8 Oct 2019 08:33:21 +0000 (16:33 +0800)]
MDL-66076 forumreport_summary: Always show viewcount column
Previously this was hidden if filtering by groups, but will now be
visible, along with a disclaimer that the data is not filtered
(since the groups cannot be determined from the logs used).
Michael Hawkins [Tue, 8 Oct 2019 04:46:26 +0000 (12:46 +0800)]
MDL-66076 forumreport_summary: Groups filter made accessible
Shamim Rezaie [Fri, 27 Sep 2019 14:20:42 +0000 (00:20 +1000)]
MDL-66076 forumreport_summary: Minor cleanup of report code
Removed some unnecessary code and added the current page to breadcrumbs
Shamim Rezaie [Thu, 5 Sep 2019 18:31:33 +0000 (04:31 +1000)]
MDL-66298 forumreport_summary: Added ability to bulk message users
Part of MDL-66076.
Shamim Rezaie [Fri, 27 Sep 2019 13:23:07 +0000 (23:23 +1000)]
MDL-66298 forumreport_summary: Moved table generation out of renderer
Part of MDL-66076.
Shamim Rezaie [Thu, 26 Sep 2019 02:51:36 +0000 (12:51 +1000)]
MDL-66298 javascript: Introduced new core AMD for sending bulk messages
Part of MDL-66076.
Shamim Rezaie [Thu, 5 Sep 2019 18:17:10 +0000 (04:17 +1000)]
MDL-66298 forumreport_summary: Display full names consistently
Part of MDL-66076. Display full names and profile links consistent
with other areas of Moodle.
Michael Hawkins [Fri, 27 Sep 2019 10:10:30 +0000 (18:10 +0800)]
MDL-66695 forumreport_summary: Added handling for all groups view count
Part of MDL-66076.
David Monllaó [Wed, 25 Sep 2019 08:47:51 +0000 (16:47 +0800)]
MDL-66695 forumreport_summary: New viewcount column
Part of MDL-66076.
Michael Hawkins [Fri, 9 Aug 2019 05:29:30 +0000 (13:29 +0800)]
MDL-66268 forumreport_summary: Add filters handling incl groups filter
Part of MDL-66076.
Michael Hawkins [Thu, 19 Sep 2019 03:30:24 +0000 (11:30 +0800)]
MDL-66268 forumreport_summary: Introduce filter scss
Part of MDL-66076.
Michael Hawkins [Wed, 4 Sep 2019 03:19:27 +0000 (11:19 +0800)]
MDL-66594 forumreport_summary: Added first/last post date columns
Part of MDL-66076.
Michael Hawkins [Tue, 3 Sep 2019 11:35:35 +0000 (19:35 +0800)]
MDL-66299 forumreport_summary: Added attachments count column
Part of MDL-66076.
Michael Hawkins [Thu, 12 Sep 2019 05:10:33 +0000 (13:10 +0800)]
MDL-66299 mod_forum: Created new behat steps for bulk post creation
New behat steps created for adding bulk discussions and
replies in forums. Also includes private methods to prepare the
required information.
Part of MDL-66076.
Michael Hawkins [Fri, 19 Jul 2019 04:29:11 +0000 (12:29 +0800)]
MDL-66153 mod_forum: Introduced summary report sub-plugin
Part of MDL-66076.
AMOS bot [Fri, 11 Oct 2019 00:11:27 +0000 (00:11 +0000)]
Automatically generated installer lang files
Eloy Lafuente (stronk7) [Thu, 10 Oct 2019 22:55:36 +0000 (00:55 +0200)]
Merge branch 'master-MDL-66805-search' of https://github.com/kristian-94/moodle
Eloy Lafuente (stronk7) [Thu, 10 Oct 2019 22:50:31 +0000 (00:50 +0200)]
Merge branch 'MDL-66815' of https://github.com/timhunt/moodle
Davo Smith [Thu, 10 Oct 2019 15:28:08 +0000 (16:28 +0100)]
MDL-66017 block_myoverview: Oracle compatibility fix
Sara Arjona [Thu, 10 Oct 2019 06:33:07 +0000 (08:33 +0200)]
Merge branch 'MDL-66017_course_filter_rebase' of git://github.com/davosmith/moodle
Jake Dallimore [Thu, 10 Oct 2019 02:20:09 +0000 (10:20 +0800)]
Merge branch 'MDL-65585_master' of git://github.com/dmonllao/moodle
David Monllaó [Mon, 13 May 2019 12:42:10 +0000 (14:42 +0200)]
MDL-65585 analytics: Global on/off switch
AMOS bot [Thu, 10 Oct 2019 00:09:17 +0000 (00:09 +0000)]
Automatically generated installer lang files
sam marshall [Thu, 3 Oct 2019 13:24:11 +0000 (14:24 +0100)]
MDL-66836 Behat: Reset unknown config variables between scenarios
In the Behat CLI run (not in the individual web requests), if you
modified an existing $CFG variable then this would be reset at the
start of the next scenario. However, if you added a completely new
one, it would not be reset. This change removes those variables.
Davo Smith [Thu, 22 Aug 2019 15:10:34 +0000 (16:10 +0100)]
MDL-66017 block_myoverview: filter by custom course field
Jun Pataleta [Wed, 9 Oct 2019 12:44:45 +0000 (20:44 +0800)]
Merge branch 'MDL-66835' of https://github.com/timhunt/moodle
Jun Pataleta [Wed, 9 Oct 2019 12:40:28 +0000 (20:40 +0800)]
Merge branch 'MDL-66450-master' of git://github.com/bmbrands/moodle
Tim Hunt [Mon, 30 Sep 2019 12:09:32 +0000 (13:09 +0100)]
MDL-66553 tags: option to accesshide label when displaying a taglist
Bas Brands [Wed, 21 Aug 2019 07:44:17 +0000 (09:44 +0200)]
MDL-66450 themes: form autocomplete truncate listitems
Tim Hunt [Fri, 27 Sep 2019 12:57:29 +0000 (13:57 +0100)]
MDL-66553 question bank: fix lots of phpdoc and other warnings
Tim Hunt [Thu, 3 Oct 2019 11:55:59 +0000 (12:55 +0100)]
MDL-66835 behat: steps for setting/checking fields in containers
Sara Arjona [Wed, 9 Oct 2019 10:58:00 +0000 (12:58 +0200)]
Merge branch 'MDL-66852-master' of github.com:lucaboesch/moodle
Jake Dallimore [Wed, 9 Oct 2019 07:58:50 +0000 (15:58 +0800)]
Merge branch 'MDL-64745-master-1' of git://github.com/mihailges/moodle
Jake Dallimore [Wed, 9 Oct 2019 05:33:17 +0000 (13:33 +0800)]
Merge branch 'MDL-66371-master' of git://github.com/rezaies/moodle