From: David F. <da...@d2...> - 2005-05-20 22:53:46
|
Ugh, the switch to not using forms openevent stuff was a can o' worms. This would be vastly easier if we used a real template system - is there a reason we're not using one of the template classes from PEAR? (http://pear.php.net/manual/en/package.html.php) I've used HTML_TEMPLATE_IT, and it works well and the syntax is almost identical (in the template) to what's already there. The code syntax is significantly different, of course, since all the "hard work" (the various regexes all over the place) is abstracted out for you. :) While I should learn my lesson after diving into this rewrite, I volunteer myself to do the switchover if I get approval. This, of course, is a fairly serious rewrite, but continues my "less code" mantra. I have probably a day or two left in the form stuff, so I should commit sometime early next week, jim. Although writing this has remotivated me, so I'll see if I can finish today. I then have my two bugs to fix (the guaranteed-unique uids, and fixing the year render window), and I'll probably stop bugfixing until people start complaining of broken things, or we get a release out - the remaining stuff I'd like to do is even more "not for just before release" than this stuff. So, please give me some bugs to fix. :) dave |