-
webforum 1.00 release
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.
2008-12-03 06:06:53 UTC by stowians
-
WebForum: a new release .9
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.
Added a forumMasterAdmin login id that can create forums also from the index.jsp screen, and is an admin for all forums. This user is defined in the same forumsList file.
Other tweaks and small fixes. New files are in cvs. I have not created a new download file yet.
2008-07-07 23:43:18 UTC by stowians
-
shame: release 18 was broken
release 19 is ok (hopefully). Sorry about this.
2003-10-06 23:20:40 UTC by lemire
-
New release offers more flexibility
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.
2003-08-24 13:25:12 UTC by lemire
-
New Release:charset fixed,faster, more features
-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.
Also, the charset.encoding property is better documented.
2003-07-30 21:37:40 UTC by lemire