Fork: Silverlight

commits

date

comment

3624b7076e9e
by DanielChambers
Jun 18 2011
2:42 PM
Silverlight 3 tip

Merge

fcd74f24eb73
by DanielChambers
May 15 2011
8:15 AM
.NET 3.5

Merge

ff9bf73dbba6
by DanielChambers
May 15 2011
8:11 AM

- Enabled the ability to turn on strong naming at the command line
- Updated SHFB project

4d1274462543
by DanielChambers
May 2 2011
9:59 AM
default

Fixed some XmlDoc errors

902eee688a43
by DanielChambers
May 2 2011
9:46 AM

Removed the IModificationEnumerable abstractions. I decided this was an overengineered abstraction, but if you crave it, feel free to back this changeset out on your own branch.

d73dc574640f
by DanielChambers
May 2 2011
9:38 AM

Merged changes from .NET 3.5 branch

7dd774fe4bc2
by DanielChambers
May 2 2011
9:28 AM
.NET 3.5

- Merged the Concurrency project into Bcl
- Separated the general LINQ utilities out from the Linq project into the Bcl project and repurposed the Linq project as a dedicated Ef project

ef12f90b5bb8
by DanielChambers
Apr 27 2011
2:04 PM
default

Improved the expression tree rewriter. It now can inline arbitrary lambdas.

a594f44d1fac
by DanielChambers
Apr 25 2011
2:46 PM

Added the first version of the expression tree rewriter

e252e8cb9727
by DanielChambers
Feb 27 2011
9:07 AM

Fixed passing null to nullable-typed ITagDefinition constructor parameters in the BbCode configuration system.

5c14faca773c
by DanielChambers
Jan 9 2011
7:46 AM

Fixed a bug in BbCode that caused crashes for malformed url tags like this [url=http:/www.google.comGoogle[/url]

009040d2bfb4
by DanielChambers
Dec 29 2010
10:21 AM
Silverlight 3

Merge

27a8f234e069
by DanielChambers
Dec 29 2010
6:29 AM

Ported the Bcl and Concurrency projects to Silverlight v3 (all other projects remain unported).

e41d0e1bd462
by DanielChambers
Dec 29 2010
6:18 AM
default

Merge

f1af0a2bfd01
by DanielChambers
Dec 20 2010
2:32 PM
.NET 3.5

Added the AcceptContentTypesAttribute to the Mvc project

7a6e61b0fa96
by DanielChambers
Dec 2 2010
11:43 AM

- Added the RequestMustNotHaveParamAttribute to MVC
- Allowed the RequestMustHaveParamAttribute to be used more than once on a method

3ed3a269add4
by DanielChambers
Dec 2 2010
11:13 AM
default

Merge

dc5245a120cf
by DanielChambers
Dec 2 2010
11:12 AM
.NET 3.5

Added the RequestMustHaveParamAttribute to MVC

d6657d1fa3a1
by DanielChambers
Nov 11 2010
3:51 PM
default

Merge

17a0da391595
by DanielChambers
Nov 11 2010
3:50 PM
.NET 3.5

Added an ITypeRenderer to ErrorReporting that can render NameValueCollections properly

ff8b34d8f3ff
by DanielChambers
Nov 11 2010
3:31 PM
default

- Refactored BbCode's ITagInstance class to remove dependency on regexps and abstracted the concept to an "Attributes" dictionary populated at tag creation time
- Fixed the BbCode Size tag's regexp preventing theoretical >999 sizes
- Added a ReadOnlyDictionary implementation to Bcl

103c310e4cd0
by DanielChambers
Nov 11 2010
12:40 PM

Fixed the FlashTagDefinition not setting allowfullscreen to true, which was preventing flash applications from fullscreening

c5c062dc94eb
by DanielChambers
Nov 11 2010
11:45 AM

Upgraded MsBuild project to .NET 4

f6e3d3f0b191
by DanielChambers
Nov 11 2010
11:41 AM

Merge

aa08d2ca59ec
by DanielChambers
Nov 11 2010
9:35 AM
.NET 3.5

Added the MsBuild project with the new MercurialVersionTask