moodler
14d8c0b409
Further work done. It currently can print the quiz form (including images!)
...
but can't mark them yet. I've been constructing quizzes manually in the
database and it's helping to refine the database structure. Don't count
on anything stable in the quiz module for a few days yet ...
2002-10-06 17:06:54 +00:00
moodler
55c0c75c03
A start on the page that actually prints the questions and stores the answers
2002-10-06 03:24:56 +00:00
moodler
36658798dc
More or less working now
2002-10-06 03:23:34 +00:00
moodler
3a506ca299
Added some more functions
2002-10-06 03:23:16 +00:00
moodler
765814def3
Changed includes of module libraries to use full pathnames constructed
...
from $CFG->dirroot, rather than relative. This is because the relative
path could sometime be a different case to the full path (on Windows)
causing include_once not to work.
2002-10-06 03:05:22 +00:00
moodler
f01826ee39
Moved module upgrading functions out into database-specific files
2002-10-05 17:21:39 +00:00
moodler
c0d6bcc508
Moved upgrade functions into db/mysql.sql
2002-10-05 17:20:24 +00:00
moodler
31f0900c61
Moved upgrade_moodle functions out to database-specific files, because
...
the SQL is not compatible (nor is it possible to make it so).
2002-10-05 17:09:31 +00:00
moodler
e858f9da96
create_new_user() can now import other fields from an external source
...
if the function for it has been defined. (Petri's code with additions by me)
2002-10-05 16:49:42 +00:00
paca70
2a86e7a1a5
More corrections
2002-10-04 13:07:16 +00:00
moodler
730fd187c8
Skeleton version of the quiz module. It won't break an installation,
...
but it doesn't do anything yet.
2002-10-04 02:59:05 +00:00
moodler
518d37151d
Use main version of "maximum grade" string
2002-10-04 02:55:27 +00:00
moodler
b2a82ad65c
Make names into a list
2002-10-04 02:54:53 +00:00
paca70
7d3e684292
and some more....
2002-10-03 17:10:50 +00:00
paca70
75ebf527c9
Some fixs more.
2002-10-03 17:04:15 +00:00
paca70
a08db54a84
Translated new strings and fixed some old ones.
2002-10-03 16:54:58 +00:00
paca70
68605943ae
Corrected some comments.
2002-10-03 15:55:45 +00:00
paca70
fcad13730e
Initial version of ldap authentication module. It have no config-interface yet. (But it's coming)
...
It contains also experimental auth_get_userinfo() function, what is not used by moodle yet.
If you like to try it, create following $CFG variables to /config.php or directly to config-table and activate
ldap authentication from admin-configuration page.
$CFG->ldap_bind_dn "If your like to use bind-user to search users, specify it here. Someting like 'cn=ldapuser,ou=public,o=org'"
$CFG->ldap_bind_pw "Password for bind-user."
$CFG->ldap_contexts "List of contexts where users are located.
Separate different contexts with ';'. Something like 'ou=users,o=org; ou=other,o=org'"
$CFG->ldap_host_url "Specify LDAP host in URL-form like 'ldap://ldap.myorg.com/' or 'ldaps//ldap.myorg.com/' ";
$CFG->ldap_search_sub "Put value <> 0 if you like to search users from subcontexts.";
$CFG->ldap_user_attribute "What attribute is used to name/search users. Usually 'cn'. ";
More configuration optios are coming. This version is tested against Novell E-Directory without SSL and it works fine.
2002-10-03 13:45:19 +00:00
moodler
abf59b15bd
Fixed definition of forum->open
2002-10-03 11:17:51 +00:00
moodler
70c476a79e
Fixes bug 112
...
Changes to expand "open" option in forums. Now have a choice between
three options: new discussions and new replies, new replies only and
no new discussions or new replies.
Three new options in lang/forum.php and I changed "allowdiscussions".
2002-10-03 11:15:50 +00:00
moodler
7d95ed97c7
User's name in footer is now a link
2002-10-03 11:11:53 +00:00
moodler
8dbed6be60
format_time() now supports language strings for day(s)/hour(s)/min(s)/sec(s)
...
String lookups are cached in user/index.php for efficiency
2002-10-03 04:04:59 +00:00
moodler
05d09aa1f9
Just making this more relevant for the CVS update junkies :-)
2002-10-03 03:55:03 +00:00
moodler
a168bd029f
Expanded the description and included sample commands
2002-10-03 03:35:53 +00:00
moodler
7b5baeb7de
"Activities" wasn't being taken from language files
2002-10-03 02:57:36 +00:00
paca70
4b76aa52d0
Minor update to test that update rights are working.
2002-10-02 19:37:35 +00:00
moodler
5251893741
Fixes for accented characters
2002-10-02 16:23:12 +00:00
moodler
5c958cabcc
Updated a word
2002-10-02 15:55:22 +00:00
moodler
168fe1427a
New version number for development
2002-10-02 14:43:04 +00:00
moodler
3eb4b24fed
Added 'thischarset' = "iso-8859-1", for completeness
2002-10-02 14:20:30 +00:00
moodler
59857bd7a8
Checked in initial Italian version by Davide Suraci, with help from others
2002-10-02 13:50:36 +00:00
moodler
3763e302ff
Added Sebastien Nameche
2002-10-02 10:59:04 +00:00
moodler
0cb8bf3bcd
Locale box is a bit bigger, since locale strings can be bigger :-)
2002-10-02 10:35:43 +00:00
moodler
3a178d04d1
Removed configcharset, but kept thischarset
2002-10-02 10:34:31 +00:00
moodler
4bfa92e714
Added new header to all pages to set the current charset, to help browsers
2002-10-02 10:33:05 +00:00
moodler
53e61ab906
Updates to the French translation, by M. Sebastien Namche
2002-10-02 09:37:29 +00:00
moodler
0ebe961a18
A change to test the ACLs
2002-10-02 08:23:49 +00:00
moodler
a1122760d0
Changes
2002-10-02 07:59:22 +00:00
moodler
39df7c9774
Fixed links to be relative. This prevents errors on the offchance that
...
the current URL != $CFG->wwwroot/login
2002-10-02 07:08:56 +00:00
moodler
2e60a1ace3
Made these images transparent
2002-10-02 05:10:10 +00:00
moodler
b4ab71a6db
Fixed links in navigation
2002-10-02 02:24:19 +00:00
moodler
7fbd6b1c0b
Don't use getenv anywhere - not necessary and breaks PHP under ISAPI
2002-10-02 02:05:29 +00:00
martin
e99af4408f
CHANGES UP TO 1.0.5
2002-09-27 15:14:04 +00:00
martin
cc300ceb39
Mentioned newly allowed tags
2002-09-27 15:03:28 +00:00
martin
8dcea3963a
Added a few more allowed HTML tags in plain text files. <dl> <h1><h2><h3> <hr>
2002-09-27 14:48:25 +00:00
martin
dfb6e4ac3e
Tweaks to page titles to make them more consistent
2002-09-27 14:26:02 +00:00
martin
0d399dc585
Aaaahhh I remember now why this was in here, because in future there might
...
be course-level themes and user-level themes.
Putting it back as before ... :-)
2002-09-27 14:19:59 +00:00
martin
cd1c4d2321
Removed theme chooser from here ... moving it to admin folder
2002-09-27 14:18:06 +00:00
martin
555bdfc813
Fixed a little link to login page
2002-09-27 13:44:52 +00:00
martin
d51c583d3c
Updated version for 1.0.5 release
2002-09-27 13:40:17 +00:00