Commit graph

1672 commits

Author SHA1 Message Date
moodler
b20f74c94a Rmove bad coursemodule error - not important enough to show 2003-01-05 14:20:33 +00:00
moodler
b0e3a92523 Clean sweep through all the important changing all include(), include_once()
and require() to require_once()
2003-01-05 14:19:20 +00:00
moodler
af60ea8a86 Fixed a link 2003-01-05 13:19:21 +00:00
moodler
8b3235f57f Fixes to use new mysql module with frame 2003-01-05 12:00:57 +00:00
moodler
bdd2e029a0 Fixes dependency on standardlogo 2003-01-05 11:08:21 +00:00
moodler
c07e87c6ee New standard white theme 2003-01-05 11:02:51 +00:00
moodler
6422da3570 Smaller image and links break out of frames 2003-01-05 10:23:49 +00:00
moodler
92a419a25c Make frame width a variable 2003-01-05 10:10:05 +00:00
moodler
5dc09fb6ee Cleaned things up somewhat and made it more generic 2003-01-05 09:53:30 +00:00
moodler
8bbba2486c Initial version of "Poweraid" theme from Bjarne Varoystrand aka Black Skorpio
with a few half-finished changes ... still needs work which I'm doing right now...
2003-01-05 07:23:04 +00:00
moodler
f5789d86aa Updating to current info 2003-01-05 07:04:24 +00:00
moodler
7d0d7f4665 Initial version by Tom Murdock 2003-01-05 07:02:39 +00:00
moodler
ed5e0c04ae More info 2003-01-05 06:52:55 +00:00
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