2
0

ChangeLog 14 KB

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