Andrew Robert Nicols
6dc5908ef7
MDL-31040 Correct LTR language issue and inconsistency in display
2012-01-11 10:58:23 +00:00
sam marshall
ce2a7a9186
MDL-30879 Course page: missing space after class for new 'description on course page' feature
2012-01-03 12:40:09 +00:00
Aparup Banerjee
74f0b72254
Merge branch 'MDL-30569-master' of git://github.com/ankitagarwal/moodle
2011-12-20 11:08:42 +08:00
Sam Hemelryk
54a4d23d43
Merge branch 'MDL-30764-master' of git://github.com/sammarshallou/moodle
2011-12-20 14:15:47 +13:00
Sam Hemelryk
f8882018f2
Merge branch 'w51_MDL-30787_m23_coursemodedit' of git://github.com/skodak/moodle
2011-12-20 12:08:23 +13:00
Sam Hemelryk
136d4c09f3
Merge branch 'w51_MDL-30697_m23_roleslink' of git://github.com/skodak/moodle
2011-12-20 10:04:33 +13:00
Petr Skoda
af18993548
MDL-30787 fix use of module and section edit capabilities
2011-12-18 13:54:38 +01:00
Petr Skoda
21db6da150
MDL-30697 fix incorrect capability for role assign button
...
Credit goes to Alexander Bias.
2011-12-17 14:46:47 +01:00
sam marshall
6d02b26578
MDL-30764 Activity settings: do not disable grouping dropdown if it is already set
2011-12-15 16:43:12 +00:00
Ankit Kumar Agarwal
ad96cc524b
MDL-30569 Administration Fixing the redirect after editting is toggeled on the front page
2011-12-15 08:23:15 +05:30
Aparup Banerjee
036e9c7cbf
Merge branch 'MDL-30362-master-1' of git://git.luns.net.uk/moodle
2011-12-13 14:29:25 +08:00
Aparup Banerjee
9b91efe5bc
Merge branch 'MDL-30559' of git://github.com/timhunt/moodle
2011-12-13 12:02:05 +08:00
Petr Skoda
a0b15989e7
MDL-30364 fix user report regressions
2011-12-10 20:18:44 +01:00
Tim Hunt
af4e440888
MDL-30559 conditional availability: missing validation of grade rules.
2011-12-09 18:38:02 +00:00
Andrew Robert Nicols
75cd9d2ab6
MDL-30362 Change icon class for editsection icons in course formats
2011-12-07 14:58:10 +00:00
Petr Skoda
cd2f3c17f9
MDL-30538 add missing course format versions and fix email filter file name typo
2011-12-03 08:40:53 +01:00
Dongsheng Cai
ec0d6ea2a9
MDL-28646 Web service: core_course_get_contents()
...
1. Implement core_course_get_contents web service
2. Implement callbacks in folder, resource, page and url modules
3. Implement download script for web service
2011-11-28 16:22:38 +08:00
Sam Hemelryk
1ae9aa2b8f
Merged MDL-29108 Advanced grading
2011-11-14 22:01:05 +13:00
David Mudrak
1dea75b8d1
MDL-29108 Do not display grading method selector for non-privileged users
...
The patch checks the required capability before it displays the grading
method selectors in the modform.
2011-11-11 13:58:45 +01:00
Sam Hemelryk
e3dfd1a1d9
Merged branch 'w44_MDL-29030_m22_reports' of git://github.com/skodak/moodle.git with conflict resolution
2011-11-10 10:15:50 +13:00
Dan Poltawski
2d7ad201ac
MDL-29812 partcipiant report - breaks when filtering by user
2011-11-09 11:17:17 +08:00
Dan Poltawski
c1733742c6
MDL-29803 report/logs - don't retrieve all users uncessarily
...
Also remove uncessary retrieval of idnumber
Helps display the main logs page on large sites without running out of
memory
2011-11-09 00:49:36 +01:00
David Mudrak
bb50c37651
MDL-30162 The grading method can be selected when creating new instance of the activity module
2011-11-08 01:54:36 +01:00
Eloy Lafuente (stronk7)
c443a1cdb6
MDL-30175 cm_info - add support to external url icon images
2011-11-07 22:14:13 +01:00
Petr Skoda
a260c84796
MDL-29030 move user completion reporting to report_completion plugin
2011-11-06 12:22:52 +01:00
Petr Skoda
beda8fa8e2
MDL-29030 move user stats reporting to report_stats plugin
2011-11-06 12:22:52 +01:00
Petr Skoda
fad8e0248c
MDL-29030 move user log reporting to report_log plugin
2011-11-06 12:22:52 +01:00
Petr Skoda
4d00fded9d
MDL-29030 migrate outline user reporting to plugin
2011-11-06 12:22:51 +01:00
Petr Skoda
ba50bd3d63
MDL-29030 fix remaining report linking hacks
...
Please note all plugin references from core should use callbacks, it is not ok to use capabilities or links to plugins because they may not be present in customised installs.
2011-11-06 12:22:50 +01:00
Petr Skoda
a2a444ab75
MDL-29030 migration and cleanup of stats report
...
AMOS BEGIN
MOV [pluginpagetype,coursereport_stats],[pluginpagetype,report_stats]
MOV [stats:view,coursereport_stats],[stats:view,report_stats]
AMOS END
2011-11-06 12:22:49 +01:00
Petr Skoda
033af4b7ba
MDL-29030 migrate and cleanup log report
...
AMOS BEGIN
MOV [log:view,coursereport_log],[log:view,report_log]
MOV [log:viewtoday,coursereport_log],[log:viewtoday,report_log]
AMOS END
2011-11-06 12:22:49 +01:00
Petr Skoda
8a8f29c2f5
MDL-29030 new loglive report plugin
...
AMOS BEGIN
CPY [log:viewlive,coursereport_log,[loglive:view,report_loglive]
MOV [livelogs,core],[livelogs,report_loglive]
CPY [loglive,coursereport_log],[pluginname,report_loglive]
AMOS END
2011-11-06 12:22:49 +01:00
Petr Skoda
3afce1a574
MDL-29030 convert participation report to new report type
...
AMOS BEGIN
MOV [participation:view,coursereport_participation],[participation:view,report_participation]
MOV [pluginpagetype,coursereport_participation],[pluginpagetype,report_participation]
MOV [pluginname,coursereport_participation],[pluginname,report_participation]
AMOS END
2011-11-06 12:22:48 +01:00
Petr Skoda
8619857d5f
MDL-29030 migrate progress report to new type
...
AMOS BEGIN
MOV [pluginname,coursereport_progress],[pluginname,report_progress]
MOV [pluginpagetype,coursereport_progress],[pluginpagetype,report_progress]
MOV [progress:view,coursereport_progress],[progress:view,report_progress]
AMOS END
2011-11-06 12:22:48 +01:00
Petr Skoda
13fdaaacc3
MDL-29030 migrate completion report to new report type
...
AMOS BEGIN
MOV [completion:view,coursereport_completion],[completion:view,report_completion]
MOV [completiondate,coursereport_completion],[completiondate,report_completion]
MOV [pluginpagetype,coursereport_completion],[pluginpagetype,report_completion]
MOV [pluginname,coursereport_completion],[pluginname,report_completion]
AMOS END
2011-11-06 12:22:47 +01:00
Petr Skoda
275cbac71a
MDL-29030 migrate outline report to new type
...
AMOS BEGIN
MOV [outline:view,coursereport_outline],[outline:view,report_outline]
MOV [pluginpagetype,coursereport_outline],[pluginpagetype,report_outline]
MOV [pluginname,coursereport_outline],[pluginname,report_outline]
AMOS END
2011-11-06 12:22:47 +01:00
David Mudrak
18dd4a69d0
Merge remote branch 'origin/master' into rubric
...
Conflicts:
lib/db/upgrade.php
2011-10-27 21:58:45 +02:00
Sam Hemelryk
9d9d8e17eb
Merge branch 'MDL-29902' of git://git.luns.net.uk/moodle
2011-10-25 13:10:43 +13:00
David Mudrak
01609c9ad9
Merge remote branch 'origin/master' into rubric
...
Conflicts:
lib/db/upgrade.php
version.php
2011-10-24 22:13:01 +02:00
Dan Poltawski
e52a8ebdd2
MDL-29902: Course contacts display cleanup
...
This fixes warnings in course description when searching courses with
users assigned multiple display roles. It cleans up inconsistent behaviour
which I noticed whilst fixing the bug. Now course search and course listing
use the same logic to display users.
2011-10-24 15:52:35 +01:00
Jerome Mouneyrac
5d1017e11d
MDL-29106 new web service naming convention
2011-10-24 11:06:00 +08:00
Sam Hemelryk
7229f239f3
MDL-28945 course_reports: Fixed up pagination issue
2011-10-19 16:50:23 +13:00
sam marshall
f2b1537bd3
MDL-29719 Category page typo fix
2011-10-18 11:43:01 +02:00
David Mudrak
6832a10264
Initial support for the grading management screen
...
The user is sent to the new grade/grading/manage.php screen when an
advanced grading method is set in the activity mod form or via the
settings block.
The screen is supposed to (1) let the user change the currently active
grading method, (2) open the editor for the selected method, (3) create
new form from a template (4) display a preview of the form.
2011-10-18 01:05:07 +02:00
Eloy Lafuente (stronk7)
a598a8d4b1
Merge branch 'MDL-29719-master' of git://github.com/sammarshallou/moodle
2011-10-17 12:05:05 +02:00
sam marshall
7fb4699266
MDL-29719 Option to display course shortname alongside fullname on course lists
2011-10-17 10:50:59 +01:00
Sam Hemelryk
d97505d2a3
Merge branch 'MDL-27242-master' of git://github.com/sammarshallou/moodle
2011-10-17 17:28:32 +13:00
David Mudrak
03d448e5ff
Activity module's settings form redirects to the management screen when advanced grading method was selected to use
2011-10-16 19:40:47 +02:00
David Mudrak
20c207ab21
Merge branch 'master' into rubric
...
Conflicts:
lib/db/upgrade.php
2011-10-13 22:42:47 +02:00
Tony Levi
1f186372ea
MDL-28945: Fix course/activity completion reports initial selection broken
2011-10-13 17:00:52 +01:00