Git commits in Moodle 1.4.5 by martinlanghoff

commit 9132b70313808d464feb00b5184e2d513f57fc06
Author: martinlanghoff <martinlanghoff>
Date:   Sat, 07 May 2005 11:02:59 +0800
Tag:    v1.4.5

Block link prefetching from Mozilla and Google Web Accelerator.

commit 085c7c40e8933b85729969c7740ec3f1e81e02fb
Author: martinlanghoff <martinlanghoff>
Date:   Sat, 07 May 2005 09:30:05 +0800
Tag:    v1.4.5

Fixed calls to set_user_sesskey().

commit 8ae3ede1340251a85500bb3b73a721810aaab170
Author: martinlanghoff <martinlanghoff>
Date:   Sat, 07 May 2005 08:32:40 +0800
Tag:    v1.4.5

Release notes now link bug numbers to bugtracker.

commit 7df9662c23967521a0f85546efcaee29bc5e90bf
Author: martinlanghoff <martinlanghoff>
Date:   Sat, 07 May 2005 08:08:14 +0800
Tag:    v1.4.5

Updated release notes for 1.4.5

commit 78ac8df2d08795a3f5019d08ba4bc290830fee12
Author: martinlanghoff <martinlanghoff>
Date:   Mon, 11 Apr 2005 14:04:35 +0800
Tag:    v1.4.5

Added option to cache langlist in dataroot/cache/languages. Small logic fix.

commit d162ab230795ec58200ba7a1db841112d23641e2
Author: martinlanghoff <martinlanghoff>
Date:   Mon, 11 Apr 2005 13:53:56 +0800
Tag:    v1.4.5

Added option to cache langlist in dataroot/cache/languages. If enabled saves around 10MB of memory and 40 includes (some really large)

commit 1a87d76bd48cfd85a635ea08fae782596eeb59e2
Author: martinlanghoff <martinlanghoff>
Date:   Wed, 06 Apr 2005 06:10:31 +0800
Tag:    v1.4.5

Fixed 'Can't save changes in editor configuration' form bug reported in http://moodle.org/mod/forum/discuss.php?d=21359

commit f5db2e8aa6a7aad1dd9a05e6cb9ec6dac154cff2
Author: martinlanghoff <martinlanghoff>
Date:   Fri, 01 Apr 2005 13:33:21 +0800
Tag:    v1.4.5

insert_record() - major efficiency improvements for Postgres databases on insert. Also fixed many calls to insert_record() which discard the returned record id to not ask for the record id.

commit 63eadeac79b21603b8d9ffb67154743063694eca
Author: martinlanghoff <martinlanghoff>
Date:   Wed, 23 Mar 2005 15:02:19 +0800
Tag:    v1.4.5

add_to_log() - fixed a postgres support bug when  is set to '', and clarified the logic that decides whether to update the user_students/user_teacher records.

commit 657af04aac51de516e2fb62e1f42c0c33aa0f69d
Author: martinlanghoff <martinlanghoff>
Date:   Mon, 21 Mar 2005 07:10:08 +0800
Tag:    v1.4.5

More efficient SQL UPDATE in forum_mark_old_posts_as_mailed() -- improves performance under PostgreSQL.

commit 12c181bc5022f053467e2a1fb7453494f10a3deb
Author: martinlanghoff <martinlanghoff>
Date:   Sun, 20 Mar 2005 16:11:21 +0800
Tag:    v1.4.5

Pedantic HTTP correctness; now we return an appropriate 503 HTTP status code when the database is unreachable and assumed overloaded. This is for the benefit of monitoring and load testing scripts.

commit b52bf78003f73224ed18c53cd15f46534ec01270
Author: martinlanghoff <martinlanghoff>
Date:   Mon, 14 Mar 2005 10:06:24 +0800
Tag:    v1.4.5

Fixed memory limit overrun in backup config page. Why SELECT * FROM mdl_course when all we need is id? smile

commit a394a14f8535d3abf399a1e4ec0744a2b6e3b755
Author: martinlanghoff <martinlanghoff>
Date:   Thu, 10 Mar 2005 10:39:49 +0800
Tag:    v1.4.5

Fix from Dan Marsden: address_in_subnet() had a loop control error.