Commit Graph

40898 Commits

Author SHA1 Message Date
Ryan Nowak c9341ee3d7 React to removal of ToString on TagHelperContent
The code generator generates calls to ToString() on a TagHelperContent
when used with dynamic content inside an attribute that needs to be passed
to a TagHelper as a string.

This change updates the codegen to use GetContent(IHtmlEncoder)
2015-09-23 11:07:44 -07:00
Anthony van der Hoorn 59b698c8b2 Expose parsed route so that observers can get extra details about the route (i.e. optional state) 2015-09-23 09:00:28 -07:00
Ryan Nowak 323befaaf1 Avoid GetContent and ToString in TagHelperContent tests 2015-09-22 21:28:59 -07:00
Doug Bunting d8d0a1ab89 Rename `ModelMetadata.IsCollectionType` and add "real" `ModelMetadata.IsCollectionType`
- #3022
- existing `IsCollectionType` -> `IsEnumerableType`
- use new `IsCollectionType` in a few places
2015-09-22 19:05:40 -07:00
Ajay Bhargav Baaskaran 3f34add497 Removed support for regex type names in @addTagHelper and @removeTagHelper
- #426
- Updated tests to not use regex patterns
2015-09-22 17:48:59 -07:00
Hao Kung 1ef66c9c11 Fix stuff 2015-09-22 16:48:50 -07:00
Hao Kung 78d1d0099f Cleanup 2015-09-22 16:36:48 -07:00
Hao Kung a55a372476 Add period 2015-09-22 16:21:40 -07:00
N. Taylor Mullen 7239eb015c Add support for data bound symbols as attribute names.
- Took the HTML5 spec approach of disallowing specific characters and accepting all others.
- Added several parser and code generation tests to cover both `TagHelper` and non-`TagHelper` variations of symbol bound attribute names.

#137
2015-09-22 16:12:37 -07:00
Ajay Bhargav Baaskaran 7b697e8ec9 Enabling NuGetPackageVerifier 2015-09-22 16:06:18 -07:00
N. Taylor Mullen fb0d235301 Change to mono beta feed for travis. 2015-09-22 16:05:32 -07:00
Ajay Bhargav Baaskaran 7948533fab Enabling NuGetPackageVerifier 2015-09-22 16:00:47 -07:00
Ajay Bhargav Baaskaran 976f58925d Enabling NuGetPackageVerifier 2015-09-22 15:51:21 -07:00
ASP.NET Push Bot 615efcc78e ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: aspnet/dnvm@416db7fc7e
2015-09-22 15:35:35 -07:00
Ajay Bhargav Baaskaran 90539dc489 Enabling NuGetPackageVerifier 2015-09-22 15:33:36 -07:00
Kiran Challa ed70441162 Fix for build break. Removing reference to official xunit package. 2015-09-22 14:55:36 -07:00
Hao Kung 644a4002a9 Rename back to jwtBearer 2015-09-22 14:09:41 -07:00
Chris R 1dc5764c74 Initial build infrastructure. 2015-09-22 12:26:56 -07:00
Chris R 355bc01a15 Hosting#358 Move the default address into Hosting. 2015-09-22 11:56:46 -07:00
Pranav K 1574637a6a Reacting to Microsoft.AspNet.Cors version change 2015-09-22 11:26:04 -07:00
Kiran Challa 2c1f1a277a [Fixes #537] Clear up MusicStore repo 2015-09-22 10:04:26 -07:00
Pranav K bfcb7619dd Run Cors.Core.Tests in dnxcore50 2015-09-22 08:59:23 -07:00
Pranav K bf66dcea69 Update CORS package version to 6.0.0
Fixes #24
2015-09-22 08:51:42 -07:00
Chris R 285da613e4 #358 Redo port, add default address. 2015-09-22 08:46:48 -07:00
Pranav K f81c238a59 Reacting to IChangeToken changes 2015-09-22 08:35:16 -07:00
Pranav K af4f0fc6f0 Reacting to IChangeToken changes 2015-09-22 08:32:52 -07:00
Pranav K 9eb2c5b810 Reacting to IExpirationTrigger -> IChangeToken rename 2015-09-22 08:14:34 -07:00
Ryan Nowak b544aabfdb Fix #3111 - Don't trounce content-type in VCR
This change makes ViewComponentResult respect an existing Content-Type
setting on the HttpResponse. Code is very similar to the code in
ViewExector, and includes the same quirks.
2015-09-21 23:20:20 -07:00
Ryan Nowak a318c4599a API Review - Split up .Actions
Abstractions - Core MVC extensibility

Controllers - MVC implementations of .Abstractions and supporting
contracts

Infrastructure - General purpose support APIs. Metadata APIs that don't
fit clearly with a feature or with .Abstraction
2015-09-21 21:54:02 -07:00
Pranav K 00b6e71e31 Changes per NotNull PR comments 2015-09-21 17:22:27 -07:00
Hao Kung b189475551 Split cookie events 2015-09-21 17:12:21 -07:00
Pranav K 498d209949 Remove chaining from HashCodeCombiner.
Reacting to https://github.com/aspnet/Common/issues/40
2015-09-21 17:11:08 -07:00
Pranav K 9c456965a6 ITypeInfo.FullName should return the same value as TypeInfo.FullName
Fixes #523
2015-09-21 17:00:35 -07:00
Ajay Bhargav Baaskaran dd046eb819 Enabling NuGetPackageVerifier 2015-09-21 16:56:21 -07:00
Hao Kung 6c9157ff51 Fix tests 2015-09-21 16:47:33 -07:00
Hao Kung fec3002fff Renames 2015-09-21 16:32:14 -07:00
Ajay Bhargav Baaskaran 8f3a322cf9 Enabling NuGetPackageVerifier 2015-09-21 15:24:57 -07:00
Hao Kung 59ccbdd8ca Fix stuff 2015-09-21 14:56:05 -07:00
Chris R 7c39334783 Remove Helios 2015-09-21 14:55:42 -07:00
Pranav K f045c6792b Allow _ViewImports to remove default inherited tag helpers.
Additionally simplifying the contract for
ChunkInheritaceUtility\IChunkMerger so we don't have to understand the
order in which CodeTrees appear.
2015-09-21 14:53:24 -07:00
Pranav K 388362245f Making HashCodeCombiner usage non-fluent
React to https://github.com/aspnet/Common/issues/40
2015-09-21 14:46:07 -07:00
Ryan Nowak b95dcd5f1c Fix #3102 - Add an AddMvcOptions to builders
This makes it easier/possible for any third party code that extends
IMvcBuilder to set options.
2015-09-21 12:54:59 -07:00
N. Taylor Mullen 162e0b960d Remove travis OSX work around for surpassing max file limit 2015-09-21 12:53:11 -07:00
Ryan Nowak 22f22c0407 chmod+x on build.sh 2015-09-21 12:48:21 -07:00
Chris R 152c842416 Disable IISExpress tests. 2015-09-21 12:44:22 -07:00
Chris R 985a261ae8 Disable IISExpress tests. 2015-09-21 12:39:18 -07:00
Ajay Bhargav Baaskaran 153ed57d66 [Fixes #472] Added temporary parse error for helper directive 2015-09-21 12:09:31 -07:00
Ryan Nowak ae0baac227 simplify .travis.yml 2015-09-21 11:47:54 -07:00
Ryan Nowak e0ac69c9f7 Add JsonPatch
Moved from https://github.com/aspnet/Mvc
2015-09-21 11:15:18 -07:00
Ryan Nowak f4c5e31ec1 Remove JsonPatch from MVC
JsonPatch is moving to https://github.com/aspnet/JsonPatch
2015-09-21 11:14:40 -07:00