Eloy Lafuente (stronk7)
005b2bc8a0
Merge branch 'MDL-63249-35-enfix' of git://github.com/mudrd8mz/moodle into MOODLE_35_STABLE
2018-09-04 22:35:03 +02:00
Helen Foster
f4bd5f5e1a
MDL-63249 lang: Merge English strings from the en_fix language pack
...
Significant string changes:
* completionpass_help, gradetopassnotset in mod_quiz - grade to pass
set in quiz settings not gradebook
* namecolumnmissing,core_cohort - fixing incorrect message about adding
users to a cohort
2018-09-04 15:12:17 +02:00
David Monllao
1a8342d9d4
Merge branch 'MDL-62342-35' of git://github.com/mihailges/moodle into MOODLE_35_STABLE
2018-09-04 14:34:07 +02:00
Neill Magill
6a87753e12
MDL-62944 calendar: Clarify the intended use of $checkcapability
2018-09-04 12:19:12 +02:00
David Monllao
1d16496ee6
Merge branch 'MDL-62944-m35' of https://github.com/NeillM/moodle into MOODLE_35_STABLE
2018-09-04 12:15:50 +02:00
David Monllao
e7dc32ad80
Merge branch 'MDL-55993-35' of https://github.com/albertolarah/moodle into MOODLE_35_STABLE
2018-09-04 10:53:23 +02:00
Jun Pataleta
fde541a1eb
Merge branch 'MDL-60901_35' of git://github.com/stronk7/moodle into MOODLE_35_STABLE
2018-09-04 10:17:36 +08:00
Dan Poltawski
95ee02b253
MDL-48846 filter: Stop reffering to invalid moodle.org/download/mimetex
2018-09-03 23:45:05 +02:00
Eloy Lafuente (stronk7)
f562290f78
Merge branch 'MDL-61325-35' of git://github.com/andrewnicols/moodle into MOODLE_35_STABLE
2018-09-03 23:33:52 +02:00
Eloy Lafuente (stronk7)
1273a6665b
Merge branch 'MDL-63255-35' of git://github.com/vmdef/moodle into MOODLE_35_STABLE
2018-09-03 23:31:10 +02:00
Eloy Lafuente (stronk7)
74ea4a91e1
Merge branch 'MDL-62848-35-placeholderwidth' of git://github.com/mudrd8mz/moodle into MOODLE_35_STABLE
2018-09-03 23:01:49 +02:00
David Monllao
d035bebb1e
Merge branch 'MDL-38301-35' of git://github.com/junpataleta/moodle into MOODLE_35_STABLE
2018-09-03 12:44:57 +02:00
Alberto Lara Hernández
4c51211800
Merge branch 'MDL-55993-35' of https://github.com/albertolarah/moodle into MDL-55993-35
2018-09-03 12:34:14 +02:00
Alberto Lara Hernández
61edefee12
MDL-55993 mod_assign: web services don´t set a URL.
2018-09-03 12:34:09 +02:00
David Monllao
304bd3b26b
Merge branch 'MDL-55744-35_atto_should_not_autosave_on_not_loggedin_users' of https://github.com/dravek/moodle into MOODLE_35_STABLE
2018-09-03 12:27:57 +02:00
Eloy Lafuente (stronk7)
57c5494741
MDL-60901 environment: 3.6 requirements
...
Changes include:
- MySQL 5.6 is required.
- PostgreSQL 8.4 is required.
- Oracle 11.2 is required.
- 64bits architecture is recommended.
2018-09-03 10:14:51 +02:00
Víctor Déniz Falcón
f1019f4616
Merge branch 'MDL-63255-35' of git://github.com/vmdef/moodle into MDL-63255-35-test
2018-09-03 06:56:27 +01:00
Mihail Geshoski
bbdb62fffe
MDL-62342 privacy: Fix strings used in the consent on behalf modal
2018-09-03 13:00:04 +08:00
Mihail Geshoski
cce2977770
MDL-62342 privacy: Use singular/plural form in labels
2018-09-03 13:00:04 +08:00
Mihail Geshoski
60357a5551
MDL-56998 blog: Remove associated blog posts when module is deleted
2018-09-03 08:37:19 +08:00
AMOS bot
ce5ea7e187
Automatically generated installer lang files
2018-09-02 00:07:27 +00:00
AMOS bot
36b7d0471c
Automatically generated installer lang files
2018-09-01 00:07:28 +00:00
David Mudrák
580a0918b4
MDL-62848 form: Fix width of the autocomplete input field
...
Make sure that the autcomplete input field is wide enough to display the
placeholder text.
2018-08-31 14:55:08 +02:00
David Mudrák
6aaf582982
MDL-62848 form: Fix missing support for {{#js}} helper in autocomplete
...
The form-autocomplete module uses three Mustache templates
core/form_autocomplete_input, core/form_autocomplete_suggestions and
core/form_autocomplete_selection. However, it did not support executing
the JS that is eventually part of those templates.
2018-08-31 14:55:08 +02:00
Simey Lameze
d6cbf8b8fb
MDL-62944 calendar: Fix actionevent logic on template
...
During the calendar work, we have added the feature of
drag and drop activity event or "action events".
The problem at that time was, action events could not be
editable through the calendar UI, but should be allowed
to drag and drop. So, we couldn't use the return of
calendar_edit_event_allowed() because it can return true
(in case of teachers, that have permission to change the
activity) and the attribute isactionevent was created to
control on the UI if the user is viewing an action event.
So what my patch does is just add the check if we are
viewing an action event, and in this case, it won't display
the cog to edit that event.
2018-08-31 10:17:53 +01:00
Neill Magill
e760287046
MDL-62944 activities: Activities should not require capability
...
Activities should not require the user manipulating them to have
calendar capabilities for their events to be added to the Moodle
calendar
2018-08-31 10:17:53 +01:00
Neill Magill
f0b924f980
MDL-62944 activities: Test adding activities with no calendar capability
2018-08-31 10:17:53 +01:00
Neill Magill
1260ed9e33
MDL-62944 completion: Calendar capabilities should not be required
...
The completion API should not require a user to have the capability to
add calendar events for it to function correctly.
2018-08-31 10:17:52 +01:00
Neill Magill
79df6aee8c
MDL-62944 completion: Test that completion dates add events to calendar
...
When a user does not have calendar capabilities completion dates should
still be created correctly.
2018-08-31 10:17:52 +01:00
Neill Magill
ee9c931987
MDL-62944 mod_data: Action menu missing from database pages
...
The action menu was missing from many of the database activity pages,
which meant that it could not be accessed until enough had been done to
the activity to make the editing tabs that used view.php accessible.
2018-08-31 10:17:52 +01:00
Eloy Lafuente (stronk7)
01389839df
weekly release 3.5.1+
2018-08-30 19:04:28 +02:00
Eloy Lafuente (stronk7)
88a78e9307
Merge branch 'install_35_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_35_STABLE
2018-08-30 19:04:25 +02:00
Dan Marsden
99e51855a6
MDL-61325 use correct value when looking for string.
2018-08-30 09:11:15 +08:00
AMOS bot
5263019b3a
Automatically generated installer lang files
2018-08-30 00:08:05 +00:00
Eloy Lafuente (stronk7)
442dc8270a
MDL-63165 question: Bump expected size of question exports (take II)
2018-08-29 14:39:07 +02:00
Jake Dallimore
dab8d7a0dc
Merge branch 'MDL-63165-35-fix' of https://github.com/andrewnicols/moodle into MOODLE_35_STABLE
2018-08-29 12:33:43 +08:00
Andrew Nicols
9f256a8380
MDL-63165 question: Bump expected size of question exports
2018-08-29 10:46:00 +08:00
Eloy Lafuente (stronk7)
6f0614ef19
Merge branch 'MDL-63094-35' of git://github.com/andrewnicols/moodle into MOODLE_35_STABLE
2018-08-29 00:20:29 +02:00
Eloy Lafuente (stronk7)
43dfc84482
Merge branch 'MDL-62914-35' of git://github.com/lameze/moodle into MOODLE_35_STABLE
2018-08-28 23:16:31 +02:00
Victor Deniz
5a7e921f70
MDL-63255 core_user: fix hardcoded sql table aliases
2018-08-28 11:55:17 +01:00
David Monllao
0220cc4bdf
Merge branch 'wip-MDL-63165-35' of https://github.com/Beedell/moodle into MOODLE_35_STABLE
2018-08-28 12:28:39 +02:00
Jake Dallimore
d470ef4c27
Merge branch 'MDL-63101-35' of git://github.com/andrewnicols/moodle into MOODLE_35_STABLE
2018-08-28 16:55:53 +08:00
Andrew Nicols
efecaa34a4
Merge branch 'MDL-62782-35' of git://github.com/damyon/moodle into MOODLE_35_STABLE
2018-08-28 07:07:37 +08:00
Eloy Lafuente (stronk7)
11694360bd
Merge branch 'MDL-62989-35' of git://github.com/mihailges/moodle into MOODLE_35_STABLE
2018-08-27 17:51:30 +02:00
Jun Pataleta
060e39220c
MDL-63187 tool_dataprivacy: Behat fixes for confirmation lang strings
2018-08-27 22:44:35 +08:00
David Monllao
e016281821
Merge branch 'MDL-63174-35-emptyusername' of git://github.com/mudrd8mz/moodle into MOODLE_35_STABLE
2018-08-27 15:09:04 +02:00
David Monllao
2267c9fe7f
Merge branch 'MDL-63179-35' of https://github.com/lucaboesch/moodle into MOODLE_35_STABLE
2018-08-27 12:22:46 +02:00
David Monllao
8bcca194ce
MDL-63187 tool_dataprivacy: Update delete purpose and category lang strings
2018-08-27 12:12:04 +02:00
David Monllao
9bb1a66c3c
Merge branch 'MDL-63187-35' of git://github.com/junpataleta/moodle into MOODLE_35_STABLE
2018-08-27 11:58:04 +02:00
David Monllao
627b0a7a45
Merge branch 'MDL-63210_35' of git://github.com/markn86/moodle into MOODLE_35_STABLE
2018-08-27 11:46:56 +02:00