0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Sep 04, 2024 — Sep 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Clarified location of S#arp Architecture documentation. More... over 16 years ago
Updated all but tutorials in doc More... over 16 years ago
Added jQuery 1.3.2 to VS scaffolding project and update VS template with latest fixes. More... over 16 years ago
Added build folder to Northwind folder structure to reflect the structure of VS generated projects. More... over 16 years ago
* Upgraded Northwind to jQuery 1.3.2 * In Northwind CRUD scaffolding, fixed EntityIdSetter<>.SetIdOf() to EntityIdSetter.SetIdOf<>() More... over 16 years ago
Reflects latest assemblies with fix to NHibernateSession.cs More... over 16 years ago
Added null check around call to add auto persistence model to NHibernate configuration. (This was breaking if weren't using auto persistence mapping.) More... over 16 years ago
[no comment] More... over 16 years ago
Changed EntityIdSetter<int>.SetIdOf() to EntityIdSetter.SetIdOf<int>() More... over 16 years ago
Added note about uninstalling previous versions of MVC More... over 16 years ago
* Moved NHibernate.Init() back to Global.asax.cs.Init() but made it only run once. * Updated doc to instruct running go.bat after downloading the code. * Delete SharpArchApplicationWizard.pdb as it wasn't necessary and likely to confuse people. More... over 16 years ago
* Target build only builds and tests, without packaging, and calling it from ClickToBuild.bat * Added build-and-package task which packages as well, and made it the default, since it's run from the build server More... over 16 years ago
Fixed failing test. More... over 16 years ago
[no comment] More... over 16 years ago
[no comment] More... over 16 years ago
[no comment] More... over 16 years ago
* Changed svn:ignore properties to exclude all unneeded files. * Small fix in HowToBuild.txt * Removed "debug" string from source package More... over 16 years ago
* Within CRUDScaffolding (in VS project and Northwind), added BaseTemplate.EntityBaseUrl to be able to retrieve the base URL of the entity being generated * Within CrudScaffolding (in VS project and Northwind), DomainObjectFormTemplate.tt specifically, put "_" into property of "<label for" since it defaults to underscores with ASP.NET MVC RC 1 and up * Within Northwind.Web.csproj (and VS project template), added post compiler step as outlined in http://webdevdotnet.blogspot.com/2009/02/aspnet-mvc-rc-compiler-post-build-step.html More... over 16 years ago
* In SharpArch.Core, moved GetTypeUnproxied() from Entity to BaseObject * In Northwind.Web/Global.asax.cs, moved NHibernate.Init() to Application_Start from Init due to http://code.google.com/p/sharp-architecture/issues/detail?id=44 More... over 16 years ago
Update best practices section to include a number of NHibernate tips. More... over 16 years ago
* Moved build folder from /tools to / for both Northwind and for the VS teamplate wizard * Added == and != operation overrides for value object * Added Nortwind/SharpArch /bin and /obj directories to SVN ignore list * Added XmlIgnore to Entity.Id and removed the associated, ignored unit test More... over 16 years ago
[no comment] More... over 16 years ago
Corrected http://code.google.com/p/sharp-architecture/issues/detail?id=63 and replaced solution diagram with new, cleaner diagram. More... over 16 years ago
Dropped the obsolete ID property (Id is the new name for this). More... over 16 years ago
Modified build to package source code and VSTemplate More... over 16 years ago
Added ClickToBuild.bat to allow people to run it from Explorer and pause so you can see the results. Updated HowToBuild.txt to reflect change. More... over 16 years ago
[no comment] More... over 16 years ago
CommonAssemblyInfo.cs file generated automatically with version information from the build server. Removed CommonAssemblyInfo.cs file from repository since it is created automatically. Added notice on how to build, before building in VS the nant build must be run. Added task to package the build artifacts, remains to configure the build server to publish the artifacts. More... over 16 years ago
Still won't build. Re-ignoring the test More... over 16 years ago
Unignored the entity test to test a change made to the build server More... over 16 years ago