Directory SubSonic/HttpHandlers/

Directory Created:
2007-06-26 21:05
Directory Deleted:
2009-07-01 23:17
Total Files:
0
Deleted Files:
3
Lines of Code:
0

[root]/SubSonic/HttpHandlers

Lines of Code

SubSonic/HttpHandlers/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 37 (100.0%) 1317 (100.0%) 35.5
canofunk 25 (67.6%) 583 (44.3%) 23.3
robconery 3 (8.1%) 474 (36.0%) 158.0
kfricovsky 5 (13.5%) 259 (19.7%) 51.8
robconery@gmail.com 4 (10.8%) 1 (0.1%) 0.2

Most Recent Commits

robconery@gmail.com 2009-07-01 23:17 Rev.: 525

moving 2.x source to 2.0 folder

0 lines of code changed in 3 files:

  • SubSonic/HttpHandlers: RESTHandler.cs (del), RESTfullUrl.cs (del), XmlToJSONParser.cs (del)
canofunk 2009-04-21 18:33 Rev.: 521

FIXED: SqlQuery - ANSISqlGenerator added duplicate DISCTINCT values resulting in malformed queries.
FIXED: SubStage - Slow performance with mapped network drives. Excluded network drives from SubStage file navigator. This greatly improves performance for some users.
FIXED: Test Data - Updated scripts to correctly reflect object dependencies and prevent errors on execution.
ADDED: Re-added SubSonicCentral and SubStage projects.
ADDED: SubSonic.Tests - Added missing SouthwindRepository generated files.
UPDATED: ComponentFactory.Krypton.Toolkit.dll, MbUnit.Framework.dll, MySql.Data.dll, QuickGraph.dll, QuickGraph.Algorithms.dll, Refly.dll, TestFu.dll
UPDATED: Global - Assembly versions changed to 2.2.1.0
CHANGED: Global - AutoProperties now used where possible.
CHANGED: Global - Object initializers now used where possible.
REMOVED: Sandbox Project

2 lines of code changed in 1 file:

  • SubSonic/HttpHandlers: RESTfullUrl.cs (+2 -7)
robconery@gmail.com 2009-04-07 22:37 Rev.: 492

FIXED: Codeplex 17617 - Added patch for Distinct Query values - thanks to GeoffAtDataGaard
FIXED: Patch applied from Jason Kealey for composite Primary Keys (Google issue 3)
FIXED: Patch applied from boyank for Scaffolding and composite keys (Google issue 9)
FIXED: Google issue 12 (Migration column/numberscale for decimals) - thanks to robbam
FIXED: Google issue 14 (Migration max length for char/non-int PKs) - thanks to robbam

ADDED: Initial rev of ActiveRecord T4 templates
REMOVED: Substage project - will added as "extra"
REMOVED: SubSonicCentral web site. Will add as "extra"

1 lines of code changed in 1 file:

  • SubSonic/HttpHandlers: RESTfullUrl.cs (+1)
canofunk 2008-07-01 14:32 Rev.: 469

CHANGED: Global code clean up and reformatting
CHANGED: Updated System.Data.SQLite.DLL to 1.0.51.0

18 lines of code changed in 3 files:

  • SubSonic/HttpHandlers: RESTHandler.cs (+10 -8), RESTfullUrl.cs (+6 -4), XmlToJSONParser.cs (+2 -1)
canofunk 2008-06-23 16:13 Rev.: 456

FIXED: Various Turkish Character Set String Comparison Issues. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16983
FIXED: VB_StructsTemplate.aspx Does Not Properly Escape "Select" Methods. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16949
FIXED: PrimaryKey Methods Not Generated When Using SQLite Data Provider. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17073

4 lines of code changed in 1 file:

  • SubSonic/HttpHandlers: RESTHandler.cs (+4 -4)
canofunk 2008-04-15 18:39 Rev.: 415

CHANGED: Miscellaneous code cleanup.

14 lines of code changed in 2 files:

  • SubSonic/HttpHandlers: RESTHandler.cs (+13 -13), RESTfullUrl.cs (+1 -1)
canofunk 2008-04-10 15:11 Rev.: 411

CHANGED: Eliminated a number of Release configuration compiler warnings; Added/updated documentation stubs.

41 lines of code changed in 2 files:

  • SubSonic/HttpHandlers: RESTfullUrl.cs (+36), XmlToJSONParser.cs (+5)
canofunk 2008-03-26 12:53 Rev.: 383

CHANGED: Regenerated Unit Test Generated Code, and cleaned up changed tests.
FIXED: SubStage Generates Controller Classes when RepositoryRecord is Used. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=15015

4 lines of code changed in 2 files:

  • SubSonic/HttpHandlers: RESTHandler.cs (+4 -4), RESTfullUrl.cs (-5)
canofunk 2008-03-24 10:31 Rev.: 378

FIXED: SqlCE Provider Incorrectly Set CommandTimeout Value. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=15753
FIXED: Solution Build Issue related to SubSonic.Migrations
CHANGED: Global - Code Cleanup.

10 lines of code changed in 3 files:

  • SubSonic/HttpHandlers: RESTHandler.cs (+5 -5), RESTfullUrl.cs (+3 -3), XmlToJSONParser.cs (+2 -1)
canofunk 2008-03-18 15:49 Rev.: 366

FIXED: Many-to-Many Save[ClassName]Map Delete Methods Do Not Specify Data Type When Adding Parameters. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=15660
CHANGED: Converted all references to QueryCommand.AddParameter(name, value) to QueryCommand.AddParameter(name, value, dbType). The former overload is not data type safe.

1 lines of code changed in 1 file:

  • SubSonic/HttpHandlers: RESTHandler.cs (+1 -1)
canofunk 2007-12-06 20:17 Rev.: 218

CHANGED: Completed GhostDoc comment stubs for all classes, methods, and properties. More code formatting changes.
ADDED: Sandcastle Help File Builder project file and my active settings files for ReSharper and GhostDoc.
NOTE: Current documentation can be found at http://subsonichelp.com

188 lines of code changed in 3 files:

  • SubSonic/HttpHandlers: RESTHandler.cs (+62 -28), RESTfullUrl.cs (+101 -44), XmlToJSONParser.cs (+25 -4)
canofunk 2007-12-06 13:05 Rev.: 217

CHANGED: Code reformatting and cleanup. MPL header added to all .cs files. See: http://monk.thelonio.us/archive/2007/12/06/Documentation-Its-my-Cilice.aspx
FIXED: ListComparer<>.Compare(x, y) causes null reference exception. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=14155

131 lines of code changed in 3 files:

  • SubSonic/HttpHandlers: RESTHandler.cs (+53 -58), RESTfullUrl.cs (+33 -22), XmlToJSONParser.cs (+45 -37)
canofunk 2007-10-23 18:21 Rev.: 201

CHANGED: Code formatting and const references in preparation for (re)attacking the Query engine and to reacquaint myself with SubSonic...

161 lines of code changed in 2 files:

  • SubSonic/HttpHandlers: RESTHandler.cs (+101 -88), RESTfullUrl.cs (+60 -59)
kfricovsky 2007-08-07 18:29 Rev.: 178

added paging to REST; use params pageIndex and pageSize to produce paged results.

39 lines of code changed in 1 file:

  • SubSonic/HttpHandlers: RESTHandler.cs (+39 -14)
canofunk 2007-08-06 10:24 Rev.: 177

FIXED: Incorrect data type mapping for real datatypes in SqlProvider and SqlCEProvider
FIXED: QuickTable WhereCollection Not Initialized: See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=12050
FIXED: XmlToJSONParser.cs not included in project
FIXED: ScriptData() Unit Test Fails

5 lines of code changed in 1 file:

  • SubSonic/HttpHandlers: XmlToJSONParser.cs (+5 -7)
kfricovsky 2007-08-04 07:32 Rev.: 176

handles text/json response requests now and refactored some redundant logic from previous check-in

6 lines of code changed in 1 file:

  • SubSonic/HttpHandlers: RESTHandler.cs (+6 -17)
kfricovsky 2007-08-03 17:07 Rev.: 175

214 lines of code changed in 3 files:

  • SubSonic/HttpHandlers: RESTHandler.cs (+33 -5), RESTfullUrl.cs (+5 -2), XmlToJSONParser.cs (new 176)
robconery 2007-08-03 14:15 Rev.: 173

Added ActionController and refactored to make ActiveRecord use it
Updated REST handler
Fixed some Sugar methods

96 lines of code changed in 1 file:

  • SubSonic/HttpHandlers: RESTHandler.cs (+96 -11)
canofunk 2007-06-27 14:00 Rev.: 132

FIXED: Scaffold calendar display issues for certain cultures.
FIXED: VB_ClassTemplate.aspx issue (Thanks Jim!) See: http://www.codeplex.com/actionpack/WorkItem/View.aspx?WorkItemId=11379 may also be related to: http://www.codeplex.com/actionpack/WorkItem/View.aspx?WorkItemId=11330
FIXED: Missing file issue from 131 that prevented a clean compile.

4 lines of code changed in 1 file:

  • SubSonic/HttpHandlers: RESTfullUrl.cs (+4 -3)
robconery 2007-06-26 21:05 Rev.: 131

FIXED: Sugar/Strings methods to actually work (Chop, etc). Added new method called Clip() that trims from beginning
ADDED: RESTHandler initial checkin.

378 lines of code changed in 2 files:

  • SubSonic/HttpHandlers: RESTHandler.cs (new 179), RESTfullUrl.cs (new 199)
Generated by StatSVN 0.4.1