Eloy Lafuente (stronk7)
8d3c518bd5
Merge branch 'MDL-48035-master-enfix' of git://github.com/mudrd8mz/moodle
2014-11-05 01:16:05 +01:00
Helen Foster
ba033b861e
MDL-48035 Merge English strings from the en_fix language pack
2014-11-04 21:55:26 +01:00
Eloy Lafuente (stronk7)
de881693f7
MDL-48021 bump: Bump all versions to planned release
...
This bumps all versions to planned 2.8 release
(2014111000) version and all the dependencies to
current 2.8rc1 (2014110400)
2014-11-04 17:52:35 +01:00
Jean-Michel Vedrine
50d70c5caf
MDL-27930 Lesson: the count-down timer does not work
2014-11-04 15:12:42 +01:00
Andrew Nicols
1008dd8ef0
MDL-47390 mod_forum: Correct check for groups when subscribing
2014-11-04 16:35:47 +08:00
Andrew Nicols
da30d04408
MDL-47390 mod_forum: Add discussion unsub to email footer
2014-11-04 16:35:47 +08:00
Andrew Nicols
548453ecde
MDL-48044 mod_forum: Preload icons for discussion subscription toggles
2014-11-04 16:09:19 +08:00
Andrew Nicols
a35ce611cf
MDL-47944 mod_forum: Improve discussion subscription icon/link
...
* make the link text clickable
* changes the link text when unsubscribed to the action text "Subscribe"
2014-11-04 15:46:05 +08:00
Eloy Lafuente (stronk7)
ddb5bc5fcd
Merge branch '47969-28' of git://github.com/samhemelryk/moodle
2014-11-04 01:56:59 +01:00
Eloy Lafuente (stronk7)
882f915922
Merge branch '47968-28' of git://github.com/samhemelryk/moodle
2014-11-04 01:55:08 +01:00
Eloy Lafuente (stronk7)
bebd3ce8fc
Merge branch 'MDL-47207_master' of git://github.com/dmonllao/moodle
2014-11-04 01:20:51 +01:00
Damyon Wiese
edc89dfecb
MDL-47927 LTI: Use PARAM_TEXT and p() for returned messages and errors
2014-11-04 11:46:57 +13:00
David Monllao
babaf596e1
MDL-47924 mod_lti: Fixing missing sesskey checkings
...
Also fixing a missing capability checking.
2014-11-04 11:00:51 +13:00
Adrian Greeve
c4a6c65c1b
MDL-47697 mod_data: Fix group id change when editing.
...
When a teacher edits an entry in the database module
it would change the group ID to the one that the teacher
currently had selected.
Thanks to Steve Bond for providing a patch.
2014-11-04 09:58:11 +13:00
Juan Leyva
40afeb4044
MDL-45303 Web Services: forum_discussions not checking groups
2014-11-03 21:55:03 +01:00
John Okely
c844af2569
MDL-47921 mod_lti: Add access control to mod/lti/launch.php
2014-11-04 09:09:26 +13:00
Amanda Doughty
c980dd123a
MDL-30968 mod/forum Fixed group link
2014-11-03 14:29:03 +00:00
Dan Poltawski
1a27142afe
Merge branch 'MDL-47903-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
mod/forum/version.php
mod/forum/db/upgrade.php
2014-11-03 12:28:33 +00:00
Andrew Nicols
a6d7a81271
MDL-48020 mod_forum: Add missing sesskey check in AJAX subscription
2014-11-03 11:02:41 +00:00
Marina Glancy
8bd6b270b2
Merge branch 'MDL-47987-master' of git://github.com/andrewnicols/moodle
2014-11-03 17:21:55 +08:00
Andreas Grabs
b7f75a9c05
MDL-47865 mod_feedback - XSS through $searchstring in mod/feedback/mapcourse.php
2014-11-03 14:56:10 +08:00
Damyon Wiese
c3a0452a5b
MDL-47926 LTI: Fix missing sesskey checks and add content type headers to redirect
2014-11-03 14:43:54 +08:00
Sam Hemelryk
8a375d27f2
MDL-48026 mod_quiz: convert menu nowrap from CSS to method
2014-11-03 13:35:29 +13:00
Sam Hemelryk
ac4ed127de
MDL-47978 mod_quiz: more explicit selector for action menu change
2014-11-03 11:39:30 +13:00
Sam Hemelryk
968cc37437
Merge branch 'MDL-47978' of git://github.com/timhunt/moodle
2014-11-03 11:27:55 +13:00
Sam Hemelryk
70739e6e30
MDL-47969 mod_survey: fixed HTML5 validation of index.php
2014-11-03 08:55:12 +13:00
Sam Hemelryk
e014b6f2c4
MDL-47968 mod_forum: fixed search form HTML5 validation
2014-11-03 08:54:56 +13:00
Tim Hunt
262105faf9
MDL-47978 quiz editing: fix display of last add menu
2014-10-31 18:23:45 +00:00
Tim Hunt
58413f613e
MDL-47963 quiz editing: fix failing unit tests
...
The unit tests were initialising the structure class in a different way
from real use. That was clearly silly, so I got rid of create_for,
leaving just the real create_for_quiz.
2014-10-31 17:22:38 +00:00
Dan Poltawski
b4eaafd744
Merge branch 'MDL-47963' of git://github.com/timhunt/moodle
2014-10-31 13:14:59 +00:00
Damyon Wiese
a0f8db77bb
MDL-47975 assign: Stop gap fix for random time fails.
2014-10-31 12:52:24 +08:00
Andrew Nicols
2a9f525bcf
MDL-47390 mod_forum: Correct check for groups when subscribing
2014-10-31 08:54:02 +08:00
Sam Hemelryk
1a14f8a6de
MDL-47959 mod_quiz: fixed 0 questions bug
2014-10-31 13:35:25 +13:00
Andrew Nicols
4c34089889
MDL-47987 mod_forum: Users subscribe to discussions not forums
...
Correct language string which describes users subscribing to a discussion,
and use it when subscribing on post.
2014-10-31 07:51:48 +08:00
Sam Hemelryk
323ed3bbf0
Merge branch 'MDL-47875_master' of https://github.com/crazyserver/moodle
2014-10-31 11:15:12 +13:00
pau.ferrer-ocana
5ea0d026b0
MDL-47875 choice: chat module strings not required from Choice anymore
...
AMOS BEGIN
CPY [chatintro,mod_chat],[description,mod_choice]
AMOS END
2014-10-30 22:41:23 +01:00
Dan Poltawski
fca969b9bb
Merge branch 'MDL-47972' of git://github.com/timhunt/moodle
2014-10-30 17:31:12 +00:00
Colin Chambers
77dca4d0a8
MDL-47972 mod_quiz: Fix new quiz on themes based on base.
2014-10-30 17:11:23 +00:00
Dan Poltawski
0a92904c47
MDL-47918 forum: Coding style fix
2014-10-30 16:46:46 +00:00
Tim Hunt
6870a6b8d0
MDL-47963 quiz editing: block ajax edits once there are attempts
2014-10-30 16:24:55 +00:00
Dan Poltawski
fb9604d67c
Merge branch 'MDL-47918-master' of git://github.com/andrewnicols/moodle
2014-10-30 14:31:38 +00:00
Dan Poltawski
f976c8e468
Merge branch 'MDL-47959' of git://github.com/colchambers/moodle
2014-10-30 14:24:35 +00:00
Marina Glancy
08674d83c1
Merge branch 'MDL-25057-master' of git://github.com/andrewnicols/moodle
2014-10-30 17:14:09 +08:00
Marina Glancy
61138e352d
Merge branch '47970-28' of git://github.com/samhemelryk/moodle
2014-10-30 16:15:38 +08:00
Marina Glancy
9e432c22cd
Merge branch 'MDL-47909-master' of git://github.com/andrewnicols/moodle
2014-10-30 16:15:10 +08:00
David Monllao
57a69e7151
MDL-46500 mod_data: Removing duplicate filemanager initialisations
2014-10-30 16:10:15 +08:00
Marina Glancy
2f28c71186
Merge branch 'MDL-29873' of git://github.com/jmvedrine/moodle
2014-10-30 14:17:32 +08:00
Ben Kelada
848e04183f
MDL-46500 filepicker: prevent error when element does not exist
2014-10-30 14:14:15 +08:00
Andrew Nicols
02cf3958d2
MDL-47909 mod_forum: Respect user autosubscribe setting on post
...
Re-appropriate the forum autosubscribe setting as a discussion
autosubscribe setting.
The setting was no longer used after the per-discussion changes. The
original plan had been to remove this setting, but there is some benefit to
respecting it for discussion subscriptions instead.
2014-10-30 13:36:06 +08:00
Andrew Nicols
611a5ef714
MDL-25057 mod_forum: Stop duplicating forum_read posts from cron
...
This also includes an upgrade script to delete the existing duplicates.
2014-10-30 13:23:29 +08:00