mark-nielsen
e99b375972
Updated the form handling code. This report is now functional again.
2006-04-08 20:55:03 +00:00
mark-nielsen
fbe4d5ce51
Updated viewquestion to be more generic and moved it to its own function
2006-04-08 18:56:39 +00:00
mark-nielsen
0a52521122
Updated the viewquestions action to be more generic so that any manually graded question type would be compatible.
...
Moved viewquestions code to function view_questions. This is an attempt to make the code much more readable. All action code will eventually be moved to its own function.
2006-04-08 18:24:49 +00:00
moodler
3dec563cec
Fix for bug 5132, search now no longer prevents display of
...
arbitrary single records
2006-04-08 16:33:16 +00:00
urs_hunkler
9c5cec188f
corrected font-style: none to normal
2006-04-08 15:53:28 +00:00
urs_hunkler
5b2f6e51f9
copied back the CSS for the timer positioning from version 1.12
2006-04-08 15:06:36 +00:00
urs_hunkler
2d91754b33
copied back the CSS for Item analysis and for grading
2006-04-08 12:25:06 +00:00
gustav_delius
ec65c6ad7c
This has extra code to exclude preview attempts from the grading
2006-04-08 08:13:26 +00:00
urs_hunkler
d975f343ba
replaced DEPRECATED center tag with a div. introduced a new class=mdl-align with the CSS text-align: center
2006-04-07 16:17:17 +00:00
gustav_delius
b6e907a245
Manual grading
2006-04-07 16:00:29 +00:00
moodler
ff1dc0465b
Merged fixes for forum_user_can_view_post from stable
2006-04-07 14:54:52 +00:00
moodler
63701c7802
FIxed activity reporting for database activities
2006-04-07 07:02:53 +00:00
gustav_delius
934eea9e43
Introduce field for teacher comments, in preparation for manual grading. I am afraid I forgot to commit this yesterday, so now it is possible that some new beta testers installed Moodle without this new field.
2006-04-07 05:28:18 +00:00
mark-nielsen
31f6b26d4f
[BugFix] Action was using global variables - now is fetched with optional_param
2006-04-06 23:03:08 +00:00
danmarsden
6c5a77bbb7
couple of bugs when no data returned.
2006-04-06 20:42:35 +00:00
gustav_delius
755bddf118
Improvements to response history. Three small bug fixes.
2006-04-06 19:59:02 +00:00
moodler
0143db5788
More clean ups
2006-04-06 17:12:55 +00:00
gustav_delius
80bbc7d7d1
Some code cleanup, relying more on the functions from questionlib.php. Not currently functional, awaiting the central manual grading feature.
2006-04-06 16:45:14 +00:00
gustav_delius
3a5a6f59a3
Introduce field for teacher comments, in preparation for manual grading
2006-04-06 16:42:00 +00:00
moodler
b4f3e56cc1
Fixes from Dan Stowell to support thumbnail images, with some modifications
...
from me to remove unnecessary messages. bug 5011
2006-04-06 16:20:50 +00:00
gustav_delius
e8a4049ddd
Removed some unnecessary code
2006-04-05 18:52:37 +00:00
gustav_delius
9c7c8d63f4
Prevent student from seeing quiz when closed, bug 5070
2006-04-05 09:43:29 +00:00
moodler
236d839ff1
Fixed some pretty major HTML errors :-) bug 5089
2006-04-05 08:19:09 +00:00
gustav_delius
87b18f4ab7
Fixed call to required_param()
2006-04-05 07:46:52 +00:00
gustav_delius
20d6d84d43
Fixed call to required_param()
2006-04-05 07:39:32 +00:00
moodler
202a96d2c8
HTML fixes for bug 5092
2006-04-05 07:37:48 +00:00
moodler
a9ac269967
FIxed some warnings bug 5091
2006-04-05 07:27:58 +00:00
moodler
9ee20a32f6
FIxed blank trailing lines (bug 5095)
2006-04-05 06:14:28 +00:00
gustav_delius
0a5b58af89
Many bugfixes accummulated during CVS outage, more to come.
2006-04-05 05:53:18 +00:00
moodler
960beea394
Merging fixes from stable
2006-04-05 03:19:36 +00:00
moodler
ba76a8f5cf
Fixing some Javascript errors on IE
2006-04-05 02:40:34 +00:00
moodler
9bdedea400
Changed how the "edited by" message appears in the posts edited by admin
2006-04-05 02:15:10 +00:00
moodler
53dc0dfb6a
Fixed a string name
2006-04-05 01:40:24 +00:00
moodler
64452eb438
Various fixes that have accumulated
2006-04-05 01:38:06 +00:00
gbateson
a3d40ea8ae
define PARAM_SAFEDIR (constant) and clean_param (function) if required for compatibility with Moodle 1.3 or earlier
2006-04-05 01:28:12 +00:00
danmarsden
3e11b9f44a
missed one.
2006-04-04 23:36:13 +00:00
danmarsden
acaf7b86e3
Bug Fixes for:
...
Bug 5042
Bug 4600
Bug 4021
Bad code - need to check vars aren't empty b4 using them!
2006-04-04 23:03:15 +00:00
moodler
382671bbdf
Fixed tabs logic flow
2006-03-30 07:54:31 +00:00
moodler
4c2dab47a0
Fixed up some tabs names
2006-03-30 07:45:40 +00:00
bobopinna
a2464082c4
Fixed two problems in AICC import
2006-03-30 06:19:52 +00:00
moodler
1d8a829a54
Better pages for hidden activities
2006-03-30 04:46:12 +00:00
moodler
3d1c33ef01
Some better security when database is hidden
2006-03-30 04:37:16 +00:00
moodler
b9957ccb1d
Changes to match file class changes
2006-03-30 04:26:50 +00:00
moodler
a2f96d3e55
Use better variable names in file class
2006-03-30 03:54:39 +00:00
gbateson
c20b623804
make compatible with PHP 5.1.2 by removing variable assignments in calls to functions e.g. myfunction($a=1); Micro-incremented version number to 2.1.15
2006-03-30 03:17:51 +00:00
moodler
cc6b0be44b
Whoops, wrong line, I am tired. :-)
2006-03-29 18:38:18 +00:00
moodler
5f04c615d7
Template order makes more sense this way :-)
2006-03-29 18:36:31 +00:00
moodler
68635e6f6d
Support for a new CSS template, allowing you to use CSS in the other templates
2006-03-29 18:29:16 +00:00
moodler
01fe47f640
Fixed a notice
2006-03-29 18:00:58 +00:00
moodler
20e294eeda
Added field for CSS for database templates
2006-03-29 17:42:42 +00:00