2
0

ChangeLog 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. 2004-09-10 Tim Coleman <[email protected]>
  2. * ConfigurationElementCollection.cs ConfigurationElementCollectionType.cs:
  3. New Fx 2.0 stubs
  4. * ConfigurationElement.cs:
  5. Fix function declaration
  6. 2004-08-16 Duncan Mak <[email protected]>
  7. * ConfigurationElement.cs (InitializeDefault): Made virtual.
  8. * AppSettingsSection.cs:
  9. * Configuration.cs:
  10. * ConfigurationLocation.cs:
  11. * ConfigurationLocationCollection.cs:
  12. * ConfigurationSection.cs:
  13. * ConfigurationSectionCollection.cs:
  14. * ConfigurationSectionGroup.cs:
  15. * ConfigurationSectionGroupCollection.cs:
  16. * ConnectionStringsSection.cs: Added stubs and bits of implementation.
  17. Other than ConfigurationElementCollection and
  18. ConnectionStringsSectionCollection, we now have the basic skeleton
  19. for implementing the configuration system in the
  20. System.Configuration namespace.
  21. 2004-08-11 Duncan Mak <[email protected]>
  22. * ProtectedConfigurationProvider.cs: Use XML_DEP.
  23. 2004-08-11 Duncan Mak <[email protected]>
  24. * ProtectedConfigurationProvider.cs:
  25. * ProviderBase.cs: Implemented.
  26. * ConfigurationPropertyAttribute.cs: Implemented attribute.
  27. * ConfigurationAllowDefinition.cs:
  28. * ConfigurationUserLevel.cs:
  29. * PathLevel.cs: Added enumerations.
  30. 2004-08-07 Atsushi Enomoto <[email protected]>
  31. * ConfigurationElement.cs,
  32. ConfigurationProperty.cs,
  33. ConfigurationPropertyCollection.cs,
  34. ConfigurationValidationAttribute.cs : use XML_DEP.
  35. 2004-08-06 Duncan Mak <[email protected]>
  36. * ConfigurationElement.cs: Added stubs.
  37. * ConfigurationProperty.cs:
  38. * ConfigurationPropertyCollection.cs:
  39. * ConfigurationValidationAttribute.cs: Added.
  40. * ConfigurationPropertyFlags.cs:
  41. * ConfigurationUpdateMode.cs: Added 2.0 enumerations.
  42. 2004-06-15 Gonzalo Paniagua Javier <[email protected]>
  43. * ConfigurationSettings.cs: allow empty <configSections>.
  44. 2004-05-17 Gonzalo Paniagua Javier <[email protected]>
  45. * ConfigurationSettings.cs: don't ask me why, but the .cctor
  46. initialization of 'instance' field does no longer work.
  47. 2004-05-06 Gonzalo Paniagua Javier <[email protected]>
  48. * ConfigXmlDocument.cs: removed method that was supposed to be internal.
  49. * ConfigurationSettings.cs: instead of calling the overload that doesn't
  50. exist in MS, use what we have when loading an external file.
  51. 2004-04-20 Gonzalo Paniagua Javier <[email protected]>
  52. * ConfigXmlDocument.cs: fixed overloaded Load and added a new one that
  53. sets the file name.
  54. * ConfigurationSettings.cs: use the new Load in ConfigXmlDocument when
  55. loading sections.
  56. * NameValueFileSectionHandler.cs: don't fails if the path for the 'file'
  57. attribute doesn't have a directory.
  58. Closes bug #57244.
  59. 2004-03-19 Gonzalo Paniagua Javier <[email protected]>
  60. * ConfigurationSettings.cs: removed FileWatcherCache. See bug #53445.
  61. 2003-12-03 Gonzalo Paniagua Javier <[email protected]>
  62. * ConfigurationSettings.cs: initialize config in
  63. ChangeConfigurationSettings if it has not been done yet. Patch by
  64. George Kodinov [email protected]). Fixes bug #51643.
  65. 2003-12-02 Gonzalo Paniagua Javier <[email protected]>
  66. * ConfigurationSettings.cs: handle allowdefinition and allowlocation,
  67. added locks, don't reopen the file for every new section to be read,
  68. but keep them as strings and build the section handlers with that.
  69. Also allow changing the configuration system (used from System.Web).
  70. 2003-11-17 Ben Maurer <[email protected]>
  71. * ConfigurationSettings.cs: make the *Mark objects static
  72. because they need to be comparable across instances.
  73. (ReadSectionGroup): You can add an element to a group declared
  74. in the parent config files (MS.net's QuickStarts do this).
  75. 2003-11-06 Gonzalo Paniagua Javier <[email protected]>
  76. * ConfigurationSettings.cs: don't handle null or non-existent file in
  77. the catch blocks.
  78. 2003-10-03 Gonzalo Paniagua Javier <[email protected]>
  79. * ConfigurationSettings.cs: really make the cache work.
  80. 2003-10-03 Gonzalo Paniagua Javier <[email protected]>
  81. * ConfigurationSettings.cs: pass the file name we're reading as the
  82. context.
  83. 2003-10-03 Gonzalo Paniagua Javier <[email protected]>
  84. * ConfigurationSettings.cs: patch by Eric Lindvall ([email protected])
  85. that improves performance by not reading the file more than once.
  86. 2003-07-15 Andreas Nahr <[email protected]>
  87. * ConfigurationSettings.cs: Removed unused exception variable, fixes
  88. compiler warning
  89. 2003-06-16 Lluis Sanchez Gual <[email protected]>
  90. * ConfigurationSettings.cs: Avoid chicken-egg problem when reading
  91. machine.config. Cannot use an uri to read mechine.config because web
  92. request module handelrs are defined in machine.config.
  93. 2003-03-02 Gonzalo Paniagua Javier <[email protected]>
  94. * AppSettingsReader.cs: fixed bug #38755.
  95. 2002-12-19 Gonzalo Paniagua Javier <[email protected]>
  96. * ConfigXmlDocument.cs: don't jump over the first element.
  97. * ConfigurationSettings.cs: pass doc.DocumentElement instead of doc.
  98. This used to work until i tried to access one attribute of the first
  99. element and realized that the element was not the expected!
  100. This change does not affect the configuration handlers that only use
  101. ChildNodes property on the XmlNode they get as argument.
  102. 2002-12-15 Gonzalo Paniagua Javier <[email protected]>
  103. * ConfigurationSettings.cs: removed type loading hack no longer needed.
  104. 2002-12-14 Jonathan Pryor <[email protected]>
  105. * ConfigurationSettings.cs: Allow configuration sections to be removed.
  106. 2002-11-04 Gonzalo Paniagua Javier <[email protected]>
  107. * ConfigurationSettings.cs: use AppDomainSetup to get the configuration
  108. file name for the AppDomain.
  109. 2002-10-31 Gonzalo Paniagua Javier <[email protected]>
  110. * ConfigHelper.cs: NameValueCollection.Add is now fixed.
  111. 2002-10-14 Martin Baulig <[email protected]>
  112. * ConfigurationSettings.cs (DefaultConfig.GetAppConfigPath):
  113. Append ".config" to the filename, not ".exe.config" since the
  114. filename already has a ".exe" suffix.
  115. 2002-10-14 Martin Baulig <[email protected]>
  116. * ConfigurationSettings.cs (DefaultConfig.GetAppConfigPath): Use
  117. Assembly.Location, not Assembly.FullName to get its filename.
  118. 2002-10-10 Gonzalo Paniagua Javier <[email protected]>
  119. * ConfigHelper.cs: workaround for a bug in NameValueCollection.
  120. * ConfigurationSettings.cs: load sections when the parent holds a
  121. handler for it. Now overriding appSettings values in the app config
  122. file works (first <remove..> and then <add...).
  123. 2002-10-09 Gonzalo Paniagua Javier <[email protected]>
  124. * ConfigHelper.cs:
  125. * NameValueFileSectionHandler.cs: check that Attributes is not null.
  126. 2002-10-09 Miguel de Icaza <[email protected]>
  127. * NameValueFileSectionHandler.cs: For now if a section is not
  128. present, return null. Do not know what the real fix is. Gonzalo
  129. will have to look at this, but the debugger was crashing as
  130. appSettings in the machine.config does not exist, but GetConfig
  131. returns a non-null value when looking it up when you do a
  132. GetDocumentForSection ("appSettings").
  133. 2002-10-09 Gonzalo Paniagua Javier <[email protected]>
  134. * ConfigurationSettings.cs: use get_machine_config_path internal call.
  135. 2002-10-08 Gonzalo Paniagua Javier <[email protected]>
  136. * ConfigXmlDocument.cs: move the reader for the section to the first
  137. element.
  138. * ConfigurationSettings.cs: fixed hierarchical search for a handler.
  139. 2002-10-06 Gonzalo Paniagua Javier <[email protected]>
  140. * ConfigurationSettings.cs: reimplemented. It is now able to deliver
  141. sections to their handlers for processing.
  142. 2002-10-03 Gonzalo Paniagua Javier <[email protected]>
  143. * ConfigHelper.cs: New file. Contains some
  144. helper functions for getting key-value collections from the config file.
  145. * ConfigXmlDocument.cs: wrapper around xml elements to provide line
  146. number and file name info.
  147. * IConfigXmlNode.cs: used in ConfigXmlDocument and
  148. ConfigurationException.
  149. * ConfigurationException.cs: get file name and line
  150. number from the wrapped XmlNode. Display this info in Message.
  151. * NameValueFileSectionHandler.cs: new handler.
  152. * DictionarySectionHandler.cs:
  153. * NameValueSectionHandler.cs: modified to use the helper methods in
  154. ConfigHelper.
  155. 2002-10-02 Gonzalo Paniagua Javier <[email protected]>
  156. * AppSettingsReader.cs: New file.
  157. * IConfigurationSystem.cs: New file.
  158. * IgnoreSectionHandler.cs:
  159. * NameValueSectionHandler.cs:
  160. * SingleTagSectionHandler.cs: little fixes.
  161. 2002-09-03 Martin Baulig <[email protected]>
  162. * ConfigurationSettings.cs (ConfigurationSettings.GetConfig): Use the
  163. correct configuration filename, fixed the TODO.
  164. (GetSectionHanderType): Renamed to GetSectionHandlerType.
  165. * NameValueSectionHandler.cs (NameValueSectionHandler.Create): Allow
  166. whitespaces in the configuration file.
  167. 2002-01-31 Duncan Mak <[email protected]>
  168. * ConfigurationException.cs: Rewrote most of the file and added
  169. serialization bits.
  170. 2002-01-06 Ravi Pratap <[email protected]>
  171. * ConfigurationSettings.cs, IgnoreSectionHandler.cs : MonoTODO decoration
  172. * SingleTagSectionHandler.cs, DictionarySectionHandler.cs,
  173. NameValueSectionHandler.cs : Ditto.
  174. 2001-08-28 Christopher Podurgiel <[email protected]>
  175. * IConfigurationSectionHandler.cs: Added reference to System.Xml.
  176. * SingleTagSectionHandler.cs: Added Implementation of Create() method.
  177. * NameValueSectionHandler.cs: Added Implementation of Create() method.
  178. * ConfigurationException.cs: Now returns proper message rather than "System Exception".
  179. 2001-08-26 Christopher Podurgiel <[email protected]>
  180. * ConfigurationSettings.cs: No longer references the
  181. NameValueSectionHandler directly. Instead it uses
  182. System.Reflection to call the Create() method for the appropriate
  183. SectionHandler as defined in the .config file.