Tim Hunt
9d5687893a
MDL-30145 Quiz intro not displayed on the password page
2011-11-04 22:57:17 +00:00
Tim Hunt
f484a62984
MDL-30137 question engine: Ugglify the SQL to appease MS SQL server.
2011-11-04 15:02:29 +00:00
sam marshall
b849c21255
MDL-26647 (8) Support showuseridentity on enrol screen
...
Includes support for the table display, plus the AJAX, including search. (The fallback version uses user selector so is already supported.)
2011-11-04 13:57:21 +00:00
sam marshall
02dd3b9fc0
MDL-26647 (7) Support showuseridentity on assignment report
2011-11-04 13:57:19 +00:00
sam marshall
e4aec5bed3
MDL-26647 (6) Support showuseridentity on grader report, quiz report, SCORM report
2011-11-04 13:57:17 +00:00
sam marshall
24e14bc7a6
MDL-26647 (5) Support showuseridentity on course and activity completion reports
2011-11-04 13:57:15 +00:00
sam marshall
43aa295b95
MDL-26647 (4) Support showuseridentity on Participants page
2011-11-04 13:57:13 +00:00
sam marshall
1fdc0c6aaa
MDL-26647 (3) Support showuseridentity on Browse Users page
2011-11-04 13:57:11 +00:00
sam marshall
a1c947bde2
MDL-26647 (2) New lib function get_extra_user_fields and related
...
get_extra_user_fields to get a list of extra user fields for display (that are permitted for current user in given context). get_extra_user_fields_sql returns the same thing as a SELECT list.
get_user_field_name returns the display name of a user field (basically just get_string($field) except phone1=>phone)
2011-11-04 13:57:10 +00:00
sam marshall
5c60a847f5
MDL-26647 (1) 'extrauserselectorfields' -> 'showuseridentity', add capability
...
This change:
- Renames the existing setting 'extrauserselectorfields' to 'showuseridentity'
in preparation for using it in more places. (Upgrade change, new version.)
- Adds a new capability moodle/site:viewuseridentity, now required in order
to see the extra fields; if you don't have the capability, you don't see them
- Slightly improves the display of extra fields in user selector list; it used
to be like 'sam marshall, 01234567, email@address' and is now
'sam marshall [01234567, email@address]' ie the fields are in square
brackets
- Turns feature on for the group selector - the feature was enabled for other
user selectors but not for the group selector. Tim did the disable code, he
thinks this may be to do with more people having access to group selector -
probably not a problem now it is controlled by capability.
2011-11-04 13:57:08 +00:00
David Mudrak
58c447aef0
MDL-29620 workshop table id sequence reset after the upgrade
2011-11-04 13:58:23 +01:00
David Mudrak
10df8657c1
MDL-29977 MNet does not allow to start a remote session when masquerading as another user
2011-11-04 10:02:19 +01:00
David Mudrak
fa4cbd214b
Merge pull request #22 from marinaglancy/wip-nov04_1-rubric
2011-11-04 00:42:52 -07:00
Marina Glancy
59be90119e
MDL-30023: rubric editor usability - support for tab key and adding multiple levels
2011-11-04 14:58:05 +08:00
Ankit Kumar Agarwal
3ab853fade
MDL-28277 SCORM optimising function get_scorm_question_count
2011-11-04 11:27:17 +05:30
Marina Glancy
4f110c471a
MDL-30023: rubriceditor usability - skip buttons for reorder and delete in tabindex
2011-11-04 11:30:06 +08:00
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