more admin configuration on screen. You can add, change, delete, list forums on screen easily. You still have to move folders yourself though for now. Better email policy on forums. It will not let you email to people that do not have an email address, or if you do not have one yourself. Screen config of outgoing email server settings. Allows forum admin's to update data for others except for other admins. a few other fixes.
Webforum is a Java web forums program. Makes a fast bulletin board with i18n, admin and moderation. Compiled with java 1.6. No relational database (JDBC) needed; msg.s are simple files. Email users via their login.
Does not display real email id but you can email by clicking on the author.
Added an 'erase content' button so content is erased but msg itself, and those below are not deleted.
Created a simple (hopefully) new forumsList file where you can simply add new forums parameters in it and at startup it will create default files to create a working forum.... read more
The new release allows you to add a prefix or suffix URL so that (dynamic) content can be added before or after the servlet output.
This is nothing like a full template mechanism but should offer enough flexibility for all but the craziest users.
-charset.encoding property better documented
-new FailedLoginURL property for custom error messages
-User, Cookies and Sessions are slightly better managed and maybe faster (we use to check both Session and Cookies, now if session is enough, we go with it!)
-Fixed bug with new charset feature (NullPointerException was thrown)
This release introduces the new FailedLoginURL parameter that you can add to your config file so that users who can't login are taken back to this page instead of the login page.... read more
I submitted a few changes to CVS tonight.
Have fun testing!
Changes in WebForum have meant that (accidentally) Java2 APIs have crept in. We will try and rectify this at some point and regain Java1.1 compatibility. In the mean time, do NOT use WebForum 0.35.12 unless you are running Java 1.2 or greater.
The new version now contains improved handling of "Optional URLs" and "Link Titles" as well as the ability to logout. Note: due to the changes in URL handling, the file format has changed slightly. This should not affect existing WebForum posts, but only new posts.
I hacked it out so that we now have valid HTML 4.01 throughout. This should make sure that all standard compliant browsers can render perfect the web pages produced by webforum.
One of the most robust version ever! Many bug fixes.
No more double posts (check if the same message has been posted), safer handling of larger messages (must be < 64K) and optimization.
As of now, Java2 is required for WebForum.
This is the first stable release this year! Enjoy.
Better threading, better handling of cookies... many bug fixes!
Plus, we are now over 2000 downloads!
WebForum is today at 1980 download since the beginning. That's quite a lot of people who looked through it. How many users? Well, quite a few, but it would be nice to have more figures... if you are using WebForum please get in touch with us!
Improved docs are in the CVS tree now. The readme files are not somewhat clearer and at least one important detail is not explained (the file format for the user file).
If you want to help testing, download this latest package and send your comments!
Please download and give it a try! New features include persistent session support.
More feature requests!
Please help me out!
I'm thinking of switching to Freemarker as a template engine. I'd still like to integrate a database engine.
As for the search features, I think it might be simpler to implement our own.
I corrected the file deletion error handling so that it will output errors to system.err and also be a bit more verbose.
I removed the .class files from CVS but I added a Unix script to compile (easy to write a bat file for windoze if you want to).
Nothing much. No need to download since it doesn't actually add anything except for some extra debugging info.
Thanks for your support!
I have to do this... Argh... I need help here!
And a good patch from "Stefania Giorgini" <giorgini@otconsulting.com>. Thanks Stefania for your impressive work!
There is a new patch available on CVS for people
who have autorization level problems.
Notice that this won't make the autorization
errors go away, but a nicer message will be
displayed.
Some have reported that the Java applet would not load messages. That's because I forgot to update the jar file for the applet.