jamiesensei
0217f93275
For overview report - MDL-14185 "Switch to using formslib and improve the interface" and MDL-14186 "Switch to using moodle_url and eliminate the use of $SESSION global"
2008-05-05 13:12:11 +00:00
stronk7
4a005b22e3
Fixing query to be cross-db. Credit goes to David Mudrak. MDL-14583 ; merged from 19_STABLE
2008-05-05 00:28:45 +00:00
stronk7
2d1e097157
Glossary concepts must support multilang filter (all filters, in fact).
...
And accesible alt texts for action buttons too. MDL-14687 ; merged from 19_STABLE
2008-05-05 00:09:58 +00:00
agrabs
416c42286b
MDL-14657 - additional check if instance-id is numeric for better compatibility to
...
postgres
2008-05-03 21:41:53 +00:00
jamiesensei
1a85336b79
non consequential, little typo.
2008-05-03 13:56:32 +00:00
jamiesensei
2badf2e6ec
MDL-14677 "should rescale the grades displayed for each question in the detailed marks view of the overview report so that all grades add up to the sum total grade" used quiz_rescale_grades function to rescale the grade properly before displaying it. Also this patch includes some general clean up and refactoring of overview report.
2008-05-03 13:06:49 +00:00
jamiesensei
e49906d3b1
MDL-14666 "overview report is very inefficient when view detailed marks is selected. There are several sql queries per row."
2008-05-02 15:26:47 +00:00
jamiesensei
92c5499a84
MDL-14666 "overview report is very inefficient when view detailed marks is selected. There are several sql queries per row." Made a new query outside the loop for adding rows.
2008-05-02 15:11:59 +00:00
jamiesensei
e0b01669ce
MDL-14664 "sorting by question mark when viewing detailled mark in overview quiz report not working" Found that the problem ocurred when attempt.id != attempt.uniqueid as the sql was using the wrong field to join the question records.
2008-05-02 14:21:33 +00:00
jamiesensei
85a8704fe2
MDL-14663 "link_to_popup_window displays 'Click here....' as the link text if you pass in 0 as the link text."
...
Solved this by formatting the grade using number_format to display the grade with a number of decimal places. So for 0 we display something like 0.00 and this displays OK in link_to_popup_window.
2008-05-02 13:27:49 +00:00
poltawski
45e94d82dd
MDL-13716 - When storing progress of scorm activity a 404 is
...
encountered and js failure on split. Cast to string to avoid this.
thanks to Peter Chamberlin of LJCreate
merged from MOODLE_19_STABLE
2008-05-02 10:48:54 +00:00
scyrma
29cb9c5c8e
MDL-11342: Urlencode the filepath in directory resource (merge from 1.9)
2008-05-02 08:18:11 +00:00
dongsheng
957f6fc9d2
"MDL-14460, fix all the other get_context_instance, merged from MOODLE_19_STABLE"
2008-05-02 04:37:02 +00:00
stronk7
d85546d074
Fix one PREVIOUS error in feedback table preventing installation to happen.
2008-05-02 02:01:02 +00:00
skodak
35987665f4
MDL-14617 removed some legacy group code
2008-05-01 22:30:28 +00:00
skodak
7a3fafb6b4
MDL-14617 removed old legacy function emulations
2008-05-01 22:03:15 +00:00
skodak
0567b5af91
MDL-14617 removed PHP4 compatibility scandir()
2008-05-01 21:42:28 +00:00
dongsheng
64fcd675f7
"MDL-7362, allow_call_time_pass_reference setting may cause bug, see tracker, merged from MOODLE_19_STABLE, thanks James"
2008-05-01 08:32:04 +00:00
jamiesensei
f33c438e5c
MDL-13678 "Change default number of rows per page on quiz reports" Made a new constant to say how many attempts / questions to list per page by default.
2008-05-01 07:08:28 +00:00
dongsheng
1a084d1541
"MDL-10944, fix undefined property in chatd.php, merged from MOODLE_19_STABLE"
2008-05-01 06:55:07 +00:00
agrabs
efc5916754
fixed issue MDL-14531
...
added an option to switch autonumbering on or off
2008-04-30 22:17:04 +00:00
agrabs
914061abe1
a small cosmetic change. the save/cancel buttons now are displayed in a single row
2008-04-30 18:58:25 +00:00
agrabs
d0390cf8e2
adding the tab-row in edit_item.php
2008-04-30 18:48:16 +00:00
agrabs
64da83c6cc
changed the sql-statement "CONCAT..." with the abstract SQL-build-funtion sql_concat()
2008-04-30 18:38:24 +00:00
poltawski
1cc2110b68
MDL-12614 - Bad regular expression matching was causing syntactically
...
invalid js when returning to previously attempted SCORM package.
Credit to Peter Chamberlin of ljcreate.com
merged from MOODLE_19_STABLE
2008-04-30 11:59:41 +00:00
agrabs
446739247e
removed the wrong call require_once('blank_form.php')
2008-04-30 08:28:09 +00:00
jamiesensei
2018fb15ae
MDL-7772 "Quiz results overview: not all combinations of Show attempts with ... & Groups settings work properly"
...
Second patch, found a bug while merging and testing in 1.9.
2008-04-30 08:22:20 +00:00
agrabs
62a0ae1064
used deprecated function modify_database changed to insert_record
2008-04-30 06:40:15 +00:00
jamiesensei
86a1f1d5b9
MDL-7772 "Quiz results overview: not all combinations of Show attempts with ... & Groups settings work properly"
...
This patch is based on Ann Adamcik's latest code, thanks Ann. Made a couple of small changes.
2008-04-30 04:47:39 +00:00
dongsheng
083acd24db
"MDL-14465, add a setfocus() function, see tracker, thanks, Ralf"
2008-04-30 03:42:24 +00:00
dongsheng
846fb67937
"MDL-14262, fix optional_param, and fix link in restorelib.php, merged from MOODLE_19_STABLE"
2008-04-30 01:47:50 +00:00
dongsheng
95bc81ebf4
"MDL-14262, fix wrong logged link, see tracker, merged from MOODLE_19_STABLE"
2008-04-30 01:15:30 +00:00
agrabs
a78b88e738
added missing log_display entries
2008-04-29 21:38:13 +00:00
dongsheng
54c1f2d5fe
"MDL-14548, modify the notification field in data module to NOT NULL and default value 0, the version is incorrect, fix it."
2008-04-29 06:49:14 +00:00
dongsheng
f430641247
"MDL-14548, modify the notification field in data module to NOT NULL and default value 0, see tracker"
2008-04-29 06:42:18 +00:00
dongsheng
3f32807d97
MDL-14303, add missing cmidnumber parameter. merged from MOODLE_19_STABLE
2008-04-29 02:11:27 +00:00
stronk7
ed3bd1974b
Fixed old-glorious typo in wiki backup. MDL-10811 ; merged from 19_STABLE
2008-04-28 23:09:57 +00:00
agrabs
6178c62a9a
fixed required_sesskey missing on complete_guest.php
...
added grouping feature (it have to be tested yet)
2008-04-28 21:19:27 +00:00
poltawski
2385bf0686
MDL-12614 - Bad regular expression matching was causing syntactically
...
invalid js when returning to previously attempted SCORM package.
Credit to Peter Chamberlin of ljcreate.com
2008-04-28 16:52:50 +00:00
agrabs
6ee09cfe8b
merge the items dropdown, radio and check to multiplechoice item
...
merge the items dropdownrated, radiorated to multiplechoicerated item
the creating or editing of an item now use the formslib
2008-04-28 09:58:09 +00:00
skodak
39f563ed5b
MDL-14564 pg null trouble fixed by David Mudrak; merged from MOODLE_18_STABLE
2008-04-27 22:41:07 +00:00
dongsheng
db1b15ce0e
MDL-14262, fix incorrect link, see tracker, merged from MOODLE_19_STABLE
2008-04-27 17:11:20 +00:00
skodak
d00adf8605
MDL-14484 rerun asearchtemplate upgrade - there were reported problems on some sites; merged from MOODLE_19_STABLE
2008-04-25 15:20:14 +00:00
stronk7
05ac14ca68
Prevent wrong data->notifications to be stored. Default to 0 if empty. MDL-14540 ; merged from 19_STABLE
2008-04-24 17:11:40 +00:00
tjhunt
3192d014f3
Eliminate direct references to $_REQUEST and $_POST in the quiz code.
...
Also, when you edit the quiz, and therefore any preview attempts are deleted automatically, make sure the attempts are deleted properly by calling quiz_delete_attempt on each one, rathern than leaving orphaned junk in the database.
2008-04-23 14:49:22 +00:00
tjhunt
bfecee473a
Revert bogus error -> print_error changes that were stopping my patch from merging.
2008-04-23 14:45:45 +00:00
tjhunt
97344ae331
Improve PHPdocs on a function.
2008-04-23 14:31:21 +00:00
tjhunt
d20e702956
Tidy up whitespace.
2008-04-23 10:54:51 +00:00
moodler
c70ad9f736
MDL-14493 First checkin of Feedback module into HEAD.
...
I made a number of small tidy-ups to the contrib version before adding this here:
- fixed some language string names
- renamed a capability from deletecompleteds to deletesubmissions (can we use "submissions" everywhere?)
- got rid of language packs (moved english to correct location)
- deleted 'pics' type (it needs to be rewritten to use user files in moodledata)
- moved changelog into README.txt
- moved captcha font out of subdir
- bumped version to today
Thanks very much to Andreas Grabs for all your work on this module so far, and congratulations! :-)
2008-04-23 09:33:54 +00:00
jamiesensei
58ffdbb883
MDL-14471 - when attempt data is generated by a script then sometimes quiz_get_latest_attempt_by_user fetches the wrong attempt since timestart for the attempt is not a second apart from the last attempt - "patch to quiz/locallib.php function quiz_get_latest_attempt_by_user which makes the query simpler and also makes it more robust.
...
In the case that there are two attempts started in the same second, which can happen if you are generating random attempt data then the id field is used to tell which is the later attempt."
2008-04-23 06:45:11 +00:00