Dan Marsden
2f717fcc20
SCORM MDL-30041 fix case of string
2011-11-02 09:42:29 +13:00
David Mudrak
bb17ac1e32
MDL-29920 Gradebook grader report now supports grade analysis link
...
When grade analysis link is enabled, an icon is displayed next to each
grade of a module that supports grade.php file. The parameters needed to
identify the particular user and grade are passed to the grade.php
script.
2011-11-01 20:53:48 +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
David Mudrak
25ab1d50e2
MDL-29920 The link from gradebook back to the activity contains itemnumber
...
The activity module must have a chance to display appropriate grades
report per itemnumber. Most activity modules have just one grade items
si they can ignore the param. Complex modules like the Workshop need this.
2011-11-01 18:18:45 +01:00
David Mudrak
49a537b356
MDL-29482 The rubric editor is now able to save the status of the form definition
2011-11-01 18:04:31 +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
David Mudrak
4d064218fb
MDL-29794 Rename templates.php back to pick.php
...
We will need the general management page implemented in a separate
script. This one will be used for picking an existing form only.
2011-11-01 16:30:17 +01:00
David Mudrak
3f3ee7114e
MDL-29794 Do not offer re-sharing of unmodified forms
...
The patch introduces a new field 'timecopied' that holds the timestamp
of when the given form was cloned last time. Using this field, we can
decide whether the form can be actually re-shared or not.
Note that the logic just hides the icon. It is meant as a usability
feature, not any real protection from sharing.
2011-11-01 16:10:12 +01:00
David Mudrak
86e9ccfd92
MDL-29794 Shared grading form templates can be deleted now
...
There is a new capability to manage all shared templates. Without this
capability, the user is allowed to delete just templates they previously
shared.
In the future, an option to edit the template directly might be added.
At the moment, the workaround is to pick the template into a temporary
assignment, edit it there and re-save it as a new template.
2011-11-01 14:05:11 +01:00
David Mudrak
7622ae95dc
MDL-29108 Improved support for form definition status
...
Every grading form can be basically in either DRAFT state (currently
being edited) or READY state (available for usage). For shared
templates, the status is not relevant at the moment and they are
automatically in the READY state.
2011-11-01 12:32:06 +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
Jerome Mouneyrac
f4a75854b7
MDL-30027 support no options + fix wrong param validation call
2011-11-01 15:22:28 +08: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
Sam Hemelryk
6ab6630b87
Merge branch 'MDL-29164' of git://github.com/timhunt/moodle
2011-11-01 16:47:16 +13:00
Gerwood Stewart
2388e7ca7d
MDL-27521 Updates the can_finalize and can_unfinalize methods to deal with passing a submission object that isn't one (in this case is a Boolean value). This will result in both methods now returning false. Kick on effect is that it corrects the bug described in MDL-27521 by removing the button if it isn't possible to finalize the submission.
2011-11-01 11:35:39 +08:00
Sam Hemelryk
bc454be746
Merge branch 'MDL-29197' of git://github.com/lazydaisy/moodle
2011-11-01 16:11:58 +13:00
Sam Hemelryk
c189b664ae
Merge branch 'MDL-25760' of git://github.com/lazydaisy/moodle
2011-11-01 15:56:55 +13:00
David Mudrak
20836db999
MDL-29794 Initial support for re-using a shared grading form
...
The patch introduces a new script templates.php that allows to search
for a previously shared form (template) and re-use it.
The patch also modifies the preview rendering of grading forms. Now
plugins are responsible for rendering the form itselft, without any
headers, descriptions etc (we need to embed the form preview into
various places so the caller looks after the frame).
2011-11-01 03:16:54 +01:00
AMOS bot
98ab317bc7
Automatically generated installer lang files
2011-11-01 00:55:16 +00:00
Sam Hemelryk
5a866c3634
Merge branch 'w43_MDL-29925_m22_calendar' of git://github.com/skodak/moodle
2011-11-01 09:38:24 +13:00
Tim Hunt
a49e92a4e9
MDL-29164 question import, missing lang string.
...
AMOS BEGIN
MOV [noquestionsinfile,mod_quiz],[noquestionsinfile,question]
AMOS END
2011-10-31 15:35:07 +00:00
Aparup Banerjee
d1e82ba966
Merge branch 'w43_MDL-29922_m22_smarty' of git://github.com/skodak/moodle
2011-10-31 17:19:14 +08:00
Aparup Banerjee
c84f4700ec
Merge branch 'w43_MDL-29921_m22_qti2' of git://github.com/skodak/moodle
2011-10-31 17:08:32 +08:00
Aparup Banerjee
ae44df3c43
Merge branch 'w43_MDL-29972_m22_langreset' of git://github.com/skodak/moodle
2011-10-31 16:10:00 +08:00
Aparup Banerjee
c2c7d8715d
Merge branch 'w43_MDL-29966_m22_grouploading' of git://github.com/skodak/moodle
2011-10-31 16:05:12 +08:00
Rossiani Wijaya
51803fd113
MDL-29955: filestorage/file_types: add support for .f4v, .m4v and .webm
2011-10-31 15:26:25 +08:00
Aparup Banerjee
b6d2f5b266
Merge branch 'w43_MDL-29984_m22_enroltoday' of git://github.com/skodak/moodle
2011-10-31 15:25:55 +08:00
Aparup Banerjee
b2851c8ded
MDL-30005 URL : fixed typos
2011-10-31 15:12:45 +08:00
Aparup Banerjee
2636126f89
Merge branch 'w43_MDL-30005_m22_uri' of git://github.com/skodak/moodle
2011-10-31 14:13:46 +08:00
Sam Hemelryk
703912cd5e
Merge branch 'w43_MDL-29883_m22_mp3player' of git://github.com/skodak/moodle
2011-10-31 18:02:03 +13:00
Sam Hemelryk
d0464f3875
Merge branch 'w43_MDL-29824_m22_enrolmax' of git://github.com/skodak/moodle
2011-10-31 17:59:11 +13:00
Sam Hemelryk
0b49b6daa7
Merge branch 'w43_MDL-28720_m22_calendarreturn' of git://github.com/skodak/moodle
2011-10-31 17:28:57 +13:00
Sam Hemelryk
5e255d5ad8
Merge branch 'MDL-27919' of git://github.com/jamiepratt/moodle
2011-10-31 17:18:13 +13:00
Sam Hemelryk
243e3dd130
Merge branch 'MDL-29810' of git://github.com/bostelm/moodle
2011-10-31 17:11:08 +13:00
Sam Hemelryk
1fe368530f
Merge branch 'MDL-29994' of git://github.com/stronk7/moodle
2011-10-31 16:53:24 +13:00
Jerome Mouneyrac
dab3977a54
MDL-29931 remove unneeded join and selects
2011-10-31 10:57:06 +08:00
Aparup Banerjee
046391ea11
Merge branch 'w43_MDL-29923_m22_removesearch' of git://github.com/skodak/moodle
2011-10-31 10:23:59 +08:00
Sam Hemelryk
70f43a4789
Merge branch 'MDL-29993' of git://github.com/stronk7/moodle
2011-10-31 15:19:31 +13:00
Sam Hemelryk
01dc193786
Merge branch 'MDL-29992' of git://github.com/stronk7/moodle
2011-10-31 14:56:06 +13:00