Jenny Gray
077fde5dc5
MDL-35694 logs: extend course log report downloads with action url
2012-10-05 09:05:18 +01:00
Jason Fowler
8cfc92afdd
MDL-32184 - Course - Fixing incorrect redirect when toggling course edit while inside an activity -- Patch provided by Kanika Goyal
2012-10-05 15:27:51 +08:00
Ankit Agarwal
5747c6bccd
MDL-33646 book: Adding a notice instead of error when there is no content in the book
2012-10-05 13:41:44 +08:00
sam marshall
5c3cb55b5d
MDL-34228 Completion: Add capability that controls if a user is shown in reports
2012-10-04 10:51:29 +01:00
Rajesh Taneja
d1085311c9
MDL-32218 Blocks: allowblockstodock is also checked for region dock status
2012-10-04 17:27:05 +08:00
Dan Poltawski
5e6f2cda64
Merge branch 'MDL-35767-MOODLE_23_STABLE' of git://git.luns.net.uk/moodle into MOODLE_23_STABLE
2012-10-04 16:57:57 +08:00
Ruslan Kabalin
e6b958d4db
MDL-35767 Fix missing target event group check
...
Prevent interfering between items from different groups (and no groups)
2012-10-04 09:52:38 +01:00
Rajesh Taneja
90c6925bdb
MDL-27309 Blocks: command node is taken from dockitem during restore
2012-10-04 15:26:22 +08:00
AMOS bot
0a1c7a188a
Automatically generated installer lang files
2012-10-04 00:35:00 +00:00
Tim Hunt
13815377b5
MDL-35776 user ajax: fix sort order in chrome.
...
It seems that Chrome orders fields of objects in order of array key.
Therefore we must stop using user.id in the PHP arrays, and instead
ensure that we use sequential numbers.
This commit fixes the enrol UI.
2012-10-03 19:14:47 +01:00
Tim Hunt
ea29e3141a
MDL-35776 user ajax: fix sort order in chrome.
...
It seems that Chrome orders fields of objects in order of array key.
Therefore we must stop using user.id in the PHP arrays, and instead
ensure that we use sequential numbers.
This commit fixes the user selector.
Conflicts:
user/selector/module.js
user/selector/search.php
2012-10-03 19:14:41 +01:00
Frederic Massart
1c409bfe80
MDL-35634 course: Restored alt attribute on module icons
2012-10-03 17:04:16 +08:00
Andrew Davis
113f51d7c9
MDL-35519 mod_book: fixed the cancel import redirect URL
2012-10-03 12:48:36 +08:00
Damyon Wiese
36c7b8665f
MDL-35763: Add ignoredirty class to drop down lists in assignment grading options form.
2012-10-03 11:57:25 +08:00
Dan Poltawski
aaed6d7800
Merge branch 'MDL-35754-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-10-03 10:26:22 +08:00
Frederic Massart
1e5b1d6dad
MDL-35754 libraries: openpopup() does not fail when window name is not set
2012-10-03 09:58:31 +08:00
Eloy Lafuente (stronk7)
a8d7f5cf15
Merge branch 'MDL-35744_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-10-03 00:40:35 +02:00
Sam Hemelryk
c67ed6adfe
Merge branch 'MDL-33829_23' of https://github.com/andyjdavis/moodle into MOODLE_23_STABLE
2012-10-03 10:07:16 +13:00
Sam Hemelryk
9289c14e0c
Merge branch 'MDL-35654_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
2012-10-03 09:53:11 +13:00
Nadav Kavalerchik
1c1455f29a
MDL-35723 - Align to center the "Quiz Feedback" label,when in RTL mode
2012-10-02 21:49:10 +02:00
Eloy Lafuente (stronk7)
9228a5d347
Merge branch 'm23_MDL-35227' of git://github.com/danmarsden/moodle into MOODLE_23_STABLE
2012-10-02 21:40:58 +02:00
Eloy Lafuente (stronk7)
fc0f1c3cbc
Merge branch 'm23_MDL-35557' of git://github.com/danmarsden/moodle into MOODLE_23_STABLE
2012-10-02 20:28:13 +02:00
Tim Hunt
db1052ce5c
MDL-35744 quiz: fix review options for Never submitted attempts
2012-10-02 15:53:59 +01:00
Eloy Lafuente (stronk7)
0a7db801f3
Merge branch 'm23_MDL-35562' of git://github.com/danmarsden/moodle into MOODLE_23_STABLE
2012-10-02 15:59:09 +02:00
Ruslan Kabalin
1a2b345232
MDL-35715 course dragdrop Fix the ability to drag back to the empty section
2012-10-02 14:55:48 +01:00
Frederic Massart
80f497ea40
MDL-28235 form: Removed close icon of help icon popups
2012-10-02 14:36:30 +08:00
Frederic Massart
bbb553e077
MDL-28235 form: Help button popup close accessibility improved
...
AMOS BEGIN
CPY [close,editor],[close,form]
AMOS END
2012-10-02 14:36:30 +08:00
Rajesh Taneja
08363c5c80
MDL-35047 tool_xmldb: Added missing strings for xmldb
2012-10-02 14:21:01 +08:00
Dan Poltawski
845cc02904
Merge branch 'MDL-34570-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-10-02 13:57:00 +08:00
Rajesh Taneja
5735b5a2ac
MDL-35397 Administration: changed link for 'many other contributors'
...
Previously 'many other contributors' was pointing to http://docs.moodle.org/dev/Credits
now, it will point to http://moodle.org/dev .
2012-10-02 13:43:47 +08:00
Adam Olley
8c4fcc0e1a
enrol_manual: Set context correctly in manual enrolment user selector
2012-10-02 14:59:58 +09:30
Dan Poltawski
d9cada0a9d
Merge branch 'MDL-35370_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-10-02 12:09:36 +08:00
Dan Poltawski
d0154d2996
Merge branch 'MDL-35693_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-10-02 11:47:57 +08:00
Dan Poltawski
05ab3435c0
Merge branch 'MDL-35665' of git://github.com/raymondAntonio/moodle into MOODLE_23_STABLE
2012-10-02 11:45:32 +08:00
Dan Poltawski
09e49e5c6e
Merge branch 'MDL-35698_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-10-02 11:40:23 +08:00
Dan Poltawski
8aaf7adccb
Merge branch 'WIP-MDL-35708-M23_quiz' of git://github.com/nadavkav/moodle into MOODLE_23_STABLE
2012-10-02 11:36:56 +08:00
Dan Poltawski
e1361139d9
Merge branch 'w40_MDL-35619_m23_otheravatars' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-10-02 10:41:58 +08:00
Dan Poltawski
373d3178e4
Merge branch 'MDL-35680_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-10-02 09:52:35 +08:00
Jody Steele
bda487868e
MDL-33933 mod_forum: fix incorrect capability check
2012-10-02 09:44:19 +08:00
Dan Poltawski
2cbbf5d829
Merge branch 'MDL-33117_grade_display_23' of git://github.com/andyjdavis/moodle into MOODLE_23_STABLE
2012-10-02 09:33:09 +08:00
Eloy Lafuente (stronk7)
54dd6ee750
MDL-35669 gravatar amend and complete gravatar tests.
2012-10-02 01:35:50 +02:00
Eloy Lafuente (stronk7)
ba804c9ea9
MDL-35669 gravatar Fix secure image urls.
2012-10-02 01:35:40 +02:00
Sam Hemelryk
577777cf03
Merge branch 'm23_MDL-35472' of git://github.com/totara/moodle into MOODLE_23_STABLE
2012-10-02 11:10:24 +13:00
Sam Hemelryk
500ade05cb
Merge branch 'MDL-34257_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-10-02 10:45:51 +13:00
Michael Aherne
30c9794aec
MDL-35669 gravatar Provide default image URL to Gravatar
2012-10-01 23:44:31 +02:00
Sam Hemelryk
4891199f10
Merge branch 'MDL-30885_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-10-02 10:31:08 +13:00
Sam Hemelryk
50b252cdde
Merge branch 'MDL-35547_23' of git://github.com/enovation/moodle into MOODLE_23_STABLE
2012-10-02 10:15:30 +13:00
Eloy Lafuente (stronk7)
50e8e4d00b
Merge branch 'MDL-34931-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-10-01 13:37:12 +02:00
Eloy Lafuente (stronk7)
aa63be7f5f
Merge branch 'MDL-35637_m23' of git://github.com/markn86/moodle into MOODLE_23_STABLE
2012-10-01 13:19:22 +02:00
Eloy Lafuente (stronk7)
4df574f9e5
Merge branch 'wip-MDL-34234-m23' of git://github.com/samhemelryk/moodle into MOODLE_23_STABLE
2012-10-01 13:10:06 +02:00