1900 Commits

Author SHA1 Message Date
paca70
38620c460b One strange 'o' jumped in.. 2003-02-25 07:24:48 +00:00
moodler
5b337cdf3b No need for course creators to have a link to the admin page. 2003-02-25 04:22:57 +00:00
moodler
38972a40a4 Some English spelling/grammar fixes. 2003-02-25 04:03:49 +00:00
moodler
8b2fc31ce0 Fix link in admin links 2003-02-25 03:57:14 +00:00
moodler
2fdb54b819 Fixed bug in table creation - (it was creating a null table!) 2003-02-25 03:53:50 +00:00
moodler
0ca1825cab Tidied up some of Petri's code :-/ 2003-02-25 03:46:06 +00:00
paca70
ea81ca5f6d README updates 2003-02-24 21:09:53 +00:00
paca70
6c891932c0 Some updates 2003-02-24 20:06:53 +00:00
paca70
9f9f92c6df Updates to Finnish translation and some correction to English one. 2003-02-24 19:00:39 +00:00
paca70
1924074c76 Added support for nonadmin course creation.
Course creators are managed by /admin/creator.php , same way that admins.
Or if authetication module have 'auth_iscreator'-function (right now only ldap-module have) ,
users are added to creators at login time.
2003-02-24 18:48:55 +00:00
moodler
38b68c5d6f More detail, clearer description 2003-02-24 10:45:49 +00:00
moodler
86bce68fa8 New table for Postgres 2003-02-24 10:42:07 +00:00
moodler
95dbc030a8 First version of code to implement new "Random Matching" type
of questions.  These use 2 or more short answer questions at
random to construct a questions where you have to match
answers to questions.  Only lightly tested so far.

Quiz questions can now be edited with Richtext editor.

Sundry little fixes along the way.
2003-02-24 10:37:56 +00:00
moodler
2b051f1c8e Changes to modify_database() so it works with string input 2003-02-24 09:36:15 +00:00
moodler
ee0e5d57e2 Two new functions for randomizing arrays 2003-02-24 09:34:10 +00:00
moodler
663f70777a Restored Davide Suraci info 2003-02-21 09:19:22 +00:00
moodler
8f8e4f01b0 Updates and fixes, mostly from Paolo Lariccia. 2003-02-21 09:07:44 +00:00
paca70
652fd67246 Reverted to older version, those changes should never got to CVS. 2003-02-20 22:09:59 +00:00
paca70
f9a14cc720 Show creation option when available. 2003-02-20 21:55:14 +00:00
paca70
5f2c35db18 Added support for usercreation from Moodle to authentication module.
Works currently only with ldap-module (tested with e-directory), but
 other modules could be extended too by
adding following functions:

function auth_user_exists ($username) {
//returns true if given username  already exists on authetication database
}

function auth_user_create ($userobject,$plainpass) {
//create new user to authentication database
//in inactive state (if posible)
//returns true if user is created
}
function auth_user_activate ($username) {
//activate external user  after email-address is confirmed
//returns true if user is activated
}
2003-02-20 21:39:51 +00:00
moodler
47623d4f8f Portuguese, first version, contributed by Jaime Villate. 2003-02-19 11:12:22 +00:00
paca70
5443a18b8f Finnish installation instructions. 2003-02-18 22:52:55 +00:00
paca70
4c398dda96 updates
CV: ----------------------------------------------------------------------
2003-02-18 10:20:42 +00:00
paca70
79ba7581de Fixed some typos and making translation more consistent. 2003-02-18 08:41:49 +00:00
moodler
5a4d292bca Added changes to table_column from Petri Asikainen for Postgresql 7.3 2003-02-18 07:44:26 +00:00
moodler
c2a96d6b32 Fixes for the use of LIMIT in SQL for Postgres 7.3 (from Petri Asikainen) 2003-02-18 03:16:07 +00:00
paca70
e10ed4f09f updates 2003-02-17 22:19:38 +00:00
moodler
14c7248d3c Select all 2003-02-17 18:14:06 +00:00
moodler
a01b257195 Little changes 2003-02-17 18:13:41 +00:00
moodler
dc1dc6e973 Added function to check everything on a page 2003-02-17 17:02:56 +00:00
paca70
035aa1848c updates 2003-02-17 13:35:55 +00:00
moodler
734d2c9887 Fixes to survey_get_responses() to make it work better with PostgreSQL
(from Petri Asikainen)
2003-02-17 08:35:51 +00:00
moodler
2f05b46ec9 Added language menus to top of login pages 2003-02-16 09:42:06 +00:00
moodler
a59cbb7851 Update version 2003-02-16 09:25:02 +00:00
moodler
811c88b32f Fix short column 2003-02-16 09:24:25 +00:00
moodler
2a231ed650 Remove English word 'ago' 2003-02-16 09:22:52 +00:00
moodler
c4e78a1b60 Tidy up the import screen 2003-02-16 08:03:55 +00:00
moodler
68fefdbe14 Change MC answers to letters a, b, c etc ... 2003-02-16 08:03:17 +00:00
moodler
49220fa70c Various quiz changes. Most importantly is the new framework for importing
quiz questions.   Importing works but is still being tested.
2003-02-16 07:08:57 +00:00
moodler
4270bba267 Fixed navigation link to login page 2003-02-15 02:58:34 +00:00
paca70
01a660a583 Updates 2003-02-12 10:27:21 +00:00
moodler
3f3960656d Fixed link to picture file in print_picture_file 2003-02-11 01:53:10 +00:00
moodler
434f33c00a Fixed license link 2003-02-11 01:35:31 +00:00
rkingdon
402eb657a6 peer graded assignment version 1.01 2003-02-06 21:43:57 +00:00
moodler
40f1246b14 Missing semicolon 2003-02-06 18:07:31 +00:00
moodler
de2146b276 Note for something that needs to be fixed 2003-02-06 06:37:10 +00:00
moodler
73f8658c36 Provide the possibility that the format of a text is not defined properly 2003-02-05 12:41:59 +00:00
moodler
bcdfe14e02 Whoops, fixed some obvious bugs when getting slash arguments 2003-02-05 10:52:55 +00:00
moodler
eaa50dbc83 Removed some redundant code when looking for slash arguments (use me() function instead) 2003-02-05 10:48:13 +00:00
minkowski
ac68f7ffc8 Completed Thai Translation 2003-02-04 04:35:17 +00:00