|
From: Ben C. <php...@be...> - 2001-11-27 00:39:13
|
Answers to your questions below... On Mon, Nov 26, 2001 at 07:53:35PM +0100, Patrick Mairif wrote: > On Mon, Nov 26, 2001 at 10:32:52AM -0800, Ben Curtis wrote: > > Yup, phplib is getting annoying for me too. Currently in CVS template.inc, auth.inc, session.inc, and page.inc have been moved into the phpbt distribution. I'm working on moving the db abstraction to adodb, and offering an -extras package that will toss adodb under inc/ for those who don't already have it installed. This should make the installation process a little easier for 0.6.0. > > sounds good to me! :) > > now I got it running with a little handwork! > > there are few things I noticed: > > - In config-dist.php I'm missing the '<?php' at the beginning! This is because the opening <?php throws off the template in install.php. My list of things to look at includes that. > - What about encrypt passwords while db-conversion? How are they > encrypted, with password()? Someone mentioned to me that the mysql function md5() does the the same encryption as the php code does, since I use md5() in the code. I never had a plan for making it easy to choose encrypted passwords while upgrading the installation or after some users had been created. > - Changing the language in the configuration-menu has no affect! It only changes the warning and error messages output by the script. For complete localization one would have to change the templates and the database data. > - What about an option to change the language only for the current > user in the usermenu and taking the definition in the config as > default?! That's somethng the can be put on the todo list. |