Chris Scribner
57e8c4752a
Allowing tools be added even if none exist
2011-11-06 20:41:48 -05:00
Chris Scribner
a0eeacf9c7
Fixing issues with launching a tool which is not configured in the admin side, and improving utility methods for determing if a tool should be registered
2011-11-06 20:41:47 -05:00
Chris Scribner
f5134df434
Fixing localization string
2011-11-06 20:41:47 -05:00
Chris Scribner
a4a07996f0
Implemented admin tool management
2011-11-06 20:41:46 -05:00
Chris Scribner
73300339b0
Renaming plugin to lti from blti
2011-11-06 20:41:46 -05:00
Chris Scribner
0d8afb44ee
Removing course id field admin setting, making cmidnumber advanced in instructor interface, wiring up setting to show tool in creation screen
2011-11-06 20:41:46 -05:00
Chris Scribner
d97d72aab9
Implemented launch options & fixed issues with frame sizing
2011-11-06 20:41:45 -05:00
Chris Scribner
5f24742f86
Test launch works
2011-11-06 20:41:45 -05:00
Chris Scribner
285f825046
Adjusting layout of editor pages & starting changes of blti properties
2011-11-06 20:41:44 -05:00
Chris Scribner
a64b29cf9d
Renamed plugin from basiclti to blti
2011-11-06 20:41:44 -05:00
Chris Scribner
b7e436b037
Adding basiclti plugin
2011-11-06 20:41:44 -05:00
Dan Marsden
3cfffd8c3e
SCORM MDL-27036 increase sessid, improve lang strings
2011-11-07 14:34:13 +13:00
Sam Hemelryk
efe41e35c9
MDL-28292 block_html: white space fix
2011-11-07 12:33:18 +13:00
Sam Hemelryk
68bcca4d04
Merge branch 'wip-MDL-28292-master' of git://github.com/phalacee/moodle
2011-11-07 12:24:26 +13:00
Sam Hemelryk
a86529bdeb
MDL-29864 minify: Added a link to upstream issue being patched
2011-11-07 12:19:57 +13:00
Sam Hemelryk
a82a42b6c1
Merge branch 'MDL-29864-master-2' of git://git.luns.net.uk/moodle
2011-11-07 11:58:44 +13:00
Sam Hemelryk
0abe89f7b4
Merge branch 'MDL-29955' of git://github.com/rwijaya/moodle
2011-11-07 11:41:31 +13:00
Andreas Grabs
6543f3cd5b
MDL-30154 - WebDAV-Repository fails on some WebDAV-Server
2011-11-06 22:09:11 +01:00
Mary Evans
afc7026a57
MDL-30010FIX for pagelayout problems when moving blocks
2011-11-06 19:48:10 +00:00
Petr Skoda
bc196cbe21
MDL-30151 finally remove mod/forum:initialsubscriptions and improve perf
...
The 'mod/forum:initialsubscriptions' was introduced in 1.7 as a workaround for missing enrolment info - the mod_form forum help was not even updated to mention this capability. Now that we have reliable enrolment info we can significantly improve both enrol and unenrol performance. Hopefully majority of users will not miss this capability...
2011-11-06 19:58:16 +01:00
Petr Skoda
2b0e3941e9
MDL-30026 improve session lock acquire timeouts and other minor cleanup
...
This is partially based on original patch by Tony Levi.
2011-11-06 17:52:15 +01:00
Petr Skoda
4f6bba205d
MDL-29030 add report management UI
2011-11-06 12:51:48 +01:00
Petr Skoda
bb41c281e9
MDL-29030 add pagetype names
2011-11-06 12:31:17 +01:00
Petr Skoda
f621e30b49
MDL-29030 fix report_log paging
2011-11-06 12:22:52 +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
f0897f4426
MDL-29030 more css cleanup
2011-11-06 12:22:51 +01:00
Petr Skoda
672281f996
MDL-29030 normalise version numbers in all reports
2011-11-06 12:22:51 +01:00
Petr Skoda
158e9e2af9
MDL-29030 add basic report backup/restore support for course level
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
ffd8bb207e
MDL-29030 update completion block to use migrated report
2011-11-06 12:22:50 +01:00
Petr Skoda
635284c42f
MDL-29030 update themes to use new report selectors
2011-11-06 12:22:50 +01:00
Petr Skoda
cf24e82ed3
MDL-29030 move base CSS to report plugins
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
bb1377744c
MDL-29030 fix broken report settings support
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
e20de26278
MDL-29030 minor participation report cleanup
2011-11-06 12:22:48 +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
ee6000db2c
MDL-29030 fix typos
2011-11-06 12:22:47 +01:00
Petr Skoda
764607014d
MDL-29030 minor completion report cleanup
2011-11-06 12:22:47 +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
3f5389b129
MDL-29030 fix whitespace
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
Petr Skoda
d9298dc6fd
MDL-29030 standardise report_security
2011-11-06 12:22:46 +01:00
Petr Skoda
a54078f684
MDL-29030 standardise report_questioninstances
2011-11-06 12:22:46 +01:00
Petr Skoda
fd2af3faea
MDL-29030 standardise report_courseoverview
2011-11-06 12:22:46 +01:00