Mary Evans
0a52611c5a
wip-MDL-22351 convert Anomaly CSS to readable format
2011-11-04 02:37:11 +00:00
AMOS bot
4384a6805b
Automatically generated installer lang files
2011-11-04 00:55:28 +00:00
stabijoh
2fd7abbbd7
MDL-27622 integrate mymobile thme into core RC2
2011-11-03 10:59:45 -04:00
David Mudrak
0455c99864
MDL-29920 User report may display the grade analysis link, too
...
The original idea was to use the link in the row header (the activity
link). However, for both unified user experience and the overall patch
design reasons, I finally decided not to alter the activity link but to
append the analysis icon. The user experience should be the same as in
the grader report.
2011-11-03 13:51:45 +01:00
David Mudrak
f17bb885e9
MDL-29920 Grader report does not need to cache grade.php existence flags any more
...
This caching is now performed by the underlying methods.
2011-11-03 13:50:34 +01:00
David Mudrak
eff314b06a
MDL-29920 Performance improvements in the gradebook reports
...
Both methods get_activity_link() and get_grade_analysis_url() now cache
the results of the check whether the activity module provides grade.php
or not. Previously, get_activity_link() called file_exists() in every
call and get_grade_analysis_url() did not check the existence at all.
Note that this solution is still sub-optimal as apparently both methods
do very similar job. This should be refactored one day by a brave
developer who works on gradebook. Meanwhile, even this suboptimal
solution is more effective than the previous one for most courses.
2011-11-03 13:44:41 +01:00
Dan Marsden
7320f48b98
SCORM MDL-29159 - override getContentHtml function in treeview so that it doesn't escape text incorrectly
2011-11-04 00:29:05 +13:00
Tim Hunt
de529cd253
MDL-30021 qtype numerical better showunits default when coming from 1.9
...
This applies to:
1. Upgrade from 1.9,
2. Import of questions exported from 1.9, and
3. Restore of courses backed-up from 1.9.
It also applies to the calculated question type.
2011-11-03 11:27:41 +00:00
Tim Hunt
78fc17ebdf
MDL-29058 question export: include files from hints & combined feedback.
2011-11-03 11:27:39 +00:00
Tim Hunt
fe5f412104
MDL-29739 question import used a bad default for text formats.
...
The new logic is that the questiontext defaults to HTML if the format is
not specified, then all other fields default to the same format of the
question text.
However, good practice is that the XML file should specify the format
for each bit of text content.
This code is not 100% backwards-compatible, since some methods have new
arguments, however for question types that have not been updated, it
will just generate a PHP Warning, which is, I think, and OK way to let
qtype developers know that they need to update their question types.
2011-11-03 11:27:37 +00:00
Charles Fulton
8f725ade78
MDL-29970 question preview: Fill correct only if qtype supports it
2011-11-03 11:27:09 +00:00
Tim Hunt
bbc8c32174
MDL-28426 qtype base export_to_xml does not write format.
...
Fix based on Roger Moore's patch.
2011-11-03 11:24:29 +00:00
David Mudrak
e14e78abbf
Merge pull request #21 from marinaglancy/wip-nov03-rubric
...
Display warnings if used rubric is being updated and mark instances for regrade
2011-11-03 02:52:53 -07:00
Jason Fowler
baf9c832de
MDL-28292 - Blocks - Patch supplied by Chris Follin to fix blocks with empty titles that disappear when docked
2011-11-03 16:18:39 +08:00
Marina Glancy
0136124e21
MDL-30112: marking rubric filling instances for regrading
...
- If a used rubric being updated, teacher (moderator) is notified
- If the changes are significant, all instances automatically marked for regrade
- if the changes are minor (texts, options or sortorder), teacher can choose whether to mark for regrade or not
- The instances marked for regrade can be re-graded but students are not able to see the rubric
- when grading a message appears if the instance is marked for regrade and is not visible to students
2011-11-03 16:08:36 +08:00
Petr Skoda
ee362526f8
MDL-29897 Update upgrade.txt files
2011-11-03 08:11:55 +01:00
Ankit Kumar Agarwal
ef6b3ba159
MDL-29035 Backups making email match case-insensitive when restoring backups
2011-11-03 10:18:15 +05:30
Rossiani Wijaya
548a878bec
MDL-25823 lesson mod: fixed true and false question feedback.
2011-11-03 12:47:53 +08:00
Ankit Kumar Agarwal
e46cef0b64
MDL-30044 SCORM documenting function scorm_report_list
2011-11-03 07:51:43 +05:30
Ankit Kumar Agarwal
b2f5ce3526
MDL-28277 SCORM Polishing codes
2011-11-03 07:46:08 +05:30
Dan Marsden
3297bb1add
MDL-28277 SCORM remove whitespace from patch
2011-11-03 07:46:05 +05:30
Dan Marsden
49ff0cf349
MDL-28277 MDL-30009 fix for started on/last accessed on dates for users with no attempts.
2011-11-03 07:46:03 +05:30
Ankit Kumar Agarwal
769a621dc0
MDL-28277 small bug fixes
...
modified: mod/scorm/report/interactions/report.php
modified: mod/scorm/report/interactions/responsessettings_form.php
modified: mod/scorm/report/reportlib.php
2011-11-03 07:46:01 +05:30
Ankit Kumar Agarwal
35540ec537
MDL-28277 Adding course context to format_Strings
2011-11-03 07:45:59 +05:30
Ankit Kumar Agarwal
7def307d1a
MDL-28277 removed IN from sql statments
2011-11-03 07:45:57 +05:30
Ankit Kumar Agarwal
3b1e85a143
MDL-28277 formating codes
2011-11-03 07:45:55 +05:30
Ankit Kumar Agarwal
b84b783f6c
MDL-28277 Small fixes
2011-11-03 07:45:52 +05:30
Ankit Kumar Agarwal
c03d2b753e
MDL-28277 Added function to find question count
2011-11-03 07:45:50 +05:30
Ankit Kumar Agarwal
1135979696
MDL-28277 Basic Skeleton update
...
modified: mod/scorm/report/interactions/report.php
2011-11-03 07:45:48 +05:30
Ankit Kumar Agarwal
8fb40a45fb
MDL-28277 First Version push of the interactions plugin
...
new file: mod/scorm/report/interactions/lang/en/scormreport_interactions.php
new file: mod/scorm/report/interactions/report.php
new file: mod/scorm/report/interactions/responsessettings_form.php
new file: mod/scorm/report/interactions/version.php
2011-11-03 07:45:46 +05:30
Ankit Kumar Agarwal
b7afad0e17
MDL27522 First version Push
...
modified: mod/scorm/report.php
new file: mod/scorm/reportuser.php
MDL-27522 SCORM Reports-remove users report to seperate files for better re-use
modified: mod/scorm/reportuser.php
MDL-27522 SCORM Reports validated reportuser.php
modified: mod/scorm/report.php
modified: mod/scorm/reportuser.php
MDL-27522 SCORM REPORT - updating reportuser.php to use MUST_EXIST parameter
modified: mod/scorm/lang/en/scorm.php
modified: mod/scorm/reportuser.php
MDL-27522 SCORM Reports- Cleaning of codes
modified: mod/scorm/report.php
modified: mod/scorm/reportuser.php
MDL-27522 SCORM Reports- update formating
modified: mod/scorm/report.php
modified: mod/scorm/reportuser.php
MDL-27522 SCORM Reports removed unwanted codes from reportuser.php
modified: mod/scorm/reportuser.php
MDL-27522 Scorm Reports - optimising codes
modified: mod/scorm/report.php
modified: mod/scorm/reportuser.php
MDL-27522 Scorm Reports-Formating report.php
modified: mod/scorm/report.php
MDL-27522 Scorm Reporting - removing unsed variables
modified: mod/scorm/lang/en/scorm.php
modified: mod/scorm/report.php
modified: mod/scorm/reportuser.php
MDL-27522 SCORM Reporting - Renaming reportuser.php to userreport.php
new file: mod/scorm/userreport.php
MDL-27522 SCORM Reporting - deleting old reportuser.php
deleted: mod/scorm/reportuser.php
MDL-27522 Scorm Reporting - updated version number
MDL-27522 Scorm Reporting - Discarding version changes
MDL-27523 Scorm Reporting - Basic reporting plugin
new file: mod/scorm/report/basic/lang/en/scorm_basic.php
new file: mod/scorm/report/basic/report.php
new file: mod/scorm/report/default.php
new file: mod/scorm/report/reportlib.php
MDL-27523 Scorm Reporting - Database Table structure pushed
new file: mod/scorm/db/subplugins.php
MDL-27523 Scorm Reporting - Plugin container codes
modified: mod/scorm/report.php
modified: mod/scorm/tabs.php
MDL-27523 Scorm Reporting - Capability update
modified: mod/scorm/report/reportlib.php
MDL-27523 Scorm Reporting - commenting files
modified: mod/scorm/report/basic/db/install.php
modified: mod/scorm/report/basic/lang/en/scorm_basic.php
modified: mod/scorm/report/basic/version.php
MDL-27523 Scorm Reporting - Formating codes
modified: mod/scorm/report/basic/db/install.php
modified: mod/scorm/report/basic/report.php
modified: mod/scorm/report/basic/version.php
modified: mod/scorm/report/default.php
modified: mod/scorm/report/reportlib.php
MDL-27523 Scorm Reporting - fixing small bugs
modified: mod/scorm/report/basic/report.php
MDL-27523 Scorm Reporting - added databse upgrade code to scorm/db/upgrade.php
MDL-27523 Scorm Reporting - small optimisations
MDL-27523 SCorm Reporting - Removing Mod.php
MDL-27523 Scorm Reporting - Minor Fixes
new file: mod/scorm/db/subplugins.php
modified: mod/scorm/lang/en/scorm.php
modified: mod/scorm/report.php
new file: mod/scorm/report/basic/db/install.php
new file: mod/scorm/report/basic/lang/en/scorm_basic.php
new file: mod/scorm/report/basic/report.php
new file: mod/scorm/report/basic/version.php
new file: mod/scorm/report/default.php
new file: mod/scorm/report/reportlib.php
modified: mod/scorm/tabs.php
modified: mod/scorm/userreport.php
modified: mod/scorm/db/install.xml
new file: mod/scorm/db/subplugins.php
modified: mod/scorm/db/upgrade.php
modified: mod/scorm/lang/en/scorm.php
modified: mod/scorm/report.php
new file: mod/scorm/report/basic/db/install.php
new file: mod/scorm/report/basic/lang/en/scorm_basic.php
new file: mod/scorm/report/basic/report.php
new file: mod/scorm/report/basic/version.php
new file: mod/scorm/report/default.php
new file: mod/scorm/report/reportlib.php
modified: mod/scorm/tabs.php
modified: mod/scorm/userreport.php
modified: mod/scorm/version.php
MDL-27523 Scorm Reporting - Removing Database Refereneces
MDL-27523 Scorm Reporting - Updating structure to remove DB usage
modified: mod/scorm/db/upgrade.php
modified: mod/scorm/report.php
modified: mod/scorm/report/basic/report.php
modified: mod/scorm/report/default.php
modified: mod/scorm/report/reportlib.php
MDL-27523 Scorm Reporting - Minor fixes
MDL-27523 Scorm Reporting - Formating codes
MDL-27523 Scorm Reporting - Foramting Codes
modified: mod/scorm/report/basic/lang/en/scorm_basic.php
modified: mod/scorm/report/basic/report.php
modified: mod/scorm/report/default.php
modified: mod/scorm/report/reportlib.php
new file: mod/scorm/db/subplugins.php
modified: mod/scorm/lang/en/scorm.php
modified: mod/scorm/report.php
new file: mod/scorm/report/basic/lang/en/scorm_basic.php
new file: mod/scorm/report/basic/report.php
new file: mod/scorm/report/basic/version.php
new file: mod/scorm/report/default.php
new file: mod/scorm/report/reportlib.php
modified: mod/scorm/tabs.php
modified: mod/scorm/userreport.php
modified: mod/scorm/version.php
2011-11-03 07:45:43 +05:30
Eloy Lafuente (stronk7)
8778398293
MDL-30057 plugins - glossary/data new filters made 1st-class citizens
2011-11-03 02:51:17 +01:00
AMOS bot
5b82b2d827
Automatically generated installer lang files
2011-11-03 00:55:24 +00:00
David Mudrak
dd736a87ee
Replaced deprecated get_system_context() with the new context_system::instance()
2011-11-02 23:35:05 +01:00
David Mudrak
d6d341d09b
Merge remote branch 'origin/master' into rubric
...
Conflicts:
lib/db/upgrade.php
version.php
2011-11-02 23:17:08 +01:00
David Mudrak
9e3d352dee
Improved handling of occupied target issue
...
If the target area already contains a form, we can't pick anything to
use there. If the user works in two windows or there are several
teachers modifying the same course, it can happen that the form suddenly
appears in the target area while we have the form picker still open. In
such case, we simply redirects the user to the target area instead of
displaying the pooky exception.
2011-11-02 22:29:47 +01:00
David Mudrak
9e4eb676e4
MDL-29483 The list of gradable areas is now obtained from the module
...
At the moment, only activity modules are supported.
2011-11-02 22:25:32 +01:00
David Mudrak
967d346f72
MDL-29794 It is now possible to re-use a form without sharing it as a template
...
The patch also improves displaying tags-like status information next to
the grading form titles.
2011-11-02 21:57:24 +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
David Mudrak
ce7f5c8d3b
Merge pull request #20 from marinaglancy/wip-nov02-rubric
2011-11-02 03:41:12 -07:00
Marina Glancy
63b9a6d07d
MDL-29920: grade.php in assignment now can show submission/feedback for a particular user (also when submission did not exist yet)
2011-11-02 11:13:14 +01:00
Marina Glancy
6184b84393
MDL-30037: fixed bug with grade calculation
2011-11-02 11:38:00 +08:00
Marina Glancy
0e2a1d755a
MDL-29482: error message is displayed to graders if grading form is unavailable
2011-11-02 11:12:02 +08:00
Marina Glancy
3599b113a6
MDL-29482, MDL-29794, MDL-30037: supporting form status in rubriceditor and forms sharing; fixed bug with grade calculation
2011-11-02 10:45:32 +08:00
Jerome Mouneyrac
2b8fe35b65
MDL-30043 token.php should not return a mix of EXTERNAL_TOKEN_PERMANENT and EXTERNAL_TOKEN_EMBEDDED
2011-11-02 09:38:02 +08:00
Marina Glancy
2ae7faf128
MDL-29482: added validation to rubric editor and the 'work in progress' status
2011-11-02 09:12:58 +08:00
Marina Glancy
37f391f00a
MDL-29481: added css border around selected rubric level
2011-11-02 09:04:14 +08:00
Marina Glancy
156d6f4876
MDL-29920: now complete report properly calls view_feedback in assignment
2011-11-02 09:04:01 +08:00