19558 Commits

Author SHA1 Message Date
gustav_delius
b6e907a245 Manual grading 2006-04-07 16:00:29 +00:00
moodler
08777eaf25 Set the last modified time of the style sheet to the current time 2006-04-07 15:07:52 +00:00
moodler
6bf277d7c5 Fixing a typo: http://moodle.org/mod/forum/discuss.php?d=41814#199162 2006-04-07 15:03:51 +00:00
moodler
ff1dc0465b Merged fixes for forum_user_can_view_post from stable 2006-04-07 14:54:52 +00:00
ethem
362bdbf790 static $timediff30. Call once only. 2006-04-07 11:23:10 +00:00
nfreear
a2e2bf643a Fix MB 5099, "Make CSS requests expire in IE", fix 'max-age=' as per http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html, override $lastmodified parameter (OU-Bugz: 851) 2006-04-07 10:18:03 +00:00
urs_hunkler
78a71c31f8 changed the CSS to add backward compatinility for headers using tables.related to #bug4913 2006-04-07 08:46:11 +00:00
gustav_delius
03c541cb9a class clearfix is the medicine against collapsing divs, see bug 5119 2006-04-07 07:55:48 +00:00
ethem
09bf9535de print_simple_box_start with width 2006-04-07 07:34:32 +00:00
moodler
98f92a5491 FIxed a string 2006-04-07 07:03:03 +00:00
moodler
63701c7802 FIxed activity reporting for database activities 2006-04-07 07:02:53 +00:00
gustav_delius
5f4f608811 Replaced layout table around question by div. Doesn't display right in firefox yet. 2006-04-07 06:08:55 +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
mits
8fbfacd946 To show navbar background-image on admin page correctly added "width:100%;". 2006-04-06 21:19:44 +00:00
danmarsden
6c5a77bbb7 couple of bugs when no data returned. 2006-04-06 20:42:35 +00:00
gustav_delius
6463e8a6b6 Fixing a large number of tidy warnings 2006-04-06 20:35:49 +00:00
gustav_delius
755bddf118 Improvements to response history. Three small bug fixes. 2006-04-06 19:59:02 +00:00
nfreear
408b65dd44 Fix 2, bug 4943: "print_simple_box behaviour changed". Centred is now default alignment; for centred no-width specified, width=30em. 2006-04-06 17:21:04 +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
01bd54e0cb Jean-Michel's fix to the get_actual_responses() method 2006-04-06 16:43:41 +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
moodler
d9d282e493 Fixing some documentation.
get_records etc are not inefficient if used correctly, and result in MUCH
more readable code that get_recordset does.

I'm already starting to see code being submitted that takes these
instructions literally and it looks like Java.  :-(
2006-04-06 15:26:44 +00:00
danstowell
2201638882 Minor improvements to IMS-E enrol - better handling of empty <userid></userid> 2006-04-06 14:06:40 +00:00
gustav_delius
a488b9325c Replace require_variable() by required_param() 2006-04-06 12:56:37 +00:00
gustav_delius
e49a8d099e Supply default values for more arguments of question_list() 2006-04-06 12:54:48 +00:00
urs_hunkler
7e4f53c80c changed the CSS for navbutton to position the 2 buttons side by side. #bug4913 2006-04-06 07:35:40 +00:00
moodler
7e73ff00cf Some info about the PHP license and PEAR (we are going to keep it in Moodle) 2006-04-06 06:31:38 +00:00
moodler
91555ae462 FIxed some box sizes, and added hooks for Matt Oquists portfolio stuff 2006-04-06 01:38:52 +00:00
patrickslee
faf2851fd9 Override doc link for postgresql migration 2006-04-05 23:41:59 +00:00
stronk7
391f527040 Hehe, setup itself was using register_globals hack! ;-)
Now the lang menu is working again.

Note: I've used the PARAM_SAFEDIR flag because it's the
only one supporting alpha+digits+underscore. Its name
doesn't seem to be perfect for this. Perhaps we should
create some alias?
2006-04-05 23:29:46 +00:00
stronk7
768cf7d5d1 Now graphlib also works with ttf fonts installed under
moodledata/lang dir. Rest of functionality not modified.
2006-04-05 23:03:18 +00:00
stronk7
c829776d34 Default TrueType font updated from (http://www.nongnu.org/freefont/)
It seems to support all the European character sets (latin + cyrillic +
greek). The rest will need to add their custom font to the langpack.
2006-04-05 22:48:14 +00:00
stronk7
03595aab1a Small change in MySQL. Seems to work better under any version
(tested over MySQL 4.1.12, 4.1.16, 5.0.18 and 5.0.19) Bug 5055.
(http://moodle.org/bugs/bug.php?op=show&bugid=5055)
2006-04-05 22:14:24 +00:00
gustav_delius
22c08850d7 Fixing stupid typos from previous commit 2006-04-05 20:02:37 +00:00
gustav_delius
4feb8730d7 Fix to make it work without globals hack 2006-04-05 19:43:42 +00:00
gustav_delius
ded180686e Fix to make it work without globals hack 2006-04-05 19:35:51 +00:00
gustav_delius
e8a4049ddd Removed some unnecessary code 2006-04-05 18:52:37 +00:00
gustav_delius
3ab76e6562 Don't duplicate site name in navigation bar 2006-04-05 17:37:59 +00:00
thepurpleblob
0183742eeb bug #2569. 'Open dialogues' and 'Closed dialogues' now have their own strings
rather than contatenating existing ones.
2006-04-05 13:48:01 +00:00
moodler
60f92a4330 Added a missing index for some sites (bug 5100) 2006-04-05 13:45:14 +00:00
ethem
743d932c11 Hide order details if an action emerges. (actions: capture, delete, refund, void) 2006-04-05 10:08:57 +00:00
gustav_delius
9c7c8d63f4 Prevent student from seeing quiz when closed, bug 5070 2006-04-05 09:43:29 +00:00
ethem
913a69687b Auto-capture strings changed to scheduled-capture. 2006-04-05 08:43:04 +00:00
moodler
9a7a199fd0 No need to restrict where RSS feeds can be displayed 2006-04-05 08:35:40 +00:00
ethem
0bf8ea6aa0 Show errors in original language.
You can't do this action: native_action
2006-04-05 08:28:12 +00:00
moodler
236d839ff1 Fixed some pretty major HTML errors :-) bug 5089 2006-04-05 08:19:09 +00:00
vyshane
3014ee9ccf Fixed bug: Bug #5081 - meta courses - teacher can't add child courses 2006-04-05 08:12:08 +00:00