Juan Leyva
a1bacaf13d
MDL-45041 Web Service: add_user_device doesn't store entries for different users using the same push key
2014-07-25 10:35:24 +02: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
cbec30d4de
MDL-46485 Assign: Fix when submitting to a group assignment from the default group
2014-07-25 15:18:40 +08:00
Damyon Wiese
e2d2d8a175
MDL-46485 Assign: New unit test to show error with group submission
2014-07-25 15:18:34 +08:00
Marina Glancy
bd56200e09
MDL-46525 enrol_cohort: fix JS error
2014-07-25 14:40:52 +08:00
Jason Fowler
ae4086bd6e
MDL-46206 Accessibility: Add aria role to footer image
2014-07-25 14:37:29 +08:00
Brian Barnes
3040963be3
MDL-46325 behat: Fixed issue where 'teacher1' didn't exist
2014-07-25 16:06:32 +12:00
Frederic Massart
d9c767c76b
MDL-8501 mod_forum: Behat test for neighbour discussions
2014-07-25 10:26:56 +08:00
Frederic Massart
d78628783b
MDL-8501 mod_forum: Adding links to navigate between discussions
2014-07-25 10:26:56 +08:00
Frederic Massart
826cb6f6a1
MDL-8501 mod_forum: Test coverage of neighbour discussions
2014-07-25 09:55:29 +08:00
Frederic Massart
8d3a5ba176
MDL-8501 mod_forum: New function to retrieve discussion neighbours
2014-07-25 09:55:29 +08:00
Marina Glancy
5f079af450
MDL-46503 behat: cohort generator allows to create cohort in category
2014-07-25 09:12:21 +08:00
Petr Skoda
1f5be49d65
MDL-46449 fix username prompt in login block when authloginviaemail enabled
2014-07-25 10:10:29 +12:00
Daniel Thies
a275c52f62
MDL-45044 filter_tex: properly escape excutable pathnames for Windows
2014-07-24 15:01:17 -05:00
Tony Butler
f33be9eb36
MDL-43908 mod_assign: Order submissions by course id then cm id
...
Signed-off-by: Tony Butler <tonyjbutler@gmail.com>
2014-07-24 17:20:19 +01:00
Tony Butler
86dced433e
MDL-43908 mod_assign: Remove redundant code and improve SQL query
...
Signed-off-by: Tony Butler <tonyjbutler@gmail.com>
2014-07-24 17:20:19 +01:00
Tony Butler
c681f7a083
MDL-43908 mod_assign: Prevent notifications for unavailable assignments
...
Signed-off-by: Tony Butler <tonyjbutler@gmail.com>
2014-07-24 16:59:24 +01:00
Tony Butler
ccd6839a7b
MDL-43908 mod_assign: Defer notifications for unavailable assignments
...
Signed-off-by: Tony Butler <tonyjbutler@gmail.com>
2014-07-24 16:59:24 +01:00
Dan Poltawski
40f0ad21a3
weekly release 2.8dev
2014-07-24 09:50:52 +01:00
Dan Poltawski
25f0ec805c
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2014-07-24 09:50:49 +01:00
Damyon Wiese
9f65f9c332
MDL-46506 Assign: fix php warning on grant extension page
...
This code was missed when the extensionduedate was moved to the userflags table.
2014-07-24 11:25:22 +08:00
David Monllao
03bdb0a7c2
MDL-46504 libraries: Fixing typo
2014-07-24 11:15:36 +08:00
Damyon Wiese
3169bb36aa
MDL-46017 Assign: Restore can't rely allocated marker fields existing in backup
2014-07-24 10:50:20 +08:00
David Monllao
10ccdfb8cd
MDL-43390 files: Only lock when locking is not prevented
2014-07-24 10:22:55 +08:00
Mark Nelson
068df636dd
MDL-45594 core_message: added unit tests
2014-07-23 16:40:03 -07:00
Mark Nelson
e6aae58d0d
MDL-45594 core_message: ordered recent notifications by timecreated
2014-07-23 16:39:02 -07:00
Tim Hunt
f68b11f7ad
MDL-45594 simplify message_get_recent_conversations SQL
...
I am pretty sure that this new SQL is logically equivalent to
the original, and it passes Mark's unit tests. However, it is
hard to be 100% sure.
2014-07-23 16:39:02 -07:00
AMOS bot
8db9324914
Automatically generated installer lang files
2014-07-23 22:46:06 +00:00
Andrew Davis
d28a6a5f4b
MDL-46446 core_rating: fixed coding style problems
2014-07-23 19:30:53 +08:00
Simey Lameze
153b3ad002
MDL-46433 blog: fix error message when creating an external blog
2014-07-23 16:11:20 +08:00
Dan Poltawski
a3fa656019
Revert "Merge branch 'MDL-45594_master_alt' of git://github.com/markn86/moodle"
...
This reverts commit fe43ab9b75
, reversing
changes made to 3e2af22327
.
2014-07-23 09:00:54 +01:00
Dan Poltawski
1911cf3c99
Merge branch 'MDL-46017-master' of git://github.com/damyon/moodle
2014-07-23 08:24:24 +01:00
Dan Marsden
5a96486b44
MDL-45715 assign: disable marking allocation if markingworkflow is not set.
2014-07-23 19:15:09 +12:00
Marina Glancy
e7bc91579b
MDL-41639 tool_uploaduser: Automatically create cohorts if not found
2014-07-23 14:56:52 +08:00
Damyon Wiese
6b78b55c15
MDL-35864 Enrol plugins: Add missing capability strings
2014-07-23 13:53:55 +08:00
Sam Hemelryk
ed2de2ecc7
MDL-45724 cache: fixed warning structure bug
2014-07-23 15:24:59 +12:00
Andrew Davis
1502bf7734
MDL-46463 core_rss: coding style cleanup in /rss
2014-07-23 10:22:53 +08:00
AMOS bot
aec0035b11
Automatically generated installer lang files
2014-07-22 22:49:02 +00:00
Dan Poltawski
919dc292b9
MDL-45965 assign: bump version
2014-07-22 17:23:45 +01:00
Dan Poltawski
406e47123d
Merge branch 'MDL-45965_master' of https://github.com/Syxton/moodle
2014-07-22 17:09:48 +01:00
Dan Poltawski
fce6c70d41
MDL-44925 fixup default settings in TeX filter
2014-07-22 17:06:02 +01:00
Dan Poltawski
82f88cabe9
MDL-35864 enrol: misc fixups
...
* Removed get_config_instance_capabilities() which was from
older reviewed vrsions of the patch
* Added note to upgrade.txt
* Fixed deprecation note
* Bump versions
2014-07-22 17:02:21 +01:00
Dan Poltawski
12bdea2eb5
Merge branch 'MDL-35864' of https://github.com/danielneis/moodle
2014-07-22 16:32:26 +01:00
Dan Poltawski
02213adfd0
Merge branch 'MDL-37509-master' of git://github.com/damyon/moodle
2014-07-22 15:56:55 +01:00
Dan Poltawski
afffcb9472
Merge branch 'MDL-44925-master' of https://github.com/dthies/moodle
2014-07-22 14:33:33 +01:00
Dan Poltawski
6442e5c7ed
Merge branch 'MDL-34248_master' of https://github.com/markn86/moodle
2014-07-22 12:01:04 +01:00
Dan Poltawski
5f7ab6e949
Merge branch '45828-28' of git://github.com/samhemelryk/moodle
2014-07-22 09:33:01 +01:00
Dan Poltawski
d28d270bca
Merge branch '45724-28' of git://github.com/samhemelryk/moodle
2014-07-22 09:07:16 +01:00
Sam Hemelryk
fe43ab9b75
Merge branch 'MDL-45594_master_alt' of git://github.com/markn86/moodle
2014-07-22 11:12:09 +12:00