Fork: crazyfork

commits

date

comment

73ce3efb25e9
by dfowler
Mar 25 2011
9:54 PM
default tip

Added method to Ensure the runspace is initialized on the ui thread.

2151bc600a39
by Steve Sanderson
Mar 24 2011
12:33 PM
Version 0.9.8 release

Removing tooling integration for 0.9.8 release

a32308df2ddc
by Steve Sanderson
Mar 24 2011
12:31 PM
default

Add-ClassMemberViaTemplate and Add-ClassMember now support adding members to interfaces as well as classes

d370f5aa8c7c
by Steve Sanderson
Mar 22 2011
4:43 PM

Block upgrades/installation while a different version of T4Scaffolding.dll is loaded in the VS appdomain

d84b4af9cfad
by Steve Sanderson
Mar 22 2011
3:21 PM

Update LinqToSqlScaffolding to work with T4Scaffolding 0.9.8

50ad1a03e378
by Steve Sanderson
Mar 22 2011
3:21 PM

Fix accidental "GetById" reference left in VB repository template

b1825d3be125
by Steve Sanderson
Mar 22 2011
3:09 PM

Added -WithViewModel switch to UnitTest scaffolder

4496e5ed583c
by Steve Sanderson
Mar 22 2011
3:01 PM

Renamed -CreateViewModel to -WithViewModel (since it doesn't create if the default view model is already present)

2e0dcef180c3
by Steve Sanderson
Mar 22 2011
2:56 PM

Improved repository interface:
* Renamed GetById to Find
* Renamed GetAll{ModelType} to AllIncluding (IQueryable)
* Added All property (IQueryable)
& updated all calling code to match

f0f73c00273a
by Steve Sanderson
Mar 22 2011
2:46 PM

Replace DbDatabase with Database to match EF 4.1 RC

61d94c13823e
by Steve Sanderson
Mar 22 2011
2:09 PM

Fix controller templates to display correct controller routing name (not model type) in "// GET /.../actionname"-type comments

0da33fbe8b89
by Steve Sanderson
Mar 18 2011
8:18 PM

Moved UnitTest and ActionWithUnitTest scaffolders into their own folders
Added -NoChildItems switch to Action scaffolder

7f14c07b9c0a
by Steve Sanderson
Mar 18 2011
8:18 PM

Switched dependency from EFCodeFirst to EntityFramework

8add32dc6c8f
by Steve Sanderson
Mar 17 2011
4:09 PM

Updating version #s to 0.9.8 in preparation for release to NuGet

d014b6ffee22
by Steve Sanderson
Mar 17 2011
4:06 PM

Merged GuiToolingIntegration back into default

f6852d228b34
by Steve Sanderson
Mar 17 2011
3:59 PM

Merged action scaffolder branch back into default

790c1d3bc007
by Steve Sanderson
Mar 16 2011
4:16 PM
GuiToolingIntegration

Update tooling integration to only pass the parameters accepted by the chosen scaffolder
Added "SupportsViewScaffolder" flag on ViewScaffolderAttribute

d12bb73a8a34
by Steve Sanderson
Mar 15 2011
6:47 PM
MvcScaffolding.Action scaffolder (new)

Implement VB support for Action and ActionUnitTest scaffolders

7b83eb32ef0e
by Steve Sanderson
Mar 15 2011
5:29 PM

Enhance unit test stub scaffolder to produce different test stub code depending on ActionResult type
Enhance unit test stub scaffolder to work with controller names like "Home" as well as "HomeController"

082ca1c43d70
by Steve Sanderson
Mar 15 2011
4:59 PM

Ability to scaffold "Post" actions and corresponding unit test stubs (passing default values for action method params)

0ed023d0362a
by Steve Sanderson
Mar 15 2011
4:17 PM

Marking unit tests as inconclusive by default

1b57b111b25d
by Steve Sanderson
Mar 15 2011
4:13 PM

Enhancing Action/ActionWithUnitTest to make ViewModel optional

7be050d9dee2
by Steve Sanderson
Mar 15 2011
3:11 PM

Fix Action/ActionWithTest scaffolders

564afaf35ef2
by Steve Sanderson
Mar 15 2011
3:06 PM

Merge mainline changes into Action Scaffolder branch

be097c8dc2da
by Steve Sanderson
Mar 15 2011
2:00 PM
GuiToolingIntegration

Update controller scaffolder descriptions