Eloy Lafuente (stronk7)
b0d06e3c2c
Merge branch 'MDL-47480-28' of git://github.com/ankitagarwal/moodle into MOODLE_28_STABLE
2015-06-10 00:33:28 +02:00
Ankit Agarwal
6dbe2aaacb
MDL-47480 tasks: Define order for getting tasks
2015-06-02 08:18:13 +05:30
Ankit Agarwal
b3b4c00d5b
MDL-46550 logs: Fix incorrect url
...
Thanks to Nadav Kavalerchik for the suggestion on patch
2015-05-18 12:02:36 +05:30
Andrew Nicols
c1108ed7fc
MDL-50153 core: Use directory_separator when autoloading psr0 classes
2015-05-08 12:17:20 +08:00
David Monllao
eaa13b3809
Merge branch 'MDL-48002-28' of git://github.com/ankitagarwal/moodle into MOODLE_28_STABLE
2015-05-05 10:21:46 +08:00
Ankit Agarwal
e39a1db7b6
MDL-48002 inbound: Remove quoted text from forum emails
2015-05-04 15:21:51 +05:30
Marina Glancy
ed402015bb
MDL-50066 strings: unable to deprecate string from moodle.php
2015-04-30 16:15:24 +08:00
Brendan Heywood
be72c3df67
MDL-49740 Lock: Fixed task lock release bugs
2015-04-07 13:09:36 +01:00
Rajesh Taneja
f93ff30cde
MDL-48605 unit_test: Fixed file_temp_cleanup_task
...
touch should only work on temp and below
dir's. With path we get temp/.. and temp/.
So we were modfying moodledata dir as well
and it was failing because of permission issues.
2015-03-31 14:58:51 +08:00
David Monllao
be39358439
MDL-45619 repository: Don't allow repository_recent to be uninstalled
...
We have tests that depends on it and it
is a simple repo that can just be disabled.
2015-03-25 09:39:59 +08:00
David Monllao
c34e3ca994
Merge branch 'MDL-45619_m28' of git://github.com/sbourget/moodle into MOODLE_28_STABLE
2015-03-25 09:39:48 +08:00
Andrew Davis
592608b287
MDL-49070 core_registration: improved site registration scheduled task
2015-03-20 20:55:06 +08:00
Marina Glancy
9cdcf8748d
MDL-45619 repository: corrections to uninstall, display link
2015-03-18 13:45:09 -04:00
Stephen Bourget
fad0019cb2
MDL-45619 Repository: Allow repositories to be uninstalled
2015-03-18 13:45:06 -04:00
Dan Poltawski
35a615aa33
Merge branch 'MDL-47000-28' of git://github.com/merrill-oakland/moodle into MOODLE_28_STABLE
2015-03-03 13:21:30 +00:00
Stephen Bourget
2a433ad067
MDL-45621 Portfolio: Allow portfolios to be uninstalled
2015-03-03 10:59:48 +01:00
Eric Merrill
3272e14576
MDL-47000 session: Update memcached version referecnes to 2.2.0
2015-02-24 15:19:30 -05:00
Frederic Massart
d940409a40
MDL-47529 task: Remove usage of lock when editing a task
2015-02-16 11:14:20 +08:00
Frederic Massart
58ebc0a42d
MDL-47529 task: Do not use lock when updating task records
2015-02-16 11:14:20 +08:00
Eloy Lafuente (stronk7)
7e67e4d619
Merge branch 'MDL-48685-28' of git://github.com/andrewnicols/moodle into MOODLE_28_STABLE
2015-01-28 00:46:29 +01:00
Andrew Nicols
eeaf95494f
MDL-48685 core_useragent: Correct IE 5.0 issues
2015-01-27 08:36:28 +08:00
Frederic Massart
737a5f7fe4
MDL-48383 task: Indicate when a task will not run if plugin is disabled
2015-01-22 11:08:10 +08:00
Ankit Agarwal
8293f6c86f
MDL-48510 inbound: Support disabling of expiration changes in UI
2015-01-13 09:26:20 +05:30
Eloy Lafuente (stronk7)
b78438abc0
Merge branch 'MDL-37584-28' of git://github.com/ankitagarwal/moodle into MOODLE_28_STABLE
2015-01-08 00:46:41 +01:00
Ankit Agarwal
f517d1c20b
MDL-48688: inbound: remove spaces from exception
2015-01-07 13:44:25 +08:00
David Monllao
b68c14c98d
Merge branch 'MDL-48697-28' of git://github.com/ankitagarwal/moodle into MOODLE_28_STABLE
2015-01-07 09:07:13 +08:00
David Monllao
2fe7bf0585
Merge branch 'MDL-48688-28' of git://github.com/ankitagarwal/moodle into MOODLE_28_STABLE
2015-01-07 08:48:05 +08:00
Dan Poltawski
f704c30f8a
Merge branch 'MDL-48442-28' of git://github.com/ankitagarwal/moodle into MOODLE_28_STABLE
2015-01-06 11:19:33 +00:00
Dan Poltawski
0aee829cd3
Merge branch 'MDL-43679-28' of git://github.com/FMCorz/moodle into MOODLE_28_STABLE
2015-01-05 15:49:26 +00:00
Ankit Agarwal
de290738c9
MDL-48442 tasks: Make sure first run is as per schedule
2015-01-02 14:55:22 +05:30
Frederic Massart
b4e7dcaa8a
MDL-43679 core: Handle Meridio user agents with MS Word
2015-01-02 11:24:00 +08:00
Paul Nicholls
7ed6f826ad
MDL-43679 core_useragent: add basic MS Word detection
...
Basic detection for MS Word's internal link checker. This is not perfect,
as older versions use IE6/7 user agent string with no identifying marks,
and newer versions don't necessarily identify themselves as Word (just as
Office). Version information is not reliably available, even when there
is sufficient other information to identify it as Word's link checker.
This is also based on a small sample of Word / OS version pairings, so
there may be some which are identifiable but not currently covered.
2015-01-02 11:23:59 +08:00
Ankit Agarwal
07a06264dc
MDL-37584 tasks: Use a senisible maximum time window for the task
2014-12-31 14:03:09 +05:30
Ankit Agarwal
870e0fb822
MDL-48697 libraries: Use proper path for core_completion
2014-12-24 08:10:36 +05:30
Dan Poltawski
61040870bb
Merge branch 'MDL-48224-28' of git://github.com/xow/moodle into MOODLE_28_STABLE
2014-12-22 14:04:23 +00:00
Ankit Agarwal
6227a1f3e7
MDL-48688 inbound: Fix incorrect class names
2014-12-22 13:50:43 +05:30
Dan Poltawski
cf7167cbae
Merge branch 'MDL-44829_MOODLE_28_STABLE' of git://github.com/BenKelada/moodle into MOODLE_28_STABLE
2014-12-17 10:11:41 +00:00
BKelada
999f2b3aea
MDL-44829 libraries: Update android user agent detection
2014-12-17 16:37:03 +11:00
David Monllao
5ad9e84664
MDL-46472 theme: Removing standard as an uninstallable theme
2014-12-12 13:33:46 +08:00
Andrew Nicols
b1a381ffcf
MDL-48224 cron: Buffer SMTP connections around tasks
2014-12-12 10:39:19 +08:00
Dan Poltawski
a76630d700
Merge branch 'MDL-48210-28-checker-caching' of git://github.com/mudrd8mz/moodle into MOODLE_28_STABLE
2014-11-26 08:20:42 +00:00
David Mudrák
475f4a6272
MDL-48210 updates checker: Fix empty return type
...
Credit goes to Marina Glancy for catching during the testing.
2014-11-26 09:07:50 +01:00
Eloy Lafuente (stronk7)
3ca610e89a
Merge branch 'MDL-48210-28-checker-caching' of git://github.com/mudrd8mz/moodle into MOODLE_28_STABLE
2014-11-25 13:22:14 +01:00
Dan Poltawski
edfb84865a
Merge branch 'wip-MDL-48252-28' of git://github.com/abgreeve/moodle into MOODLE_28_STABLE
2014-11-24 16:29:27 +00:00
David Mudrák
6237bb2f2f
MDL-48210 updates checker: Improve cron notifications processing
...
These are cosmetic improvements spotted while working on the issue.
1. Do not waste time if there are no changes to notify about.
2. Fix the legacy plugin manager's get_plugins() call.
2014-11-21 12:07:55 +01:00
David Mudrák
87082d0f1c
MDL-48210 plugin_manager: Invalidate caches after fetching updates info
2014-11-21 12:07:55 +01:00
Adrian Greeve
6d5f68a832
MDL-48252 scheduled tasks: file_temp_cleanup_task does full delete.
...
This scheduled task was previously only doing a partial delete
due to the fact that the directory modification time would be
updated when a child file was deleted. It would then have to
wait another week before that directory could be deleted.
2014-11-20 10:34:33 +08:00
Sam Hemelryk
c81ae06997
Merge branch 'MDL-33606_28' of git://github.com/dmonllao/moodle into MOODLE_28_STABLE
2014-11-19 09:37:24 +13:00
David Monllao
2a3e89465c
MDL-33606 course: Adding section info to course_viewed log
2014-11-12 13:58:35 +08:00
David Mudrák
5755d70f2e
MDL-48156 task: Skip the scheduled task only for really disabled plugins
2014-11-11 17:18:03 +00:00