Re: [Care2002-developers] Beginnings of a Native Installer

2006-10-05 Thread Kaloyan Raev
Hi Brian, I welcome your decision to rewrite the installer. It definitely has some issues and it would be better to have one developed especially for Care2x. I did a try of your code. It works OK with PHP 5. I like the structure of the installation steps. While you are thinking about the design

[Care2002-developers] REVIEW: old branches to be removed from Subversion

2006-10-05 Thread Kaloyan Raev
Hello, I am going to cleanup old branches from Subversion that have not been touched since the source code was migrated from CVS to Subversion. Note that after the deletion the source code will be still available in the old CVS for read-only reference. The list of the branches that will be remo

[Care2002-developers] new developer - DB abstraction review

2006-10-05 Thread Kaloyan Raev
Hello again! Have you suggested that there are so many developers out there that want to help Care2x progress? Yes, it is true, we have new one on board. This is Lakshmi. He is going to review the database abstraction of Care2x code base. Lakshmi has 10 years IT experience with a very good exposur

Re: [Care2002-developers] UTF-8 for all language translations

2006-10-05 Thread Kaloyan Raev
Hello Dr. Potur, It will be great help if you can convert and verify the Turkish translation to utf-8 on your own and send me the changed files. I suggest Daniel does not mind to save him some work. I have already made the same for the Bulgarian translation. Make sure you convert all the followi

Re: [Care2002-developers] new developer - PHP4 to PHP5 migration

2006-10-05 Thread Kaloyan Raev
Hello, I am pleased to announce that there is one more developer who will help Brian to make the code PHP 5 compliant. This is Damien Carbery [1]. He is expert in Perl and PHP. He has worked for projects like GNOME and OpenSolaris and have participated in two sf.net projects. I wish Brian a

[Care2002-developers] MySQL Configuration Gotcha

2006-10-05 Thread zabmilenko
For some reason, the db password is not getting saved correctly. If you are using mysql on the local machine, a configuration setting will let you bypass the password. The default setup of MySQL does NOT have a password for the "root" account. As long as you haven't set up a user and password

[Care2002-developers] Beginnings of a Native Installer

2006-10-05 Thread zabmilenko
The installer that we are using from MirrorMed is very terse, and not closely coupled with the Care2x project. Kaloyan and Latorilla have done a great job making it work with the project, but it hit a brick wall with Win32 and PHP5. This is no fault of theirs, but tearing it apart would take l

Re: [Care2002-developers] UTF-8 for all language translations

2006-10-05 Thread Daniel Olivares
check configuration server apache2 apache.conf daniel 2006/9/27, Daniel Hinostroza <[EMAIL PROTECTED]>: > Thank you Kaloyan, > All Care2x users: to proceed with the encoding conversion, please send me a > .txt file containing only the accented characters of your given language. > Name the file wi

Re: [Care2002-developers] UTF-8 for all language translations

2006-10-05 Thread Dr. Bülent Potur
Hello,The below command worked efficiently to convert iso8859-9 files to utf-8 encoding. (Of course one has to change content transfer encoding lines within the files.)iconv -f iso8859-9 -t utf-8 file1.txt > file2.txtIf you have another idea I send iso8859-9 accented characterfile too.Greetings,Dr.