-
The problem was, that on debian, the german locale is not just de_DE but rather de_DE.utf8. I have made a little patch for it which fixes the problem:
diff /home/david/churchinfo-1.2.11/Include/LoadConfigs.php ./LoadConfigs.php
103c103,107
< setlocale(LC_ALL, $sLang_Code);
---
> setlocale(LC_ALL, $sLang_Code,
> $sLang_Code.".utf8",
> $sLang_Code.".UTF8",
>.
2008-11-28 12:07:14 UTC in ChurchInfo
-
I have also found out, that a german translation for the jscalendar was missing - although available.
After I have downloaded the file and placed it in the correct directory, the jscalendar is correctly translated.
But the rest still is not translated...
2008-11-25 16:19:17 UTC in ChurchInfo
-
Setting the sLanguage setting has no effect, setting it to de_DE does nothing, it stays in english (although the locale exists on my system). Setting it to something else does not affect anything else, too.
2008-11-25 14:53:57 UTC in ChurchInfo
-
In the latest downloadable version of ChurchInfo, most file permissions are set to 600. This prevents the webserver from reading files except when the owner is set to be the webserver user. This however dangerous as now, one could alter the files from the web.
The permissions should be 644 and the owner should be not the webserver user.
2008-11-25 14:50:39 UTC in ChurchInfo
-
davidweisgerber committed patchset 2 of module turbojet2 to the TurboJet CD/DVD Duplicator CVS repository, changing 47 files.
2007-11-11 16:14:35 UTC in TurboJet CD/DVD Duplicator
-
davidweisgerber committed patchset 1 of module turbojet2 to the TurboJet CD/DVD Duplicator CVS repository, changing 47 files.
2007-11-11 16:14:35 UTC in TurboJet CD/DVD Duplicator
-
davidweisgerber committed patchset 7 of module turbojetGUI to the TurboJet CD/DVD Duplicator CVS repository, changing 1 files.
2006-09-17 17:39:24 UTC in TurboJet CD/DVD Duplicator
-
davidweisgerber committed patchset 6 of module turbojetGUI to the TurboJet CD/DVD Duplicator CVS repository, changing 5 files.
2006-09-17 17:37:35 UTC in TurboJet CD/DVD Duplicator
-
davidweisgerber committed patchset 5 of module turbojetGUI to the TurboJet CD/DVD Duplicator CVS repository, changing 6 files.
2006-07-03 17:51:15 UTC in TurboJet CD/DVD Duplicator
-
davidweisgerber committed patchset 4 of module turbojetGUI to the TurboJet CD/DVD Duplicator CVS repository, changing 7 files.
2006-06-28 14:49:11 UTC in TurboJet CD/DVD Duplicator