What is new?
http://sourceforge.net/projects/yafdotnet/
Download
Version 0.9.9 (November 10th, 2004)
- Lots and lots of bug fixes.
Version 0.9.8 (May 30th, 2004)
- Correctly marks private messages as read.
- Fixed bug when composing a private message.
- Fixed bug that caused "User not registered" error.
- Attachment list in admin section only show attachments for current board.
- All columns converted from varchar/text to nvarchar/ntext.
- Now adds RSS feeds. Thanks to Justin for coding this.
- Improved DotNetNuke support.
Version 0.9.7 (Mars 4th, 2004)
- No need for DotNetNuke or Rainbow dll's to compile source.
- Administrator can add users manually from the admin section. Thanks to Bjørn Atle
Isaksen for implementing this.
- Lots of bugs have been fixed.
Version 0.9.6 (December 21st, 2003)
- Local avatar support by Justin Wendlandt.
- User profile shows access masks to admins and forum moderators.
- Active topics takes you to the page of the next unread post.
- Can go from search directly to message by clicking on the row number.
- The same database can be used for multiple forums.
- Added subforums.
- Fixed some Rainbow bugs.
- Basic threaded viewing, with option to disable.
- Some improvements to the rich edit control.
Version 0.9.5 (November 25th, 2003)
- Vote buttons disabled if user can't vote.
- Modules for DotNetNuke and Rainbow Portal.
- General bug fixes.
Version 0.9.4 (November 20th, 2003)
- Uploaded avatars are resized if they are to large.
- Missing translations now display the English translation enclosed in '[' and ']'.
- Administrators can not be suspended, and forum moderators can not suspend other forum moderators.
- Theme configuration files can now use different images based on language.
- All texts (except for admin section) should now be translatable.
- Administrators can approve users.
- Administrators can change users email address.
- Option to save uploaded files in the database instead of the file system.
- Administrator can limit size of uploaded files.
- Forums can be marked read. Somewhat experimental.
Version 0.9.3 (November 11th, 2003)
- Users can be suspended by admins or forum moderators.
- Added smilies to the private message editor.
- Can't send private messages to guest.
- Button to select user when composing private message.
- Admin options to remove old private messages.
- Admin option to turn off rich editing.
- Experimental NNTP support. Very beta yet.
- Install gives db error message when connection to db fails.
- Web.config changes. Language and theme doesn't include directory.
- Users can optionally select what theme and language they want to use.
- Attachments separated from posting message.
- Front page shows how many users are viewing each forum.
- The topics page list users viewing the current forum.
- Improved user profile information.
- Bug fixes.
Version 0.9.2 (October 30th, 2003)
- Bug fixes.
- Changed caption of post buttons from "Save" to "Post".
- Users of version 0.9.1 should upgrade to this version.
Version 0.9.1 (October 28th, 2003)
- List of moderators is only visible if the forum actually is moderated.
- New access right for Forum Moderator.
- Avatars can be disabled and limited by size.
- Shows user's last 10 posts in the user profile.
- Forum search has been implemented by Fabrizio Bernabei.
- Forum permissions can be based on existing forum when creating forums.
- Added top 3 active users by Fabrizio Bernabei. Insert it by adding {user_rank} to templates/page.html.
- Fixed time zone bug.
- Active Topics doesn't show topics from forums where the user has no access.
- Removed 30 seconds time limit when editing posts.
- Edit, delete, and quote buttons aren't visible if the user doesn't have access to use them.
- Restricts size of remote avatars, thanks to Albert Krawczyk for his code.
- Member list can be sorted in both directions, and includes visible indicator for sort direction.
- Shows a link to inbox on the front page if there are unread messages.
- Some changes to inbox/sent items.
- When getting email notifications about posts in forums or topics, only one mail will be sent per forum/topic untill the next time the user logs in.
- Active Users doesn't list the same user more than once.
- Added rich text html editor.
- Code for catching URL's from Frederic Norro.
Version 0.9.0 (October 11th, 2003)
- Using OpenSmtp.net for sending email. Supports authentication.
- After posting a message, or clicking a link in an email, you will be directed to the correct page.
- Sortable columns in the member list.
- Doesn't send notification email to the one posting a message.
- Users can upload avatars. Size can be limited by admin.
- Redesigned group system. Users can now be a member of several groups.
- Added confirmation messages when something is deleted.
- Notification on login when there are unread private messages.
- Possibility to setup moderation on forums and a new moderation section.
Version 0.8.2 (October 4th, 2003)
- Fixed permission bug that prevented replying to a post.
- Can insert images into posts.
- Posts can contain attachments (experimental, use with care since there are no checks on file types or file size).
- Login should now always redirect to default.aspx
- Option to allow links within messages to open a new browser window.
- Custom smtp class with authorization.
- User admin tells whether a user's email address is validated or not.
- Bug fixes.
Version 0.8.1 (September 23rd, 2003)
- Import smiley packs (.pak files).
- Can specify a rank image for each group.
- Polls can use up to 9 answers.
- Smilies are not included in the download.
- Shows last 10 posts in reverse order when posting a reply.
- Option to decide whether to show moved topics or not.
- Cookies for polls should allow the same computer to vote several times (for different users).
- Polls should be displayed ok even without any votes.
- Checks for existing user name or email address when registering new users.
- Other minor changes and bug fixes.
Contributors
- Fabrizio Bernabei (Harlock)
- Albert Krawczyk (pro-logic)
- Justin Wendlandt (jwendl)
- robbowley
- Irgendware
- Bjørn Atle Isaksen