Commit graph

2009 commits

Author SHA1 Message Date
moodler
f8b3c31f28 Update the version 2003-01-05 06:46:21 +00:00
moodler
607809b3ba OK a number of small changes here.
Firstly, I'm replacing all use of old-style global variables like
$HTTY_REFERER with their new-style equivalent $_SERVER["HTTP_REFERER"]
Also using $_POST instead $HTTP_POST_VARS  etc

Secondly, if gdversion == 0 (ie GD is not installed) then:

 - users are not even allowed to upload new images
 - graphs now just print a message instead of failing.

this allows Moodle to still be used even if GD is not present
2003-01-05 06:45:20 +00:00
moodler
3b7c1de95e Changes to improve robustness of uploads, and make things compatible
with PHP 4.3.0.  Also some translation fixes with upload strings.
2003-01-05 04:20:32 +00:00
moodler
8556ae8641 Language credits 2003-01-05 04:19:35 +00:00
moodler
087b81fc86 Updated Dutch strings. 2003-01-05 04:14:45 +00:00
paca70
da95fdd658 checkin for translation 2003-01-04 17:20:10 +00:00
paca70
fcbea507c4 Just checking in for translation. 2003-01-04 17:16:37 +00:00
paca70
0b9e04f07e more updates 2003-01-04 17:09:00 +00:00
moodler
70d4cf8267 Ah!! At last, the dreaded off-by-one date bug, squashed. 2003-01-03 16:58:37 +00:00
moodler
89885b582d Upgrade version for Beta Test version 2003-01-03 16:38:46 +00:00
moodler
17e6df458d Fixed display of headers while updating modules 2003-01-03 16:35:51 +00:00
moodler
1d2603b1e3 Make sure grades are always rounded 2003-01-03 16:05:44 +00:00
moodler
a2fe7cc0dc Changed three fields to avoid SQL problems with PostgreSQL etc:
quiz_truefalse:  true->trueanswer  and false->falseanswer
quiz_questions:  type->qtype
2003-01-03 16:01:48 +00:00
moodler
a3fb1c450a New function table_column() to add or alter a column in any database. 2003-01-03 15:31:30 +00:00
moodler
d2d7c864de Mention language count 2003-01-03 14:39:13 +00:00
moodler
3cc9937d3c More stuff 2003-01-03 13:05:40 +00:00
moodler
e53b0823ab More robust checking of returned $rs 2003-01-03 06:44:35 +00:00
moodler
8663bfdb08 Display months in local language for date_selector 2003-01-03 06:43:12 +00:00
moodler
15ac90653d Replaced &sect with &sect to avoid some buggy browsers 2003-01-03 05:33:17 +00:00
moodler
a86b60ddd9 Changed a link 2003-01-03 03:25:48 +00:00
moodler
3250c50889 Removed German help files 2003-01-03 03:03:19 +00:00
moodler
5f55de1007 New Dutch translation from Hans Zwart and Jacob Romeyn! 2003-01-03 02:54:50 +00:00
moodler
14217044a5 Some little fixes 2003-01-02 15:25:51 +00:00
moodler
5422d75fcb Hmmm database name causing some problems ... 2003-01-02 15:12:34 +00:00
moodler
e1bf736ffa Fixed that damn www linking problem with words like wwwroot :-) 2003-01-02 14:54:33 +00:00
moodler
36b4f9852e buggy_referer is dead! Long live buggy_referer!
Should be fixed now.  As a bonus, I've removed all the uses of
HTTP_POST_VARS from all scripts.

All forms should use the new data_submitted() function to collect
form data (it does the match_referer thing internally now).

Much nicer.
2003-01-02 14:49:23 +00:00
moodler
fb964e0c78 Some robustness fixes. 2003-01-02 13:08:20 +00:00
paca70
ba79f7429e Some updates, more to come. 2003-01-02 12:45:39 +00:00
moodler
fa3ba0f6c1 Slightly more efficient way to open the database connections 2003-01-02 11:34:00 +00:00
moodler
c030ab7078 More details... 2003-01-02 11:13:01 +00:00
moodler
7adcd58f82 Prepend database name to all table names to avoid ADOdb bug when there
is multiple database connections at once.
2003-01-02 11:09:03 +00:00
moodler
24cd45467f Site news forum defaults to the "Site news" string 2003-01-02 10:54:00 +00:00
moodler
9c2c5c5bd0 Use the name of the Site News forum on the front page ... instead of the
"Site News" string ...
2003-01-02 10:48:01 +00:00
moodler
51ba6ad642 Define forum type all the time 2003-01-02 10:46:52 +00:00
moodler
42a986b23a Looking like a beta 2003-01-02 10:38:08 +00:00
moodler
61e96406df Robustness fixes 2003-01-02 10:35:11 +00:00
moodler
ac5d88ebe9 Ignore guest when checking imcomplete users 2003-01-02 10:32:51 +00:00
moodler
819df380a3 Initial version of Thai translation, by M Minkowski :-) 2003-01-02 07:55:40 +00:00
moodler
5b4fd9c20a Allow phpinfo() debugging to occur even if Moodle isn't configured yet
(to help with configuration problems!).
2003-01-02 07:37:28 +00:00
moodler
33e5f52c01 Removing english versions 2003-01-02 06:52:27 +00:00
moodler
6846ee2da5 Removing files 2003-01-02 06:51:56 +00:00
moodler
a44d18e70e More consistency when printing editing stuff in section 2003-01-02 06:44:20 +00:00
compuproggy
6af88ac7a2 *** empty log message *** 2003-01-02 06:38:36 +00:00
moodler
106140f7d1 New frame mode for dox 2003-01-01 15:13:56 +00:00
moodler
b79f41cd42 Robust fix 2003-01-01 15:13:21 +00:00
moodler
e18b68b0b6 Updates. That's it for features now. :-) 2003-01-01 15:12:29 +00:00
moodler
8e6c87ccf3 Teachers can choose to allow review of quizzes, which means that students
are allowed to see past quizzes.  This only works once the quiz is completely
closed (to perhaps prevent easy cheating).
2003-01-01 14:47:11 +00:00
coolbit
d78ab28640 no message 2003-01-01 13:41:08 +00:00
moodler
8ac3158791 Robustness fixes 2003-01-01 13:17:27 +00:00
moodler
0c106cd3ab Don't try to display docs files if they don't exist. 2003-01-01 12:03:15 +00:00