openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
S#arp Architecture: ASP.NET MVC with
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 11 hours
ago. based on code collected
about 11 hours
ago.
Sep 04, 2024 — Sep 04, 2025
Showing page 28 of 40
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Clarified location of S#arp Architecture documentation.
wmccafferty
More...
over 16 years ago
Updated all but tutorials in doc
wmccafferty
More...
over 16 years ago
Added jQuery 1.3.2 to VS scaffolding project and update VS template with latest fixes.
wmccafferty
More...
over 16 years ago
Added build folder to Northwind folder structure to reflect the structure of VS generated projects.
wmccafferty
More...
over 16 years ago
* Upgraded Northwind to jQuery 1.3.2 * In Northwind CRUD scaffolding, fixed EntityIdSetter<>.SetIdOf() to EntityIdSetter.SetIdOf<>()
wmccafferty
More...
over 16 years ago
Reflects latest assemblies with fix to NHibernateSession.cs
wmccafferty
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.)
wmccafferty
More...
over 16 years ago
[no comment]
wmccafferty
More...
over 16 years ago
Changed EntityIdSetter<int>.SetIdOf() to EntityIdSetter.SetIdOf<int>()
wmccafferty
More...
over 16 years ago
Added note about uninstalling previous versions of MVC
wmccafferty
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.
wmccafferty
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
simone.busoli
More...
over 16 years ago
Fixed failing test.
simone.busoli
More...
over 16 years ago
[no comment]
wmccafferty
More...
over 16 years ago
[no comment]
wmccafferty
More...
over 16 years ago
[no comment]
wmccafferty
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
simone.busoli
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
wmccafferty
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
wmccafferty
More...
over 16 years ago
Update best practices section to include a number of NHibernate tips.
wmccafferty
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
wmccafferty
More...
over 16 years ago
[no comment]
wmccafferty
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.
wmccafferty
More...
over 16 years ago
Dropped the obsolete ID property (Id is the new name for this).
wmccafferty
More...
over 16 years ago
Modified build to package source code and VSTemplate
kyle.baley
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.
kyle.baley
More...
over 16 years ago
[no comment]
wmccafferty
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.
simone.busoli
More...
over 16 years ago
Still won't build. Re-ignoring the test
kyle.baley
More...
over 16 years ago
Unignored the entity test to test a change made to the build server
kyle.baley
More...
over 16 years ago
←
1
2
…
24
25
26
27
28
29
30
31
32
…
39
40
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree