mits
915d864c44
translated some.
2005-03-30 02:43:58 +00:00
michaelpenne
23f5e2617c
bug fix: review button no longer displays on essay questions
2005-03-30 01:24:57 +00:00
michaelpenne
16518f15f7
removed some debug lines
2005-03-30 00:53:24 +00:00
michaelpenne
845a17e6f0
all the actions in lesson.php are now defined in mod/lesson/lessonactions/
2005-03-30 00:49:18 +00:00
michaelpenne
ea15ad0ece
This file contains the code for a single action that used to be defined in lesson.php. Now each action has its own file
2005-03-30 00:38:59 +00:00
danmarsden
9c82279a96
Improved choice mod,
2005-03-29 23:46:54 +00:00
danmarsden
6fd87e3bc7
Improved coice mod, allows an unlimited number of choices.
2005-03-29 23:46:17 +00:00
mits
67ac95e83b
translated some.
2005-03-29 23:39:01 +00:00
michaelpenne
c32bc595bd
on multichoice questions with multianswer, the code was not cleaning the variables correctly. Now sends the array through a foreach and then clean_param on each element in the array. Fix is around line 855.
2005-03-29 22:38:27 +00:00
michaelpenne
93943f6570
on line 1030, there was a division by zero when a student has not viewed any pages. Now it checks to makes sure $nviewed != 0. This is for the ongoing score feature.
2005-03-29 22:04:06 +00:00
urs_hunkler
143211e5da
I expanded the list navmenulist for better handling with:
...
_ a header
_ spans for the section titles
It's still work in progress
2005-03-29 21:08:17 +00:00
gustav_delius
a5c5a1807f
fixed bug 2782
2005-03-29 19:24:04 +00:00
mits
87475fcd96
fixed.
...
based on standard theme.
2005-03-29 17:54:25 +00:00
moodler
0b489c066a
Removed a spacer
2005-03-29 16:49:39 +00:00
ethem
8a0168092f
Lutfen BENi OKUYUN!
2005-03-29 15:32:11 +00:00
ethem
0e9d4df087
New files from Ethem Evlice
2005-03-29 15:00:38 +00:00
moodler
1adb8947ac
Misc changes from recently
2005-03-29 14:29:42 +00:00
moodler
2507b2f5ea
OK,the navbarlist is no longer meant to be called directly ... it's
...
rather more efficient and useful to piggy-back it onto the navbar function.
You can control it with
$THEME->makenavmenulist = true;
/// By setting this to true, then you will have access to a
/// new variable in your header.html and footer.html called
/// $navmenulist ... this contains a simple XHTML menu of
/// all activities in the current course, mostly useful for
/// creating popup navigation menus and so on.
2005-03-29 14:22:13 +00:00
moodler
4a8be6e456
Info about two new variables for controlling navbarlist
2005-03-29 14:20:11 +00:00
ethem
230de5bea6
New strings from Ethem Evlice
2005-03-29 14:10:49 +00:00
moodler
f713e27052
Forgot a tag
2005-03-29 13:48:25 +00:00
moodler
dfe6617484
Better XHTML on my new function
2005-03-29 13:46:20 +00:00
barias
c042a58fc1
Latest updates in spanish translation
2005-03-29 13:37:13 +00:00
moodler
f3a74e6817
A new function navmenulist which simply returns a UL list containing
...
all the modules in a course.
This is so theme designers can start experimenting with popup menus etc
From header.html or footer.html, you can use code like this to get the data:
<?php if (is_object($course)) {
$list = navmenulist($course, 50);
echo '<div id="floatnav">'.$list.'</div>';
}
?>
2005-03-29 13:37:08 +00:00
moodler
b623ea5e78
Fixes to preferences and other stuff
2005-03-29 12:34:32 +00:00
moodler
5305e2eb48
Cleaning up some logic, removing unneeded functions
2005-03-29 09:25:31 +00:00
moodler
a983b6ecfd
Cleaning up gradebook nav bar calculation
2005-03-29 09:12:42 +00:00
ethem
c8f08e6850
New strings from Ethem Evlice (ethem AT evlice DOT com)
2005-03-29 09:06:19 +00:00
ethem
557b7c92c6
New strings from Ethem Evlice
2005-03-29 08:49:43 +00:00
mjollnir_
816d9586c7
New indexes for forum_posts - created & mailed. Useful for performance for the cron mailout
2005-03-29 04:32:48 +00:00
mjollnir_
8a72bfa258
Tables for grades for postgres (and a fix to timezone update for postgres)
2005-03-29 03:51:14 +00:00
moodler
61c787cea2
Default theme is standardwhite, and added filterall
2005-03-29 03:36:12 +00:00
mjollnir_
d54ced8618
Fixing typo in ldap enrolment plugin (variable missing _)
2005-03-29 00:21:55 +00:00
mits
8ec3c19712
translated some.
2005-03-28 23:55:33 +00:00
mits
530ee3310c
added tabs images.
2005-03-28 23:08:34 +00:00
koenr
3b384c4bbf
first attempt of translation for new gradebook
2005-03-28 20:42:53 +00:00
mits
998e40469f
polished
...
added new file.
2005-03-28 20:36:07 +00:00
moodler
a0a83fca12
Don't display the Uncategorised VARIABLE in the header
2005-03-28 18:22:17 +00:00
moodler
4eb25d43aa
Adding the new grade tables
...
POSTGRES IS NOT DONE YET!!!! DOES SOMEONE WANT TO TACKLE IT NOW?
2005-03-28 18:16:39 +00:00
ethem
0bb895a81b
New strings from Ethem Evlice (ethem AT evlice DOT com)
2005-03-28 18:08:56 +00:00
moodler
60b111b4cc
New file for new gradebook ...
2005-03-28 18:06:34 +00:00
moodler
281ffa4aaa
OK, lots and lots of cleanups here. Too many to list, but lots of
...
logic fixes, API fixes, variable fixes etc ... there is still plenty
to do but this is enough to check in and get others working on it.
2005-03-28 18:05:45 +00:00
martignoni
44f464d241
Spare tag removed
2005-03-28 16:56:41 +00:00
lonecatz
be9163dfda
Initial traslated
2005-03-28 16:50:38 +00:00
martignoni
8174da9b75
Some spaces so string wraps in the edit language page
2005-03-28 16:28:51 +00:00
martignoni
8caafe28ab
New string 'groupinfoedit'
2005-03-28 16:24:31 +00:00
martignoni
2dba0fb620
New user tabs
2005-03-28 16:23:06 +00:00
martignoni
edec066aaf
Adding search and replace strings
2005-03-28 16:19:54 +00:00
martignoni
b75935018d
Removing strings that aren't used anymore.
2005-03-28 16:14:17 +00:00
martignoni
a6bda5751c
New string 'forumposts'
2005-03-28 16:02:22 +00:00