20
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 2 days ago.
Apr 23, 2024 — Apr 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added page numbers to doc More... about 16 years ago
Added some much needed acknowledgments. More... about 16 years ago
Added RC 2 release revision number (404...heh) to doc and VersionHistory.txt More... about 16 years ago
Added minor updates to docs; added change to NHibernate Validator ValidationResult to VS project template. More... about 16 years ago
Check in of completed S#arp Architecture RC 2 documentation More... about 16 years ago
[no comment] More... about 16 years ago
Still in the process of updating to RC 2, but wanted to check in a large number of changes. More... about 16 years ago
Exposed NHibernate Validator's InvalidValue (but didn't change the interface) More... about 16 years ago
Made changes reflective of questions brought up in http://groups.google.com/group/sharp-architecture/browse_thread/thread/8f661c01fdc315f7?hl=en More... about 16 years ago
Clarified location of S#arp Architecture documentation. More... about 16 years ago
Updated all but tutorials in doc More... about 16 years ago
Added jQuery 1.3.2 to VS scaffolding project and update VS template with latest fixes. More... about 16 years ago
Added build folder to Northwind folder structure to reflect the structure of VS generated projects. More... about 16 years ago
* Upgraded Northwind to jQuery 1.3.2 * In Northwind CRUD scaffolding, fixed EntityIdSetter<>.SetIdOf() to EntityIdSetter.SetIdOf<>() More... about 16 years ago
Reflects latest assemblies with fix to NHibernateSession.cs More... about 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... about 16 years ago
[no comment] More... about 16 years ago
Changed EntityIdSetter<int>.SetIdOf() to EntityIdSetter.SetIdOf<int>() More... about 16 years ago
Added note about uninstalling previous versions of MVC More... about 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... about 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
Simone Busoli
as simone.busoli
More... about 16 years ago
Fixed failing test.
Simone Busoli
as simone.busoli
More... about 16 years ago
[no comment] More... about 16 years ago
[no comment] More... about 16 years ago
[no comment] More... about 16 years ago
* Changed svn:ignore properties to exclude all unneeded files. * Small fix in HowToBuild.txt * Removed "debug" string from source package
Simone Busoli
as simone.busoli
More... about 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... about 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... about 16 years ago
Update best practices section to include a number of NHibernate tips. More... about 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... about 16 years ago