phpBB support
With the release out of the way (at least until the first bug reports ;), I’d like to work on the phpBB support. In fact, I’d like to extend that a bit to make it easier to integrate any sort of other application.
The plan consists of two steps:
- Move all phpBB related code into a plugin
This will make core a bit smaller, reduce clutter and the plugin will hopefuly be in a form that would be easy to copy to integrate other applications - Make the code actually work!
In practice, I might actually start with #2, as the code seems to be badly broken at the moment.
One thing I need to get my head around to start with is a clean way to switch database connections. I had a couple half-hearted tries over time and I am determined to get it right this time.
Any other suggestions for the next release are more then welcome…
