Source Control Clients
Project Name: webserver
TFS Server URL: https://tfs06.codeplex.com
Subversion URL: https://webserver.svn.codeplex.com/svn

Recent Check-Ins

1-10 of 188Change Sets < Previous 1 2 3 4 5 6 7 8 9 10 ... Next >
Change Set Download / Browse Date Comment By Downloads
17305 Nov 27 at
12:14 PM
Changed so that the IHttpClientContext.Respond takes an extra contentType parameter allowing HttpServer to send errors in text/plain (so that any code in the response doesn't screw up the html) Almund 41
17193 Nov 22 at
12:35 AM
Updated the HttpServer so that the user can add custom redirect rules (previously without apparent reason the Add was restricted to RedirectRule, now it takes an IRule) Almund 20
16647 Oct 27 at
2:18 PM
Added a quickfix so that textareas in haml doesn't get extra tabs in content. Almund 91
16626 Oct 27 at
8:23 AM
jgauffin 0
16593 Oct 24 at
1:58 PM
Renamed the input parameters to TemplateManager.RenderPartial to something a bit more understandable.
Fixed so that the PartialNode passes the arguments to RenderPartial in the right order (making new arguments override old as should be).
Almund 10
16542 Oct 22 at
3:27 PM
Removed "name" from FormHelper.Create jgauffin 21
16541 Oct 22 at
3:15 PM
Changed HttpForm.Files to return a collection of files instead. jgauffin 0
16540 Oct 22 at
12:35 PM
Made the ControllerTester throw NotFoundException if the requested url couldn't be processed Almund 0
16505 Oct 21 at
10:31 AM
Fixed so that the MultipartDecoder adds a default tmp folder if none is created (gave error before when trying to save files into a folder that wasn't created). Almund 3
16504 Oct 21 at
10:24 AM
Added a Files property to HttpForm retrieving the number of files available in the form. Almund 0
1-10 of 188Change Sets < Previous 1 2 3 4 5 6 7 8 9 10 ... Next >
Updating...