ChangeLog 15 KB

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