Skip to content
This repository was archived by the owner on Oct 5, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
f9bda4c
testing
steveba14 Jul 2, 2011
3499312
Merge branch 'master' of github.com:steveba14/dev4good
steveba14 Jul 2, 2011
0acfe7c
Solution import with first-pass Data Model.
ivanz Jul 2, 2011
c7623a5
Generate the database from the model. Also imported in our SQL Server
ivanz Jul 2, 2011
bc240e4
Import latest EF and MvcScaffolding.
ivanz Jul 2, 2011
2bd5801
added database project that is synced with entity framework model
trreeves Jul 2, 2011
dfc35f1
added database project synced with entity framework model
trreeves Jul 2, 2011
1090e96
Merge branch 'master' of git://github.com/trevorreeves/dev4good
ivanz Jul 2, 2011
6a10a8e
Remove deleted files from the project.
ivanz Jul 2, 2011
1637a30
Remove the Test Generation Project
ivanz Jul 2, 2011
3d9aaf0
Update the data model to 0..1 resource relationships
ivanz Jul 2, 2011
635e732
Solution import with first-pass Data Model.
ivanz Jul 2, 2011
addcbef
Generate the database from the model. Also imported in our SQL Server
ivanz Jul 2, 2011
481227a
mvc upload
steveba14 Jul 2, 2011
6085f39
Implemented a Google maps control and added a Maps menu item on top.
ivanz Jul 2, 2011
4d28f49
Future proof the Map control to handle HTML content by using @Html.Raw()
ivanz Jul 2, 2011
2bb7281
Last nights work
steveba14 Jul 3, 2011
d7ecfe9
Merge branch 'master' of github.com:steveba14/dev4good
steveba14 Jul 3, 2011
8ee16f7
Merge branch 'master' of git://github.com/steveba14/dev4good
ivanz Jul 3, 2011
370476d
telerik dlls
steveba14 Jul 3, 2011
ecf41a3
Update the entity model to remove some constraints on the relationships
ivanz Jul 3, 2011
22a2257
Merge branch 'master' of git://github.com/steveba14/dev4good
ivanz Jul 3, 2011
f2aa136
Replaces Telerik Mvc reference with the one from libs
ivanz Jul 3, 2011
4a380d7
Added tweet scraper / resource matcher first version
Jul 3, 2011
faa6666
Added resource matcher project to sln
Jul 3, 2011
af3c942
Add Rx dlls
Jul 3, 2011
9072047
Fix the .sln to build the twitter service project as part of a soluti…
ivanz Jul 3, 2011
a8cb69b
Fix Ractive reference to point to our libs folder
ivanz Jul 3, 2011
147ebff
Updated model with appsettings + maxlengths
Jul 3, 2011
40e4b1f
Merge branch 'master' of git://github.com/andrassy/dev4good
ivanz Jul 3, 2011
2a736a1
- Add a map to Organization to show its projects on the map
ivanz Jul 3, 2011
9c89720
Included the project.png marker icon in the project
ivanz Jul 3, 2011
4d5836b
Pluralize the menu items in the main menu and move About to be the la…
ivanz Jul 3, 2011
d4f43b8
1515 buikd
steveba14 Jul 3, 2011
060fb1c
Merge branch 'master' of git://github.com/steveba14/dev4good
ivanz Jul 3, 2011
5659353
Delete some first commit test things
ivanz Jul 3, 2011
78e9138
formatting
steveba14 Jul 3, 2011
eb70574
Merge branch 'master' of https://github.com/ivanz/dev4good
steveba14 Jul 3, 2011
82dac3d
css fix
steveba14 Jul 3, 2011
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions CharityPortal/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*.vs10x
*.csproj.user
*.suo
**/bin/*
**/obj/*
6 changes: 6 additions & 0 deletions CharityPortal/CharityPortal.Data/App.Config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<connectionStrings>
<add name="DataContextContainer" connectionString="metadata=res://*/DataContext.csdl|res://*/DataContext.ssdl|res://*/DataContext.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=212.67.209.120;initial catalog=charityportal;user id=charity;multipleactiveresultsets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />
</connectionStrings>
</configuration>
78 changes: 78 additions & 0 deletions CharityPortal/CharityPortal.Data/CharityPortal.Data.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{1D773A47-6822-4511-9B27-B37386F866DD}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CharityPortal.Data</RootNamespace>
<AssemblyName>CharityPortal.Data</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="EntityFramework">
<HintPath>..\packages\EntityFramework.4.1.10331.0\lib\EntityFramework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Core" />
<Reference Include="System.Data.Entity" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Security" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="DataContext.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>DataContext.edmx</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<EntityDeploy Include="DataContext.edmx">
<Generator>EntityModelCodeGenerator</Generator>
<LastGenOutput>DataContext.Designer.cs</LastGenOutput>
</EntityDeploy>
</ItemGroup>
<ItemGroup>
<None Include="App.Config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Content Include="DataContext.edmx.sql" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
Loading