Commit graph

12991 commits

Author SHA1 Message Date
moodler
669dfa715a An emergency checkin to prevent Choice dataloss for anyone who may
be upgrading.

The module itself currently doesn't work at all ... I'm going
through and re-writing it.
2005-03-30 16:14:49 +00:00
koenr
d76f642325 new farsi-utf8 language pack
was rather dirty, hope everything that shouldn't be in there is out!
tried to make it XHTML-compliant at the same time
2005-03-30 15:59:14 +00:00
martignoni
c0f708941c Improved choice mod 2005-03-30 15:14:26 +00:00
thepurpleblob
90bf11b2fd A start on wiki-like to Markdown converter.
Needs more work yet!
2005-03-30 15:13:41 +00:00
ethem
d3b2e0ae79 New Turkish Fonts 2005-03-30 14:41:40 +00:00
ethem
22fb0611c6 New strings from Ethem Evlice (ethem AT evlice DOT com) XHTML compliant 2005-03-30 14:25:44 +00:00
moodler
fd9d1ff316 Make the ID of textarea more unique 2005-03-30 13:32:39 +00:00
moodler
36c446cbe8 Removing excess styles 2005-03-30 12:31:00 +00:00
moodler
b3ab80aad2 Restoring extra span to navmenulist 2005-03-30 11:54:58 +00:00
ethem
6d8a096075 Turkish font added 2005-03-30 11:40:32 +00:00
stronk7
5bd9aa933a Now glossary->name is working under filterall. It was really complex!
Just thinking about to add support for filterall inside:
   - category->name
   - concept->name
   - filter!
2005-03-30 11:14:19 +00:00
moodler
5a9726e7ab This module is completely broken .... I'm working on it.
Here are some cleanups to start with
2005-03-30 04:32:36 +00:00
moodler
cc7cd917d4 Removed some German, and added styles and icons to the navmenulist 2005-03-30 03:41:37 +00:00
moodler
1aef65946b Removed obselete THEME and sme spacing 2005-03-30 03:16:37 +00:00
moodler
6656bf0af1 Security fixes
Fixed up styles handling to be more standard (the themes include them
already so no need for modules to do it)
2005-03-30 03:07:39 +00:00
moodler
d1465c3d12 Naming, people, naming ... keep it clear but minim 2005-03-30 02:59:41 +00:00
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