Edited Issue: Unobtrusive AJAX can't handle special characters [1617]
If I'm using unobtrusive AJAX and my ID's contain special characters, like a dot or a colon, which is perfectly valid, it breaks and cannot find the referenced elements. In AjaxOptions, you have this...
View ArticleCreated Unassigned: IQueryable doesn't get serialized properly [1641]
When ODataqueryOptions get binded to the parameters and the query includes a select or an expand, the formatter should be able to serialize IQueryable<IEdmEntityObject>. CanWriteType does the...
View ArticleEdited Issue: Ajax.BeginForm using jquery.unobtrusive-ajax gets cached by IE7...
// Copied from https://aspnet.codeplex.com/workitem/8100// Vote number : 2 If you do a simple Ajax.Begin form in MVC the jquery.unobtrusive-ajax.js file makes a JQuery Ajax call but does not set the...
View ArticleEdited Feature: Allow custom options in jquery.validate.unobtrusive [1502]
Ported from https://aspnet.codeplex.com/workitem/10344jquery.validate.unobtrusive.js supplies options to jquery.validate, but provides no way to customise those options. For example, I need to disable...
View ArticleEdited Unassigned: jquery unobtrusive : add data-ajax-mode "replaceWith" [1500]
Ported from: https://aspnet.codeplex.com/workitem/10334 (3 votes)http://aspnet.codeplex.com/workitem/8767It is a common scenario. I can show you dozens upon dozens of cases online where someone was...
View ArticleClosed Unassigned: The given path's format is not supported when a column (:)...
When requesting this urlhttp://www.mylocalsite.com/en/product_images/view/page:2MVC throws an exception and there is no way to catch it.System.NotSupportedExceptionThe given path's format is not...
View ArticleClosed Unassigned: WebMatrix.WebData\SimpleMembershipProvider.cs and Postgres...
The embedded sql in WebMatrix.WebData\SimpleMembershipProvider.cs embeds MSSQLServer friendly brackets which are postgres/mysql unfriendly. I use npgsql, and have adjust all the references to point at...
View ArticleEdited Issue: Child action OutputCache can not be disabled with web.config...
MVC 5.NET 4.5.1Using OutputCache on child action I can not force MVC to bypass it using web.config:```<system.web> <caching> <outputCache enableOutputCache="false"...
View ArticleCommented Unassigned: Why is HttpValueCollection public only in PCL? [1639]
From the [source code](https://github.com/ASP-NET-MVC/aspnetwebstack/blob/master/src/System.Net.Http.Formatting/Internal/HttpValueCollection.cs#L34) it oughts to be by design that `HttpValueCollection...
View ArticleReopened Unassigned: The given path's format is not supported when a column...
When requesting this urlhttp://www.mylocalsite.com/en/product_images/view/page:2MVC throws an exception and there is no way to catch it.System.NotSupportedExceptionThe given path's format is not...
View ArticleEdited Unassigned: The given path's format is not supported when a column (:)...
When requesting this urlhttp://www.mylocalsite.com/en/product_images/view/page:2MVC throws an exception and there is no way to catch it.System.NotSupportedExceptionThe given path's format is not...
View ArticleCommented Unassigned: The given path's format is not supported when a column...
When requesting this urlhttp://www.mylocalsite.com/en/product_images/view/page:2MVC throws an exception and there is no way to catch it.System.NotSupportedExceptionThe given path's format is not...
View ArticleCreated Unassigned: SelectExpandQueryOption doesn't create the select expand...
``` public SelectExpandClause SelectExpandClause{ get{ if (_selectExpandClause == null){ ODataUriParser uriParser = new ODataUriParser(Context.Model, serviceRoot: null); _selectExpandClause =...
View ArticleClosed Issue: Compilation issue with helper function parameters incorrectly...
Ported from : https://aspnet.codeplex.com/workitem/10325Came across an issue with MVC4 regarding helper functions and parameters that incorrectly have an "@" symbol specified.The helper code to...
View ArticleClosed Issue: jquery.validate.unobtrusive obtrusively attaches to all forms...
Porting from connect bug https://connectadmin/Feedback/ConnectTab.aspx?FeedbackID=810755:Problem Description:jquery.validate.unobtrusive always unconditionally calls .validate() on all forms in the...
View ArticleEdited Issue: FunctionImport doesn't apppear in the service document even if...
There are only entity sets in service document now: <?xml version="1.0" encoding="utf-8"?> <service xml:base="http://jinfutanwebapi2:9001/what" xmlns="http://www.w3.org/2007/app"...
View ArticleCommented Issue: FunctionImport doesn't apppear in the service document even...
There are only entity sets in service document now: <?xml version="1.0" encoding="utf-8"?> <service xml:base="http://jinfutanwebapi2:9001/what" xmlns="http://www.w3.org/2007/app"...
View ArticleEdited Task: Add FunctionImports and Singletons to service document [1601]
ODL v4 spec adds FunctionImports and Singletons in service document. Consider implementing them.
View ArticleCommented Task: Add FunctionImports and Singletons to service document [1601]
ODL v4 spec adds FunctionImports and Singletons in service document. Consider implementing them.Comments: Function Import part has checked in: 758e92405d71265d282e255353e08bde4ecf7d9a For Singleton. I...
View ArticleEdited Issue: Don't build action/function import for bound action/function...
In currect Odata model builder, no matter what is bound or unbound, the EdmAction and EdmFunction are built in model, while the EdmActionImport and EdmFunctionImport are built in Container. As a fact,...
View Article