Index: openacs-4/packages/acs-lang/acs-lang.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/acs-lang.info,v
diff -u -r1.11 -r1.12
--- openacs-4/packages/acs-lang/acs-lang.info 21 Oct 2002 17:04:43 -0000 1.11
+++ openacs-4/packages/acs-lang/acs-lang.info 23 Oct 2002 11:50:49 -0000 1.12
@@ -41,7 +41,6 @@
-
@@ -50,11 +49,10 @@
-
-
+
+
-
Index: openacs-4/packages/acs-lang/tcl/acs-lang-init.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/acs-lang-init.tcl,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ openacs-4/packages/acs-lang/tcl/acs-lang-init.tcl 23 Oct 2002 11:50:50 -0000 1.1
@@ -0,0 +1,15 @@
+ad_library {
+ Do initialization at server startup for the acs-lang package.
+
+ @creation-date 23 October 2000
+ @author Peter Marklund (peter@collaboraid.biz)
+ @cvs-id $Id: acs-lang-init.tcl,v 1.1 2002/10/23 11:50:50 peterm Exp $
+}
+
+# Load message catalog files from packages that don't have messages in the database already
+# This is done in a scheduled proc so that it won't take up time at server startup.
+# Instead, it can be done by a thread after the server has started multithreading.
+ad_schedule_proc -once t 5 lang::catalog::import_from_all_files
+
+# Cache the message catalog from the database
+lang::message::cache
Fisheye: Tag 1.3 refers to a dead (removed) revision in file `openacs-4/packages/acs-lang/tcl/lang-catalog-init.tcl'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 1.2 refers to a dead (removed) revision in file `openacs-4/packages/acs-lang/tcl/lang-message-init.tcl'.
Fisheye: No comparison available. Pass `N' to diff?