3
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 13 hours ago.
May 07, 2023 — May 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Created TransactionLogging directory in Habanero.BO More... almost 13 years ago
Add Comments to uncommented public methods More... almost 13 years ago
Added more meaningfull NullReferenceExceptions to QueryBuilder.PrepareCriteria sot I can determine what has been broken in Habanero. More... almost 13 years ago
Fixed by Peter - Bug #1779 logged under Habanero.Security - Passwords can't have spaces in them More... almost 13 years ago
Fixed Bug #1751 - Loading a single business object via properties on a related business object with In MemoryDataBase Modified the BusinessObjectLoaderInMemory to prepare the criteria before querying for non generic loads. More... almost 13 years ago
Fixed Bug #1751 - Loading a single business object via properties on a related business object with In MemoryDataBase Modified the BusinessObjectLoaderInMemory to prepare the criteria before querying. More... almost 13 years ago
Fixed Bug #1798 : BOPrimaryKey.CreateWithValue using ClassDef does not deal with inheritance More... almost 13 years ago
Fixed #1794 : (ClassDef : GetPropDef losing inner exception) -- added inner exception to exception in GetInheritedPropDef() Which is used by GetPropDef Fixed #1796 : (ClassDef.GetPropDef throwing an error when GetPropDef from sub class) When all class defs are not loaded into the ClassDef.ClassDefs Collection The GetInheritedPropDef was always trying to build a PropDefIncludingInhertance collection. This fails if the SuperClass's ClassDef cannot be found in the ClassDef.ClassDefs collection. -- ShortCircuited the GetInheritedPropDef so that it always tries to get the PropDef from its own PropDefcol first and only tries the InheritedPropDefs if this fails More... almost 13 years ago
Fixed #1795 : (ClassDefHelper : GetPrimaryKey not dealing with 3 layers of inheritance) -- ClassDefHelper.GetPrimaryKeyDef made this recursive through the SuperClassClassDef's More... almost 13 years ago
Deleted some files that are not being used in projects More... almost 13 years ago
Completed #1778 (Add a Crypter and a Hasher to GlobalRegistry for easy access/setup) Added an IHasher interface and some derived classes: Base64Sha1Hasher, Utf8Sha1Hasher. The default is Utf8Sha1Hasher, the Base64 one is only there for old apps using it. Added tests for NullCrypter and RSAPasswordCrypter. Added a Crypter field and a Hasher field to GlobalRegistry and set defaults (NullCrypter and Utf8Sha1Hasher are the defaults). Added tests for all properties on GlobalRegistry More... almost 13 years ago
Work on #1474 (Replace all usaged of Log4Net LogManager.Create with new loggerfactory stuffs) Fixed a bug in the ConsoleLoggerFactory where the same settings were used for all loggers instead of a new copy for each. More... almost 13 years ago
Work on #1474 (Replace all usaged of Log4Net LogManager.Create with new loggerfactory stuffs) Updated the ConsoleLoggerFactory to default to only log warnings, exceptions and fatal logs. The ConsoleLoggerFactory is the default, so it's the logger used when running tests. To change this to log Debug messages you will need to set the default logging on your ConsoleLoggerFactory using the following code in your test fixture setup: More... almost 13 years ago
Added IsInMemoryDB to DatabaseConfig More... almost 13 years ago
Completed #1474 (Replace all usaged of Log4Net LogManager.Create with new loggerfactory stuffs) Created a new ConsoleLoggerFactory as the default logger. More... almost 13 years ago
Minor Code Beautification More... almost 13 years ago
Work on #1734 (Create a criteria from an expression tree) More... almost 13 years ago
Work on #1785 (Improve relationship validation error messages in ClassDefValidator) Added more error logging to the ClassDefValidator.CheckReverseRelationshipRelKeyDefProps More... almost 13 years ago
Work on #1785 (Improve relationship validation error messages in ClassDefValidator) Added more meaningfull error message to ClassDefValidator when the relationship and reverse relationship do not have matching keys. More... almost 13 years ago
Renamed Log4NetLogger to HabaneroLoggerLog4Net More... almost 13 years ago
Fixed bug #1748 (Problem with parsing a DateTime from a string created by the serialiser) Refactored the _standardDateTimeFormat on DateMapper to a StandardDateTimeFormat const on DateTimeUtilities and used this to serialise (and to try to deserialise) More... almost 13 years ago
Made GetBaseErrorMessage on PropRuleBase virtual. More... almost 13 years ago
Code beautification More... almost 13 years ago
Fixed Issue #1743 - Improve speed of creating a Multiple Relationship Added lazy loading for the Multiple Relationship's internal BO collection Added lazy loading for the base Relationship class's Relationship Key. Added lazy loading for the RelationshipCol on the BusinessObject. NOTE: Changed the protected _relationshipCol variable on BusinessObject to be private so that it doesn't get used directly because it could not be initialised yet (you should use the Relationships property instead). More... almost 13 years ago
Working on Issue #1743 - Improve speed of creating a Multiple Relationship More... almost 13 years ago
Fixed Issue #1742 - Improve speed of BusinessObjectCollection Constructor More... almost 13 years ago
Changed XmlLookupListLoader to specifically create the Appropriate LookupListLoader instead of doing so via reflection. This was required due to NotSupportedException from the ikon device. More... almost 13 years ago
Worked on #1068 (Logging: The Logging is currently dependent upon Log4Net) Added IsLogging method to IHabaneroLogger.cs. Implemented the new method for Log4NetLogger. Added a compiler directive around some inefficient logging code in BusinessObject.SetPropertyValue. More... almost 13 years ago
Worked on Bug 1741 Added ignored test to TestDatabaseConnectionSqlServer to show the error that we are getting when a byte[] is mapped to an image field in Sql Server and the byte[] prop is null. More... almost 13 years ago
Code beautification. More... almost 13 years ago