Eloy Lafuente (stronk7)
e8c82aac82
MDL-51580 upgrade: clean < 2.7.0 upgrade steps
...
This just deletes all the upgrade steps previous to 2.7.0. Some
small adjustments, like adding missing MOODLE_INTERNAL or tweaking
globals can also be applied when needed.
Next commit will get rid of/deprecate all the upgradelib functions
not used anymore in codebase.
2016-02-15 18:38:09 +01:00
sam marshall
a4ce565f20
MDL-53012 Behat: Add step to run scheduled task
2016-02-15 17:24:15 +00:00
Rushikesh
36a2d817fc
MDL-36652 report_log : Including the course short name in file name
2016-02-15 22:00:18 +05:30
Dan Poltawski
93fb2b649b
Merge branch 'MDL-53039-master' of git://github.com/marinaglancy/moodle
2016-02-15 15:32:51 +00:00
Dan Poltawski
e408c83fa7
Merge branch 'MDL-52414_m31v7' of https://github.com/sbourget/moodle
2016-02-15 14:31:39 +00:00
Dan Poltawski
96966ce6d9
Merge branch 'MDL-52342-master' of git://github.com/andrewnicols/moodle
2016-02-15 13:27:54 +00:00
Dan Poltawski
07853905ef
Merge branch 'MDL-49146' of git://github.com/timhunt/moodle
2016-02-15 12:13:30 +00:00
Dan Poltawski
c2f4304b98
Merge branch 'MDL-28030-cleanurls' of https://github.com/brendanheywood/moodle
2016-02-15 11:48:40 +00:00
Dan Poltawski
c1184f6cc2
Merge branch 'wip_MDL-53029_master' of git://github.com/gjb2048/moodle
2016-02-15 11:07:38 +00:00
Dan Poltawski
220f8115d9
Merge branch 'MDL-44626-master' of git://github.com/andrewnicols/moodle
2016-02-15 10:36:20 +00:00
Andrew Nicols
a9e12347b7
MDL-52217 repository: prepare_file should use per-request directory
...
The repository API defaults has a function, prepare_file, which is
responsible for creating a unique file to be used during the current
request.
This is usually used in the repository's get_file() function to store the
file before it is used elsewhere in the API to save the file to the
filestorage API.
It is also sometimes used to temporarily store credentials for the lifetime
of the session.
In all cases, this file is only expected to exist for the duration of the
session.
Switching to use of a per-request directory using make_request_directory()
ensures that the tempdir does not grow without control.
This commit also adds an upgrade step to remove all old temp directories
created by any repository currently installed.
2016-02-15 15:54:05 +08:00
David Monllao
e8ba34ac89
Merge branch 'wip-MDL-52566-master' of https://github.com/cdsmith-umn/moodle
2016-02-15 15:17:13 +08:00
David Monllao
6cc1c06236
Merge branch 'MDL-49807-master' of git://github.com/marinaglancy/moodle
2016-02-15 15:11:09 +08:00
Juan Segarra Montesinos
34edbe5733
MDL-52862 mod_forum: format non HTML messages in search results
...
Override messageformat to FORMAT_HTML before calling forum_print_post
2016-02-15 07:55:22 +01:00
David Monllao
3738d1b60b
MDL-52249 css: Recompile CSS
2016-02-15 14:20:02 +08:00
David Monllao
61c2a0804b
Merge branch 'MDL-52249-master' of git://github.com/andrewnicols/moodle
2016-02-15 14:19:17 +08:00
David Monllao
85dc424a7c
Merge branch 'MDL-48634_master' of git://github.com/markn86/moodle
2016-02-15 12:20:59 +08:00
Andrew Nicols
66a70b97ea
MDL-29506 forum: Add tests for encode_content_links
2016-02-15 08:08:29 +08:00
Rushikesh
694d6347e7
MDL-29506 forum: Fix use of ampersand in backup parent links
2016-02-15 08:08:29 +08:00
Marina Glancy
f26481c2dc
MDL-51802 course: allow to edit section names on the course page
2016-02-13 11:07:46 +08:00
Marina Glancy
cdc5f9785b
MDL-51802 core: new template for quick editing a title
...
convert editing tag name to use new template
2016-02-13 11:07:42 +08:00
David Balch
e61036f48e
MDL-53077 assign: Set specific pagetype for pages with actions.
2016-02-12 16:35:04 +00:00
AMOS bot
50f8be00cc
Automatically generated installer lang files
2016-02-13 00:04:01 +08:00
Rushikesh
ef8dc8570b
MDL-33663 Grading methods: Appropriate error message for negative grades
2016-02-12 16:58:27 +05:30
Andrew Nicols
75debb4dbb
MDL-47365 mod_forum: Add permalink to forum posts
2016-02-12 08:03:01 +08:00
Eric Merrill
201a90938e
MDL-50385 grades: Adding index to improve history search
2016-02-11 12:30:12 -05:00
M Kassaei
50aaf13e01
MDL-52964 Qtype: Add behat tests to core question types
2016-02-11 15:12:40 +00:00
Eloy Lafuente (stronk7)
bf5c764f3c
MDL-51580 environment: 3.1 requirements added
...
Only important change is that Moodle 2.7 installed is
required to be able to upgrade to 3.1. See the issue
for opinions, votes and agreed outcomes.
2016-02-11 16:08:48 +01:00
Brendan Heywood
2ab797c90b
MDL-28030 weblib: Added $CFG->urlrewriteclass in config.php
...
This enables a plugin to implement rewriting rules enabling
'clean' or 'semantic' urls such as /course/COMP100/ instead
of /course/view.php?id=1234
2016-02-11 20:44:25 +11:00
Brendan Heywood
7898d616fa
MDL-52969 mod_forum: Add List-Unsubscribe email header
2016-02-11 20:41:58 +11:00
Brendan Heywood
5afe390ef8
MDL-51196 mod_forum: Text emails link to post anchor
2016-02-11 20:41:12 +11:00
Brendan Heywood
b1b480f97b
MDL-52997 forum: Add more robust threading email headers
2016-02-11 20:34:31 +11:00
David Monllao
2f45a11ac4
weekly release 3.1dev
2016-02-11 13:58:46 +08:00
David Monllao
0e1c750c56
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2016-02-11 13:58:42 +08:00
Andrew Nicols
6f0768618a
MDL-44626 files: Show the PHP max upload size instead of 'unlimited'
...
Even when a user has the appropriate capability to upload any sized files,
they are still restricted to the PHP post_max_size, and upload_max_filesize
values.
Rather than showing a value of "Unlimited', we should always restrict to
this value.
2016-02-11 10:55:54 +08:00
Andrew Nicols
296af14b19
MDL-51117 JavaScript: Convert alert to M.core.alert in dndupload
...
This also updates a language string to use string params instead of
hard-prefixing.
2016-02-11 08:43:27 +08:00
Andrew Nicols
6b963db3ff
MDL-52342 theme: Reduce specificity of selector
...
These selectors were introduced to fix a real issue (highlighted by behat with
Chromedriver) whereby the 'Show section foo' link was partially covered by
another layer.
The fix in that issue was too broad and applied to all content > div areas,
which had some unforseen effects.
Since the original issue only affected activity instances, and sections (and
not content > div regions), I've removed this from the original patch.
2016-02-11 08:13:53 +08:00
Andrew Nicols
658a922fa6
MDL-44626 repository: Correct error message when uploading large files
2016-02-11 08:08:57 +08:00
Stephen Bourget
a36eba45dc
MDL-52414 Lesson: Apply defaults to lesson creation
2016-02-10 14:07:22 -05:00
Gareth J Barnard
6eaa3230ba
MDL-53029 mod_book: Hidden chapter has markup in alt and title attrs.
2016-02-10 18:10:24 +00:00
Petr Skoda
267ac1b9eb
MDL-52511 dml: add support for PostgreSQL 9.5
...
The default definition behaviour has changed for some int values.
2016-02-10 09:45:07 +00:00
Tim Hunt
97e9eb203e
MDL-52814 questions: Show extra info in the outcomes area not info
...
Currently the only use is the quiz Redo question button, and that would
be much better placed in the feedback area, not least for langages where
the button label needs to be longer.
2016-02-10 08:47:10 +00:00
Andrew Nicols
87d567d3c5
MDL-51839 mod: Remove really old logos in gif format
2016-02-10 16:20:29 +08:00
Rajesh Taneja
cd6e7e0da0
MDL-51306 mod_folder: Use context_module to find details
...
renderable should not be used for extracting
details. Use cm to get context and dir information
2016-02-10 15:51:31 +08:00
Marina Glancy
aaa6bcb61a
MDL-48307 mod_wiki: protect [edit] section link from nwiki parser
2016-02-10 14:23:57 +08:00
Andrew Nicols
985dca606f
MDL-52930 forum: Fix random test failure caused by passing of time
2016-02-10 12:24:09 +08:00
David Monllao
c63801675a
Merge branch 'MDL-52766-master-mnet-url-length' of git://github.com/mudrd8mz/moodle
2016-02-10 08:55:04 +08:00
Tim Hunt
6d19eb4b23
MDL-52879 quiz editing: allow removal of the last question in a quiz
...
Even though you are not normally allowed to remove the last question
in a section.
2016-02-09 21:45:13 +00:00
Dan Marsden
3e28364257
MDL-50620 mod_scorm: Add Mastery score override setting
...
Thanks to Nathan Lewis for the initial patch
2016-02-10 09:20:25 +13:00
AMOS bot
11a003967e
Automatically generated installer lang files
2016-02-10 00:03:56 +08:00