Josh Willcock
51e488eaf3
MDL-50287 completion: Separated slow task out from cron
...
The mark started function for the completions scheduled task can be very
slow and causes performance issues when running. By splitting this into
it's own task it can be managed independantly from the other parts which
update regularly.
2015-08-27 14:40:04 +01:00
Dan Poltawski
482ebc1786
Merge branch 'MDL-50723-master' of git://github.com/andrewnicols/moodle
2015-08-24 14:47:25 +01:00
Dan Poltawski
a9334960dd
Merge branch 'wip-MDL-30315-master' of git://github.com/abgreeve/moodle
2015-08-19 18:30:33 +02:00
Adrian Greeve
0305798c62
MDL-30315 gradebook: Uploading feedback doesn't override grades.
2015-08-18 17:02:45 +08:00
Andrew Nicols
04c24a55ec
MDL-50723 core: Remove long-defunct table webdav_locks
2015-08-14 08:42:34 +08:00
Marina Glancy
a039418383
MDL-50303 cache: removed unused cache definition
2015-08-13 11:56:53 +08:00
Andrew Nicols
3c81333aa4
Merge branch 'MDL-50008-master' of git://github.com/jleyva/moodle
2015-08-04 16:20:55 +08:00
Andrew Nicols
121eaa6cfe
Merge branch 'MDL-49792-master' of git://github.com/jleyva/moodle
2015-08-04 16:17:43 +08:00
Andrew Nicols
673b3c730b
Merge branch 'MDL-49791-master' of git://github.com/jleyva/moodle
2015-08-04 16:07:11 +08:00
Eloy Lafuente (stronk7)
7b82add579
Merge branch 'wip-MDL-19748-master' of https://github.com/marinaglancy/moodle
2015-08-03 21:20:04 +02:00
Juan Leyva
734c7452d3
MDL-50008 folder: New Web Service mod_folder_view_folder
2015-07-30 23:02:47 +02:00
Juan Leyva
3c779961ad
MDL-49792 resource: New WS mod_resource_view_resource
2015-07-30 23:01:21 +02:00
Juan Leyva
0918811037
MDL-49791 page: New Web Service mod_page_view_page
2015-07-30 22:59:30 +02:00
Dan Poltawski
53fb02da8e
Merge branch 'MDL-50645_master' of git://github.com/dmonllao/moodle
2015-07-27 10:36:55 +01:00
David Monllao
9effa14810
MDL-50645 cache: New plugin_functions cache
...
Improves memory usage as we don't need to include all files every time we want
to see if any plugin supports a callback.
2015-07-20 20:21:07 +02:00
Juan Leyva
e9bf301145
MDL-50427 mod_scorm: New Web Service mod_scorm_view_scorm
2015-07-20 09:15:44 +02:00
Marina Glancy
dd8a0a3909
MDL-19748 tags: edit tags not allowed for auth users
2015-07-19 21:09:32 +08:00
Juan Leyva
e0d6d10a83
MDL-49796 assign: New external function view_grading_table
2015-07-13 09:25:23 +02:00
Damyon Wiese
4359caa22b
MDL-50757 upgrade: Unset config value that will never be used again
2015-07-03 16:37:54 +08:00
Adrian Greeve
316c560cc5
MDL-50757 gradebook: Update fix for pre 2.8 upgrades.
...
Moodle installations that updated before the 2.8 grade push
were being flagged for a gradebook freeze. This was resulting in
calculated grades being shown as different to how they were
displayed before the upgrade. This fix retains the original
grade value.
2015-07-03 13:13:12 +08:00
Adrian Greeve
3f8a714f36
MDL-48239 gradebook: Oracle fix for string compare.
...
Update to upgradelib.php where string comparisions cause
phpunit failures in Oracle.
2015-07-02 12:30:26 +08:00
Adrian Greeve
4d4dcc2718
MDL-48239 gradebook: Calculated grades maxgrade now able to be set.
2015-07-02 11:13:25 +08:00
Marina Glancy
156d048659
MDL-49257 grades: fix bugs with extra credit weights
...
When we adjust the weights in natural grading (setup screen), the extra credit items
should not depend on other overrides. If extra credit item's weight was overriden, it stays as it is.
Otherwise it is calculated as itemgrademax / totalgrademax (total excludes extra credit items)
2015-06-23 14:25:50 +08:00
Dan Poltawski
a6661ae013
Merge branch 'capabilities_cache' of git://github.com/tlevi/moodle
2015-06-18 07:13:35 +02:00
Andrew Nicols
d04e408e38
Merge branch 'php7_reserved_words' of git://github.com/tlevi/moodle
2015-06-18 07:10:38 +02:00
Tony Levi
303936aa57
MDL-50453 core: Replace reserved word usage in progress\null (PHP7)
2015-06-15 12:21:27 +09:30
Juan Leyva
32fb60e761
MDL-50219 users: Include add_user_private_files in the mobile service
2015-06-14 22:09:28 +02:00
Frederic Massart
6bd5ca3db0
MDL-48618 grades: Do not run minmax upgrade for fresh installs
2015-06-11 17:16:34 +08:00
David Monllao
d8ee571298
MDL-48618 upgrade: Matching conditions and upgrade savepoints
2015-06-11 15:02:06 +08:00
David Monllao
408e3812af
MDL-48618 grades: Forcing new upgrade savepoint
2015-06-11 14:37:31 +08:00
David Monllao
e87acc8386
Merge branch 'MDL-48618-master' of git://github.com/FMCorz/moodle
2015-06-11 14:20:56 +08:00
Frederic Massart
ebea19cb26
MDL-48618 grades: Handling of inconsistencies due to min/max grades
2015-06-10 12:33:41 +08:00
Eric Merrill
c07775dfff
MDL-48618 gradebook: Only use individual min/max for aggrigate grades
2015-06-05 17:05:24 +08:00
Juan Leyva
ceac202f64
MDL-50442 ws: Add core_user_get_users_by_field to the mobile service
2015-06-04 22:02:04 +02:00
Dan Poltawski
09bc038674
Merge branch 'MDL-49793-master' of git://github.com/jleyva/moodle
2015-06-02 14:01:05 +01:00
Juan Leyva
752036b826
MDL-49793 url: New Web Service mod_url_view_url
2015-06-01 13:46:22 +02:00
Mark Nelson
2b7b0bae62
MDL-50309 core_upgrade: fixed undefined '$customusermenuitems' notice
2015-05-27 21:29:39 -07:00
Tony Levi
aa7017432a
MDL-42192 accesslib: Cache capabilities list
...
With thanks to Andrew Nicols <andrew@nicols.co.uk> for some ammendments.
2015-05-14 11:23:47 +09:30
Eloy Lafuente (stronk7)
b758ab3053
MDL-50183 upgrade: add 2.9.0 separation line to all upgrade scripts
2015-05-12 00:21:05 +02:00
John Okely
35ea78d2ba
MDL-49987 Navigation: Put messages before preferences, not mypreferences
2015-05-04 16:31:16 +08:00
Andrew Nicols
d3f1cde59e
MDL-49987 upgrade: Correct missing main_savepoint update
2015-05-04 14:40:09 +08:00
Andrew Nicols
6df7f2008b
Merge branch 'MDL-49987-master' of git://github.com/damyon/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2015-05-04 13:40:57 +08:00
John Okely
4887d15228
MDL-49983 navigation: Remove 'my' from user context navigation
2015-05-04 12:38:50 +08:00
Damyon Wiese
3c568cd3db
MDL-49987 upgrade: Make sure messages is in the user menu
...
Because we have removed messages from the navigation tree,
it is important that it exists in the user menu. That is the default
behaviour, but if sites previously removed it, we need to make sure it
is inserted back.
2015-05-03 21:47:20 +08:00
Mark Nelson
3b318d3e69
MDL-49932 core_install: removed upgrade step changing 'defaulthomepage'
...
The upgrade step was changing any site that had the setting
'defaulthomepage' set to HOMEPAGE_SITE to HOMEPAGE_MY. We can
not make the assumption that users want this setting changed.
2015-04-29 15:30:45 -07:00
Matteo Scaramuccia
6514ced4f5
MDL-47004 LDAP: improved the default objectClass setting for AD.
2015-04-15 23:53:35 +02:00
Adrian Greeve
72324523ad
MDL-45774 navigation: Version bump and upgrade.php edit.
2015-04-13 15:31:23 +08:00
Damyon Wiese
5472f9f4e0
MDL-45774 Navigation: Add upgrade step to change defaulthomepage
2015-04-10 17:18:21 +08:00
Adrian Greeve
45367bdf0c
MDL-49688 navigation: First review fixes and version bump.
...
Part of MDL-45774.
2015-04-10 17:18:03 +08:00
Damyon Wiese
e4522f8841
MDL-48934 navigation: Update the default entries in the user menu.
...
Add mypreferences and remove mybadges and myfiles (You should get to the
last 2 through your dashboard).
Part of MDL-45774
2015-04-10 17:17:07 +08:00