-
canofunk
2007-05-30 22:06
#62
Rev.: 70
-
264 lines of code changed in 15 files:
-
SubSonic.Tests:
ActiveRecordTest.cs (+7 -29),
App.config (+3 -2),
CodeGeneratorTests.cs (+7 -7),
DataServiceTest.cs (+1 -1),
GeneratedObjectTests.cs (+16 -15),
ManyToMany.cs (+13 -35),
MultiProvider.cs (+1 -30),
QueryTest.cs (+65 -63),
SubSonic.Tests.csproj (+1 -1),
SugarTests.cs (+1 -1),
TransactionTests.cs (+91 -52),
TransactionWithDtcOffTests.cs (+54 -120)
-
SubSonic.Tests/Properties:
AssemblyInfo.cs (+2)
-
SubSonic/CodeGeneration/Templates:
CS_ClassTemplate.aspx (+1 -1),
VB_ClassTemplate.aspx (+1 -1)
-
canofunk
2007-05-28 22:05
#61
Rev.: 69
-
53 lines of code changed in 5 files:
-
SubSonic:
Constants.cs (+1)
-
SubSonic/DataProviders:
DataService.cs (+1 -1),
MySqlDataProvider.cs (+43 -47)
-
SubSonicCentral:
AutoScaffold.aspx.cs (+4),
Examples.aspx.cs (+4 -4)
-
haacked
2007-05-28 20:11
#60
Rev.: 68
-
43 lines of code changed in 4 files:
-
SubSonic:
Enums.cs (-7)
-
SubSonic/CodeGeneration/Templates:
CS_SPTemplate.aspx (+1 -1)
-
SubSonic/DataProviders:
SqlDataProvider.cs (+3 -3)
-
SubSonic/Sql Tools:
QueryCommand.cs (+39 -34)
-
canofunk
2007-05-28 12:10
#59
Rev.: 67
-
39 lines of code changed in 3 files:
-
SubSonic/Controls/Calendar:
CalendarControl.cs (+28 -3)
-
SubSonic/Controls/Calendar/lang:
calendar-de.js (+4)
-
SubSonic/Controls/Calendar/skin:
theme.css (+7 -7)
-
haacked
2007-05-28 04:09
#58
Rev.: 66
-
7 lines of code changed in 1 file:
-
SubSonic/ActiveRecord:
StoredProcedure.cs (+7 -2)
-
lawrence.beall
2007-05-28 01:46
#57
Rev.: 64
-
11 lines of code changed in 1 file:
-
SubSonic/DataProviders:
DataService.cs (+11)
-
lawrence.beall
2007-05-28 01:45
#56
Rev.: 63
-
12 lines of code changed in 1 file:
-
SubSonic/DataProviders:
MySqlDataProvider.cs (+12 -92)
-
canofunk
2007-05-27 11:03
#55
Rev.: 62
-
9 lines of code changed in 1 file:
-
StarterSite/App_Code/CMS:
ContentService.cs (+9 -9)
-
canofunk
2007-05-26 19:31
#54
Rev.: 60
-
137 lines of code changed in 13 files:
-
SubSonic.sln (-4)
-
SubSonic:
SubSonic.csproj (+3),
Utility.cs (+11 -1)
-
SubSonic/Controls:
WebUIHelper.cs (+9 -6)
-
SubSonic/Controls/Calendar:
CalendarControl.cs (+1 -1)
-
SubSonic/Controls/Resources:
ClientScripts.js (new 60)
-
SubSonic/Properties:
AssemblyInfo.cs (+1)
-
SubSonic/Sql Tools:
Query.cs (+21 -10)
-
SubSonicCentral:
AutoScaffold.aspx (-1),
AutoScaffold.aspx.cs (+24 -17),
Generators.aspx.cs (+7)
-
SubSonicCentral/res/scripts:
generators.js (-18),
scaffold.js (-41)
-
canofunk
2007-05-25 18:45
#53
Rev.: 59
-
32 lines of code changed in 3 files:
-
SubSonic/Sugar:
Dates.cs (+16 -21),
Numbers.cs (+8 -4),
Web.cs (+8 -9)
-
robconery
2007-05-25 17:14
#52
Rev.: 58
-
478 lines of code changed in 6 files:
-
SubSonic:
SubSonic.csproj (+1)
-
SubSonic/Sugar:
Dates.cs (+138),
File.cs (new 56),
Numbers.cs (+50),
Strings.cs (+100 -9),
Web.cs (+133)
-
canofunk
2007-05-25 12:15
#51
Rev.: 57
-
588 lines of code changed in 7 files:
-
SubSonic:
Utility.cs (+54)
-
SubSonic/Controls:
DropDown.cs (+7 -7)
-
SubSonic/Sql Tools:
Query.cs (+209 -152)
-
SubSonic/Sugar:
Dates.cs (+134 -44),
Numbers.cs (+50 -54),
Strings.cs (+90 -64),
Web.cs (+44 -12)
-
gavinjoyce
2007-05-25 09:23
#50
Rev.: 56
-
1 lines of code changed in 1 file:
-
SubSonic/Controls:
Scaffold.cs (+1 -1)
-
gavinjoyce
2007-05-25 06:33
#49
Rev.: 55
-
5 lines of code changed in 1 file:
-
SubSonic.Tests:
SubSonic.Tests.csproj (+5 -1)
-
gavinjoyce
2007-05-25 06:18
#48
Rev.: 54
-
1 lines of code changed in 1 file:
-
SubSonic/Sugar:
Dates.cs (+1 -1)
-
robconery
2007-05-24 22:34
#47
Rev.: 53
-
428 lines of code changed in 8 files:
-
SubSonic.Setup:
SubSonic.Setup.vdproj (+35 -243)
-
SubSonic.Tests:
SubSonic.Tests.csproj (+2 -4),
SugarTests.cs (new 66)
-
SubSonic:
SubSonic.csproj (+4)
-
SubSonic/Sugar:
Dates.cs (new 113),
Numbers.cs (new 71),
Strings.cs (new 122),
Web.cs (new 15)
-
canofunk
2007-05-24 14:31
#46
Rev.: 52
-
0 lines of code changed in 2 files:
-
SubSonic.Tests:
SubSonic.Tests.csproj (-1)
-
SubSonic/Controls/Calendar/skin:
calendar.gif (changed)
-
gavinjoyce
2007-05-24 11:49
#45
Rev.: 51
-
1 lines of code changed in 1 file:
-
SubSonic/DataProviders:
SqlDataProvider.cs (+1 -3)
-
gavinjoyce
2007-05-24 10:18
#44
Rev.: 50
-
6 lines of code changed in 1 file:
-
SubSonic/DataProviders:
SqlDataProvider.cs (+6 -2)
-
canofunk
2007-05-23 19:22
#43
Rev.: 49
-
125 lines of code changed in 17 files:
-
SubSonic:
Constants.cs (+3 -3),
SubSonic.csproj (-2),
Utility.cs (+14 -11)
-
SubSonic/ActiveRecord:
AbstractRecord.cs (+2 -3),
ActiveRecord.cs (+1 -1)
-
SubSonic/CodeGeneration:
CodeService.cs (+1 -1),
ParseUtility.cs (+59 -32),
Template.cs (+1 -1)
-
SubSonic/DataProviders:
DataProvider.cs (+1 -1),
DataService.cs (+2 -2),
ELib3DataProvider.cs (+1 -1),
OracleDataProvider.cs (+1 -1),
SqlDataProvider.cs (+4 -4)
-
SubSonic/Sql Tools:
GenericConstraint.cs (+1 -2),
IConstraint.cs (+1 -1),
Is.cs (-2),
Query.cs (+33 -5)
-
canofunk
2007-05-23 15:41
#42
Rev.: 48
-
3 lines of code changed in 1 file:
-
SubSonic/DataProviders:
SqlDataProvider.cs (+3 -3)
-
canofunk
2007-05-23 10:10
#41
Rev.: 47
-
70 lines of code changed in 2 files:
-
SubSonic/CodeGeneration/Templates:
CS_ODSController.aspx (+36 -2),
VB_ODSController.aspx (+34 -1)
-
canofunk
2007-05-23 09:53
#40
Rev.: 46
-
5 lines of code changed in 3 files:
-
SubSonic:
SubSonic.csproj (+1)
-
SubSonic/CodeGeneration/Templates:
CS_ClassTemplate.aspx (+2 -1),
VB_ClassTemplate.aspx (+2 -1)
-
gavinjoyce
2007-05-23 09:41
#39
Rev.: 45
-
1 lines of code changed in 1 file:
-
SubSonic/Controls:
Scaffold.cs (+1 -2)
-
canofunk
2007-05-23 09:33
#38
Rev.: 44
-
1 lines of code changed in 1 file:
-
SubSonic/ActiveRecord:
AbstractRecord.cs (+1 -1)
-
canofunk
2007-05-23 09:26
#37
Rev.: 43
-
4 lines of code changed in 1 file:
-
SubSonic.Tests:
SubSonic.Tests.csproj (+4 -1)
-
canofunk
2007-05-23 08:13
#36
Rev.: 42
-
126 lines of code changed in 15 files:
-
SubSonic.Tests:
ActiveRecordTest.cs (+6 -6),
CodeGeneratorTests.cs (+12 -12),
DataServiceTest.cs (+6 -6),
ETL.cs (+7 -7),
ForeignKeyTests.cs (+6 -6),
GeneratedObjectTests.cs (+11 -11),
ManyToMany.cs (+5 -5),
MultiProvider.cs (+4 -4),
QueryTest.cs (+21 -21),
SPs.cs (+10 -10),
ScriptersTest.cs (+6 -6),
SubSonic.Tests.csproj (+6 -6),
TransactionTests.cs (+5 -5),
TransactionWithDtcOffTests.cs (+19 -19)
-
SubSonic.Tests/Properties:
AssemblyInfo.cs (+2 -17)
-
haacked
2007-05-23 01:51
#35
Rev.: 39
-
1 lines of code changed in 1 file:
-
SubSonic.Tests:
QueryTest.cs (+1 -1)
-
haacked
2007-05-23 01:23
#34
Rev.: 38
-
184 lines of code changed in 6 files:
-
SubSonic.Tests:
QueryTest.cs (+28 -20)
-
SubSonic:
SubSonic.csproj (+3)
-
SubSonic/Sql Tools:
GenericConstraint.cs (new 35),
IConstraint.cs (new 19),
Is.cs (new 92),
Query.cs (+7 -1)
-
canofunk
2007-05-22 17:18
#33
Rev.: 37
-
143 lines of code changed in 6 files:
-
SubSonic:
Constants.cs (+3 -3),
SubSonic.csproj (+3 -1)
-
SubSonic/CodeGeneration/Templates:
CS_GeneratedScaffoldMarkup.aspx (+5 -2),
VB_GeneratedScaffoldMarkup.aspx (+5 -2)
-
SubSonic/Controls:
Scaffold.cs (+51 -41)
-
SubSonicCentral:
AutoScaffold.aspx.cs (+76 -61)
-
Christopher.Karper
2007-05-22 13:33
#32
Rev.: 36
-
5 lines of code changed in 1 file:
-
SubSonic/ActiveRecord:
StoredProcedure.cs (+5)
-
canofunk
2007-05-22 11:50
#31
Rev.: 35
-
6724 lines of code changed in 59 files:
-
SubSonic:
SubSonic.csproj (+58)
-
SubSonic/Controls/Calendar:
CalendarControl.cs (new 168),
calendar-setup.js (new 222),
calendar.js (new 1812)
-
SubSonic/Controls/Calendar/lang:
calendar-af.js (new 39),
calendar-al.js (new 101),
calendar-bg.js (new 124),
calendar-big5-utf8.js (new 123),
calendar-big5.js (new 123),
calendar-br.js (new 108),
calendar-ca.js (new 123),
calendar-cs-utf8.js (new 65),
calendar-cs-win.js (new 65),
calendar-da.js (new 123),
calendar-de.js (new 124),
calendar-du.js (new 45),
calendar-el.js (new 89),
calendar-en.js (new 127),
calendar-es.js (new 129),
calendar-fi.js (new 98),
calendar-fr.js (new 125),
calendar-he-utf8.js (new 123),
calendar-hr-utf8.js (new 49),
calendar-hr.js (new),
calendar-hu.js (new 124),
calendar-it.js (new 124),
calendar-jp.js (new 45),
calendar-ko-utf8.js (new 120),
calendar-ko.js (new 120),
calendar-lt-utf8.js (new 114),
calendar-lt.js (new 114),
calendar-lv.js (new 123),
calendar-nl.js (new 73),
calendar-no.js (new 114),
calendar-pl-utf8.js (new 93),
calendar-pl.js (new 56),
calendar-pt.js (new 123),
calendar-ro.js (new 66),
calendar-ru.js (new 123),
calendar-ru_win_.js (new 123),
calendar-si.js (new 94),
calendar-sk.js (new 99),
calendar-sp.js (new 110),
calendar-sv.js (new 93),
calendar-tr.js (new 58),
calendar-zh.js (new 119),
lang.txt (new 43)
-
SubSonic/Controls/Calendar/skin:
active-bg.gif (new),
calendar.gif (new),
dark-bg.gif (new),
hover-bg.gif (new),
menuarrow.gif (new),
normal-bg.gif (new),
rowhover-bg.gif (new),
status-bg.gif (new),
theme.css (new 236),
title-bg.gif (new),
today-bg.gif (new)
-
SubSonic/Properties:
AssemblyInfo.cs (+54)
-
Christopher.Karper
2007-05-22 11:20
#30
Rev.: 34
-
29 lines of code changed in 1 file:
-
SubSonic/Controls:
ManyManyList.cs (+29 -5)
-
canofunk
2007-05-21 15:58
#29
Rev.: 33
-
1 lines of code changed in 1 file:
-
SubSonic/Controls:
Scaffold.cs (+1 -1)
-
canofunk
2007-05-21 14:09
#28
Rev.: 32
-
59 lines of code changed in 6 files:
-
SubSonic:
Constants.cs (+1),
Utility.cs (+2 -2)
-
SubSonic/ActiveRecord:
AbstractRecord.cs (+11 -6),
ActiveRecord.cs (+14 -6)
-
SubSonic/CodeGeneration:
CodeService.cs (+2 -2)
-
SubSonic/DataProviders:
SqlDataProvider.cs (+29 -16)
-
canofunk
2007-05-21 10:51
#27
Rev.: 31
-
37 lines of code changed in 2 files:
-
SubSonic/DataProviders:
DataProvider.cs (+15),
SqlDataProvider.cs (+22 -6)
-
canofunk
2007-05-21 10:17
#26
Rev.: 30
-
2 lines of code changed in 3 files:
-
SubSonic:
SubSonic.csproj (-1)
-
SubSonic/CodeGeneration/Templates:
CS_ViewTemplate.aspx (+1 -1),
VB_ViewTemplate.aspx (+1 -1)
-
canofunk
2007-05-21 09:49
#25
Rev.: 29
-
6 lines of code changed in 3 files:
-
SubSonic:
Constants.cs (+2 -1),
SubSonic.csproj (-1)
-
SubSonic/DataProviders:
SqlDataProvider.cs (+4 -2)
-
canofunk
2007-05-21 06:32
#24
Rev.: 28
-
10 lines of code changed in 2 files:
-
SubSonic/CodeGeneration/Templates:
CS_SPTemplate.aspx (+4 -2),
VB_SPTemplate.aspx (+6 -4)
-
lawrence.beall
2007-05-21 00:35
#23
Rev.: 27
-
1 lines of code changed in 1 file:
-
SubSonic:
SubSonic.csproj (+1 -1)
-
lawrence.beall
2007-05-21 00:31
#22
Rev.: 25
-
246 lines of code changed in 1 file:
-
SubSonic/DataProviders:
MySqlDataProvider.cs (+246 -123)
-
canofunk
2007-05-20 19:17
#21
Rev.: 24
-
349 lines of code changed in 11 files:
-
SubCommander:
Program.cs (+2)
-
SubSonic:
Constants.cs (+11 -2),
SubSonic.csproj (+1 -2)
-
SubSonic/CodeGeneration/Templates:
CS_ClassTemplate.aspx (+4 -3),
VB_ClassTemplate.aspx (+4 -3)
-
SubSonic/DataProviders:
DataProvider.cs (+8),
ELib3DataProvider.cs (+7),
SqlDataProvider.cs (+209 -91)
-
SubSonic/Sql Tools:
TableSchema.cs (+96 -17)
-
SubSonicCentral/inc:
ConfigBuilder.ascx (+6),
ConfigBuilder.ascx.cs (+1)
-
canofunk
2007-05-18 20:31
#20
Rev.: 23
-
380 lines of code changed in 14 files:
-
SubSonic.sln (+5 -1),
SubSonic.vsmdi (new)
-
SubSonic:
Constants.cs (+57 -52),
Utility.cs (+15 -14)
-
SubSonic/DataProviders:
MySqlDataProvider.cs (+13 -2),
OracleDataProvider.cs (+16 -5),
SqlDataProvider.cs (+17 -5)
-
SubSonic/Sql Tools:
Query.cs (+257 -130)
-
SubSonicCentral/Bin:
Microsoft.Practices.EnterpriseLibrary.Common.dll (new),
Microsoft.Practices.EnterpriseLibrary.Data.dll (new),
Microsoft.Practices.ObjectBuilder.dll (new),
MySql.Data.dll (new),
SubSonic.dll (new),
SubSonic.pdb (new)
-
gavinjoyce
2007-05-16 12:14
#19
Rev.: 22
-
2 lines of code changed in 1 file:
-
SubSonicCentral:
connectionStrings.config (+2 -2)
-
gavinjoyce
2007-05-16 12:11
#18
Rev.: 21
-
2 lines of code changed in 1 file:
-
SubSonicCentral:
connectionStrings.config (+2 -2)
-
canofunk
2007-05-15 16:24
#17
Rev.: 19
-
0 lines of code changed in 6 files:
-
SubSonicCentral/Bin:
Microsoft.Practices.EnterpriseLibrary.Common.dll (del),
Microsoft.Practices.EnterpriseLibrary.Data.dll (del),
Microsoft.Practices.ObjectBuilder.dll (del),
MySql.Data.dll (del),
SubSonic.dll (del),
SubSonic.pdb (del)
-
Christopher.Karper
2007-05-15 15:12
#16
Rev.: 18
-
103 lines of code changed in 2 files:
-
SubCommander:
SubCommander.csproj (+96 -96)
-
SubSonic:
SubSonic.csproj (+7 -7)
-
canofunk
2007-05-15 10:51
#15
Rev.: 17
-
11 lines of code changed in 2 files:
-
SubCommander:
Program.cs (+10 -1)
-
SubSonic:
Constants.cs (+1)
-
canofunk
2007-05-15 10:38
#14
Rev.: 16
-
1 lines of code changed in 1 file:
-
SubSonic/CodeGeneration/Templates:
VB_ViewTemplate.aspx (+1 -1)
-
canofunk
2007-05-15 10:11
#13
Rev.: 15
-
154 lines of code changed in 1 file:
-
SubSonic:
SubSonic.csproj (+154 -160)
-
canofunk
2007-05-15 09:48
#12
Rev.: 14
-
1 lines of code changed in 1 file:
-
SubSonic/Controls:
RadioButton.cs (+1 -1)
-
Christopher.Karper
2007-05-14 22:47
#11
Rev.: 13
-
262 lines of code changed in 2 files:
-
SubCommander:
SubCommander.csproj (+96 -96)
-
SubSonic:
SubSonic.csproj (+166 -166)
-
canofunk
2007-05-14 21:51
#10
Rev.: 12
-
2 lines of code changed in 1 file:
-
SubCommander:
Program.cs (+2)
-
damieng
2007-05-13 21:02
#9
Rev.: 11
-
0 lines of code changed in 1 file:
-
canofunk
2007-05-12 18:58
#8
Rev.: 10
-
133 lines of code changed in 15 files:
-
SubCommander/obj/Debug:
ResolveAssemblyReference.cache (changed),
sonic.exe (changed),
sonic.pdb (changed)
-
SubSonic.Tests/obj/Debug:
ActionPack.Tests.dll (changed),
ActionPack.Tests.pdb (changed),
ResolveAssemblyReference.cache (changed)
-
SubSonic:
SubSonic.csproj (+28 -28)
-
SubSonic/CodeGeneration:
CodeService.cs (+79 -80),
Template.cs (+26 -11)
-
SubSonic/obj/Debug:
ResolveAssemblyReference.cache (changed),
SubSonic.csproj.GenerateResource.Cache (changed),
SubSonic.dll (changed),
SubSonic.pdb (changed)
-
SubSonicCentral/Bin:
SubSonic.dll (changed),
SubSonic.pdb (changed)
-
Unknown
2007-05-11 19:56
#7
Rev.: 9
-
32325 lines of code changed in 194 files:
-
SolutionInfo.cs (new 25),
SubSonic.sln (new 146),
SubSonic.suo (new),
localtestrun.testrunconfig (new)
-
SubCommander:
Arguments.cs (new 39),
DBScripter.cs (new 59),
Dev (new),
Program.cs (new 934),
SubCommander.csproj (new 96),
SubCommander.csproj.user (new),
SubCommander.csproj.vspscc (new)
-
SubCommander/Properties:
AssemblyInfo.cs (new 17)
-
SubCommander/obj:
SubCommander.csproj.FileList.txt (new)
-
SubCommander/obj/Debug:
ResolveAssemblyReference.cache (new),
TempPE (new),
sonic.exe (new),
sonic.pdb (new)
-
SubCommander/obj/Debug/Refactor:
sonic.exe (new)
-
SubCommander/obj/Release:
ResolveAssemblyReference.cache (new),
TempPE (new),
sonic.exe (new),
sonic.pdb (new)
-
SubSonic.Setup:
SubSonic.Setup.vdproj (new 243),
SubSonic.Setup.vdproj.vspscc (new)
-
SubSonic.Setup/Debug:
SubSonic2_0.Setup.msi (new),
setup.exe (new)
-
SubSonic.Setup/Release:
SubSonic2_0.msi (new),
SubSonic2_0_1a.msi (new),
setup.exe (new)
-
SubSonic.Tests:
ActionPack.Tests.csproj.vspscc (new),
ActiveRecordTest.cs (new 141),
App.config (new 21),
CodeGeneratorTests.cs (new 103),
DataServiceTest.cs (new 61),
ETL.cs (new 74),
ForeignKeyTests.cs (new 68),
GeneratedObjectTests.cs (new 139),
ManyToMany.cs (new 70),
MultiProvider.cs (new 62),
Product.cs (new 31),
QueryTest.cs (new 265),
SPs.cs (new 81),
ScriptersTest.cs (new 61),
SubSonic.Tests.csproj (new 78),
SubSonic.Tests.csproj.user (new),
TransactionTests.cs (new 95),
TransactionWithDtcOffTests.cs (new 405)
-
SubSonic.Tests/Properties:
AssemblyInfo.cs (new 35)
-
SubSonic.Tests/obj:
ActionPack.Tests.csproj.FileList.txt (new),
SubSonic.Tests.csproj.FileList.txt (new)
-
SubSonic.Tests/obj/Debug:
ActionPack.Tests.dll (new),
ActionPack.Tests.pdb (new),
Refactor (new),
ResolveAssemblyReference.cache (new),
TempPE (new)
-
SubSonic.Tests/obj/Release:
ActionPack.Tests.dll (new),
ResolveAssemblyReference.cache (new),
TempPE (new),
build.force (new)
-
SubSonic:
Constants.cs (new 320),
Dev (new),
Enums.cs (new 29),
Inflector.cs (new 236),
SubSonic.csproj (new 164),
SubSonic.csproj.user (new),
SubSonic.csproj.vspscc (new),
SubSonicConfig.cs (new 21),
Utility.cs (new 1657)
-
SubSonic/ActiveRecord:
AbstractList.cs (new 276),
AbstractRecord.cs (new 1053),
ActiveList.cs (new 92),
ActiveRecord.cs (new 521),
ReadOnlyList.cs (new 49),
ReadOnlyRecord.cs (new 5),
StoredProcedure.cs (new 273)
-
SubSonic/Builder:
CodeGeneration.cs (new),
CompileUnitGeneratorHost.cs (new),
ResourceHelper.cs (new)
-
SubSonic/CodeGeneration:
BuildProvider.cs (new 125),
Builder.cs (new 237),
CodeService.cs (new 450),
CompileEngine.cs (new 231),
ParseUtility.cs (new 181),
ScaffoldCodeGenerator.cs (new 446),
Template.cs (new 351)
-
SubSonic/CodeGeneration/Templates:
CS_ClassTemplate.aspx (new 628),
CS_DynamicScaffold.aspx (new 93),
CS_GeneratedScaffoldCodeBehind.aspx (new 601),
CS_GeneratedScaffoldMarkup.aspx (new 283),
CS_ODSController.aspx (new 149),
CS_SPTemplate.aspx (new 122),
CS_StructsTemplate.aspx (new 47),
CS_ViewTemplate.aspx (new 260),
VB_ClassTemplate.aspx (new 633),
VB_DynamicScaffold.aspx (new 92),
VB_GeneratedScaffoldCodeBehind.aspx (new 535),
VB_GeneratedScaffoldMarkup.aspx (new 282),
VB_ODSController.aspx (new 145),
VB_SPTemplate.aspx (new 104),
VB_StructsTemplate.aspx (new 50),
VB_ViewTemplate.aspx (new 229)
-
SubSonic/Configuration:
ConfigurationProvider.cs (new),
ConfigurationResolver.cs (new)
-
SubSonic/Controls:
DropDown.cs (new 170),
EditBox.cs (new 106),
ManyManyList.cs (new 135),
QuickTable.cs (new 855),
RadioButton.cs (new 158),
Scaffold.cs (new 1308),
WebUIHelper.cs (new 12)
-
SubSonic/DataProviders:
DataProvider.cs (new 861),
DataService.cs (new 597),
ELib2DataProvider.cs (new),
ELib3DataProvider.cs (new 217),
MySqlDataProvider.cs (new 871),
OracleDataProvider.cs (new 911),
SqlDataProvider.cs (new 1281),
SubSonicSection.cs (new 35)
-
SubSonic/Properties:
AssemblyInfo.cs (new 18),
Resources.Designer.cs (new 180),
Resources.resx (new 4424)
-
SubSonic/Sql Tools:
Connection.cs (new 195),
DB.cs (new 22),
DeleteQuery.cs (new),
Query.cs (new 1290),
QueryCommand.cs (new 307),
TableSchema.cs (new 793),
UpdateQuery.cs (new)
-
SubSonic/obj:
SubSonic.csproj.FileList.txt (new)
-
SubSonic/obj/Debug:
ResolveAssemblyReference.cache (new),
SubSonic.Properties.Resources.resources (new),
SubSonic.csproj.GenerateResource.Cache (new),
SubSonic.dll (new),
SubSonic.pdb (new),
TempPE (new)
-
SubSonic/obj/Debug/Refactor:
SubSonic.dll (new)
-
SubSonic/obj/Release:
ResolveAssemblyReference.cache (new),
SubSonic.Properties.Resources.resources (new),
SubSonic.csproj.GenerateResource.Cache (new),
SubSonic.dll (new),
SubSonic.pdb (new),
TempPE (new)
-
SubSonicCentral:
AutoScaffold.aspx (new 47),
AutoScaffold.aspx.cs (new 1268),
Configuration.aspx (new 11),
Configuration.aspx.cs (new 18),
ControlExample.aspx (new 35),
ControlExample.aspx.cs (new 16),
Default.aspx (new 97),
Default.aspx.cs (new 16),
Documentation.aspx (new 9),
Documentation.aspx.cs (new 18),
Examples.aspx (new 63),
Examples.aspx.cs (new 182),
Generators.aspx (new 24),
Generators.aspx.cs (new 26),
MyProjects.aspx.cs.exclude (new),
MyProjects.aspx.exclude (new),
Web.Config (new 65),
connectionStrings.config (new 4)
-
SubSonicCentral/App_Code:
builder.abp (new 1)
-
SubSonicCentral/App_Themes/Default:
Default.css (new 94),
Default.skin (new 43)
-
SubSonicCentral/Bin:
Microsoft.Practices.EnterpriseLibrary.Common.dll (new),
Microsoft.Practices.EnterpriseLibrary.Data.dll (new),
Microsoft.Practices.ObjectBuilder.dll (new),
MySql.Data.dll (new),
SubSonic.dll (new),
SubSonic.pdb (new)
-
SubSonicCentral/inc:
ClassGenerator.ascx (new 55),
ClassGenerator.ascx.cs (new 193),
ConfigBuilder.ascx (new 190),
ConfigBuilder.ascx.cs (new 84),
ScaffoldGenerator.ascx (new 127),
ScaffoldGenerator.ascx.cs (new 209)
-
SubSonicCentral/res:
MasterPage.master (new 67),
MasterPage.master.cs (new 21),
style.css (new 218)
-
SubSonicCentral/res/img:
arrow.gif (new),
bg.png (new),
bg_fade.png (new),
blockquote_bg.png (new),
box_title_bg.png (new),
header_bg.png (new),
menu_bg.png (new),
menu_bg_over.png (new),
newlogo.png (new),
news.png (new),
search.png (new),
ss_logo2.png (new),
submit_bg.png (new),
tags.png (new)
-
SubSonicCentral/res/scripts:
generators.js (new 18),
scaffold.js (new 41)
-
robconery
2007-05-11 19:43
#6
Rev.: 8
-
0 lines of code changed in 191 files:
-
SolutionInfo.cs (del),
SubSonic.sln (del),
SubSonic.suo (del),
localtestrun.testrunconfig (del)
-
SubCommander.Setup:
Debug (del),
Release (del)
-
SubCommander:
Arguments.cs (del),
DBScripter.cs (del),
Dev (del),
Program.cs (del),
SubCommander.csproj (del),
SubCommander.csproj.user (del)
-
SubCommander/Properties:
AssemblyInfo.cs (del)
-
SubCommander/obj:
SubCommander.csproj.FileList.txt (del)
-
SubCommander/obj/Debug:
ResolveAssemblyReference.cache (del),
TempPE (del),
sonic.exe (del),
sonic.pdb (del)
-
SubCommander/obj/Debug/Refactor:
sonic.exe (del)
-
SubCommander/obj/Release:
ResolveAssemblyReference.cache (del),
TempPE (del),
sonic.exe (del),
sonic.pdb (del)
-
SubSonic.Setup:
SubSonic.Setup.vdproj (del)
-
SubSonic.Setup/Debug:
SubSonic2_0.Setup.msi (del),
setup.exe (del)
-
SubSonic.Setup/Release:
SubSonic2_0.msi (del),
setup.exe (del)
-
SubSonic.Tests:
ActiveRecordTest.cs (del),
App.config (del),
CodeGeneratorTests.cs (del),
DataServiceTest.cs (del),
ETL.cs (del),
ForeignKeyTests.cs (del),
GeneratedObjectTests.cs (del),
ManyToMany.cs (del),
MultiProvider.cs (del),
Product.cs (del),
QueryTest.cs (del),
SPs.cs (del),
ScriptersTest.cs (del),
SubSonic.Tests.csproj (del),
SubSonic.Tests.csproj.user (del),
TransactionTests.cs (del),
TransactionWithDtcOffTests.cs (del)
-
SubSonic.Tests/Properties:
AssemblyInfo.cs (del)
-
SubSonic.Tests/obj:
ActionPack.Tests.csproj.FileList.txt (del),
SubSonic.Tests.csproj.FileList.txt (del)
-
SubSonic.Tests/obj/Debug:
ActionPack.Tests.dll (del),
ActionPack.Tests.pdb (del),
Refactor (del),
ResolveAssemblyReference.cache (del),
TempPE (del)
-
SubSonic.Tests/obj/Release:
ActionPack.Tests.dll (del),
ResolveAssemblyReference.cache (del),
TempPE (del),
build.force (del)
-
SubSonic:
Constants.cs (del),
Dev (del),
Enums.cs (del),
Inflector.cs (del),
SubSonic.csproj (del),
SubSonic.csproj.user (del),
SubSonicConfig.cs (del),
Utility.cs (del)
-
SubSonic/ActiveRecord:
AbstractList.cs (del),
AbstractRecord.cs (del),
ActiveList.cs (del),
ActiveRecord.cs (del),
ReadOnlyList.cs (del),
ReadOnlyRecord.cs (del),
StoredProcedure.cs (del)
-
SubSonic/Builder:
CodeGeneration.cs (del),
CompileUnitGeneratorHost.cs (del),
ResourceHelper.cs (del)
-
SubSonic/CodeGeneration:
BuildProvider.cs (del),
Builder.cs (del),
CodeService.cs (del),
CompileEngine.cs (del),
ParseUtility.cs (del),
ScaffoldCodeGenerator.cs (del),
Template.cs (del)
-
SubSonic/CodeGeneration/Templates:
CS_ClassTemplate.aspx (del),
CS_DynamicScaffold.aspx (del),
CS_GeneratedScaffoldCodeBehind.aspx (del),
CS_GeneratedScaffoldMarkup.aspx (del),
CS_ODSController.aspx (del),
CS_SPTemplate.aspx (del),
CS_StructsTemplate.aspx (del),
CS_ViewTemplate.aspx (del),
VB_ClassTemplate.aspx (del),
VB_DynamicScaffold.aspx (del),
VB_GeneratedScaffoldCodeBehind.aspx (del),
VB_GeneratedScaffoldMarkup.aspx (del),
VB_ODSController.aspx (del),
VB_SPTemplate.aspx (del),
VB_StructsTemplate.aspx (del),
VB_ViewTemplate.aspx (del)
-
SubSonic/Configuration:
ConfigurationProvider.cs (del),
ConfigurationResolver.cs (del)
-
SubSonic/Controls:
DropDown.cs (del),
EditBox.cs (del),
ManyManyList.cs (del),
QuickTable.cs (del),
RadioButton.cs (del),
Scaffold.cs (del),
WebUIHelper.cs (del)
-
SubSonic/DataProviders:
DataProvider.cs (del),
DataService.cs (del),
ELib2DataProvider.cs (del),
ELib3DataProvider.cs (del),
MySqlDataProvider.cs (del),
OracleDataProvider.cs (del),
SqlDataProvider.cs (del),
SubSonicSection.cs (del)
-
SubSonic/Properties:
AssemblyInfo.cs (del),
Resources.Designer.cs (del),
Resources.resx (del)
-
SubSonic/Sql Tools:
Connection.cs (del),
DB.cs (del),
DeleteQuery.cs (del),
Query.cs (del),
QueryCommand.cs (del),
TableSchema.cs (del),
UpdateQuery.cs (del)
-
SubSonic/obj:
SubSonic.csproj.FileList.txt (del)
-
SubSonic/obj/Debug:
ResolveAssemblyReference.cache (del),
SubSonic.Properties.Resources.resources (del),
SubSonic.csproj.GenerateResource.Cache (del),
SubSonic.dll (del),
SubSonic.pdb (del),
TempPE (del)
-
SubSonic/obj/Debug/Refactor:
SubSonic.dll (del)
-
SubSonic/obj/Release:
ResolveAssemblyReference.cache (del),
SubSonic.Properties.Resources.resources (del),
SubSonic.csproj.GenerateResource.Cache (del),
SubSonic.dll (del),
SubSonic.pdb (del),
TempPE (del)
-
SubSonicCentral:
AutoScaffold.aspx (del),
AutoScaffold.aspx.cs (del),
Configuration.aspx (del),
Configuration.aspx.cs (del),
ControlExample.aspx (del),
ControlExample.aspx.cs (del),
Default.aspx (del),
Default.aspx.cs (del),
Documentation.aspx (del),
Documentation.aspx.cs (del),
Examples.aspx (del),
Examples.aspx.cs (del),
Generators.aspx (del),
Generators.aspx.cs (del),
MyProjects.aspx.cs.exclude (del),
MyProjects.aspx.exclude (del),
Web.Config (del),
connectionStrings.config (del)
-
SubSonicCentral/App_Code:
builder.abp (del)
-
SubSonicCentral/App_Themes/Default:
Default.css (del),
Default.skin (del)
-
SubSonicCentral/Bin:
Microsoft.Practices.EnterpriseLibrary.Common.dll (del),
Microsoft.Practices.EnterpriseLibrary.Data.dll (del),
Microsoft.Practices.ObjectBuilder.dll (del),
MySql.Data.dll (del),
SubSonic.dll (del),
SubSonic.pdb (del)
-
SubSonicCentral/inc:
ClassGenerator.ascx (del),
ClassGenerator.ascx.cs (del),
ConfigBuilder.ascx (del),
ConfigBuilder.ascx.cs (del),
ScaffoldGenerator.ascx (del),
ScaffoldGenerator.ascx.cs (del)
-
SubSonicCentral/res:
MasterPage.master (del),
MasterPage.master.cs (del),
style.css (del)
-
SubSonicCentral/res/img:
arrow.gif (changed),
bg.png (changed),
bg_fade.png (changed),
blockquote_bg.png (changed),
box_title_bg.png (changed),
header_bg.png (changed),
menu_bg.png (changed),
menu_bg_over.png (changed),
newlogo.png (changed),
news.png (changed),
search.png (changed),
ss_logo2.png (del),
submit_bg.png (changed),
tags.png (changed)
-
SubSonicCentral/res/scripts:
generators.js (del),
scaffold.js (del)
-
canofunk
2007-05-11 18:14
#5
Rev.: 7
-
141 lines of code changed in 12 files:
-
SubCommander/obj/Debug:
ResolveAssemblyReference.cache (changed),
sonic.exe (changed),
sonic.pdb (changed)
-
SubSonic:
SubSonic.csproj (-1),
Utility.cs (+9)
-
SubSonic/CodeGeneration/Templates:
CS_ClassTemplate.aspx (+1 -1),
CS_ViewTemplate.aspx (+1 -1),
VB_ClassTemplate.aspx (+2 -2),
VB_ViewTemplate.aspx (+1 -1)
-
SubSonic/DataProviders:
DataProvider.cs (+45 -32)
-
SubSonic/Properties:
Resources.resx (+80 -80)
-
SubSonicCentral:
Web.Config (+2 -2)
-
robconery
2007-05-11 14:48
#4
Rev.: 6
-
159 lines of code changed in 2 files:
-
SubSonic/Controls:
DropDown.cs (+76 -81),
RadioButton.cs (+83 -44)
-
robconery
2007-05-10 21:29
#3
Rev.: 5
-
121 lines of code changed in 5 files:
-
StarterSite:
PageView.aspx (+1 -16),
PageView.aspx.cs (+5 -8),
Web.config (+2 -2)
-
StarterSite/App_Code/CMS:
ContentService.cs (+113 -27),
Page.cs (new)
-
Unknown
2007-05-10 18:19
#2
Rev.: 4
-
73 lines of code changed in 115 files:
-
StarterSite:
Default.aspx (new),
Default.aspx.cs (new 1),
Global.asax (new),
Login.aspx (new),
Login.aspx.cs (new 1),
PageView.aspx (new 16),
PageView.aspx.cs (new 8),
PasswordRecover.aspx (new),
PasswordRecover.aspx.cs (new 1),
Register.aspx (new),
Register.aspx.cs (new 1),
Web.config (new 2),
loading.htm (new),
site.master (new),
site.master.cs (new 1)
-
StarterSite/Admin:
CMSPageList.aspx (new),
CMSPageList.aspx.cs (new 1),
CMSParagraph.aspx (new),
CMSParagraph.aspx.cs (new 1),
Roles.aspx (new),
Roles.aspx.cs (new 1),
Users.aspx (new),
Users.aspx.cs (new 2),
Users_edit.aspx (new),
Users_edit.aspx.cs (new 1)
-
StarterSite/App_Code:
BusinessLogic (new),
SiteUtility.cs (new),
SubSonicSiteMapProvider.cs (new),
TestCondition.cs (new),
subsonic.abp (new)
-
StarterSite/App_Code/CMS:
ContentService.cs (new 27)
-
StarterSite/App_Data:
ASPNETDB.MDF (new),
ASPNETDB_log.ldf (new),
SubSonicCMS.mdf (new),
SubSonicCMS_log.LDF (new)
-
StarterSite/App_Themes/Default:
Default.css (new),
Default.skin (new)
-
StarterSite/App_Themes/Default/images:
bg.gif (new),
headerbar.png (new),
login.png (new)
-
StarterSite/Bin:
FredCK.FCKeditorV2.dll (new),
Intelligencia.UrlRewriter.dll (new),
Intelligencia.UrlRewriter.dll.refresh (new),
Intelligencia.UrlRewriter.xml (new),
SubSonic.dll (new),
SubSonic.dll.refresh (new)
-
StarterSite/CMSFiles:
404.htm (new),
File (new),
Image (new)
-
StarterSite/Modules:
ResultMessage.ascx (new),
ResultMessage.ascx.cs (new 8)
-
StarterSite/Modules/ContentManager:
Paragraph.ascx (new),
Paragraph.ascx.cs (new 1)
-
StarterSite/UserFiles:
ss_logo2.png (new)
-
StarterSite/UserFiles/Image/Bip:
weke.gif (new)
-
StarterSite/images:
1pix.gif (new),
close.gif (new),
loading.gif (new),
logo.gif (new),
rss.jpg (new),
spinner.gif (new),
subsonic_logo.png (new)
-
StarterSite/images/icons:
Users.gif (new),
add.gif (new),
addressbook.gif (new),
arrow_down.gif (new),
arrow_left.gif (new),
arrow_right.gif (new),
arrow_up.gif (new),
bullet.gif (new),
button_sm.gif (new),
cancel.gif (new),
delete.gif (new),
edit.gif (new),
editbtn.gif (new),
folder.big.gif (new),
folder.small.gif (new),
folder.up.gif (new),
icon_check.gif (new),
icon_disk.gif (new),
icon_docnpen.gif (new),
icon_dollar.gif (new),
icon_error.gif (new),
icon_exit.gif (new),
icon_fav.gif (new),
icon_find.gif (new),
icon_users_16px.gif (new),
image.gif (new),
locked.gif (new),
minus.gif (new),
plus.gif (new),
restore.gif (new),
spacer.gif (new),
unlocked.gif (new),
yellowexclaim.gif (new)
-
StarterSite/js/effects:
builder.js (new),
controls.js (new),
dragdrop.js (new),
effects.js (new),
prototype.js (new),
scriptaculous.js (new),
slider.js (new)
-
StarterSite/js/modal:
close.gif (new),
common.js (new),
ibox.css (new),
ibox.js (new),
index.html (new),
indicator.gif (new),
loading.html (new),
maskBG.png (new),
modalContent.html (new),
modal_divs.aspx (new),
subModal.css (new),
subModal.js (new),
submodalsource.js (new)
-
Unknown
2007-05-10 15:20
#1
Rev.: 2
-
32270 lines of code changed in 191 files:
-
SolutionInfo.cs (new 25),
SubSonic.sln (new 146),
SubSonic.suo (new),
localtestrun.testrunconfig (new)
-
SubCommander.Setup:
Debug (new),
Release (new)
-
SubCommander:
Arguments.cs (new 39),
DBScripter.cs (new 59),
Dev (new),
Program.cs (new 934),
SubCommander.csproj (new 96),
SubCommander.csproj.user (new)
-
SubCommander/Properties:
AssemblyInfo.cs (new 17)
-
SubCommander/obj:
SubCommander.csproj.FileList.txt (new)
-
SubCommander/obj/Debug:
ResolveAssemblyReference.cache (new),
TempPE (new),
sonic.exe (new),
sonic.pdb (new)
-
SubCommander/obj/Debug/Refactor:
sonic.exe (new)
-
SubCommander/obj/Release:
ResolveAssemblyReference.cache (new),
TempPE (new),
sonic.exe (new),
sonic.pdb (new)
-
SubSonic.Setup:
SubSonic.Setup.vdproj (new 243)
-
SubSonic.Setup/Debug:
SubSonic2_0.Setup.msi (new),
setup.exe (new)
-
SubSonic.Setup/Release:
SubSonic2_0.msi (new),
setup.exe (new)
-
SubSonic.Tests:
ActiveRecordTest.cs (new 141),
App.config (new 21),
CodeGeneratorTests.cs (new 103),
DataServiceTest.cs (new 61),
ETL.cs (new 74),
ForeignKeyTests.cs (new 68),
GeneratedObjectTests.cs (new 139),
ManyToMany.cs (new 70),
MultiProvider.cs (new 62),
Product.cs (new 31),
QueryTest.cs (new 265),
SPs.cs (new 81),
ScriptersTest.cs (new 61),
SubSonic.Tests.csproj (new 78),
SubSonic.Tests.csproj.user (new),
TransactionTests.cs (new 95),
TransactionWithDtcOffTests.cs (new 405)
-
SubSonic.Tests/Properties:
AssemblyInfo.cs (new 35)
-
SubSonic.Tests/obj:
ActionPack.Tests.csproj.FileList.txt (new),
SubSonic.Tests.csproj.FileList.txt (new)
-
SubSonic.Tests/obj/Debug:
ActionPack.Tests.dll (new),
ActionPack.Tests.pdb (new),
Refactor (new),
ResolveAssemblyReference.cache (new),
TempPE (new)
-
SubSonic.Tests/obj/Release:
ActionPack.Tests.dll (new),
ResolveAssemblyReference.cache (new),
TempPE (new),
build.force (new)
-
SubSonic:
Constants.cs (new 320),
Dev (new),
Enums.cs (new 29),
Inflector.cs (new 236),
SubSonic.csproj (new 165),
SubSonic.csproj.user (new),
SubSonicConfig.cs (new 21),
Utility.cs (new 1648)
-
SubSonic/ActiveRecord:
AbstractList.cs (new 276),
AbstractRecord.cs (new 1053),
ActiveList.cs (new 92),
ActiveRecord.cs (new 521),
ReadOnlyList.cs (new 49),
ReadOnlyRecord.cs (new 5),
StoredProcedure.cs (new 273)
-
SubSonic/Builder:
CodeGeneration.cs (new),
CompileUnitGeneratorHost.cs (new),
ResourceHelper.cs (new)
-
SubSonic/CodeGeneration:
BuildProvider.cs (new 125),
Builder.cs (new 237),
CodeService.cs (new 450),
CompileEngine.cs (new 231),
ParseUtility.cs (new 181),
ScaffoldCodeGenerator.cs (new 446),
Template.cs (new 351)
-
SubSonic/CodeGeneration/Templates:
CS_ClassTemplate.aspx (new 628),
CS_DynamicScaffold.aspx (new 93),
CS_GeneratedScaffoldCodeBehind.aspx (new 601),
CS_GeneratedScaffoldMarkup.aspx (new 283),
CS_ODSController.aspx (new 149),
CS_SPTemplate.aspx (new 122),
CS_StructsTemplate.aspx (new 47),
CS_ViewTemplate.aspx (new 260),
VB_ClassTemplate.aspx (new 633),
VB_DynamicScaffold.aspx (new 92),
VB_GeneratedScaffoldCodeBehind.aspx (new 535),
VB_GeneratedScaffoldMarkup.aspx (new 282),
VB_ODSController.aspx (new 145),
VB_SPTemplate.aspx (new 104),
VB_StructsTemplate.aspx (new 50),
VB_ViewTemplate.aspx (new 229)
-
SubSonic/Configuration:
ConfigurationProvider.cs (new),
ConfigurationResolver.cs (new)
-
SubSonic/Controls:
DropDown.cs (new 175),
EditBox.cs (new 106),
ManyManyList.cs (new 135),
QuickTable.cs (new 855),
RadioButton.cs (new 119),
Scaffold.cs (new 1308),
WebUIHelper.cs (new 12)
-
SubSonic/DataProviders:
DataProvider.cs (new 848),
DataService.cs (new 597),
ELib2DataProvider.cs (new),
ELib3DataProvider.cs (new 217),
MySqlDataProvider.cs (new 871),
OracleDataProvider.cs (new 911),
SqlDataProvider.cs (new 1281),
SubSonicSection.cs (new 35)
-
SubSonic/Properties:
AssemblyInfo.cs (new 18),
Resources.Designer.cs (new 180),
Resources.resx (new 4424)
-
SubSonic/Sql Tools:
Connection.cs (new 195),
DB.cs (new 22),
DeleteQuery.cs (new),
Query.cs (new 1290),
QueryCommand.cs (new 307),
TableSchema.cs (new 793),
UpdateQuery.cs (new)
-
SubSonic/obj:
SubSonic.csproj.FileList.txt (new)
-
SubSonic/obj/Debug:
ResolveAssemblyReference.cache (new),
SubSonic.Properties.Resources.resources (new),
SubSonic.csproj.GenerateResource.Cache (new),
SubSonic.dll (new),
SubSonic.pdb (new),
TempPE (new)
-
SubSonic/obj/Debug/Refactor:
SubSonic.dll (new)
-
SubSonic/obj/Release:
ResolveAssemblyReference.cache (new),
SubSonic.Properties.Resources.resources (new),
SubSonic.csproj.GenerateResource.Cache (new),
SubSonic.dll (new),
SubSonic.pdb (new),
TempPE (new)
-
SubSonicCentral:
AutoScaffold.aspx (new 47),
AutoScaffold.aspx.cs (new 1268),
Configuration.aspx (new 11),
Configuration.aspx.cs (new 18),
ControlExample.aspx (new 35),
ControlExample.aspx.cs (new 16),
Default.aspx (new 97),
Default.aspx.cs (new 16),
Documentation.aspx (new 9),
Documentation.aspx.cs (new 18),
Examples.aspx (new 63),
Examples.aspx.cs (new 182),
Generators.aspx (new 24),
Generators.aspx.cs (new 26),
MyProjects.aspx.cs.exclude (new),
MyProjects.aspx.exclude (new),
Web.Config (new 65),
connectionStrings.config (new 4)
-
SubSonicCentral/App_Code:
builder.abp (new 1)
-
SubSonicCentral/App_Themes/Default:
Default.css (new 94),
Default.skin (new 43)
-
SubSonicCentral/Bin:
Microsoft.Practices.EnterpriseLibrary.Common.dll (new),
Microsoft.Practices.EnterpriseLibrary.Data.dll (new),
Microsoft.Practices.ObjectBuilder.dll (new),
MySql.Data.dll (new),
SubSonic.dll (new),
SubSonic.pdb (new)
-
SubSonicCentral/inc:
ClassGenerator.ascx (new 55),
ClassGenerator.ascx.cs (new 193),
ConfigBuilder.ascx (new 190),
ConfigBuilder.ascx.cs (new 84),
ScaffoldGenerator.ascx (new 127),
ScaffoldGenerator.ascx.cs (new 209)
-
SubSonicCentral/res:
MasterPage.master (new 67),
MasterPage.master.cs (new 21),
style.css (new 218)
-
SubSonicCentral/res/img:
arrow.gif (new),
bg.png (new),
bg_fade.png (new),
blockquote_bg.png (new),
box_title_bg.png (new),
header_bg.png (new),
menu_bg.png (new),
menu_bg_over.png (new),
newlogo.png (new),
news.png (new),
search.png (new),
ss_logo2.png (new),
submit_bg.png (new),
tags.png (new)
-
SubSonicCentral/res/scripts:
generators.js (new 18),
scaffold.js (new 41)