Adrian Greeve [Wed, 21 Aug 2019 01:47:44 +0000 (09:47 +0800)]
Merge branch 'MDL-66311-master' of git://github.com/vmdef/moodle
Adrian Greeve [Wed, 21 Aug 2019 00:54:34 +0000 (08:54 +0800)]
Merge branch 'MDL-66378-master' of git://github.com/andrewnicols/moodle
Andrew Nicols [Wed, 21 Aug 2019 00:39:45 +0000 (08:39 +0800)]
MDL-66378 behat: Correct grammar of resize step
Andrew Nicols [Wed, 21 Aug 2019 00:39:28 +0000 (08:39 +0800)]
MDL-66378 grade: Set window size to large for rubric tests
Andrew Nicols [Wed, 21 Aug 2019 00:23:59 +0000 (08:23 +0800)]
MDL-66378 behat: All args are required for document.evaluate
Víctor Déniz Falcón [Sun, 4 Aug 2019 22:43:52 +0000 (23:43 +0100)]
MDL-66311 core_analytics: better handling of action menus in behat tests
Jun Pataleta [Tue, 20 Aug 2019 09:07:59 +0000 (17:07 +0800)]
Merge branch 'MDL-66148-master' of https://github.com/ryanwyllie/moodle
Adrian Greeve [Tue, 20 Aug 2019 08:49:34 +0000 (16:49 +0800)]
Merge branch 'MDL-65972-master' of git://github.com/bmbrands/moodle
Jun Pataleta [Tue, 20 Aug 2019 06:19:34 +0000 (14:19 +0800)]
Merge branch 'MDL-64437-master' of git://github.com/mihailges/moodle
Adrian Greeve [Tue, 20 Aug 2019 05:43:11 +0000 (13:43 +0800)]
Merge branch 'MDL-66378-master' of git://github.com/andrewnicols/moodle
Jun Pataleta [Tue, 20 Aug 2019 03:57:30 +0000 (11:57 +0800)]
Merge branch 'MDL-65507-master' of git://github.com/mihailges/moodle
Adrian Greeve [Tue, 20 Aug 2019 02:27:02 +0000 (10:27 +0800)]
MDL-65404 core_user: Removal of additional empty line.
Adrian Greeve [Tue, 20 Aug 2019 02:13:31 +0000 (10:13 +0800)]
Merge branch 'MDL-65404-master' of https://github.com/aanabit/moodle
Adrian Greeve [Tue, 20 Aug 2019 02:03:25 +0000 (10:03 +0800)]
Merge branch 'MDL-65083-master' of git://github.com/bmbrands/moodle
Amaia Anabitarte [Tue, 20 Aug 2019 02:01:44 +0000 (10:01 +0800)]
MDL-65404 tool_uploaduser: Changing When and Then steps
Adrian Greeve [Tue, 20 Aug 2019 01:36:11 +0000 (09:36 +0800)]
Merge branch 'MDL-65561-master' of git://github.com/bmbrands/moodle
François Moreau [Mon, 19 Aug 2019 18:25:24 +0000 (14:25 -0400)]
MDL-65404 tool_uploaduser: Add a column for enrolment time start.
Jun Pataleta [Mon, 19 Aug 2019 15:32:41 +0000 (23:32 +0800)]
Merge branch 'MDL-46317-master' of git://github.com/rezaies/moodle
Adrian Greeve [Mon, 19 Aug 2019 08:26:34 +0000 (16:26 +0800)]
Merge branch 'MDL-65604-master' of git://github.com/andrewnicols/moodle
Bas Brands [Wed, 3 Jul 2019 13:42:20 +0000 (15:42 +0200)]
MDL-65972 course: add a bigger margin above the activity navigation
* this will help making it easier to distinguish between form and
activity navigation
Bas Brands [Tue, 6 Aug 2019 11:56:17 +0000 (13:56 +0200)]
MDL-65561 themes: user date filters display fixes
Bas Brands [Mon, 1 Jul 2019 11:06:06 +0000 (13:06 +0200)]
MDL-65083 theme_boost: update uses of pull-xs-right
Adrian Greeve [Mon, 19 Aug 2019 06:12:36 +0000 (14:12 +0800)]
Merge branch 'MDL-65886-MOODLE-master' of https://github.com/kristian-94/moodle
Mihail Geshoski [Mon, 1 Jul 2019 02:16:04 +0000 (10:16 +0800)]
MDL-64437 assignment: Fix element overlaping in low screen resolution
Mihail Geshoski [Wed, 7 Aug 2019 02:08:20 +0000 (10:08 +0800)]
MDL-65507 mod_data: Remove unnecessary record created event
Adrian Greeve [Mon, 19 Aug 2019 02:32:39 +0000 (10:32 +0800)]
Merge branch 'MDL-66327-master' of git://github.com/andrewnicols/moodle
Andrew Nicols [Sat, 17 Aug 2019 03:36:08 +0000 (11:36 +0800)]
MDL-66378 competency: Add pending promises to competency chooser
Andrew Nicols [Fri, 16 Aug 2019 03:32:12 +0000 (11:32 +0800)]
MDL-66378 behat: JS does not work with newlines in an xpath
Andrew Nicols [Fri, 16 Aug 2019 00:50:33 +0000 (08:50 +0800)]
MDL-66378 behat: Fix use of before/after selectors
Andrew Nicols [Fri, 16 Aug 2019 00:49:23 +0000 (08:49 +0800)]
MDL-66378 behat: Add partial named selector for whole autocomplete field
Andrew Nicols [Fri, 16 Aug 2019 00:47:34 +0000 (08:47 +0800)]
MDL-66378 behat: Before/after detection should be constrainable
The default before/after detection checks the entire body. Any match of
the text will therefore be found.
Add support for specification of a container for the nodes.
Andrew Nicols [Fri, 16 Aug 2019 00:52:26 +0000 (08:52 +0800)]
MDL-66378 behat: Add non-JS fallback for before/after
sam marshall [Thu, 15 Aug 2019 12:10:13 +0000 (13:10 +0100)]
MDL-66378 Behat: Speed up 'before/after' step in Chrome
On some Chrome versions the xpath used for before/after is slow
and (sometimes) uses a lot of memory. This change uses pure
JavaScript to do the before/after calculation, which should always
be fast.
Andrew Nicols [Thu, 15 Aug 2019 00:47:17 +0000 (08:47 +0800)]
MDL-66378 behat: Correct invalid uses of selection from dropdown
Andrew Nicols [Thu, 15 Aug 2019 00:44:16 +0000 (08:44 +0800)]
MDL-66378 report_participation: Correct label for target
Andrew Nicols [Thu, 15 Aug 2019 00:29:59 +0000 (08:29 +0800)]
MDL-66378 gradereport_singleview: Add missing label for dropdown
Kristian Ringer [Tue, 11 Jun 2019 05:58:18 +0000 (15:58 +1000)]
MDL-65886 assign: Reset numfiles to 0 when removing a file submission
Andrew Nicols [Thu, 15 Aug 2019 00:29:12 +0000 (08:29 +0800)]
MDL-66378 behat: Update screen sizes to Y2K standards
Andrew Nicols [Wed, 14 Aug 2019 03:00:58 +0000 (11:00 +0800)]
MDL-66378 behat: Update dependencies for chrome webdriver fix
Andrew Nicols [Fri, 16 Aug 2019 03:06:51 +0000 (11:06 +0800)]
weekly release 3.8dev
Andrew Nicols [Fri, 16 Aug 2019 03:06:49 +0000 (11:06 +0800)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Andrew Nicols [Thu, 15 Aug 2019 04:02:11 +0000 (12:02 +0800)]
Merge branch 'MDL-35939-master' of git://github.com/rezaies/moodle
Jun Pataleta [Thu, 15 Aug 2019 02:59:29 +0000 (10:59 +0800)]
Merge branch 'm38_MDL-66140_Mitigate_PECL_Solr_issue_Ref_72740' of https://github.com/scara/moodle
Shamim Rezaie [Mon, 12 Aug 2019 04:35:41 +0000 (14:35 +1000)]
MDL-35939 mod_quiz: deprecate unused strings
Shamim Rezaie [Wed, 31 Jul 2019 03:00:58 +0000 (13:00 +1000)]
MDL-35939 mod_quiz: use descriptive titles for pages
Shamim Rezaie [Sun, 4 Aug 2019 10:38:49 +0000 (20:38 +1000)]
MDL-35939 mod_quiz: phpdoc fix
Shamim Rezaie [Sun, 4 Aug 2019 10:42:20 +0000 (20:42 +1000)]
MDL-35939 mod_quiz: new functions to generate title for attempt pages
AMOS bot [Thu, 15 Aug 2019 00:12:44 +0000 (00:12 +0000)]
Automatically generated installer lang files
Jun Pataleta [Wed, 14 Aug 2019 07:31:07 +0000 (15:31 +0800)]
Merge branch 'MDL-65129-master-2' of git://github.com/peterRd/moodle
Jun Pataleta [Wed, 14 Aug 2019 07:28:14 +0000 (15:28 +0800)]
Merge branch 'MDL-65925-grade-page-broken-for-deleted-submission-master' of https://github.com/ilya-catalyst/moodle
Peter [Wed, 14 Aug 2019 06:59:02 +0000 (14:59 +0800)]
MDL-65129 mod_forum: Behat test for favourited search
Peter [Wed, 15 May 2019 07:26:52 +0000 (15:26 +0800)]
MDL-65129 mod_forum: Ability to search based on favourite status
Adrian Greeve [Wed, 14 Aug 2019 06:56:07 +0000 (14:56 +0800)]
Merge branch 'MDL-65621-dimmed-courses' of https://github.com/stopfstedt/moodle
Andrew Nicols [Wed, 14 Aug 2019 03:33:57 +0000 (11:33 +0800)]
Merge branch 'patch-1' of https://github.com/aspark21/moodle
Ryan Wyllie [Tue, 6 Aug 2019 08:13:19 +0000 (16:13 +0800)]
MDL-66148 mod_assign: update override page for relative dates mode
Andrew Nicols [Wed, 14 Aug 2019 02:35:22 +0000 (10:35 +0800)]
Merge branch 'MDL-60916-master_replace_course_search_wth_global_search' of https://github.com/gmrsagar/moodle
Andrew Nicols [Wed, 14 Aug 2019 02:17:00 +0000 (10:17 +0800)]
Merge branch 'MDL-65950-master' of git://github.com/junpataleta/moodle
Adrian Greeve [Wed, 14 Aug 2019 01:03:37 +0000 (09:03 +0800)]
Merge branch 'MDL-52849-master' of git://github.com/peterRd/moodle
Jun Pataleta [Tue, 13 Aug 2019 08:34:34 +0000 (16:34 +0800)]
Merge branch 'MDL-66147-master' of https://github.com/snake/moodle
Jun Pataleta [Tue, 13 Aug 2019 08:02:02 +0000 (16:02 +0800)]
MDL-65950 core_user: Add hidden labels for the user checkboxes
* And update Behat tests accordingly and nuke the steps that are using
xpath.
Jun Pataleta [Thu, 14 Mar 2019 04:32:35 +0000 (12:32 +0800)]
MDL-65950 core_user: Use new core/checkbox-toggleall
Jake Dallimore [Mon, 5 Aug 2019 08:18:19 +0000 (16:18 +0800)]
MDL-66147 mod_assign: behat test covering relative due date field
Tests that each student has a fixed amount of time, relative to their
course start date, in which to submit the assignment, and that teachers
are shown the dates relative to each student when grading.
Jake Dallimore [Mon, 5 Aug 2019 01:25:02 +0000 (09:25 +0800)]
MDL-66147 mod_assign: external get_participant supports relative dates
Jake Dallimore [Thu, 1 Aug 2019 08:20:07 +0000 (16:20 +0800)]
MDL-66147 mod_assign: grading table duedate column updates
Couple of changes:
- The duedate, cutoffdate and allowsubmissionsfromdate are now always
shown for relative dates courses.
- When relative dates mode is enabled, calculate and apply the enrolment
start offset to the due date in SQL. No changes to col_duedate needed.
Sorting is supported.
Jake Dallimore [Thu, 1 Aug 2019 05:39:43 +0000 (13:39 +0800)]
MDL-66147 mod_assign: grading table status col shows relative dates
The 'Status' column is sorted using 'status ASC/DESC, userid ASC',
where status does not contain the due date. Overdue assignments
have additional information displayed, but this is unrelated to
the sort, meaning we don't need to change anything with sorting.
Jake Dallimore [Tue, 6 Aug 2019 08:30:26 +0000 (16:30 +0800)]
MDL-66147 mod_assign: submissions overview page shows time interval
Use get_time_interval_string() on the teacher only page, to show how
long after the course start the assignment is due for each user.
Andrew Nicols [Tue, 13 Aug 2019 06:39:48 +0000 (14:39 +0800)]
Merge branch 'MDL-65949-master' of git://github.com/junpataleta/moodle
Adrian Greeve [Tue, 13 Aug 2019 06:27:30 +0000 (14:27 +0800)]
Merge branch 'MDL-57623' of git://github.com/Chocolate-lightning/moodle
Mathew May [Thu, 6 Jun 2019 00:06:28 +0000 (08:06 +0800)]
MDL-57623 behat: Remove deprecated step from 3.3
Jun Pataleta [Tue, 13 Aug 2019 06:20:42 +0000 (14:20 +0800)]
Merge branch 'MDL-62034-master' of git://github.com/andrewnicols/moodle
Andrew Nicols [Wed, 2 Jan 2019 03:24:21 +0000 (11:24 +0800)]
MDL-62034 assign: Add hint for user tour reset
Andrew Nicols [Tue, 13 Aug 2019 04:56:32 +0000 (12:56 +0800)]
Merge branch 'MDL-59524-master' of git://github.com/cescobedo/moodle
Adrian Greeve [Tue, 13 Aug 2019 02:27:31 +0000 (10:27 +0800)]
Merge branch 'MDL-66008-master-fix' of https://github.com/lameze/moodle
Simey Lameze [Tue, 13 Aug 2019 01:50:48 +0000 (09:50 +0800)]
MDL-66008 core_calendar: fix behat failures
Jun Pataleta [Mon, 12 Aug 2019 07:15:14 +0000 (15:15 +0800)]
Merge branch 'MDL-66288-master' of git://github.com/lameze/moodle
Andrew Nicols [Mon, 12 Aug 2019 06:54:20 +0000 (14:54 +0800)]
Merge branch 'MDL-65937-master' of git://github.com/junpataleta/moodle
Jun Pataleta [Mon, 12 Aug 2019 06:51:59 +0000 (14:51 +0800)]
Merge branch 'MDL-66104' of git://github.com/stronk7/moodle
Simey Lameze [Tue, 25 Jun 2019 11:14:06 +0000 (19:14 +0800)]
MDL-66008 calendar: Remove duplicated call to library funciton
A duplicated call to calendar_get_allowed_event_types has
been removed.
Shamim Rezaie [Wed, 7 Aug 2019 04:03:03 +0000 (14:03 +1000)]
MDL-46317 admin: minor coding style fixes
Shamim Rezaie [Wed, 7 Aug 2019 02:56:00 +0000 (12:56 +1000)]
MDL-46317 admin: deprecating configuserquota,core_admin lang string
Shamim Rezaie [Mon, 12 Aug 2019 03:11:19 +0000 (13:11 +1000)]
MDL-46317 admin: convert userquota config from text to filesize widget
Shamim Rezaie [Thu, 1 Aug 2019 04:37:17 +0000 (14:37 +1000)]
MDL-46317 admin: Added admin\local\settings\filesize class
Peter [Thu, 25 Jul 2019 04:01:42 +0000 (12:01 +0800)]
MDL-52849 core: Focus reader onto popup with ajax errors
Jake Dallimore [Tue, 6 Aug 2019 08:27:26 +0000 (16:27 +0800)]
MDL-66147 core: add get_time_interval_string()
Returns a formatted string representation of the difference between two
timestamps, defaulting to 'Xd Xh Xm' format, but supporting custom
format strings containing any chars from:
https://www.php.net/manual/en/dateinterval.format.php.
Jake Dallimore [Tue, 30 Jul 2019 05:59:51 +0000 (13:59 +0800)]
MDL-66147 mod_assign: Change assign to return calculated instance data
Changes include:
- Added a private method calculate_properties(), which calculates
per-user instance properties and stores them in an instance var.
- get_instance() now takes a userid param, and calls the
calculate_properties() method, allowing per-user instances to be
returned.
- Added a public method get_default_instance(), which returns the
non-augmented instance data (no per-user properties), so we can
still get back the raw instance data when needed.
- The get_course method has been changed to make sure we always have an
object property, not a string - which happened in some cases (when
commenting on the assign submission page, for example).
Simey Lameze [Wed, 31 Jul 2019 04:35:48 +0000 (12:35 +0800)]
MDL-66288 dataformat: prettify exported JSON data
Ilya Tregubov [Mon, 17 Jun 2019 05:37:32 +0000 (15:37 +1000)]
MDL-65925 assign: Grade page broken if submission was deleted.
cescobedo [Sun, 11 Aug 2019 22:13:08 +0000 (00:13 +0200)]
MDL-59524 general: Remove strings deprecated in 3.4
Matteo Scaramuccia [Fri, 12 Jul 2019 20:56:03 +0000 (22:56 +0200)]
MDL-66140 search: Mitigate PECL solr extension regression
Refs:
- https://bugs.php.net/bug.php?id=72740
- https://bugs.php.net/bug.php?id=75631
- https://github.com/php/pecl-search_engine-solr/pull/16
Andrew Nicols [Sun, 11 Aug 2019 06:51:15 +0000 (14:51 +0800)]
MDL-65604 repository: Kill off missing param errors
The file picker template included an img with a src of "#". When the
template was loaded into the modal, the browser fetches the img src, but
it's immediately removed as that section is only used as an in-place
template. The src tag does not need to be present.
AMOS bot [Sat, 10 Aug 2019 00:11:06 +0000 (00:11 +0000)]
Automatically generated installer lang files
AMOS bot [Sat, 10 Aug 2019 00:11:05 +0000 (00:11 +0000)]
Automatically generated installer lang files
Jun Pataleta [Fri, 9 Aug 2019 08:23:53 +0000 (16:23 +0800)]
weekly release 3.8dev
Jun Pataleta [Fri, 9 Aug 2019 08:23:51 +0000 (16:23 +0800)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Jun Pataleta [Fri, 9 Aug 2019 03:38:59 +0000 (11:38 +0800)]
Merge branch 'MDL-65679-master-fix' of git://github.com/andrewnicols/moodle
Andrew Nicols [Fri, 9 Aug 2019 00:31:16 +0000 (08:31 +0800)]
MDL-65679 assignfeedback_editpdf: Adjust z-indexes for editpdf
Andrew Nicols [Thu, 8 Aug 2019 06:03:41 +0000 (14:03 +0800)]
MDL-66327 pgsql DML: Update get_records_sql to consume less memory
It's more memory efficient to use `pg_fetch_assoc` for each row than to
call `pg_fetch_all` and release memory immediately. This is because we
can treat the assoc fetch like an iterator and it only fetches the
current record into memory one at a time, whilst the all fetch fetches
all records and never unsets them. Attempting to unset them is extremely
time consuming.
Jun Pataleta [Thu, 8 Aug 2019 04:43:51 +0000 (12:43 +0800)]
Merge branch 'MDL-66272-master' of git://github.com/vmdef/moodle
Amaia Anabitarte [Thu, 8 Aug 2019 01:55:54 +0000 (09:55 +0800)]
MDL-60636 behat: Fixing modified xpath
Andrew Nicols [Thu, 8 Aug 2019 03:41:50 +0000 (11:41 +0800)]
Merge branch 'MDL-65933-master' of git://github.com/junpataleta/moodle