3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #3 from roman-yagodin/patch-1 More... about 10 years ago
Merge pull request #2 from roman-yagodin/master More... about 10 years ago
Short info about using MonoDevelop to build Nini
roman-yagodin
as Roman M. Yagodin
More... about 10 years ago
Remove unnecessary assignment
roman-yagodin
as Roman M. Yagodin
More... about 10 years ago
Cleaned up files for modern hierarchy. More... almost 11 years ago
Added VB6 port of Nini Library. More... about 17 years ago
Fixed a null reference exception in the IniWriter class. More... over 18 years ago
This adds .NET 2.0 build support along with some minor changes for the 1.1 release. More... almost 19 years ago
Split up the manual into a table of contents and 5 chapters. Simplified the HTML and improved the CSS. Added the ExpandKeyValues documentation. More... almost 19 years ago
This fixes a major bug in the Argv parser. It also adds "true" and "false" as default aliases. More... almost 19 years ago
Updated all file copyright text to 2006. Updated the Examples projects files to Visual Studio 2003. More... almost 19 years ago
This adds better INI support, fixes a GetExpanded bug, and updates the build. More... almost 19 years ago
This adds Load methods to all INI and XML based classes so that the creation code does not need to occur only in the constructor. More... almost 19 years ago
This adds MySQL INI support and fixes a small DotNetConfigSource bug. More... almost 19 years ago
This provides a method to expand key values without replacing the values in the IConfigSource. More... almost 19 years ago
Added Registry config saving and key remove support. Updated documentation. More... almost 19 years ago
This fixes several long-standing bugs. More... almost 19 years ago
Fixes a bug where the comment in key value causes truncated return value. More... about 19 years ago
This fixes an infinite recursion bug with the ReplaceKeyValues feature. * ConfigSourceBase.cs Replace: Added a catch for the infinite recursion error along with a nice error message. * ConfigSourceBaseTests.cs ReplaceKeyInfiniteRecursion: Tests the infinite recursion bug. More... over 19 years ago
Made some changes to make it XHTML compliant. More... over 19 years ago
Updated version to 1.0.0. More... over 19 years ago
Fixed the HTML to fit with the new web site. More... over 19 years ago
Added a section on using events with Nini. Cleaned up some URLs with tinyurl.com. More... over 19 years ago
Added some CSS and JavaScript so that users can hide or display the Table of Contents, VB.NET or C# code. More... over 19 years ago
Added all new classes, delegates, methods, properties, and events for the nearing 1.0 release. More... over 19 years ago
Added rename (Name set property) and Contains methods to IConfig classes. * IConfig.cs, ConfigBase.cs Contains: New method that returns true if the key is contained in the hashtable. Name: Now has a set accessor that renames the IConfig with it's ConfigSource. * ConfigBaseTests.cs General: Moved several Get* methods from INI tests to here because they make more sense. Rename: Test for the Name property get accessor. Contains: Simple test for the Contains method. * NiniTest.csproj Added the ConfigBaseTest.cs class. More... over 19 years ago
Just includes a couple small fixes. * ConfigSourceBaseTests.cs ConfigSourceEvents: Added a file deletion to clean up the test directory. * Nini.build run-mono-build: Now passes in the USE_STRONG argument so that Mono builds will be built with strong names. More... over 19 years ago
Adds Save(Stream) to all IConfigSource classes. It also fixes a DotNetConfigSource crash bug. * DotNetConfigSource, LoadSections, RemoveSections, MergeDocumentIntoConfigs: Now if there is no configSections node then Nini will not throw an exception. * IniDocument, XmlConfigSource, IConfigSource, IniConfigSource, DotNetConfigSource Save: New Save method override that accepts a Stream. * IniDocument, XmlConfigSource, IConfigSource, IniConfigSource, DotNetConfigSource Tests SaveToStream: Test for the new Save(Stream) methods. * DotNetConfigSource: NoConfigSectionsNode: Added a test for documents with no configSections node. More... over 19 years ago
This commit makes the IConfigSource.Reload method preserve references and fixes some bugs. More... over 19 years ago
This fixes a parse error file in use error. * IniDocument.cs, Load: Closes the file on an exception. * IniConfigSourceTests, FileClosedOnParseError: Tests the parse error closing code. More... over 19 years ago