Julien Boulen
93d7220587
MDL-67278 course: Use autocomplete widget for course category selector
2020-09-02 15:30:34 +02:00
Paul Holden
b9a09480b2
MDL-48391 tool_uploadcourse: access checks for configuring enrolments.
2020-07-22 17:52:24 +01:00
Paul Holden
d62fc08ed9
MDL-66135 tool_uploadcourse: support custom course fields.
2020-05-01 00:10:15 +01:00
Paul Holden
714343c06a
MDL-66024 tool_uploadcourse: validate shortname/fullname field length.
2019-12-05 07:47:07 +00:00
Luca Bösch
2e7f4fcefd
MDL-67210 tool_uploadcourse: Allow only 0 and 1 for visible value.
2019-11-24 18:29:47 +01:00
Luca Bösch
d4beb21162
MDL-63268 tool_uploadcourse: Keep source course section number.
2019-07-02 19:44:22 +02:00
Davo Smith
223fc57d27
MDL-64552 admin: use hideIf instead of disabledIf (where appropriate)
2019-01-11 11:27:33 +00:00
Marina Glancy
442f12f81a
MDL-62742 core: rename coursecat->core_course_category
...
Also rename course_in_list -> core_course_list_element
Deprecate class coursecat_sortable_records
2018-08-28 11:36:23 +02:00
Marina Glancy
a589b992f8
MDL-59259 tool_uploadcourse: apply course format options
2018-06-28 16:37:27 +08:00
Zig Tan
de33cd0cab
MDL-61892 admin/tools: Implement null privacy providers
2018-04-20 11:41:20 +08:00
Matteo Scaramuccia
ef844148a9
MDL-60923 backup: Added $CFG->backuptempdir
...
The new setting will allow to host the temporary backup files
into a specific target directory. Defaults to '$CFG->tempdir/backup'.
Calling make_backup_temp_directory() checks that the required sub-directory
will be properly created under the new target directory.
2018-04-16 23:50:28 +02:00
Davo Smith
1433a07881
MDL-52811 course: prevent setting of 'lang' without permission
2018-02-01 17:07:12 +00:00
Stephen Bourget
57422d7158
MDL-43648 course: Allow start /end dates to have times
2017-12-14 19:48:31 -05:00
Alexander Bias
33a3ec7c93
MDL-58388 course: Add admin control for course end date default
2017-10-09 14:12:52 +02:00
Dan Poltawski
25a425d709
Merge branch 'wip-MDL-59262-master-2' of git://github.com/marinaglancy/moodle
2017-07-10 14:31:06 +01:00
Marina Glancy
b1ed151f4d
MDL-59262 tool_uploadcourse: allow to set numsections
2017-07-04 10:27:39 +08:00
Marina Glancy
ef5fdb3709
MDL-46495 tool_uploadcourse: set enablecompletion to default
2017-06-30 10:25:29 +08:00
Julien Boulen
ba17a2c3f8
MDL-58070 language: reword visible core string
2017-03-22 11:11:47 +01:00
David Monllao
8643c576c7
MDL-22078 course: Complete proposed patch
...
- New site setting to define the default course duration (used to set
the default end date for some course formats)
- End date setting out of restore
- Fix tool_uploadcourse
- Other fixes here and there
2016-10-05 12:31:05 +08:00
Daniel Neis Araujo
fbcdb0d710
MDL-22078 course: add end date
2016-10-03 09:51:36 +08:00
David Monllao
f258a958a4
MDL-55804 tool_uploadcourse: strftime only to user input
...
Default value already comes as a timestamp.
2016-09-27 08:11:56 +08:00
Eloy Lafuente (stronk7)
07a069f1c0
MDL-50063 unittests: Remove some unnecesary gc_collect_cycles()
...
Now backup and restore operations free logger resources calling
to the destroy() method. This commit ensures:
1) That gc_collect_cycles() is not used anymore in backup-related tests.
2) That all backup and restore controllers in test do always call
to the detroy() method.
3) Some unset() calls, needed to make gc_collect_cycles() are not used
anymore.
2016-05-13 02:50:45 +02:00
Marina Glancy
54f63cd11b
MDL-50851 tool_uploadcourse: allow to set tags
2016-01-10 15:25:48 +08:00
Dan Poltawski
853b6cff9b
Revert "Merge branch 'MDL-43127-master' of git://github.com/FMCorz/moodle"
...
This reverts commit 4e75dd78e6
, reversing
changes made to f376c2ffd7
.
2014-11-27 09:33:52 +00:00
Dan Poltawski
e6f5a4b268
Revert "Merge branch 'MDL-43127-master-fixup' of https://github.com/FMCorz/moodle "
...
This reverts commit 7bd780835b
, reversing
changes made to 1e7e4d5f01
.
2014-11-27 09:33:48 +00:00
Frederic Massart
18edf3a325
MDL-43127 tool_uploadcourse: Empty enrolment method is acceptable
...
Without the patch a course would not be created if it contained
an enrolment method column with an empty value. e.g.:
shortname,fullname,category,enrolment_1,enrolment_1_disable
courserestored,Course restored,1,,
courserestored2,Course restored 2,manual,1
2014-11-26 17:11:35 +08:00
Frederic Massart
61380ed2a2
MDL-43127 tool_uploadcourse: Add support for more enrolment methods
2014-11-25 11:00:56 +08:00
John Okely
bb8d6e1a81
MDL-43274 Course: Remove ability to delete logs on a course during reset
2014-06-16 09:10:05 +08:00
Sam Hemelryk
a59a423926
Merge branch 'MDL-42084-master' of git://github.com/sammarshallou/moodle
2013-12-03 11:12:34 +13:00
Jerome Mouneyrac
c8a661098e
MDL-40728 courseupload: add missing help icons
2013-11-13 16:34:43 +08:00
sam marshall
3ef7279f26
MDL-42084 Core: Change set_time_limit to core_php_time_limit::raise everywhere
...
Exceptions (places where set_time_limit is still left) are:
Third-party libraries:
ADODB
PHPMailer
Moodle core:
PHPUnit - not relevant (CLI mode)
2013-11-06 16:40:01 +00:00
Damyon Wiese
5cc2c6662d
Merge branch 'MDL-41347-master' of git://github.com/FMCorz/moodle
2013-10-09 12:03:54 +08:00
Frederic Massart
97376662df
MDL-41230 tool_uploadcourse: Prevent max_execution_time issues
2013-10-03 11:44:54 +08:00
Frederic Massart
7bfc9edd9d
MDL-41347 tool_uploadcourse: Invalid restore value handled
2013-10-03 11:22:53 +08:00
Sam Hemelryk
cc76e82d58
Merge branch 'MDL-41210-master' of git://github.com/FMCorz/moodle
2013-08-21 10:21:04 +12:00
Sam Hemelryk
0eb65affd2
Merge branch 'MDL-41209-master' of git://github.com/FMCorz/moodle
2013-08-21 10:09:08 +12:00
Frederic Massart
d90b2eb949
MDL-41210 tool_uploadcourse: Fixed restore from same backup file
2013-08-15 12:17:54 +08:00
Frederic Massart
8a4b2b944d
MDL-41211 tool_uploadcourse: Passing restore file path to processor
2013-08-15 10:42:13 +08:00
Frederic Massart
2a1ac90ce6
MDL-41209 tool_uploadcourse: Remove faulty form validation
2013-08-15 09:43:13 +08:00
Petr Škoda
2f1e464a88
MDL-40438 migrate all collatorlib:: and textlib:: uses
2013-08-06 21:04:35 +02:00
Frederic Massart
0e8f56103c
MDL-40737 tool_uploadcourse: Prevent update of frontpage
2013-08-05 15:23:22 +08:00
Petr Škoda
c25a5adb37
MDL-40898 try to hack around the sloppy open file handlers in backup/restore code
2013-07-28 13:29:39 +02:00
Frederic Massart
41525e5510
MDL-13114 tool_uploadcourse: Removing use of deprecated get_plugin_list()
2013-07-15 10:02:56 +08:00
Frederic Massart
a1af15de03
MDL-13114 tool_uploadcourse: Removing summary from mandatory fields
2013-07-15 10:02:56 +08:00
Frederic Massart
22b3be3633
MDL-13114 tool_uploadcourse: Clean up after scheck scan
2013-07-15 10:02:56 +08:00
Frederic Massart
f802b04f03
MDL-13114 tool_uploadcourse: Better Unit Test coverage
2013-07-15 10:02:55 +08:00
Frederic Massart
8c313d1a7f
MDL-13114 tool_uploadcourse: Helper uses MUC for caching
2013-07-15 10:02:55 +08:00
Frederic Massart
3f57c87e1d
MDL-13114 tool_uploadcourse: Clean up
2013-07-15 10:02:55 +08:00
Frederic Massart
7a4ec85e2a
MDL-13114 tool_uploadcourse: Optimised the import form
2013-07-15 10:02:55 +08:00
Frederic Massart
1e3e4efdb2
MDL-13114 tool_uploadcourse: Web UI uses the new classes
2013-07-15 10:02:55 +08:00