Commit Graph

1210 Commits

Author SHA1 Message Date
Marko Lahma
ffdeea9d8d SPRNET-1459: Remove VS2003, VS2005 projects and solutions 2011-08-15 19:48:36 +03:00
Marko Lahma
1279da66b2 Created default .gitignore file 2011-08-14 22:44:05 +03:00
sbohlen
926aaf8854 SPRNET-1458
-changed ref for nunit to proper nunit package ID
2011-08-11 17:24:23 +00:00
sbohlen
67b58a6cbf SPRNET-1457
-fixing broken nuget packaging step to work correctly with nuget.exe v1.4
2011-08-04 14:24:01 +00:00
sbohlen
451f734a5a fixing /example/ proj bin regs to consistently point to /bin/net/##/debug/ 2011-08-02 16:12:09 +00:00
sbohlen
3320e99102 -fixing missing /example/ solutions for VS2010
-adding calls to build VS2010 /example/ slns in solutions.build.nant
-update NH3.2 reference bins from CR1 to GA
2011-08-02 14:33:29 +00:00
markpollack
e1e947e8ab Misc updates to installaware installer and Document X! API doc generator 2011-08-01 21:39:31 +00:00
markpollack
c0cc56f154 add references to MVC examples and ref sec sections in web quickstart docs 2011-08-01 19:02:14 +00:00
markpollack
7116586b13 update with reference to breaking change introduced by https://jira.springsource.org/browse/SPRNET-1438 2011-08-01 18:45:29 +00:00
markpollack
57fae392b1 Fix MVC3 Quickstart project references 2011-08-01 18:28:34 +00:00
markpollack
995f3bbb73 update installer 2011-08-01 17:46:25 +00:00
sbohlen
295dc50dbb mods to docs to reflect 1.3.2-specific info and references to associated projects 2011-07-28 22:38:12 +00:00
markpollack
cb7db2c161 went in time machine back to 2004, fixed vs.net 2003 solution. Hope my return pod works. 2011-07-27 19:34:03 +00:00
bbaia
4aedd8520d Polishing 1.3.2 release 2011-07-27 13:05:56 +00:00
sbohlen
38abd46011 update readme, changelog, etc. to reflect SPRNET 1.3.2 release notes, etc. 2011-07-25 11:32:17 +00:00
sbohlen
55d9e89c66 fixing broken build by removing duplicate-names doc-links in mvc3 ref docs (all references to "mvc" in links and ids changed to "mvc3" to ensure uniqueness across entire reference docs scope) 2011-07-17 15:30:15 +00:00
sbohlen
bce6238dcb update Springsource logo to current for docs 2011-07-15 15:24:13 +00:00
sbohlen
78bc673a2e SPRNET-1451
-added section to docs for MVC3 support
-mod to MVC2 docs to indicate "MVC 2.0" rather than more generally "MVC"
2011-07-15 15:23:10 +00:00
sbohlen
6b8d7c4801 update to NuGet.exe 1.4.x 2011-07-14 12:52:40 +00:00
markpollack
72ff08e852 SPRNET-1411 Support NMS 1.5 2011-07-11 16:35:48 +00:00
markpollack
54ab38569b SPRNET-1408 - Add data providers in System.Data.dll to be accessed via Spring's IDbProvider interface. 2011-07-09 17:11:12 +00:00
markpollack
795d8e1c6d SPRNET-1411 - Support NMS 1.5/1.5.1 2011-07-09 17:07:26 +00:00
sbohlen
043fab4800 cosmetic mod to build file (cleanup of outdated in-line comments) 2011-07-07 19:16:48 +00:00
sbohlen
79f397b4a3 SPRNET-1454
-add support for NH 3.2
2011-07-07 17:20:13 +00:00
sbohlen
ab854b13de SPRNET-1455
-updated refs to SPRNET components in all .nuspec files to version=1.3.2
2011-07-07 13:21:17 +00:00
sbohlen
2386f90c11 fixing broken build; failed to update Spring.Web.Mvc.build file to reflect dependency on Spring.Web.dll 2011-07-05 21:16:57 +00:00
sbohlen
c46d1be0e2 SPRNET-1450
-adjust base class for MvcApplicationContext to WebApplicationContext to acquire proper session scope support
2011-07-05 20:56:07 +00:00
sbohlen
3cbfdb2ae5 fixing broken build; change of default TransactionSyncronization value to NEVER in SPRNET-1438 broke this integration test (reverted to ALWAYS for the sake of the behavior of this test) 2011-07-05 14:33:56 +00:00
sbohlen
5dfcbb8e26 maintenance: remove errantly added _ReSharper.App.ClassLibraryQuickStart folder and contents 2011-07-05 12:19:27 +00:00
sbohlen
b046285b70 SPRNET-1410 , SPRNET-1438
- properly handle zombied Transaction (Tx without a valid IDbConnection) on Rollback
- mod to underlying AbstractPlatformTransactionManager to set default Transaction Sync to TransactionSynchronization.Never
2011-07-05 12:18:21 +00:00
bbaia
956a1301d7 Clean up Calculator quick start 2011-06-04 00:45:21 +00:00
bbaia
5858d9a76d Clean up Calculator quick start 2011-06-04 00:26:24 +00:00
bbaia
91283facfe Clean up Calculator quick start 2011-06-03 23:48:56 +00:00
bbaia
43b35914fb WebServiceExporter invokes service constructor twice when configured as non singleton [SPRNET-1448] 2011-06-03 23:38:40 +00:00
bbaia
963c462fcb Clean up Calculator quick start 2011-06-03 23:32:19 +00:00
bbaia
bc7b370ec9 Add Caching quick start [SPRNET-1447] 2011-06-02 20:57:28 +00:00
sbohlen
8d9993e8a7 fixing broken build by adding missing ref to Spring.Web.dll assembly in the Mvc3 build script 2011-06-02 02:58:55 +00:00
sbohlen
6edcc27814 2011-06-02 02:42:44 +00:00
sbohlen
c732da2329 SPRNET-1443
-added ThreadSafeDependencyResolverRegistrar called from the HttpApplication.BeginRequest event to ensure that attempts to register the IApplicationContext initialization is properly delayed until the HttpContext.Request actually exists.  See http://mvolo.com/blogs/serverside/archive/2007/11/10/Integrated-mode-Request-is-not-available-in-this-context-in-Application_5F00_Start.aspx for details on this issue and the pattern implemented to address it.
2011-06-02 02:36:28 +00:00
sbohlen
f71ab26b98 fixing broken build (Mvc3 xml test files collide w/ Mvc2 xml test files) 2011-05-30 12:24:59 +00:00
sbohlen
54728d1adc fixing broken build; removing accidentally-retained ECHO DEBUG statement in the build script (blows up b/c property being echoed is not set in all cases) 2011-05-30 03:16:19 +00:00
sbohlen
5982407b93 fixing broken build; reworked build script so that VS2008 (.NET 2.0) MSTest and VS2010 SP1 (.NET 4.0) MSTest tests can co-exist 2011-05-30 02:59:29 +00:00
bbaia
645e4a6983 Resource Handlers documentation fix. 2011-05-24 15:44:25 +00:00
sbohlen
5e6d951e9e fixing broken build; adding Spring.Testing.Microsoft.2010.csproj to the Spring.Net.2010.sln file so that its a full-fledged member of the project from here on 2011-05-23 18:36:07 +00:00
sbohlen
3bd1c5b33b SPRNET-1443
-fixing build script to properly support MVC3 and MVC3 tests
2011-05-23 03:14:07 +00:00
sbohlen
6ef068396c SPRNET-1443
-add MVC3 sample app to /examples/ folder
2011-05-23 01:42:34 +00:00
sbohlen
20b839cf03 SPRNET-1443
-add initial support for MVC3 (this will probably break the build until I can uncorrupt my local SVN folder tree and commit the missing pieces -- WORK IN PROGRESS)
2011-05-23 01:35:10 +00:00
markpollack
86ec218b4e SPRNET-1391 - ExceptionTranslation doesn't work for SQLite 2011-05-16 21:02:54 +00:00
markpollack
6dbd5a2aee SPRNET-1351 - Add support for Informix database in dbproviders.xml, spring-database-1.3.xsd, and update docs. 2011-05-16 20:00:30 +00:00
sbohlen
f605067636 SPRNET-1242 added support for collection property merging of Set<T> and List<T> 2011-05-13 00:15:26 +00:00