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
Helen Foster
ce2c0f3a74
MDL-51148 lang: Merge English strings from the en_fix language pack
2015-08-26 16:46:43 +02:00
Andrew Davis
560c7d6afa
MDL-51204 coding style fixes in /lang
2015-08-26 07:00:03 +08:00
Andrew Davis
d1cb06fb1b
MDL-49950 removed a duplicate string definition
2015-08-26 05:40:31 +08:00
Nelson Moller
52b08f5fce
MDL-51090: mod_quiz grading validation of an essay question
...
An invalid format is casted to 0 (if a string) or to some truncated value in other cases (ex: 10..5).
2015-08-20 19:58:49 +01:00
David Monllao
9502083292
MDL-49280 auth: Rewording duplicate emails setting
...
From allowuserstoshareemailaddresses to allowaccountssameemail, also
changing lang strings.
2015-08-20 12:56:11 +08:00
Dan Poltawski
cfd9279f3d
Merge branch 'MDL-46167-master' of https://github.com/mackensen/moodle
2015-08-19 18:30:28 +02:00
Dan Poltawski
cfeadc66b0
Merge branch 'MDL-49280-m' of https://github.com/micaherne/moodle
2015-08-17 15:03:59 +01:00
David Monllao
2394cf72d6
Merge branch 'wip-MDL-50303-master' of git://github.com/marinaglancy/moodle
2015-08-17 15:06:15 +08:00
Marina Glancy
a039418383
MDL-50303 cache: removed unused cache definition
2015-08-13 11:56:53 +08:00
Eloy Lafuente (stronk7)
28a614a83f
Merge branch 'MDL-50371' of https://github.com/danielneis/moodle
2015-08-13 00:38:41 +02:00
Eloy Lafuente (stronk7)
72d3fd1035
Merge branch 'MDL-50816-master' of git://github.com/jleyva/moodle
2015-08-05 18:20:52 +02:00
Michael Aherne
bc9837241f
MDL-49280 user: Config for allowing duplicate emails
2015-08-04 08:46:08 +01:00
Andrew Nicols
719af68938
Merge branch 'wip-MDL-45113-master' of https://github.com/mackensen/moodle
2015-08-04 15:21:22 +08:00
Andrew Nicols
4314797382
Merge branch 'MDL-50624-master' of git://github.com/ryanwyllie/moodle
2015-08-03 09:19:17 +08:00
Ryan Wyllie
19452dc4be
MDL-50624 environment: add PHP7 as unsupported version
...
Added PHP7 as an unsupported version for Moodle 2.8 and 2.9 in
the environment checks
2015-08-03 00:58:50 +00:00
Charles Fulton
b6f28375b7
MDL-45113 auth: add is_configured method and convert auth_db to use it
2015-07-31 15:16:08 +00:00
Clement Smith
8c0b46f74f
MDL-50963 lang/en/grades.php: Improve bad grade error message
...
The error message received when inputting a grade value that is too
low indicates that zero is a valid grade value. This is incorrect as
the lowest valid grade value is 1. This updates the error message to
indicate the minimum acceptable grade value is 1, not 0.
2015-07-30 09:00:26 -05:00
Daniel Neis Araujo
b6d1812dd7
MDL-50371 gradebook: gradepointdefault for manual itens and categories
2015-07-29 17:08:27 -03:00
Dan Poltawski
8b56685253
Merge branch 'MDL-50834' of https://github.com/danielneis/moodle
2015-07-28 13:25:57 +01:00
Dan Poltawski
53fb02da8e
Merge branch 'MDL-50645_master' of git://github.com/dmonllao/moodle
2015-07-27 10:36:55 +01:00
Daniel Neis Araujo
9de0c83086
MDL-50834 gradebook: Add help text and link to xml grade import
2015-07-24 09:54:34 -03: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
Tony Butler
bf7c844e94
MDL-49582 core_lib: Add button to allow user to reset table preferences
2015-07-16 11:39:25 +01:00
Juan Leyva
6166a9fbe7
MDL-50816 notes: Delete never met condition code
2015-07-15 15:31:26 +02:00
Eloy Lafuente (stronk7)
b164e2ec30
Merge branch 'MDL-50049-master' of git://github.com/ankitagarwal/moodle
2015-07-09 20:24:13 +02:00
Charles Fulton
096fd59653
MDL-46167 admin_cli: allow skipping of database installation
2015-07-04 19:15:50 +00:00
Davo Smith
0c9d8172b5
MDL-48074 enrol: option to filter by users 'not in any group'
2015-07-03 09:35:57 +01:00
Ankit Agarwal
2149326b8c
MDL-50049 deprecation: Remove usage of deprecated api and cleanup
2015-06-29 17:15:50 +05:30
Marina Glancy
feda17c38e
MDL-49257 grades: strings adjustments
2015-06-25 09:56:36 +08:00
Dan Poltawski
20a16512ee
Merge branch 'wip-MDL-49257-master' of git://github.com/marinaglancy/moodle
2015-06-23 11:20:08 +01:00
Marina Glancy
deb3d5ed00
MDL-49257 grades: introduce calculation freeze
...
In order to prevent changes in the existing grades when we fix bugs
we are introducing the gradebook code versioning. Each course may
"freeze" the code version to the older date. Freezing is usually done
during upgrade or restore and can be removed by the teacher by pressing
the button and accepting potential grade changes. There is no visible
setting and not possible to change the version back manually.
See MDL-50432 and MDL-50522
2015-06-23 14:25:47 +08:00
Davo Smith
1a6448fded
MDL-29763 portfolio: add helpful description to the page
2015-06-19 14:54:58 +01:00
Dan Poltawski
a6661ae013
Merge branch 'capabilities_cache' of git://github.com/tlevi/moodle
2015-06-18 07:13:35 +02: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
Eloy Lafuente (stronk7)
d3c2a653a8
Merge branch 'MDL-48470-master' of git://github.com/ankitagarwal/moodle
2015-06-08 19:55:34 +02:00
Eric Merrill
c07775dfff
MDL-48618 gradebook: Only use individual min/max for aggrigate grades
2015-06-05 17:05:24 +08:00
Dan Poltawski
f73b04871a
Merge branch 'MDL-50155' of https://github.com/andrewhancox/moodle
2015-06-02 12:08:24 +01:00
jinhofer
0fa9b33463
MDL-50140 grade/import: Added CSH buttons to import grades
...
CSH buttons have been added to CSV Import as well as Paste
from spreadsheet in the following areas:
Encoding, Separator (csv only), Verbose, Preview, Map to,
and Map from.
The heading of Import CSV had a CSH button added as well.
All CSH buttons were given associated language strings.
2015-05-28 07:51:50 -05:00
Andrew Hancox
b3834b3632
MDL-50155 core: Move and rename common settings config page
...
AMOS BEGIN
CPY [commonsettings,admin],[commonactivitysettings,admin]
AMOS END
2015-05-18 14:48:01 +01:00
Ankit Agarwal
1785f52cf6
MDL-48470 strings: Remove deprecated strings
2015-05-18 14:45:03 +05:30
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
Dave Cooper
4c54bc6fe1
MDL-49845 lang: Remove userspreferences string
2015-05-05 16:36:30 +08:00
John Okely
6289c2ea94
MDL-49983 admin: Improve user menu grades setting language strings
2015-05-05 15:13:01 +08:00
Andrew Nicols
ce16ceb667
Merge branch 'MDL-49983-master-fix-2' of https://github.com/xow/moodle
2015-05-05 11:57:03 +08:00
John Okely
ad13aff7c4
MDL-49983 lang: Remove language strings that were added in 2.9
2015-05-05 11:35:21 +08:00
Dave Cooper
4ad43f2a2f
MDL-49845 lang: Fixing incorrect component name for deprecated string
2015-05-05 10:01:48 +08:00
David Monllao
890078bf03
MDL-49983-master lang: Fixing wrong mygrades string location
2015-05-04 18:16:53 +08:00
Dave Cooper
7193ea2cd2
MDL-49845 profile: changed 'My preferences' display logic
2015-05-04 14:02:17 +08:00