Brennan
127858dd7b
Updating .kproj files
2015-02-04 16:44:02 -08:00
N. Taylor Mullen
19ca77ac2d
Fixed xml docs.
2015-02-04 16:40:06 -08:00
Yishai Galatzer
5a3863d562
Implement StreamOutputFormatter
...
Include Functional tests and unit tests
Resolves #1653
2015-02-04 16:04:02 -08:00
sornaks
4691823a50
Issue #1785 - Changes to add CacheProfiles for response caching.
2015-02-04 15:25:45 -08:00
Brennan
4a0518ec99
Updating .kproj file
2015-02-04 14:29:14 -08:00
Brennan
51b80f660e
Updating .kproj file
2015-02-04 14:27:26 -08:00
Brennan
b17d718d27
Updating .kproj files
2015-02-04 14:24:28 -08:00
Brennan
6224268953
Updating .kproj files
2015-02-04 14:20:22 -08:00
sornaks
6e8cc6ba74
Adding extension methods ConfigureMvcOptions and ConfigureRazorViewEngineOptions.
2015-02-04 14:07:07 -08:00
Suhas Joshi
9763c97ab0
Adding console logger to sample
2015-02-04 13:28:52 -08:00
Suhas Joshi
1165ba363e
Increasing time out for mono
2015-02-04 12:00:15 -08:00
Praburaj
8617bdc223
Printing the runtime information at the beginning of the test
2015-02-04 11:10:53 -08:00
Brennan
a54886b3f3
Updating .kproj files
2015-02-04 09:13:50 -08:00
Harsh Gupta
e805e67b4c
[Fix for #1929 ] HeaderModelBinder needs to honor explicit name.
2015-02-03 19:36:48 -08:00
damianedwards
2c3148fd25
Remove npm/grunt from TagHelpers project.json to fix build
2015-02-03 17:18:37 -08:00
damianedwards
ff63cb8b0d
Move grunt execution to before compilation
2015-02-03 17:17:41 -08:00
sornaks
67dcdbf8a1
Issue #1669 : Adding extension method ConfigureRouteOptions.
2015-02-03 16:18:19 -08:00
sornaks
accf0c76f0
Bug #1915 - Remove AddMvc overload with default parameter.
2015-02-03 16:10:33 -08:00
Victor Hurdugaci
afb8f51d19
Environment variable to specify the build branch
2015-02-03 15:37:12 -08:00
ASP.NET Push Bot
0cfbfac556
⬆️ kvm.ps1, kvm.cmd, kvm.sh
...
Source: aspnet/kvm@27be17b70b
2015-02-03 15:09:44 -08:00
Praburaj
5df0d884aa
Removing a fixed waittime of 25 seconds on mono
...
Setting an increased retry wait time. Now test will wait for 42 seconds before giving up.
2015-02-03 15:09:26 -08:00
N. Taylor Mullen
cf3d049272
Add tests to validate TagHelper escape functionality.
...
- Added extensive unit tests.
- Added functional test to validate output for runtime and design time.
#187
2015-02-03 14:34:47 -08:00
N. Taylor Mullen
94230a5a14
Add TagHelper parse level opt-out character '!'.
...
- Added the ability to opt-out of TagHelper parsing by adding a '!' to the beginning of a tag name.
- Modified parsing logic to allow bangs in tags.
- Bangs in tags are removed from output always and are handled as meta code.
#187
2015-02-03 14:25:30 -08:00
sornaks
2c5ae68ab6
Issue #1944 : Move DelegatingStream to internal namespace and rename to NonDisposableStream.
2015-02-03 13:34:42 -08:00
Mugdha Kulkarni
c669f7a612
Fixing xml doc issue
2015-02-03 13:20:30 -08:00
N. Taylor Mullen
c3006f6b21
React to aspnet/Razor#285 .
...
- Cannot only provide assembly name to @addtaghelper.
2015-02-03 12:33:30 -08:00
N. Taylor Mullen
32f0858e8f
Add tests for @addtaghelper and @removetaghelper wildcard ability.
...
- Also added tests to ensure cases of @addtaghelper "MyAssemblyName" create an error.
- Regenerated all CS files to folow new format.
#285
2015-02-03 12:16:01 -08:00
N. Taylor Mullen
a78ed663d0
Add ability for wildcards in @addtaghelper and @removetaghelper.
...
- @addtaghelper and @removetaghelper can now utilize the '*' wild card to represent 0 or more characters.
- Restricted the @addtaghelper to need the TypeName. @addtaghelper "MyAssemblyName" => @addtaghelper "*, MyAssemblyName".
#285
2015-02-03 12:15:56 -08:00
damianedwards
ad66a71eeb
LinkTagHelper activates ILogger directly from DI:
...
- #1948
2015-02-03 11:41:50 -08:00
damianedwards
eba2808109
Register ILogger<T> -> Logger<T> in default services
2015-02-03 10:36:35 -08:00
damianedwards
3d33418f31
Add the LinkTagHelper:
...
- #1580
2015-02-03 10:12:38 -08:00
Praburaj
e26705e2de
Changing codeplex -> github.com/aspnet/musicstore
2015-02-02 17:39:09 -08:00
N. Taylor Mullen
7afd78b36a
Fix empty attribute projections for TagHelpers.
...
- Added TagHelperParseTreeRewriter tests, attempted to cover all empty attribute edge cases.
- Added Codegen tests to validate output and DesignTimeLineMappings.
#271
2015-02-02 15:49:08 -08:00
Praburaj
260820e4d8
Merge branch 'release' into dev
2015-02-02 14:35:41 -08:00
Praburaj
b48c46ee7d
Reenabling the open idconnect test
...
Bug # https://github.com/aspnet/Security/issues/144 is fixed.
Reenabling the test to run on CI.
2015-02-02 13:59:28 -08:00
Praburaj
4e83a678c0
Creating authentication ticket by passing in a principal
...
This fixes bug : https://github.com/aspnet/Security/issues/144
2015-02-02 13:46:28 -08:00
Kiran Challa
49294b7d28
Removed custom object result accepting status code as out of box ObjectResult provides this already.
2015-02-02 10:20:20 -08:00
Ryan Nowak
514460b801
Making FormatFilter a Service and some test changes
2015-01-31 23:51:58 -08:00
Mugdha Kulkarni
d7f2630ad2
Making FormatFilterAttribute an IFilterFactory
2015-01-31 23:18:30 -08:00
Mugdha Kulkarni
6a0f471a42
Adding ClearMediaTypeMappingForFormat to FormatterMappings and other PR comments
2015-01-31 23:18:24 -08:00
Mugdha Kulkarni
addd8dd5d2
Changing produces and format filter interaction
2015-01-31 23:18:18 -08:00
Mugdha Kulkarni
7ee80020e1
Incorporating PR comments - 1/19
2015-01-31 23:15:19 -08:00
Mugdha Kulkarni
c8b911b596
Adding functional tests and attribute route tests.
...
Incorporating PR coments.
2015-01-31 23:15:13 -08:00
Mugdha Kulkarni
d91b7776b3
This is MVC part of feature URL Extensions. It does following:
...
1. Creates a filter called FormatFilter. This will look at the format parameter if present
in the route data or query data and sets the content type in ObjectResult
2. It adds new options called FormatterOptions, that contains the map of format to content tyepe
3. A method in MVC options to add the formatter mapping
2015-01-31 23:15:04 -08:00
N. Taylor Mullen
cf7d428abd
React to aspnet/Razor#207 changes.
2015-01-31 23:14:54 -08:00
Doug Bunting
6d39addb5b
Create target directory for `npm` installations
...
- #144
- problems seem primarily to occur when `node` is globally installed but a
package (`grunt` or `bower`) is not; `npm install X` fails in this case
- create the `--prefix` directory first to avoid these installation failures
- change _node-install.shade to avoid confusion when directory exists
2015-01-31 17:29:25 -08:00
Kiran Challa
e5176d22f6
[Fixes #1121,#1508] Wrap objects for serialization/deserialization and DelegatingEnumerable<> support for IEnumerable<T> and IQueryable<T>
2015-01-30 18:10:01 -08:00
Pranav K
7c7eaa264d
Use CRC32 instead of MD5 for hashing the file content.
...
Fixes #1800
2015-01-30 18:01:24 -08:00
Doug Bunting
6524930778
React to quick cleanup in Routing
...
- `DefaultInlineConstraintResolver` has no need of a `IServiceProvider`
2015-01-30 17:52:10 -08:00
Praburaj
7783c36856
Disabling the openIdc test to enable coherence
...
Seems like the External cookie is null though openidc successfully created the identity and tries to signin. Before this is investigated to unblock the build disabling the test.
2015-01-30 17:02:01 -08:00