|
From: Dan A. <Dan...@Ph...> - 2006-11-04 04:48:14
|
I finish the SQL user management pages a few minutes ago. I think they suffered some drift from when they were sent, as I had a number of unrelated issues to fix in them. There is one section of conf_control that is still coded to use the old abstracted method to access a database. To be honest, I don't know that this code is doing. It is wrapped in an if() test that check elements past the end of an internal array. It will never be called, as it will never pass the if() test with the code I have. I suspect it was contributed by mistake, but before cutting it out I'll wait to see if anyone claims it. So on the roadmap to 3.0.0 1. Starting on Reporting framework (done) 2. Convert to PEAR::DB (done) 3. New menung code (not started) I might get to 3 next week, but we'll have to see how it goes. I think we are close to a 3.0.0, so any testing feedback would be great. Thanks |