ChangeLog 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390
  1. 2005-11-25 Chris Toshok <[email protected]>
  2. * AuthorizationRuleCollection.cs (CreateNewElement): remove
  3. MonoTODO.
  4. * CompilationSection.cs (GetRuntimeObject): add comment to TODO.
  5. * ProfileGroupSettings.cs: reformat some things.
  6. * FormsAuthenticationUser.cs (Name): remove MonoTODO.
  7. * WebPartsSection.cs (GetRuntimeObject): change TODO comment.
  8. * ProfilePropertySettings.cs: add internal argument-less ctor.
  9. * IdentitySection.cs (GetRuntimeObject): return this.
  10. * ProfilePropertySettingsCollection.cs: implement much of the
  11. TODO's.
  12. * WebControlsSection.cs (GetRuntimeObject): implement.
  13. * SqlCacheDependencyDatabaseCollection.cs (GetElementKey):
  14. implement.
  15. (GetKey): implement.
  16. 2005-11-24 Chris Toshok <[email protected]>
  17. * AssemblyInfo.cs: move this here from System.Web.Configuration,
  18. and fix up the properties.
  19. * SystemWebSectionGroup.cs: enable most of the sections (2
  20. remaining to be enabled.)
  21. 2005-11-24 Chris Toshok <[email protected]>
  22. * ProcessModelSection.cs, SqlCacheDependencySection.cs,
  23. SessionStateSection.cs, PassportAuthentication.cs,
  24. FormsAuthenticationConfiguration.cs,
  25. SqlCacheDependencyDatabase.cs, HttpModuleAction.cs,
  26. BufferModeSettings.cs, TagPrefixInfo.cs (..cctor): init
  27. elementProperty.
  28. (ValidateElement): new static validator callback.
  29. (ElementProperty): enable this, return elementProperty.
  30. 2005-11-23 Chris Toshok <[email protected]>
  31. * ProfilePropertyNameValidator.cs: new implementation.
  32. * ProfilePropertySettings.cs, ProfileGroupSettings.cs,
  33. ClientTargetSection.cs, ClientTargetSection.cs,
  34. BufferModeSettings.cs, HttpModulesSection.cs,
  35. WebPartsPersonalization.cs, TransformerInfo.cs, TrustLevel.cs,
  36. NamespaceInfo.cs, SqlCacheDependencyDatabase.cs,
  37. AuthenticationSection.cs, RuleSettings.cs,
  38. FormsAuthenticationUser.cs, WebPartsSection.cs, BuildProvider.cs,
  39. WebPartsPersonalizationAuthorization.cs, Compiler.cs,
  40. ExpressionBuilder.cs, OutputCacheProfile.cs,
  41. FormsAuthenticationCredentials.cs, XhtmlConformanceSection.cs,
  42. OutputCacheSettingsSection.cs, CustomError.cs, TraceSection.cs,
  43. ExpressionBuilderCollection.cs, ProfileSettings.cs,
  44. SessionStateSection.cs, HealthMonitoringSection.cs,
  45. FormsAuthenticationConfiguration.cs, HttpRuntimeSection.cs,
  46. SessionPageStateSection.cs, TrustSection.cs,
  47. AnonymousIdentificationSection.cs, WebControlsSection.cs,
  48. ClientTarget.cs, TagMapInfo.cs, AuthorizationSection.cs,
  49. ProcessModelSection.cs, RoleManagerSection.cs,
  50. MembershipSection.cs, CustomErrorsSection.cs (..cctor): fix
  51. validator/converters.
  52. * MachineKeySection.cs (..cctor): fix validators/converters.
  53. (Validation): enable the Converter.
  54. * CodeSubDirectory.cs (..cctor): fix validator/converters.
  55. (DirectoryName): add note about missing validator decoration.
  56. * HttpModuleAction.cs (..cctor): init properties.
  57. (Properties): return properties.
  58. * CompilationSection.cs (..cctor): fix validator/converters.
  59. (GetInstance): add in this pre-2.0 interface for the time being,
  60. hopefully it'll make it easier to migrate later on.
  61. * HttpHandlerActionCollection.cs (..cctor): init properties.
  62. (Properties): return properties.
  63. * PagesSection.cs (..cctor): fix validator/converters.
  64. (GetInstance): add in this pre-2.0 interface for the time being,
  65. hopefully it'll make it easier to migrate later on.
  66. * HttpHandlersSection.cs (..cctor): init properties.
  67. (Properties): return properties.
  68. * EventMappingSettings.cs (..cctor): fix validator/converters.
  69. (Name): add note about missing validator decoration.
  70. * HttpHandlerAction.cs (..cctor): fix validator/converters.
  71. (PAth, Type, Verb): add note about missing validator decoration.
  72. * NamespaceCollection.cs (..cctor): fix properties.
  73. * ProfilePropertySettingsCollection.cs (..cctor): init properties.
  74. (..ctor): don't throw NIE.
  75. (Properties): return properties.
  76. * HttpModuleActionCollection.cs (..cctor): init properties.
  77. (Properties): return properties.
  78. * CacheSection.cs (..cctor): fix validators/converters.
  79. (PrivateBytesPollTime): add note about missing validator
  80. decoration.
  81. * AuthorizationRule.cs (..cctor): fix validators/converters.
  82. (Roles, Users, Verbs): enable the TypeConverter decorations.
  83. * UrlMapping.cs (ValidateUrl): static method for use as a
  84. validation callback. unimplemented as yet.
  85. (..cctor): fix validators/converters.
  86. (MappedUrl): add note about missing validator decoration.
  87. * PropertyHelper.cs: static utility class which contains
  88. references to validators and converters for use in static
  89. constructors (building the Properties arrays).
  90. 2005-11-23 Chris Toshok <[email protected]>
  91. * MachineKeyValidationConverter.cs: new converter (and a pretty
  92. silly one, considering all it seems to do is convert "TripleDES"
  93. to "3DES").
  94. * HostingEnvironmentSection.cs (.cctor): use
  95. PositiveTimeSpanValidator like MS does.
  96. 2005-11-18 Chris Toshok <[email protected]>
  97. * HostingEnvironmentSection.cs (.cctor): add validators.
  98. * CompilationSection.cs (.cctor): fix defaultvalue of
  99. urlLinePragmas.
  100. 2005-11-18 Chris Toshok <[email protected]>
  101. * SystemWebSectionGroup.cs: enable a whole slew of properties.
  102. * RegexWorker.cs: stub this out.
  103. * HttpCapabilitiesBase.cs: remove GetClrVersions since it's in one
  104. of the other partial files.
  105. * CompilationSection.cs: fix this up.
  106. * PagesSection.cs: fix some types and add a comment to
  107. DeserializeSection.
  108. * CompilerCollection.cs (Add): new internal method.
  109. * ProvidersHelper.cs: put the using System.Configuration.Provider
  110. inside the NET_2_0 block.
  111. * CacheSection.cs: add validators.
  112. 2005-11-14 Chris Toshok <[email protected]>
  113. * BufferModeSettings.cs: add validators/converters to the
  114. programmatic property list.
  115. * BuildProvider.cs: add validators/converters to the programmatic
  116. property list, and add an internal ctor with no args.
  117. * Compiler.cs: wrap the code i hacked from the 1.1 stuff with a
  118. #region.
  119. * BuildProviderCollection.cs (CreateNewElement): use the internal
  120. BuildProvider ctor to get around validation.
  121. * AssemblyCollection.cs: same.
  122. 2005-11-14 Chris Toshok <[email protected]>
  123. * TagPrefixCollection.cs (Remove): pass the key to BaseRemove.
  124. (set_Item (int index)): implement.
  125. * TagPrefixInfo.cs (Equals): implement.
  126. (GetHashCode): implement.
  127. * AuthorizationRuleCollection.cs (CreateNewElement(string)):
  128. implement propertly.
  129. (IndexOf): implement.
  130. (IsElementName): implement.
  131. (ElementName): implement.
  132. (Item (int index)): implement.
  133. * FormsAuthenticationUserCollection.cs (set_Item (int index)): implement.
  134. * UrlMappingCollection.cs (set_Item (int index)): implement.
  135. * OutputCacheProfileCollection.cs (set_Item (int index)): implement.
  136. * TransformerInfo.cs (Equals): implement.
  137. (GetHashCode): implement.
  138. * NamespaceInfo.cs (Equals): implement.
  139. (GetHashCode): implement.
  140. * ProfileSettingsCollection.cs (set_Item (int index)): implement.
  141. * TransformerInfoCollection.cs (set_Item (int index)): implement.
  142. * HttpHandlerActionCollection.cs (set_Item (int index)): implement.
  143. * BufferModesCollection.cs (set_Item (int index)): implement.
  144. * BuildProvider.cs: use the base[fooProp] pattern instead of
  145. instance fields.
  146. * ProfileGroupSettingsCollection.cs: implement most of this class.
  147. * RuleSettingsCollection.cs (set_Item (int index)): implement.
  148. * ClientTargetCollection.cs (set_Item (int index)): implement.
  149. * AssemblyCollection.cs (set_Item (int index)): implement.
  150. * BuildProviderCollection.cs (set_Item (int index)): reformat.
  151. * CustomError.cs (Equals): implement.
  152. (GetHashCode): implement.
  153. * ExpressionBuilderCollection.cs (set_Item (int index)): reformat.
  154. * PassportAuthentication.cs (RedirectUrl): express consternation
  155. in comment form.
  156. * NamespaceCollection.cs (set_Item (int index)): implement.
  157. * RootProfilePropertySettingsCollection.cs (SerializeElement): add
  158. comment.
  159. * ProfilePropertySettingsCollection.cs (set_Item (int index)):
  160. implement.
  161. * CustomErrorCollection.cs (set_Item (int index)): implement.
  162. * HttpModuleActionCollection.cs (set_Item (int index)): implement.
  163. * CodeSubDirectoriesCollection.cs (set_Item (int index)):
  164. implement.
  165. * CustomErrorsSection.cs (DeserializeSection): include call to
  166. base.DeserializeSection, and add MonoTODO.
  167. * EventMappingSettingsCollection.cs (set_Item (int index)):
  168. implement.
  169. * AuthorizationRule.cs (Equals): implement.
  170. (GetHashCode): implement.
  171. (SerializeElement): add comment.
  172. * TagMapCollection.cs (Remove): pass the key to BaseRemove.
  173. (set_Item (int index)): implement.
  174. * TagMapInfo.cs (Equals): implement.
  175. (GetHashCode): implement.
  176. (SerializeElement): add call to base.SerializeElement.
  177. * TrustLevelCollection.cs (Remove): pass the key to BaseRemove.
  178. (GetElementKey): implement.
  179. * SqlCacheDependencyDatabase.cs (set_Item (int index)): implement.
  180. * WebContext.cs: new implementation.
  181. 2005-11-13 Chris Toshok <[email protected]>
  182. * AnonymousIdentificationSection.cs: rework this class a bit to
  183. fit in with the rest of S.W.C. Add validators to the
  184. ConfigurationProperty ctor calls, a pattern which will need to be
  185. replicated across the entire assembly, it appears (uggggh).
  186. 2005-11-13 Chris Toshok <[email protected]>
  187. * AuthorizationRuleCollection.cs: fix ConfigurationCollection
  188. attribute.
  189. * TransformerInfo.cs: fix corcompare.
  190. * SqlCacheDependencyDatabase.cs: mark ctor internal to fix
  191. corcompare.
  192. * AuthenticationSection.cs: add missing Reset stub.
  193. * ProfileSettingsCollection.cs: use the more succint ctor.
  194. * FormsAuthenticationUser.cs: enable the TypeConverter on "name".
  195. * GlobalizationSection.cs: fix up corcompare.
  196. * WebPartsSection.cs: fix up corcompare.
  197. * ProfileGroupSettingsCollection.cs: add missing
  198. ConfigurationCollection attribute.
  199. * ExpressionBuilder.cs: implement.
  200. * FormsAuthenticationCredentials.cs: fix up corcompare.
  201. * AssemblyCollection.cs: implement Properties.
  202. * SiteMapSection.cs: implement Properties.
  203. * ExpressionBuilderCollection.cs: fix up corcompare.
  204. * ProfileSettings.cs: add missing ctor.
  205. * PassportAuthentication.cs: new implementation.
  206. * SqlCacheDependencySection.cs: fix up corcompare.
  207. * ProfilePropertySettingsCollection.cs: fix up corcompare.
  208. * HttpModuleActionCollection.cs: fix up corcompare.
  209. * EventMappingSettingsCollection.cs: fix up corcompare.
  210. * AuthorizationRule.cs: fix up corcompare.
  211. * WebControlsSection.cs: fix up corcompare.
  212. * AuthorizationSection.cs: fix up corcompare.
  213. * MembershipSection.cs: clean this up, implement Properties, fix
  214. up corcompare, etc.
  215. 2005-11-13 Chris Toshok <[email protected]>
  216. * UrlMapping.cs, CustomErrorCollection.cs, CustomError.cs,
  217. HostingEnvironmentSection.cs, TrustLevel.cs,
  218. HttpCookiesSection.cs, UrlMappingsSection.cs,
  219. UrlMappingCollection.cs, LowerCaseStringConverter.cs,
  220. RoleManagerSection.cs, ProcessModelSection.cs,
  221. TrustLevelCollection.cs, ClientTarget.cs, CustomErrorsSection.cs,
  222. MachineKeySection.cs, SessionPageStateSection.cs,
  223. SessionStateSection.cs, ProvidersHelper.cs,
  224. ClientTargetCollection.cs, SecurityPolicySection.cs,
  225. HttpCapabilitiesBase.cs, ClientTargetSection.cs: Another large
  226. swath.
  227. 2005-11-12 Chris Toshok <[email protected]>
  228. * AuthorizationRuleCollection.cs, AuthorizationRule.cs,
  229. AuthorizationSection.cs, BufferModesCollection.cs,
  230. BufferModeSettings.cs, CacheSection.cs, CompilerCollection.cs,
  231. Compiler.cs, DeploymentSection.cs,
  232. EventMappingSettingsCollection.cs, EventMappingSettings.cs,
  233. GlobalizationSection.cs, HealthMonitoringSection.cs,
  234. IdentitySection.cs, OutputCacheProfileCollection.cs,
  235. OutputCacheProfile.cs, OutputCacheSection.cs,
  236. OutputCacheSettingsSection.cs, ProfileSettingsCollection.cs,
  237. ProfileSettings.cs, RuleSettingsCollection.cs, RuleSettings.cs,
  238. SqlCacheDependencyDatabaseCollection.cs,
  239. SqlCacheDependencyDatabase.cs, SqlCacheDependencySection.cs,
  240. SystemWebCachingSectionGroup.cs, TraceSection.cs,
  241. TransformerInfoCollection.cs, TransformerInfo.cs, TrustSection.cs,
  242. WebControlsSection.cs, WebPartsPersonalizationAuthorization.cs,
  243. WebPartsPersonalization.cs, WebPartsSection.cs,
  244. XhtmlConformanceSection.cs: a whole slew of new classes. the
  245. fruits of tons of c&p and ibuprofen.
  246. 2005-11-09 Chris Toshok <[email protected]>
  247. * PagesSection.cs, AuthenticationSection.cs, BuildProvider.cs,
  248. BuildProviderCollection.cs, HttpHandlerActionCollection.cs,
  249. HttpModulesSection.cs, HttpModuleAction.cs,
  250. HttpModuleActionCollection.cs, AnonymousIdentificationSection.cs,
  251. CodeSubDirectory.cs, CodeSubDirectoriesCollection.cs,
  252. SystemWebSectionGroup.cs, SiteMapSection.cs,
  253. WebConfigurationManager.cs: flesh out the implementation.
  254. * TagMap*.cs, TagPrefix*.cs: new implementation.
  255. * FormsAuthentication*.cs: new implementation.
  256. * Profile*.cs: new implementation.
  257. * Namespace*.cs: new implementation.
  258. * HttpRuntimeSection.cs: new implementation.