Here is summary of the changes:
<div>1) Profile page has been redesigned and is much simpler (new fields include display name, preferred programming language, enable/disable emoticons)</div> <div>2) Search results pages are much cleaner</div> <div>3) Add/Edit post page has been redesigned
and is much simpler (smilies can be turned off see #4 - when on, they are now in a dropdownlist in the FTB toolbar)</div> <div>4) Users now have the ability to disable emoticons (from the add/edit post page) by making a change in their profile</div> <div>5)
Added support for <post>, <forum>, <user>, and <email> tags in posts (i.e. <post>123456</post> will resolve to a URL for that post)</div> <div>6) Fixed bugs in post sort order</div> <div>7) Fixed incorrect message displayed when user changes password</div>
<div>8) Main asp.net logo will appropriately link to main
www.asp.net site</div> <div>9) Pager will output links instead of postback architecture to facilitate search engine indexing of site </div> <div>10) Thread status (Answered/Not Answered) - users are able to mark their question
as answered/unanswered and we will reflect that status with an icon on the ShowForum page. Further integration/development of this feature will take place after this initial release.</div> <div>11) Other misc. bug fixes
The editor also now uses <br> instead of <p> tags when you hit enter. We got feedback from a number of people that wanted it this way. Of course, now I'm getting opposite feedback so we'll reevaluate. If you have input on this matter then feel free to post
on the thread in feedback.
I also turned on the HTML mode with the editor for all users. We only allow a subset of HTML tags and anything with unencoded script will be stripped. Here is the subset of HTML tags (anything other than this and it will be removed from the post automatically
so don't use it):
AlexLowe
Contributor
4460 Points
890 Posts
Site Update - 5/25/2005
May 25, 2005 02:19 PM|LINK
<div>1) Profile page has been redesigned and is much simpler (new fields include display name, preferred programming language, enable/disable emoticons)</div> <div>2) Search results pages are much cleaner</div> <div>3) Add/Edit post page has been redesigned and is much simpler (smilies can be turned off see #4 - when on, they are now in a dropdownlist in the FTB toolbar)</div> <div>4) Users now have the ability to disable emoticons (from the add/edit post page) by making a change in their profile</div> <div>5) Added support for <post>, <forum>, <user>, and <email> tags in posts (i.e. <post>123456</post> will resolve to a URL for that post)</div> <div>6) Fixed bugs in post sort order</div> <div>7) Fixed incorrect message displayed when user changes password</div> <div>8) Main asp.net logo will appropriately link to main www.asp.net site</div> <div>9) Pager will output links instead of postback architecture to facilitate search engine indexing of site </div> <div>10) Thread status (Answered/Not Answered) - users are able to mark their question as answered/unanswered and we will reflect that status with an icon on the ShowForum page. Further integration/development of this feature will take place after this initial release.</div> <div>11) Other misc. bug fixes
The editor also now uses <br> instead of <p> tags when you hit enter. We got feedback from a number of people that wanted it this way. Of course, now I'm getting opposite feedback so we'll reevaluate. If you have input on this matter then feel free to post on the thread in feedback.
I also turned on the HTML mode with the editor for all users. We only allow a subset of HTML tags and anything with unencoded script will be stripped. Here is the subset of HTML tags (anything other than this and it will be removed from the post automatically so don't use it):
<h1 />
<h2 />
<h3 />
<h4 />
<h5 />
<h6 />
<h7 />
<strong />
<em />
<u />
<b />
<i />
<strike />
<sub />
<sup />
<font />
<blockquote />
<ul />
<ol />
<li />
<p />
<address />
<div />
<hr />
<br />
<a />
<span />
<img />
<table />
<th />
<td />
<tr />
<pre />
<code />
<xmp /> </div>
Alex