Fork: davidfork

commits

date

comment

cb9bce8ed37c
by Haacked
Jul 16 2011
4:37 AM
default tip

Added normalization route that can be used to wrap existing routes and force lower casing or trailing slash

fe0fbffe4d74
by Haacked
Jul 14 2011
5:01 AM

Updated build script to build each project before packing

00ace37bf382
by Haacked
Jul 14 2011
4:59 AM

Fixed bug in route debugger with query string parameters with a key but no value. Also fixed the nuspec files.

b177f9ddcfff
by Haacked
Jun 3 2011
1:04 AM

Format cleanup

ca503e190c06
by Haacked
Jun 3 2011
12:55 AM

Refactored DelegateHttpHandler and extension methods to accept a RequestContext instead of HttpContext

18bce66c4bb0
by Haacked
Apr 26 2011
4:53 PM

Added support for displaying namespaces. Also fixed issue where UrlParameter.Optional wasn't showing up.

96e5c935a6a2
by Haacked
Apr 25 2011
10:13 PM

Increasing version number

422e157b71b6
by Haacked
Apr 25 2011
10:12 PM

Fixed some styling issues with RouteMagic

afa0e29bbc59
by Haacked
Apr 16 2011
7:04 PM

Updated version number.

dfd3b5e38ac2
by Haacked
Apr 16 2011
7:03 PM

Fixed up a few more styles. Made as many as I could inline.

42331f8861a4
by Haacked
Apr 16 2011
6:16 PM

Gave the default Route Debugger ID a more unique name.

1a130247f457
by Haacked
Apr 16 2011
6:15 PM

Fixed the CSS styles for the route debugger to only apply to itself.

cf196ae42e63
by Haacked
Apr 16 2011
3:38 PM

Added a setting to enable/disable RouteMagic.

ed1d7fc526d9
by Haacked
Apr 13 2011
2:49 PM

Updated RouteDebugger to display debug information at the bottom of the page rather than re-writing each request.

e37c14cf34b4
by Haacked
Apr 10 2011
8:45 PM

Updated version numbers. Clean up of some removed files.

4ab7e0a50d90
by Haacked
Apr 10 2011
8:43 PM

Added new MapDelegate extension method along with unit tests. Upgraded MoQ and xUnit.

ac13aaa0052a
by Haacked
Apr 9 2011
9:58 PM

Updated solution to use new package creation workflow with symbols.

23ce36853a5e
by haacked
Mar 29 2011
11:31 PM

Removing code that's duplicated from RouteMagic.

9209a5cabdd5
by haacked
Mar 29 2011
11:24 PM

Fixed NuSpec to build the packages correctly when the solution is compiled.

f8b7e0c2b3a1
by haacked
Mar 29 2011
11:11 PM

Adding NuGet.exe to tools folder. Removing unused package.

68cffa95dbfc
by haacked
Mar 29 2011
11:04 PM

Removing files that aren't needed.

36467517d1bc
by haacked
Mar 29 2011
11:03 PM

Converting packages to create packages in the "out" directory.

5a4a18a5a5d8
by haacked
Mar 29 2011
8:43 PM

Adding RouteDebugger to this solution.

6d23920a981c
by haacked
Mar 9 2011
4:49 PM

Updating version.

e1cfcaf5be71
by Haacked
Feb 15 2011
4:07 PM

Fixed a bug where we didn't call reload routes the first time.