[Springnet-commits] Spring.Net changelog.txt,1.29,1.30
Brought to you by:
aseovic,
markpollack
From: Mark P. <mar...@us...> - 2007-12-07 08:12:42
|
Update of /cvsroot/springnet/Spring.Net In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv26940 Modified Files: changelog.txt Log Message: Index: changelog.txt =================================================================== RCS file: /cvsroot/springnet/Spring.Net/changelog.txt,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** changelog.txt 6 Dec 2007 06:42:00 -0000 1.29 --- changelog.txt 7 Dec 2007 08:12:39 -0000 1.30 *************** *** 7,11 **** Bug - [SPRNET-394] - Recursive calls to Context.GetRegistry() [SPRNET-448] - TransactionTimeout setting not being applied correctly. [SPRNET-453] - ConversionUtils should use ConvertFromInvariantString if failed to convert string value. --- 7,10 ---- *************** *** 21,24 **** --- 20,25 ---- [SPRNET-778] - AdoExceptionTranslator in HibernateTransactionManager did not have a default value [SPRNET-796] - AdoTemplate not using DbMetadata for CommandBuilderDeriveParamtersMethod + [SPRNET-800] - SimpleLoggingAdvice does not correctly check for logging level other than trace. + [SPRNET-802] - Default IsolationLevel should be ReadCommitted. Improvement *************** *** 26,30 **** [SPRNET-497] - Print 'resultName's value if Page.SetResult() is called with a non-existant result name [SPRNET-514] - dbproviders.xml configuration should allow for an optional 'DeriveParameters' method. - [SPRNET-540] - Warning for ProxyTargetType pitfall [SPRNET-555] - Improve ResourceSetMessageSource documentation and add example for ASP.NET 2.0 [SPRNET-756] - Add protected method to ErrorCodeExceptionTranslator to allow for a subclass to first attempt exception translation. --- 27,30 ---- *************** *** 39,44 **** [SPRNET-203] - Add test coverage for Spring.Net Web module - [SPRNET-217] - QuickStart documents for Spring.Air - [SPRNET-401] - Show use case of strategy/command pattern usage to create/set objects parameters at runtime. [SPRNET-421] - Document programmatic use of data validation framework [SPRNET-457] - Investigate AdoTemplate behavior when contraint is violated. --- 39,42 ---- *************** *** 46,55 **** [SPRNET-516] - Improve documentation on Spring.Data DataSet functionality [SPRNET-574] - NHibernate and custom loader - [SPRNET-587] - Add example of validation usage in middle tier services [SPRNET-590] - Include use of Spring's implementation of NHibernate's ICurrentSessionContext in demo appliation. [SPRNET-609] - AOP documentation should describe in detail differences using ProxyTargetType value on ProxyFactoryObject - [SPRNET-610] - AOP documentation improvements [SPRNET-682] - Change vs.net 2002 solution to be Spring.Net.1.1.2002.sln - [SPRNET-689] - Add more documentation describing ITransactionAttributeSource implementations. [SPRNET-708] - Remove "UniqueID" based usercontrol DI sample from web reference docs [SPRNET-726] - Improve Spring.Data.NHibernate docs w.r.t FlushMode.Never in OSIV --- 44,50 ---- *************** *** 57,61 **** [SPRNET-764] - NUnit 2.4.3 GUI-runner not executing Spring.Testing.NUnit based tests linked to NUnit 2.4.1. [SPRNET-773] - Unit tests for ServiceDomainTransactionManager - [SPRNET-775] - Document using a custom IFactoryObject to help with configuring embedded resources [SPRNET-776] - Unit tests for AdoPlatformTransactionManager [SPRNET-777] - Provide 10,000 ft intro page on spring.net features on web site --- 52,55 ---- *************** *** 64,68 **** [SPRNET-787] - add examples for DataBindingPanel to WebQuickStart [SPRNET-788] - integrate Spring.Web.Tests with NUnitAspEx to support real HttpRuntime-integrated tests ! Release 1.1 RC2, October 15, 2007 --- 58,62 ---- [SPRNET-787] - add examples for DataBindingPanel to WebQuickStart [SPRNET-788] - integrate Spring.Web.Tests with NUnitAspEx to support real HttpRuntime-integrated tests ! [SPRNET-798] - Add overview documentation from web site into reference docs Release 1.1 RC2, October 15, 2007 |