Re: PunBB 1.2 development source
And a new release:
2004-09-29
""""""""""
* Added admin plugin support. Adding third party admin interface
functionality should now be much easier.
* Merged admin_menu() and moderator_menu() into generate_admin_menu().
2004-09-28
""""""""""
* The display of the forum rules is now displayed properly instead of in a
message() box with the header "Info".
The big thing this time is the admin plugin thingy. Have a look at the example plugin in the directory "plugins" (duh!) and tell me what you think about it. This implementation is rather crude in comparison to some other web application plugin systems, but it is effective and there are virtually no limits to what you can do. As you can see, a plugin is "installed" by just dropping it in the plugin directory. I like that :)