commits

date

comment

a3e5fa138531
by davidebbo
(165 downloads)
Apr 12
6:33 PM
default tip

Remove T4MVC files. They're now in http://t4mvc.codeplex.com/

db0457742335
by davidebbo
(90 downloads)
Mar 26
10:30 PM

Updated T4MVC help file.

68cae7e68963
by Shayne van Asperen
(1 download)
Mar 26
4:42 PM

Make T4MVCHelpers class public so that test code in a different assembly can access it.

0a669fbb1b5c
by davidebbo
(22 downloads)
Mar 25
7:15 AM

T4MVC: turn on GenerateParamsForActionMethods by default and add unit test

e85425b12d7a
by davidebbo
(0 downloads)
Mar 25
6:55 AM

Update T4MVC nuspec

ff9e180d5b40
by davidebbo
(1 download)
Mar 25
6:54 AM

T4MVC 2.8
* Generate parameter constants for action methods. e.g. MVC.MyController.MethodParams.someParam
* Default to https for Action Methods marked as RequireHttps (either at controller or action level)

eced037865f2
by davidebbo
(93 downloads)
Mar 9
7:49 PM

T4MVC 2.7: Fix ActionLink to work with MVC4 (http://mvccontrib.codeplex.com/workitem/7191)
Removed support for MVC earlier than 3, and for CLR earlier than 4.0

f166fb5c9ef5
by davidebbo
(0 downloads)
Mar 9
7:32 PM

Revert unintentionally merged in changes from Shayne. Oops!

bb5feec203bb
by davidebbo
(19 downloads)
Mar 7
7:15 AM

T4MVC: Fix ActionLink to work with MVC4 (http://mvccontrib.codeplex.com/workitem/7191)

5a15fc050a92
by Shayne van Asperen
(0 downloads)
Feb 19
7:36 PM

Don't add route value when the associated action method parameter is optional and the value is the same as the default value

3878e8a17437
by Shayne van Asperen
(0 downloads)
Feb 19
5:45 PM

Removed T4MVC template language C# version constraint to avoid Visual Studio compiler warning

63969f334d8a
by Shayne van Asperen
(0 downloads)
Feb 19
5:43 PM

Don't add route value when the associated action method parameter is optional and the value is not provided or is the same as the default value

da9a779e9385
by Shayne van Asperen
(0 downloads)
Feb 19
5:30 PM

Ignore *.dotCover files

c34bac4157b4
by Shayne van Asperen
(0 downloads)
Feb 18
3:44 PM

TestControllerBuilder now mocking Request.Url

9b79bb677526
by Shayne van Asperen
(0 downloads)
Feb 18
3:43 PM

OutBoundUrl.Of() support for ExpressionType.New and overloads for accepting route values instead of an action expression

8e01b48606f4
by Shayne van Asperen
(0 downloads)
Feb 18
3:42 PM

ignore *.ReSharper files

0e2fae769440
by davidebbo
(163 downloads)
Feb 3
5:05 PM

T4MVC 2.6.68: Ignore static ctors when looking for ctors (http://mvccontrib.codeplex.com/workitem/7185)

d368588d4641
by timtas
(15 downloads)
Jan 31
10:06 PM

Fixed error where new fluent HTML 5 helpers were missing member expression."

4e8ad66c2a83
by davidebbo
(145 downloads)
Dec 25 2011
5:19 AM

T4MVC 2.6.67: Restore Actions token that wasn't obsolete after all. Oops.
http://stackoverflow.com/questions/8625462/t4mvc-actions-token

43fdb50baa3e
by davidebbo
(9 downloads)
Dec 22 2011
6:00 PM

T4MVC: updated readme file

18c6d9c7822d
by davidebbo
(0 downloads)
Dec 22 2011
5:59 PM

T4MVC 2.6.66: disable constant generation in UseLowercaseRoutes mode
See http://stackoverflow.com/questions/8605868/t4mvc-2-6-65-and-uselowercaseroutes-true-error
Also, ignore generation time exceptions thrown by CodeAttribute.FullName.

dbf30f696080
by davidebbo
(28 downloads)
Dec 17 2011
7:19 AM

T4MVC 2.6.66: Remove obsolete Actions token

3315a14d3e31
by davidebbo
(49 downloads)
Dec 6 2011
7:10 AM

2.6.65: Add true constant strings for use in attributes (http://mvccontrib.codeplex.com/workitem/7177)

b7618332021c
by davidebbo
(183 downloads)
Oct 21 2011
6:01 PM

T4MVC 2.6.64: Fix issue when action parameter name is escaped using @ syntax (e.g. int @event)

8378504d4571
by davidebbo
(34 downloads)
Oct 13 2011
5:06 PM

T4MVC: Move hard coded T4MVC namespace into settings file