Damyon Wiese
852ff0372f
MDL-47499 tasks: Scheduled tasks custom schedule is reset on upgrade.
...
Add a unit test for reset_scheduled_tasks_for_component and make sure it doesn't clear
customised schedules for existing tasks.
2014-10-14 14:59:24 +08:00
Zachary Durber
8ec7b088ef
MDL-18229 gradereport: Fixes and improvements from review.
...
Added pagination back in with some general fixes.
AMOS BEGIN
CPY [override,mod_quiz],[override,gradereport_singleview]
AMOS END
2014-10-14 10:26:46 +08:00
Dan Poltawski
da88accb5f
Merge branch 'wip-MDL-46547-master' of git://github.com/abgreeve/moodle
2014-10-08 15:33:46 +01:00
Mark Nelson
b0f844388b
MDL-40697 core: added grade_deleted event
2014-10-07 19:04:09 -07:00
Damyon Wiese
0d474cb2b4
Merge branch 'MDL-28484-master' of https://github.com/lucisgit/moodle
2014-10-08 09:53:53 +08:00
Sam Hemelryk
c709fafc6e
Merge branch 'MDL-47197-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
lib/db/install.xml
lib/db/upgrade.php
version.php
2014-10-08 11:16:54 +13:00
Sam Hemelryk
70b370982f
Merge branch 'MDL-47476' of git://github.com/timhunt/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2014-10-08 11:02:38 +13:00
Sam Hemelryk
94cdabcdee
Merge branch 'MDL-46284-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
lib/db/install.xml
lib/db/upgrade.php
version.php
2014-10-07 16:28:50 +13:00
Andrew Nicols
27f7487f82
MDL-47197 core: Private files handler
...
This issue is a part of the MDL-47194 Task.
This issue is a part of the MDL-39707 Epic.
2014-10-07 10:01:19 +08:00
Andrew Nicols
776b4acc81
MDL-46284 core: Add e-mail fetcher from IMAP
...
This issue is a part of the MDL-47194 Task.
This issue is a part of the MDL-39707 Epic.
2014-10-07 10:01:19 +08:00
Andrew Nicols
77c0a68db9
MDL-46284 core: Add e-mail fetcher from IMAP
...
This issue is a part of the MDL-47194 Task.
This issue is a part of the MDL-39707 Epic.
2014-10-07 09:58:35 +08:00
Dan Poltawski
fb991204a9
Merge branch 'MDL-46054-master' of git://github.com/jleyva/moodle
2014-10-06 16:01:26 +01:00
Adrian Greeve
aa60bda9f4
MDL-46547 gradebook: grade import plugin for drag and drop.
...
This allows information to be dragged and dropped directly into a
form to be imported into the gradebook.
2014-10-06 09:14:04 +08:00
Dan Poltawski
16078807f8
MDL-47221 task: allow 'random' time definitions
...
When working against external services it can be advantageous to not
have automated tasks all hit the service at the exact same time from
many different installations.
This change allows the use of 'R' in hour/minute fields of the scheduled
task definition so a task will be installed with a 'random' hour/minute
value for these sort of occasions.
Note that the task will be installed in the database with a defined
time, this simply randomises the time chosen when loading from the
definiton.
2014-10-05 14:27:04 +01:00
Tony Butler
1e31f11852
MDL-28484 core_lib: Add function for https detection
...
Signed-off-by: Tony Butler <tonyjbutler@gmail.com>
2014-10-03 13:02:29 +01:00
Tim Hunt
a75fa4c068
MDL-47476 qformat_learnwise: rest in peace.
...
Learnwise was an old LMS that no longer exists. (Last reference found on
Google from 2009.) So we are removing the ability to import questions in
that format.
2014-10-02 17:16:16 +01:00
Sam Hemelryk
db34f8cbdb
Merge branch 'MDL-46282-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
version.php
2014-10-01 08:57:37 +13:00
Dan Poltawski
7cef39b534
Merge branch 'MDL-47195-master' of git://github.com/andrewnicols/moodle
2014-09-30 11:07:23 +01:00
Andrew Nicols
6c0bfb1449
MDL-46282 core: Add VERP API
...
This issue is a part of the MDL-47194 Task.
This issue is a part of the MDL-39707 Epic.
2014-09-30 14:22:30 +08:00
Juan Leyva
10c5fd10d7
MDL-46054 web_services: Fixed invalid parameter definitions
2014-09-29 16:03:23 +02:00
David Mudrák
a5d08dce93
MDL-47411 admin: Check if the plugin is a git submodule on uninstalling
...
Credit goes to PJ King. I was trying to add unit tests for this new
behaviour but it turned out there are many hard-coded dependencies and
it's not easy to make the whole machinery support alternative location
of testable (fake) plugins.
2014-09-25 21:17:53 +02:00
Andrew Nicols
7d1cfe4c80
MDL-47195 libraries: Add horde IMAP from Horde 5.2.1
...
This issue is a part of the MDL-47194 Task.
This issue is a part of the MDL-39707 Epic.
2014-09-24 14:59:13 +08:00
Andrew Nicols
4ba38f2abc
MDL-47195 core: Add PSR-0 Autoloader
...
This issue is a part of the MDL-47194 Task.
This issue is a part of the MDL-39707 Epic.
2014-09-24 14:59:12 +08:00
Dan Poltawski
490263ec68
Merge branch 'MDL-47270-core-component-classmap-ordering' of https://github.com/mpetrowi/moodle
2014-09-22 16:03:50 +01:00
Matt Petro
be6f3c6e6b
MDL-47270 core_component: make cache independent of filesystem ordering
2014-09-16 12:50:53 -04:00
Eloy Lafuente (stronk7)
e1bb8035e6
Merge branch 'MDL-46613-master' of git://github.com/jleyva/moodle
2014-09-16 18:42:17 +02:00
Juan Leyva
10f1cfc18c
MDL-46613 grades ws: Fixed external function declaration
...
Gradebook items with overridden grades was causing error as Web
Services response
2014-09-16 10:06:21 +02:00
Damyon Wiese
ac7fac558e
Merge branch 'MDL-47225-master' of git://github.com/andrewnicols/moodle
2014-09-16 15:15:57 +08:00
Andrew Nicols
7ace328737
MDL-47225 core: Add ability to normalize component names
2014-09-16 15:06:46 +08:00
Dan Poltawski
0908fb4221
Merge branch 'wip-MDL-46585-master' of git://github.com/marinaglancy/moodle
2014-09-15 13:00:24 +01:00
Andrew Nicols
9c7274e25f
MDL-47206 core: Allow tool plugins to run tasks
...
This issue is a part of the MDL-47194 Task.
This issue is a part of the MDL-39707 Epic.
2014-09-12 11:47:56 +08:00
Marina Glancy
4b867a063a
MDL-46585 lang: display debugging message when deprecated string is used
2014-09-12 10:24:43 +08:00
Paul Charsley
352f3f4797
MDL-46861 added missing required field areaname
2014-08-29 09:42:54 +12:00
Marina Glancy
cf2d4159b7
Merge branch 'MDL-46191-master' of git://github.com/FMCorz/moodle
2014-08-25 15:43:29 +08:00
Frederic Massart
07f827acd4
MDL-46191 gradereport_history: Final clean up for integration
2014-08-25 14:53:28 +08:00
Marina Glancy
241d1d42cf
Merge branch 'MDL-46904-master' of git://github.com/damyon/moodle
2014-08-25 14:45:05 +08:00
Damyon Wiese
a0ac406055
MDL-46904 core_task: Gracefully handle rubbish entries in the tasks table.
2014-08-20 17:01:15 +08:00
Damyon Wiese
aba9019832
Merge branch 'wip_MDL-46711_m28_memcachesrvs' of https://github.com/skodak/moodle
2014-08-19 16:31:06 +08:00
Eloy Lafuente (stronk7)
652d886ae5
Merge branch 'wip_MDL-46552_m28_memcached' of https://github.com/skodak/moodle
2014-08-19 02:28:56 +02:00
Marina Glancy
fb71171fc6
MDL-46589 scheduled task does not send emails
...
Thanks to Luděk Šulák for the patch
2014-08-16 11:29:34 +08:00
Petr Skoda
e8b52671ae
MDL-46711 session: add support for multiple servers to memcache session driver
...
Includes proper definition of object properties which fixes handling of timout default.
2014-08-07 15:39:27 +12:00
Petr Skoda
c6b5f18d06
MDL-46561 session: use full session validation in \core\session\manager::session_exists()
2014-08-07 08:59:24 +12:00
Petr Skoda
fcbf5cbb01
MDL-46552 session: add support for multiple servers in memcached session driver
2014-08-05 11:34:57 +12:00
Sam Hemelryk
fe5bf6ee81
Merge branch 'MDL-46460' of git://github.com/jleyva/moodle
2014-07-29 15:44:31 +12:00
Dan Poltawski
4709708d48
Merge branch 'MDL-46459' of git://github.com/jleyva/moodle
2014-07-28 11:59:02 +01:00
Sam Hemelryk
896506e4df
Merge branch 'MDL-46207-master' of git://github.com/damyon/moodle
2014-07-28 08:37:42 +12:00
Juan Leyva
c03946bcce
MDL-46460 Web Services: Invalid check of grades visibility for missing grades
2014-07-25 10:10:21 +02:00
Juan Leyva
253c3f36bb
MDL-46459 Web Services: Incorrect return parameters get_grades external function
2014-07-25 09:27:45 +02:00
Damyon Wiese
fd57c17e2d
MDL-46207 Tasks: Do not run tasks if their component is disabled.
...
This can be overridden on a per task basis by implementing:
get_run_if_component_disabled() in the scheduled task.
2014-07-21 15:01:54 +08:00
Sam Hemelryk
6e247996ea
MDL-45828 cache: definitions now sorted in the admin UI
2014-07-21 09:25:22 +12:00