dongsheng
dde78cb8f2
MDL-14129, remove error() in forum mod.
2008-07-21 08:03:42 +00:00
jamiesensei
d71226a4ac
whitespace fixes
2008-07-21 08:02:37 +00:00
piers
1fe98e8d5b
MDL-14455 corrected deprecated error() calls (thanks Eloy).
2008-07-21 07:24:14 +00:00
piers
4ecf843819
MDL-14455 also affects, MDL-11892, MDL-14485, and MDL-14486 - patches supplied by Martin Holden described in MDL-14455 (thank you!) applied to HEAD.
2008-07-21 01:31:55 +00:00
piers
859e38fe65
MDL-11892 Propogate Fixes for 'calls to expand javascript' to SCORM AICC code.
2008-07-21 00:50:52 +00:00
jamiesensei
35bf63526a
MDL-15718 "overview report slow for large data sets - print_user_picture queries the db if only provided with a userid"
2008-07-20 14:40:22 +00:00
jamiesensei
162db41723
MDL-15198 "non-standard sql in reportlib.php" using CASE statement to wrap logic in fields list
2008-07-20 14:34:53 +00:00
jamiesensei
7f29a7dbe4
MDL-15631 "move detailled responses report out of contrib into main distribution" adding responses report to main distribution
2008-07-20 14:29:10 +00:00
jamiesensei
55caa1d5dc
MDL-15198 "non-standard sql in reportlib.php" using CASE statement to wrap logic in fields list
2008-07-20 12:52:14 +00:00
jamiesensei
66eb3b5930
MDL-15268 "Content for Quiz Statistics report table" fixed a bug where every a row was added to the table for every time a subquestion was attempted.
2008-07-20 11:58:15 +00:00
jamiesensei
375381a006
MDL-15718 "overview report slow for large data sets - print_user_picture queries the db if only provided with a userid"
2008-07-20 11:56:35 +00:00
piers
770f1bc881
MDL-11892 Propogate Fixes for 'calls to expand javascript' to SCORM 1.2, and 1.3 code. Minor update to remove tab characters.
2008-07-19 00:25:36 +00:00
agrabs
59f89d805b
MDL-14517 Cannot export analysis to excel by course
2008-07-18 14:53:28 +00:00
jamiesensei
4f5ffac022
MDL-15268 "Content for Quiz Statistics report table" seperated quiz item / position stats code into a seperate class in qstats.php and now calculating item statistics too.
2008-07-18 14:36:24 +00:00
ericmerrill
b230cac1da
MDL-15697 Added a check form rule limiting post subject and forum name to 255 characters, as limited by the DB
2008-07-18 13:19:55 +00:00
moodler
4ea69f88f3
MDL-15702 SQL efficiency fix Merged from 1.9
2008-07-18 07:52:36 +00:00
piers
97852875da
MDL-11892 Propogate Fixes for 'calls to expand javascript' to SCORM 1.2 code. Minor syntax alignment in player.php.
2008-07-18 06:03:51 +00:00
jamiesensei
ea751786e0
MDL-15268 "Content for Quiz Statistics report table" know looping through all question grades fetched from the db to calculate position statistics.
2008-07-16 11:55:38 +00:00
tjhunt
9f9eec1ef0
MDL-15542 - Refactor quiz response processing into a separate processresponses.php.
2008-07-15 16:46:24 +00:00
tjhunt
ccc4515578
MDL-15541 - add a comment about where this code originated.
2008-07-15 16:31:22 +00:00
tjhunt
b55797b8cc
MDL-15452 - Put the OU quiz navigation improvements into the Moodle codebase. I was able to factor out some commonalities with review.php along the way.
2008-07-15 15:30:39 +00:00
jamiesensei
b6943d3731
MDL-14216 "Improvements to regrade report - improved reporting of actions and dry run / regrade" if condition around buttons to not output them when downloading table data.
2008-07-15 07:22:26 +00:00
tjhunt
17312b83c5
Change group-by. I know what was there was equivalent, but Postgres is pedantic about these thigns, and was reporting an error.
2008-07-14 15:57:49 +00:00
tjhunt
baef998bb9
MDL-15622 - Add the quiz navigation panel to the review page
...
Also, improve the styling a bit.
2008-07-14 15:40:24 +00:00
sam_marshall
5309fd39f8
MDL-15648: Used existing functionality to ensure that forum 'mark read' only marks posts read if they are within the right group.
2008-07-14 15:39:55 +00:00
jamiesensei
fb94cd4848
MDL-15268 "Content for Quiz Statistics report table" some fixes to strings.
2008-07-14 06:40:36 +00:00
jamiesensei
04c8148a4f
MDL-15102 "Upgrade to DMLLIB 2.0. Needs further testing and bug-fixing." fixing a couple of typos which were causing errors.
2008-07-14 06:37:39 +00:00
gbateson
accb4c04eb
improvements to generation of html from xml:
...
JCloze: set textbox size allowing for minimum gap size setting and longest answer;
JMatch: allow for duplicates and distractors in RHS items;
JQuiz: set textbox size allowing for longest answer, and use textarea if answer longer than 29 chars;
2008-07-13 12:22:32 +00:00
gbateson
a4856975fa
MDL-14279 fixed typo in get_baseurl: get_file_url($this->filedir.'/') should be get_file_url($this->filedir).'/'
2008-07-12 22:59:45 +00:00
tjhunt
3c168fbb66
MDL-15543 - Display the quiz navigation on the attempt.php page
...
and most of
MDL-15540 - Write code to render the navigation panel - it does it all apart from working out the correct state in which to show each button, and apply appropriate styles as a result.
2008-07-11 17:03:43 +00:00
tjhunt
a0083206b8
MDL-15452 - Fix regressions introduced by my recent work on this bug and its children. Thanks to Paul Johnson for his testing.
2008-07-11 13:04:09 +00:00
jamiesensei
8b048aae0c
MDL-14216 "Improvements to regrade report - improved reporting of actions and dry run / regrade" Install.xml was out of sync with upgrade script.
2008-07-11 07:56:33 +00:00
jamiesensei
57d6a267a6
MDL-14216 "Improvements to regrade report - improved reporting of actions and dry run / regrade" oops. Fixing notice about $this->context not being set in overview report table.
2008-07-11 07:48:25 +00:00
jamiesensei
314b8a20d4
MDL-14216 "Improvements to regrade report - improved reporting of actions and dry run / regrade" added some if conditions to not display regrade buttons if the user doesn't have the permission to grade.
2008-07-11 07:39:11 +00:00
jamiesensei
98f38217bb
MDL-14216 "Improvements to regrade report - improved reporting of actions and dry run / regrade"
2008-07-11 07:27:14 +00:00
dongsheng
5ce66b1edd
"MDL-15610, execute_sql is not available in moodle 2.0, use #DB->execute instead"
2008-07-11 05:27:46 +00:00
moodler
c1ac9e73b6
MDL-15610 Merged label log display fix from 1.9
2008-07-11 02:56:29 +00:00
tjhunt
e153801c1c
Remove debug code.
2008-07-10 17:34:18 +00:00
tjhunt
793f3a0e69
MDL-15452 - Fix regressions introduced by my recent work on this bug and its children. Thanks to Paul Johnson for his testing.
2008-07-10 17:31:12 +00:00
tjhunt
b9b3aa9459
MDL-15452 - Fix regressions introduced by my recent work on this bug and its children. Thanks to Paul Johnson for his testing.
2008-07-10 17:23:56 +00:00
scyrma
5a254a2938
MDL-14279: use get_file_url instead of checking $CFG->slashargument manually (merge from 1.9)
2008-07-10 09:55:11 +00:00
dongsheng
51471f2ad5
MDL-15449, enrol multiple users to multiple courses, including bugs fix, see tracker, sent by Jonathan.
2008-07-10 09:16:43 +00:00
tjhunt
b1103f2bf2
MDL-15535 - URLs are changing from attempt.php?id=XXX to attempt.php?attempt =YYY - implement a sensible redirect if we recieve an old-style URL, since they are stored in a few places like the logs. Also update all URLs we generate that point to attempt.php.
2008-07-09 17:00:26 +00:00
tjhunt
453c96f68b
Missing $this.
2008-07-09 16:58:47 +00:00
tjhunt
66d07f81a1
MDL-15538 - Rework attempt.php to use attemptlib.php - I had broken processing of submitted responses. Hopefully it is fixed again now.
2008-07-08 18:22:18 +00:00
tjhunt
4fc3d7e549
MDL-15539 - Rework review.php to use attemptlib.php - the bulk of the conversion.
2008-07-08 17:47:57 +00:00
tjhunt
1aab356193
MDL-15539 - Rework review.php to use attemptlib.php - clean up how review options are calculated, fix up some comments, and make some requires more robust.
2008-07-08 17:46:59 +00:00
tjhunt
10440b746a
MDL-15538 - Rework attempt.php to use attemptlib.php - fix a comment.
2008-07-08 17:45:32 +00:00
tjhunt
72395e60cb
MDL-15541 - Refactor starting a new attempt into a new file startattempt.php - slight improvement to the code.
2008-07-08 17:43:34 +00:00
tjhunt
78e7a3dd5d
MDL-15452 - Put the OU quiz navigation improvements into the Moodle codebase - quite a lot of progress, sorry I am committing this as a big lump, but it took me a while to get the code back to a working state.
...
MDL-15537 - create oo attemptlib.php to hold shared code between attempt, summary and review.php
MDL-15541 - Refactor starting a new attempt into a new file startattempt.php
MDL-15538 - Rework attempt.php to use attemptlib.php
2008-07-08 16:33:47 +00:00