What is new?
http://sourceforge.net/projects/yafdotnet/
Download
Version 1.9.0 FINAL (September 24th, 2006)
- Fixed issues with Swedish language file.
- Fixed error with "Active Discussions" no showing anything
- Modified default.config to use new uploaddir "upload/" instead of "/upload/"
- Modified Config class to look more like v1.9.3 for easier merging. (Code is more readable)
- Fixed issue deleting Forums. Now a forum delete wipes the database of all topics, messages and attachments associated with that
forum.
- Fixed issue with BBCode editor and FireFox -- inserting BBCode make the editor jump to the top.
- Fixed XSS Security issue with the IMG BBCode.
- ASPNET theme modified by Boskone
- Added scrollable "overflow" CSS setting for posts. Only works on FireFox.
- Adjusted Sponsorship post layout and removed all "personal" information. No more PM or Email links.
- Fixed issue with points not being added for posts.
- Fixed issue with PM e-mail links not working if you need to login.
- Fixed issue selecting avatar
- Added avatar editing page (removed avatar stuff from edit profile) with simplified functionality.
- Modified Points Implementation slightly
- Updated Admin User editor to support new Avatar editor with improvements (select avatar didn't work before)
Version 1.9.0 RC2 (September 12th, 2006)
- Added "Points" System for each post and deletion (Willie)
- Added "Sponsor" post option (Willie)
- Added admin user editing features
- Added support for FreeTextBox v3
- Added reset function for smartscroller so that it no longer keeps the scroll location if it's not desired (such as on pagination).
- Added rel="nofollow" to user-supplied URLs throughout the board.
- Fixed issue with posts not being removed from "Moderate" list
- Fixed: Inserting smilies in FCK v2 -- current solution doesn't work with FireFox though
- Fixed bug with smilies cache not getting flushed on update
- Fixed bug related to BBCode handling of underline and url.
- Fixed bug assocated with resource.ashx (Thread exceptions)
- Fixed bug related to search page storing a non-serializable object in the session state
- Cleaned up DisplayPost a bit
- Fixed issue with delete topic in moderate (it works now)
- Changed the code for sorting forums slightly. Functionality hasn't been modified.
- Fixed bug related to move topic
- Removed high-performance timer class and switched to using NET v2.0 StopWatch class instead.
Version 1.9.0 RC1 (July 25th, 2006)
- First compiled in NET Framework v2.0.
- Topics, messages and attachements are no longer deleted from the database -- just marked as deleted -- need to add system to make the deleted topics viewable by admin/moderators if desired.
- Update hundreds of "obsolete" functions for NET v2.0
- Fixed security issues related to BBCode and postmessage.aspx
- Fixed search.aspx javascript bug.
- Added resource.ashx HTTPHandler and removed image.aspx.
- Themes per forums now implemented.
- Enhanced user admin system implemented.
- Board Settings now includes the ability to change the forum graphic (standalone
only) per theme.
- Fixes to the Sort Method and Indentation to the Admin Forums List.
- Fixes to the Sort Method and Indentation to the Forum Jump List.
- Parent forum drop down now only displays the forums in the category list and is
also now indented correctly.
- Fixes to the hardcoded text as posted by Neven.
- Added collapsible categories and information/active discussion panels on the forums page. Also added collapsiable Last 10 posts in profile.
- Internalized a few javascript resources. Now they are accessed via resource.ashx.
- Added PM e-mail notification system including templates and user/host settings options.
- Added optional "theme information" line to themes.
- Added "Quick Reply" system with javascript expandable panel.
- Added "DataPanel" control to YAF project (Thanks to Businessware Architects)
- Added FlatEarth theme to project.
- Reformatted much of the C# code.
- Lots of misc HTML coding changes.
- Lots of misc bug fixes.
Version 0.9.9 (November 10th, 2004)
- Lots and lots of bug fixes.
- Much improved bb-code with support for syntax highlighting.
- Improved default theme.
- Portal modules can limit a forum to one category, allowing the same forum to be used in different tabs with the same user base.
- Member list can filter members by first letter of user name.
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