Closed Issue: Exception selecting Manage Comments
Changeset-----------------------------39866Repro Steps-----------------------------Add some comments to the default post.Login as AdminSelect Quicklinks > Manage CommentsExpected...
View ArticleCreated Issue: Setup Wizard Doesn't Validate Length of Site Description Field
See details in this thread:http://oxite.codeplex.com/Thread/View.aspx?ThreadId=65375
View ArticleCreated Issue: In...
In Oxite.Infrastructure.OxiteRegularExpressions.loadExpressions() "TagReplace" is not inline with "IsTag""TagReplace" is defined as "([^a-z0-9]?)" while "IsTag" is defined as "^[a-z0-9-_ ]+$". this...
View ArticleCommented Issue: In...
In Oxite.Infrastructure.OxiteRegularExpressions.loadExpressions() "TagReplace" is not inline with "IsTag""TagReplace" is defined as "([^a-z0-9]?)" while "IsTag" is defined as "^[a-z0-9-_ ]+$". this...
View ArticleCreated Issue: Do not use CLUSTERED when creating PK's on GUIDs [9010]
CLUSTERED means it will physically sort the data on the hard disc in the order of the PK. This gives the fastest lookup performance. However, the GUIDs (which are random) for inserts means that it will...
View ArticleCreated Issue: Admin Pages are not working [9215]
Guys,You all might be very busy with PDC. The LIVE silverlight streming is perfect man. Super, you guys really rocks. Congratulations.Back to business now, I downloaded the latest Oxite from sourcecode...
View ArticleCommented Issue: what'is the password of the default user "Admin" [6746]
what'is the password of the default user "Admin"!Thank you!
View ArticleCommented Issue: System.ArgumentException: A route named 'Site' could not be...
When I run the application I get this error. Please help me getting rid of this problemSource Error: Line 379: public static string Site(this UrlHelper urlHelper)Line 380: {Line 381: return...
View ArticleCommented Issue: System.ArgumentException: A route named 'Site' could not be...
When I run the application I get this error. Please help me getting rid of this problemSource Error: Line 379: public static string Site(this UrlHelper urlHelper)Line 380: {Line 381: return...
View ArticleCreated Issue: Please modify the source to reflect update in AntiXSS [10146]
The AntiXss have been updated. Please modify the Oxite\Oxite\Extensions\StringExtensions.cs to reflect the change.
View ArticleCreated Issue: Latest (55873) version problem in return a post to Draft or...
Line 38: public void FillTags(ITaggedEntity entity)Line 39: {Line 40: foreach (Tag tag in entity.GetTags())Line 41: FillTag(tag);Line 42: }this is where the error occurs, I am Missing something,...
View ArticleCommented Issue: System.ArgumentException: A route named 'Site' could not be...
When I run the application I get this error. Please help me getting rid of this problemSource Error: Line 379: public static string Site(this UrlHelper urlHelper)Line 380: {Line 381: return...
View ArticleClosed Issue: Exception thrown if AuthorUrls not defined for plug-in [7851]
1. Create plug-in.2. Add AuthorUrl attribute but not AuthorUrls3. Navigate to Admin/Plugins Expected: Author is hyperlinked with AuthorUrl Actual: Null reference exception is thrown in...
View ArticleClosed Issue: RenderPartialFromSkin triggers a NullReferenceException when...
The new RenderPartialFromSkin triggers a NullReferenceException when rendering comments. It crashes because htmlHelper.ViewData["OxiteViewEngines"] is null. This occurs when a template calls...
View ArticleClosed Issue: Email validation regex is way too limiting [7227]
Email validation: Add underscore to valid email regular expression. Many people have emails like adr_k@... :)
View ArticleClosed Issue: Adding Comments to Post - Email validation [7099]
A problem occurs when adding an anonymous comment to a post: The validation message does not show when an invalid email is entered and submitted with the subscription option unchecked. The validation...
View ArticleReopened Issue: Exception thrown if AuthorUrls not defined for plug-in [7851]
1. Create plug-in.2. Add AuthorUrl attribute but not AuthorUrls3. Navigate to Admin/Plugins Expected: Author is hyperlinked with AuthorUrl Actual: Null reference exception is thrown in...
View ArticleReopened Issue: RenderPartialFromSkin triggers a NullReferenceException when...
The new RenderPartialFromSkin triggers a NullReferenceException when rendering comments. It crashes because htmlHelper.ViewData["OxiteViewEngines"] is null. This occurs when a template calls...
View ArticleReopened Issue: Email validation regex is way too limiting [7227]
Email validation: Add underscore to valid email regular expression. Many people have emails like adr_k@... :)
View ArticleReopened Issue: Adding Comments to Post - Email validation [7099]
A problem occurs when adding an anonymous comment to a post: The validation message does not show when an invalid email is entered and submitted with the subscription option unchecked. The validation...
View Article