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
Petr Skoda
c3a18edf65
MDL-29030 standardise report_configlog
2011-11-06 12:22:46 +01:00
Petr Skoda
1241d9736c
MDL-29030 standardise report_backups
2011-11-06 12:22:45 +01:00
Petr Skoda
e30cc24c0d
MDL-29030 make admin reports general reports
...
AMOS BEGIN
CPY [pluginname,coursereport_log],[pluginname,report_log]
CPY [pluginname,coursereport_stats],[pluginname,report_stats]
AMOS END
2011-11-06 12:22:45 +01:00
Petr Skoda
2a1ce6a8ed
MDL-30150 support frankenstyle in page type callbacks
2011-11-06 11:32:12 +01:00
Eloy Lafuente (stronk7)
735de1c276
weekly release 2.2dev
2011-11-02 19:52:31 +01:00
Eloy Lafuente (stronk7)
77c5a59017
Merge branch 'install_master' of git://github.com/amosbot/moodle
2011-11-02 19:48:26 +01:00
Eloy Lafuente (stronk7)
799be36820
MDL-29213 - add clarification note + todo once MDL-30039 arrives
2011-11-02 19:07:52 +01:00
Eloy Lafuente (stronk7)
5fbf87c802
Merge branch 'MDL-29879' of git://github.com/timhunt/moodle
2011-11-01 20:12:45 +01:00
Eloy Lafuente (stronk7)
313e048981
MDL-29283 import TCPDF to 5.9.133 - clean whitespace
2011-11-01 20:09:10 +01:00
Dan Marsden
a5ba44f93c
MDL-29213 - fix for bug with flash player and IE 9
...
(cherry-picked and amended with 1-line whitespace)
2011-11-01 19:59:05 +01:00
Eloy Lafuente (stronk7)
e785b0f3ca
MDL-29283 import TCPDF to 5.9.133 - fix permissions
2011-11-01 17:27:26 +01:00
Eloy Lafuente (stronk7)
e686d11257
Merge branch 'w43_MDL-29283_m22_tcpdf' of git://github.com/skodak/moodle
2011-11-01 17:23:20 +01:00
Eloy Lafuente (stronk7)
302f45e8de
Merge branch 'w43_MDL-29982_m22_canaccess' of git://github.com/skodak/moodle
2011-11-01 12:26:31 +01:00
Tim Hunt
78f8261f6e
MDL-29879 qbehaviour missing. Fix bad lang string.
2011-11-01 10:37:48 +00:00
Aparup Banerjee
ddba89cc2a
Merge branch 'w43_MDL-30005_m22_uri' of git://github.com/skodak/moodle
2011-11-01 15:18:44 +08:00
Petr Skoda
0775152ff0
MDL-30005 regression fix for non http/ftp urls
2011-11-01 07:56:33 +01:00
Aparup Banerjee
203683e415
Merge branch 'MDL-29983' of git://github.com/timhunt/moodle
2011-11-01 13:23:03 +08:00
Sam Hemelryk
21e7d4c5fc
MDL-28720 calendar: Quick fix of a regression in set.php
2011-11-01 17:50:01 +13:00
Sam Hemelryk
f94d606f1f
Merge branch 'w43_MDL-29964_m22_fixenrolevents' of git://github.com/skodak/moodle
2011-11-01 17:36:50 +13:00
Aparup Banerjee
d29f4e055d
Merge branch 'w43_MDL-29990_m22_navcontinue' of git://github.com/skodak/moodle
2011-11-01 12:15:40 +08:00
Aparup Banerjee
b68c077632
Merge branch 'MDL-29787' of git://github.com/lazydaisy/moodle
2011-11-01 12:00:57 +08:00
Sam Hemelryk
5f3abf0a42
Merge branch 'w43_MDL-29980_m22_flowcss' of git://github.com/skodak/moodle
2011-11-01 16:52:02 +13:00