David Mudrák
c192a33001
MDL-48493 admin: Do not require selected plugin type on installation
...
Now we allow the plugin type left unselected and we attempt to
auto-detect it. Only when the auto-detection fails, the admin has to
manually select the type of the plugin.
2015-01-15 12:58:14 +01:00
David Mudrák
bbf3cd4e93
MDL-48493 admin: Make plugin installer able to detect plugin component
...
On contrary to deeper heuristic (read: guessing) we perform in the
Plugins directory (such as looking at the names of the language files),
here we simply rely on the plugin component being correctly defined in
the version.php file.
The validator class has more robust processing, to make sure the
component declaration is not provided in a commented area of the
version.php etc. However, as it is fully acceptable that the
auto-detection fails if the version.php uses non-standard syntax, this
easier approach is valid here.
2015-01-15 12:58:14 +01:00
Dan Poltawski
c81689fa75
Merge branch 'MDL-48729_legacy_log_error' of https://github.com/andyjdavis/moodle
2015-01-15 08:32:43 +00:00
Ankit Agarwal
017de890cb
MDL-48510 inbound: Support disabling of expiration changes in UI
2015-01-15 08:32:40 +00:00
Eloy Lafuente (stronk7)
ae3663a082
Merge branch 'MDL-48748-master-enfix' of git://github.com/mudrd8mz/moodle
2015-01-07 17:15:52 +01:00
Andrew Davis
7df0d6a78b
MDL-48729 logs: prevent fatal error is legacy log data retrieval fails
2015-01-07 09:59:53 +01:00
David Monllao
ccc1782b69
Merge branch 'MDL-48688-master' of git://github.com/ankitagarwal/moodle
2015-01-07 08:47:37 +08:00
Helen Foster
b7853012b8
MDL-48748 lang: Merge English strings from the en_fix language pack
2015-01-06 21:53:17 +01:00
Dan Poltawski
35aff62bf7
Merge branch 'MDL-44393-master' of git://github.com/ankitagarwal/moodle
2015-01-06 12:21:01 +00:00
Andrew Nicols
388b49d5f6
Merge branch 'MDL-48701-master' of git://github.com/ankitagarwal/moodle
2015-01-06 12:04:59 +08:00
Andrew Nicols
dd1adc419f
Merge branch 'MDL-48644_restoreLegacyLogs' of https://github.com/moodlerooms/moodle
2015-01-05 14:30:56 +08:00
Ankit Agarwal
3726a0c3fc
MDL-44393 tasks: Add unit tests for cron field validations
2015-01-02 11:02:16 +05:30
Ankit Agarwal
c241edb5cf
MDL-44393 tasks: Validate cron fields
2015-01-02 10:54:59 +05:30
Mark Nielsen
7cd112dfd5
MDL-48644 backup tool_log: Fixing coding style
...
Wrap long function definition
to next line.
2014-12-29 10:55:09 -08:00
Ankit Agarwal
7d1e61c685
MDL-48701 inbound: Use correct method in invalid email handler
...
Invalid email handler doesn't allow alteration in validate sender config. Make sure this is reflected in the UI as well
2014-12-24 10:15:04 +05:30
Eloy Lafuente (stronk7)
2323289e2e
Merge branch 'MDL-48593-master' of git://github.com/andrewnicols/moodle
2014-12-22 21:50:50 +01:00
Dan Poltawski
1f2789ebf2
Merge branch 'MDL-48224-master' of git://github.com/xow/moodle
2014-12-22 14:04:05 +00:00
Dan Poltawski
c67c00a6fe
Merge branch 'MDL-42616-master' of https://github.com/sammarshallou/moodle
2014-12-22 12:13:31 +00:00
Ankit Agarwal
6deca428d2
MDL-48688 inbound: Fix incorrect class names
2014-12-22 13:37:48 +05:30
sam marshall
d3fd2be7aa
MDL-42616 filelib: New user interface to edit and add file types (2/2)
...
New admin tool tool_filetypes which uses the new API to add and
modify file type definitions.
2014-12-19 14:49:01 +00:00
Mark Nielsen
362bc07063
MDL-48644 backup: Preserve log IP and time during restore
2014-12-18 11:30:28 -08:00
Andrew Nicols
35df3d5373
MDL-48593 messageinbound: Correct header retrieval from IMAP server
...
Header retrieval should only be performed on the base message, and not each
part of the message as is currently performed.
This came to light because Google changed their IMAP server such that, if
you inform the data query that you wish to retrieve the headerText for a
part which does not contain a MIME header, then no message is retrieved in
the search causing a general failure of the IMAP fetch.
In normal circumstances, headers should only be a part of the base message
part.
2014-12-17 09:34:56 +08:00
Dan Poltawski
f5360dd16b
Merge branch 'MDL-43902-master' of git://github.com/FMCorz/moodle
2014-12-16 18:52:40 +00:00
Eloy Lafuente (stronk7)
cccab73451
Merge branch 'm29_MDL-48532' of https://github.com/totara/moodle
2014-12-16 15:47:06 +01:00
Andrew Nicols
dd6c9eeb16
MDL-48164 messageinbound: Attempt to detect autoreplies
...
Any message which includes:
* Precedence: bulk
* X-Autoreply: !no
* X-Autoresponse: !no
* Auto-Submitted: !no
Will not be detected as a bulk message and therefore ignored.
2014-12-16 09:34:12 +08:00
Andrew Nicols
371bfca1c4
MDL-48224 cron: Buffer SMTP connections around tasks
2014-12-12 10:35:54 +08:00
Frederic Massart
ba55be9151
MDL-43902 output: Final deprecation of classes r0/r1 in table rows
2014-12-09 14:52:30 +08:00
Brian Barnes
ae00e55a00
MDL-48532 core_roles: Set correct heading on user roles page
2014-12-09 14:28:29 +13:00
Sam Hemelryk
559d6c0046
MDL-34684: fixed whitespace issues
2014-12-08 11:16:19 +13:00
Sam Hemelryk
8b0876cc10
Merge branch 'MDL-34684_master' of git://github.com/dmonllao/moodle
2014-12-08 11:15:32 +13:00
Dan Poltawski
13e0300961
Merge branch '26226-48304-29' of git://github.com/samhemelryk/moodle
2014-12-04 12:06:04 +00:00
Sam Hemelryk
6c4e70a6d8
Merge branch 'wip_MDL-47830_m29_pwrotation' of https://github.com/skodak/moodle
2014-12-04 12:03:15 +00:00
Dan Poltawski
f9fae51704
Merge branch 'wip-MDL-32547-master-v2' of git://github.com/abgreeve/moodle
...
Conflicts:
version.php
2014-12-04 11:37:48 +00:00
David Monllao
a1ceaf894b
MDL-34684 tool_health: Course categories checking refinements
...
Minor changes:
- Updating all course categories that are part of a loop
- Moved functions to tool_health scope
- Moved tests to tool_health scope
- Raised issue importance
- Minor coding style changes
Thanks to Marko Vidberg.
2014-12-04 11:37:16 +08:00
Logan Reynolds
8db188c8cc
MDL-34684 tool_health: Added health check for course category structure
...
And corresponding unit test. Work by Marko Vidberg.
2014-12-04 10:42:58 +08:00
Sam Hemelryk
91bae397b4
Merge branch 'MDL-18183-master' of git://github.com/FMCorz/moodle
2014-12-01 14:45:50 +13:00
Sam Hemelryk
b5e8781465
Merge branch 'MDL-46618_master' of git://github.com/kordan/moodle
2014-12-01 13:11:32 +13:00
Sam Hemelryk
e2f7da2a80
Merge branch 'MDL-34867-master' of https://github.com/tbannister/moodle
2014-12-01 10:45:04 +13:00
Petr Skoda
1d658535b6
MDL-47830 auth: Add pw rotation restrictions
2014-12-01 08:53:52 +13:00
Sam Hemelryk
1eded976e5
Merge branch 'wip-mdl-48192' of https://github.com/rajeshtaneja/moodle
2014-12-01 08:33:53 +13:00
Andrew Nicols
64e7aa4de1
MDL-28286 JavaScript: Convert all uses of M.str to M.util.get_string
2014-12-01 08:32:04 +13:00
Tyler Bannister
b175341ed5
MDL-34867 report_log: Improved download speed and memory usage.
2014-11-28 09:06:16 -05:00
Adrian Greeve
c35d736a44
MDL-32547 backup: Add setting for backup folder tidy up.
2014-11-28 09:30:03 +08:00
Dan Poltawski
853b6cff9b
Revert "Merge branch 'MDL-43127-master' of git://github.com/FMCorz/moodle"
...
This reverts commit 4e75dd78e6c93f7c341bca703d292606436610d5, reversing
changes made to f376c2ffd7d8304bafff851ead3ed10dee34c805.
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 7bd780835b2e9ff8002da218a5ca42de8dc321b4, reversing
changes made to 1e7e4d5f01c7eaa2278aa38f8abd8c04197d51cc.
2014-11-27 09:33:48 +00:00
Rajesh Taneja
2b51813b11
MDL-48192 tool_monitor: check output buffer and not ignore it.
...
Check what is thrown in output buffer and
make sure output is expected output.
2014-11-27 17:02:26 +08: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
Dan Poltawski
4e75dd78e6
Merge branch 'MDL-43127-master' of git://github.com/FMCorz/moodle
2014-11-25 11:18:50 +00:00
Frederic Massart
61380ed2a2
MDL-43127 tool_uploadcourse: Add support for more enrolment methods
2014-11-25 11:00:56 +08:00
Eloy Lafuente (stronk7)
e445e28d6c
Merge branch '48334-29' of git://github.com/samhemelryk/moodle
2014-11-25 01:18:11 +01:00