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
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
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
Eric Merrill
201a90938e
MDL-50385 grades: Adding index to improve history search
2016-02-11 12:30:12 -05:00
Dan Poltawski
96c69429e5
Merge branch 'wip-MDL-52715-master-additional' of git://github.com/abgreeve/moodle
2016-02-03 09:44:27 +00:00
Adrian Greeve
a2161d57a4
MDL-52715 lib: Clean up of comments and variable names.
2016-02-03 10:07:08 +08:00
Juan Leyva
e3e036ee09
MDL-52974 mod_assign: New Web Service mod_assign_view_submission_status
2016-02-02 13:27:03 +01:00
Marina Glancy
4be9c7ad99
MDL-51283 core_tag: Allow each tag area to set 'showstandard'
2016-02-02 17:31:17 +08:00
Marina Glancy
e11d7380c2
MDL-51283 core_tag: change tagtype to isstandard
...
Change 'official' to 'standard' in UI
2016-02-02 17:31:14 +08:00
Adrian Greeve
cc73ea075e
MDL-52715 lib: Addition of new requirements class.
...
This adds a fragment requirements class to allow plugins
to register JavaScript to be used in an mform.
2016-02-01 14:29:09 +08:00
Eloy Lafuente (stronk7)
668aca1804
MDL-52383 Calendar: user prefs are varchar, look for varchars
2016-01-20 03:07:57 +01:00
Eloy Lafuente (stronk7)
d3220ca34f
MDL-52383 Calendar: fix versions
2016-01-20 01:25:16 +01:00
Stephen Bourget
a721339193
MDL-52383 Calendar: Allow users to set lookahead to 1 year
2016-01-15 13:14:56 -05:00
Dan Poltawski
67f6802712
MDL-50851 upgrade: dan *REALLY* *REALLY* sucks at integrating
2016-01-13 12:01:33 +00:00
Dan Poltawski
4cb85c4905
MDL-52210 upgrade: dan *REALLY* sucks at integrating
2016-01-13 09:09:22 +00:00
Dan Poltawski
c3560ad652
MDL-52210 upgrade: dan sucks at integrating
2016-01-13 09:00:44 +00:00
Dan Poltawski
939d538c76
Merge branch 'MDL-52210-master-2' of git://github.com/cameron1729/moodle
2016-01-13 08:58:18 +00:00
Cameron Ball
a73409d34e
MDL-52210 webservices: Revise upgrade version number.
2016-01-13 13:48:06 +08:00
Dan Poltawski
04a03ff282
Merge branch 'wip-MDL-50851-master' of git://github.com/marinaglancy/moodle
2016-01-12 14:17:14 +00:00
Dan Poltawski
b8ab80f07e
Merge branch 'MDL-52210-master' of git://github.com/cameron1729/moodle
2016-01-12 13:36:13 +00:00
Marina Glancy
c026a28d59
MDL-50851 core_tag: introduce tag collections
2016-01-10 15:25:43 +08:00
Cameron Ball
13ae7db2bb
MDL-52210 webservices: Remove AMF webservice
2016-01-05 10:36:26 +08:00
Frederic Massart
bca824f7a8
MDL-49231 mod_glossary: Update service definition
2015-12-31 15:18:40 +01:00
Frederic Massart
fe11f9a4f6
MDL-49231 mod_glossary: External function get_entries_by_letter
2015-12-31 15:18:36 +01:00
Frederic Massart
61fce28459
MDL-49231 mod_glossary: External function view_entry
2015-12-31 15:18:36 +01:00
Frederic Massart
d0d4372ce7
MDL-49231 mod_glossary: External function view_glossary
2015-12-31 15:18:13 +01:00
David Monllao
97f4eb11a5
Merge branch 'MDL-50428-master' of git://github.com/jleyva/moodle
...
Conflicts:
mod/scorm/version.php
version.php
2015-12-29 10:46:52 +08:00
David Monllao
febc314895
Merge branch 'MDL-51886-master' of git://github.com/dpalou/moodle
...
Conflicts:
version.php
2015-12-22 16:28:18 +08:00
David Monllao
a96bf448b8
Merge branch 'MDL-52073-master' of git://github.com/jleyva/moodle
...
Conflicts:
version.php
2015-12-22 16:23:33 +08:00
Dan Poltawski
07f8dd4314
Merge branch 'MDL-52399-master' of git://github.com/jleyva/moodle
2015-12-21 12:45:30 +00:00
Dani Palou
557b58b099
MDL-51886 wiki: New WS mod_wiki_view_wiki and mod_wiki_view_page
2015-12-21 08:19:24 +01:00
Juan Leyva
1e5241a12b
MDL-52073 enrol_guest: New Web Service enrol_guest_get_instance_info
2015-12-10 12:32:30 +01:00
Juan Leyva
98fff78d00
MDL-50428 mod_scorm: New WS mod_scorm_launch_sco
2015-12-10 11:18:10 +01:00
Dan Poltawski
c7bba4e5af
Merge branch 'MDL-52165-master' of git://github.com/jleyva/moodle
2015-12-08 08:51:34 +00:00
David Monllao
3f2c229b53
Merge branch 'MDL-50550-master' of git://github.com/dpalou/moodle
...
Conflicts:
lib/db/services.php
version.php
2015-12-08 11:32:39 +08:00
Frederic Massart
bf5bbe0127
MDL-50540 mod_glossary: Final clean up of new external function
2015-12-07 13:42:37 +08:00
Costantino Cito
23da998fad
MDL-50540 glossary: New WS mod_glossary_get_glossaries_by_courses
2015-12-07 12:48:27 +08:00
Juan Leyva
04cd8ae3c0
MDL-52165 mod_forum: New Web Service mod_forum_can_add_discussion
2015-12-04 15:30:16 +01:00
Dani Palou
23cbaefb24
MDL-50550 wiki: New WS mod_wiki_get_wikis_by_courses
2015-12-04 13:52:41 +01:00
Juan Leyva
bc7b1a3d4d
MDL-52399 webservice: Add core_notes_delete_notes to the mobile service
2015-12-03 13:02:56 +01:00
Eloy Lafuente (stronk7)
7828bb972e
Merge branch 'MDL-26935' of https://github.com/andrewhancox/moodle
2015-12-03 11:13:07 +01:00
Dan Poltawski
92efb347b0
Merge branch 'MDL-52074-master' of git://github.com/jleyva/moodle
2015-11-30 15:29:29 +00:00
Dan Poltawski
ca593e5f69
Merge branch 'MDL-52108-master' of git://github.com/jleyva/moodle
2015-11-30 15:25:22 +00:00
Eloy Lafuente (stronk7)
6d29c4acdd
MDL-52140 upgrade: add 3.0.0 separation line to all upgrade scripts
2015-11-17 17:08:56 +01:00
Juan Leyva
90d50ad439
MDL-52074 ws: Add enrol_self_get_instance_info to the mobile service
2015-11-16 13:16:45 +01:00
Juan Leyva
b8fbbc44d0
MDL-52071 ws: Add core_enrol_get_course_enrolment_methods to service
2015-11-12 13:21:58 +01:00
Juan Leyva
419b112832
MDL-52108 messages: New WS core_message_delete_message
2015-11-12 12:05:49 +01:00
Dan Poltawski
de2a3b7423
Merge branch 'MDL-50217' of git://github.com/timhunt/moodle
2015-10-20 14:56:33 +01:00
Tim Hunt
9872f0a8b8
MDL-50217 questions: sensible default order for add new qtype
...
This default will only affect new installs.
2015-10-19 08:43:13 +01:00
Dan Poltawski
293197afb3
Merge branch 'MDL-49329-master-multiplug' of git://github.com/mudrd8mz/moodle
2015-10-16 14:53:26 +01:00