ChangeLog 42 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313
  1. 2007-12-27 Marek Habersack <[email protected]>
  2. * ProfileGroupSettingsCollection.cs: added an internal method to
  3. add/overwrite new group settings. Used from
  4. RootProfilePropertySettingsCollection.
  5. * ProfileGroupSettings.cs: added the missing "name" property to
  6. the properties collection.
  7. Marked the propertySettingsProp property as the default
  8. collection.
  9. Added internal deserialization method, used from
  10. RootProfilePropertySettingsCollection to support the 'group'
  11. element.
  12. * ProfileSection.cs: defaultProviderProp typo - the name of the
  13. provider should be "AspNetSqlProfileProvider"
  14. * RootProfilePropertySettingsCollection.cs: added
  15. OnDeseerializeUnrecognizedElement to support the profile 'group'
  16. element.
  17. Added a missing Unmerge method.
  18. 2007-12-11 Vladimir Krasnov <[email protected]>
  19. * SiteMapSection.cs: fixed ProvidersInternal property to be thread safe
  20. 2007-12-08 Marek Habersack <[email protected]>
  21. * WebConfigurationManager.cs: GetSection now runs each section
  22. through a mapper (if any is defined for the section) before
  23. returning it to the caller.
  24. 2007-11-23 Marek Habersack <[email protected]>
  25. * TagPrefixCollection.cs: changed the collection type to
  26. BasicMap.
  27. * ProfileSection.cs: added missing Properties property, added a
  28. static constructor to create property descriptors. Use property
  29. descriptors in property accessors.
  30. * ProfileGroupSettingsCollection.cs: added missing attribute to
  31. the class, removed CollectionType method, added missing IsModified
  32. and ResetModified methods, added missing Properties property.
  33. * ProfileGroupSettings.cs: added missing Properties property,
  34. adjusted the set of custom attributes of the PropertySettings
  35. property.
  36. * ProcessModelSection.cs: change the default value of the CpuMask
  37. property.
  38. * OutputCacheSection.cs: added the EnableKernelCacheForVaryByStar
  39. property.
  40. * OutputCacheProfile.cs: added the VaryByContentEncoding property.
  41. * FormsAuthenticationConfiguration.cs: corrected defaults for the
  42. Timeout property.
  43. * ExpressionBuilder.cs: corrected defaults for the
  44. ExpressionPrefix and Type properties.
  45. * CustomErrorsSection.cs: added two missing overrides -
  46. DeserializeSection and Reset.
  47. * ClientTargetSection.cs: added the missing Properties property.
  48. Added static constructor to create the property collection.
  49. * CustomErrorCollection.cs: removed the ThrowOnDuplicate
  50. property.
  51. * CacheSection.cs: corrected defaults for the
  52. PercentagePhysicalMemoryUsedLimit property.
  53. * ClientTargetCollection.cs: added missing Properties property.
  54. * IConfigMapPathFactory.cs: added
  55. * IConfigMapPath.cs: added
  56. * RoleManagerSection.cs: added a static constructor, a collection
  57. of properties, the missing Properties property.
  58. 2007-11-22 Marek Habersack <[email protected]>
  59. * RoleManagerSection.cs: CookieTimeout property custom attributes
  60. changed to match MS.NET's ones.
  61. * AuthorizationRuleCollection.cs: removed the ThrowOnDuplicate
  62. property - it's not found in the MS.NET version of the class.
  63. 2007-11-06 Marek Habersack <[email protected]>
  64. * MachineKeySectionUtils.cs: make sure keys are autogenerated when
  65. necessary.
  66. 2007-11-02 Marek Habersack <[email protected]>
  67. * HttpHandlerActionCollection.cs: clear http handler cache in
  68. HttpApplication if the collection is modified.
  69. 2007-11-01 Marek Habersack <[email protected]>
  70. * MachineKeySection.cs: moved all the internal static methods and
  71. properties to MachineKeySectionUtils.cs
  72. * MachineKeySectionUtils.cs: added. This file is included in the
  73. System.Web.Extensions compilation.
  74. The old properties from MachineKeySection.cs became methods.
  75. 2007-10-24 Marek Habersack <[email protected]>
  76. * HttpHandlerAction.cs: exact path matching must be done on the
  77. original string in PathMatches, not on the sliced one. Fixes bug
  78. #335669.
  79. 2007-10-17 Marek Habersack <[email protected]>
  80. * WebConfigurationHost.cs: if running outside hosted environment,
  81. read only the assemblyname.config configuration file instead of
  82. web.config. Fixes bug #332425
  83. 2007-10-15 Marek Habersack <[email protected]>
  84. * ProvidersHelper.cs: use HttpApplication.LoadType instead of
  85. Type.GetType.
  86. * HttpModulesSection.cs: use HttpApplication.LoadType when loading
  87. modules, to include both the bin/ directory and the top-level
  88. assemblies in search. Fixes bug #333686.
  89. 2007-08-30 Marek Habersack <[email protected]>
  90. * MachineKeySection.cs: retrieve the keys from the registry before
  91. falling back to the old method. Fixes bug #76606
  92. 2007-08-23 Marek Habersack <[email protected]>
  93. * ProvidersHelper.cs: HttpApplication.LoadTypeFromPrivateBin
  94. renamed to LoadTypeFromBin.
  95. 2007-08-21 Marek Habersack <[email protected]>
  96. * ProvidersHelper.cs: use HttpApplication.LoadTypeFromPrivateBin
  97. to get the provider settings type.
  98. 2007-08-10 Gert Driesen <[email protected]>
  99. * PagesEnableSessionState.cs: Marked internal on 1.0 profile.
  100. 2007-07-16 Vladimir Krasnov <[email protected]>
  101. * ProfileGroupSettingsCollection.cs: added ResetInternal internal
  102. method
  103. * RootProfilePropertySettingsCollection.cs: added Reset method
  104. override to reset GroupSettings collection
  105. 2007-06-24 Vladimir Krasnov <[email protected]>
  106. * HttpHandlerAction.cs: fixed SplitPaths property to be thread safe
  107. 2007-06-12 Vladimir Krasnov <[email protected]>
  108. * CompilationSection.cs: TARGET_JVM on not supported features
  109. * HttpModulesSection.cs: ctor should be static
  110. 2007-06-03 Adar Wesley <[email protected]>
  111. * ProfilePropertySettingsCollection.cs: added missing method
  112. OnDeserializeUnrecognizedElement.
  113. 2007-05-30 Marek Habersack <[email protected]>
  114. * WebConfigurationManager.cs: if errors happen when opening the
  115. configuration file, mark the manager as unsafe to prevent further
  116. usage and avoid error loops.
  117. 2007-05-17 Igor Zelmanovich <[email protected]>
  118. * WebConfigurationHost.cs: for TARGET_J2EE only:
  119. prevent NullRefference Exception.
  120. 2007-05-15 Igor Zelmanovich <[email protected]>
  121. * WebConfigurationManager.cs:
  122. make configurations hashtable case-insensitive.
  123. * WebConfigurationHost.cs: for TARGET_J2EE only:
  124. GetStreamName returns file path in right case, that make it works
  125. on case-sensitive file system.
  126. 2007-05-15 Marek Habersack <[email protected]>
  127. * BuildProviderCollection.cs: refactoring - use
  128. HttpApplication.LoadType to actually look up the type.
  129. * HttpHandlerAction.cs: as above
  130. * WebConfigurationHost.cs: refactoring - moved the LoadType to
  131. HttpApplication to share the code between 1.1 and 2.0 profiles.
  132. 2007-05-14 Marek Habersack <[email protected]>
  133. * UrlMappingCollection.cs: implemented the Item (string) indexer.
  134. * UrlMapping.cs: implemented the URL validation callback body
  135. (doesn't work at the moment).
  136. 2007-05-14 Igor Zelmanovich <[email protected]>
  137. * WebConfigurationManager.cs:
  138. make configurations synchronized.
  139. added new internal method RemoveConfigurationFromCache.
  140. 2007-05-07 Marek Habersack <[email protected]>
  141. * PagesSection.cs: buffering is on by default.
  142. 2007-04-24 Marek Habersack <[email protected]>
  143. * WebConfigurationHost.cs: wrap MapPath calls in try/catch,
  144. because bad URLs can cause it to throw exceptions. If such
  145. exception is caught, throw a HttpException for Bad Request (400).
  146. Look for types in the top-level assemblies (App_Code and
  147. friends).
  148. * WebConfigurationManager.cs: added two internal methods for safe
  149. retrieval of config sections.
  150. 2007-04-19 Marek Habersack <[email protected]>
  151. * HttpHandlerAction.cs: look up types in all the toplevel
  152. assemblies. Fixes bug #80897.
  153. 2007-04-17 Atsushi Enomoto <[email protected]>
  154. * ProcessModelSection.cs : cpuMask default value should be int,
  155. not uint.
  156. 2007-04-06 Marek Habersack <[email protected]>
  157. * CustomErrorsSection.cs: make the customErrors section work.
  158. * PagesSection.cs: provide appropriate default value for the
  159. asyncTimeout setting.
  160. 2007-03-24 Marek Habersack <[email protected]>
  161. * WebConfigurationHost.cs: allow MachineToApplication definition
  162. for config paths that equal the domain virtual app directory.
  163. 2007-03-22 Adar Wesley <[email protected]>
  164. * HttpCapabilitiesBase.cs: implemented all capabilities. Capabilities
  165. still throw if there is no value in browscaps.ini and the property is called.
  166. 2007-03-21 Vladimir Krasnov <[email protected]>
  167. * WebConfigurationManager.cs: fixed OpenWebConfiguration, should not
  168. lock when checking if configuration is already open
  169. 2007-03-15 Vladimir Krasnov <[email protected]>
  170. * WebConfigurationManager.cs: fixed OpenWebConfiguration, removed
  171. GetBasePath call and locations search, since this not affects
  172. configuration initialization, but improves performance
  173. 2007-03-12 Marek Habersack <[email protected]>
  174. * ProvidersHelper.cs: support loading custom providers from
  175. App_Code assemblies. Fixes bug #81071.
  176. Also set eol-style to native.
  177. 2007-03-08 Gert Driesen <[email protected]>
  178. * PagesSection.cs: Revert part of Adar's patch that regresses
  179. bug #80913.
  180. 2007-03-06 Adar Wesley <[email protected]>
  181. * PagesSection.cs: improve Enum parsing and strongly typed default values.
  182. 2007-02-20 Marek Habersack <[email protected]>
  183. * Patch from Gert Driesen <[email protected]>
  184. * PagesSection.cs: Process value of EnableSessionState attribute
  185. case-sensitive, and perform check in getter. Fix for bug #80913.
  186. * PageParser.cs: Added note on difference in behaviour between page
  187. level attribute and configuration attribute for enableSessionState.
  188. * PagesConfiguration.cs: Fixed compiler warning.
  189. 2007-02-22 Marek Habersack <[email protected]>
  190. * CompilerCollection.cs: Optimize language lookup a bit.
  191. 2007-02-05 Konstantin Triger <[email protected]>
  192. * TagPrefixCollection.cs: Fix element key creation.
  193. 2007-02-04 Konstantin Triger <[email protected]>
  194. * NamespaceInfo.cs, HttpModuleAction.cs, RoleManagerSection.cs:
  195. fix the default value.
  196. 2007-02-02 Marek Habersack <[email protected]>
  197. * TagPrefixCollection.cs: Add the CollectionType parameter.
  198. Get rid of unnecessary interface references in the class declaration.
  199. GetElementKey should return Source which should be unique, unlike TagPrefix.
  200. 2007-01-04 Konstantin Triger <[email protected]>
  201. * ProfileSection.cs: Ensure enabled = true by default; cleanup.
  202. 2006-12-27 Vladimir Krasnov <[email protected]>
  203. * CustomErrorCollection.cs: fixed ThrowOnDuplicate to false as in .net
  204. 2006-12-21 Gonzalo Paniagua Javier <[email protected]>
  205. * GlobalizationSection.cs: make encodings actually work for the 2.0
  206. profile.
  207. 2006-12-21 Marek Habersack <[email protected]>
  208. * TagMapInfo.cs: Add an internal default constructor for use from
  209. TagMapCollection.
  210. * TagMapCollection.cs: Don't call the string,string constructor of
  211. TagMapInfo - the class disallows empty strings as values of its
  212. properties.
  213. 2006-12-21 Vladimir Krasnov <[email protected]>
  214. * RoleManagerSection.cs: refactored using attributes
  215. 2006-12-20 Marek Habersack <[email protected]>
  216. * ProfilePropertyNameValidator.cs: added a few checks.
  217. 2006-12-18 Vladimir Krasnov <[email protected]>
  218. * WebConfigurationManager.cs: fixed GetSection to execute
  219. GetRuntimeObject, refactored GetSection and GetWebApplicationSection
  220. 2006-12-17 Vladimir Krasnov <[email protected]>
  221. * HttpHandlerAction.cs: fixed 'verb' config property
  222. 2006-12-07 Igor Zelmanovich <[email protected]>
  223. * ProvidersHelper.cs: fixed: load assembles from /bin
  224. 2006-11-22 Miguel de Icaza <[email protected]>
  225. * SessionStateSection.cs: Do not call Enum.Parse with a null
  226. argument, prevents an exception from being thrown.
  227. 2006-11-20 Marek Habersack <[email protected]>
  228. * GlobalizationSection.cs: Added support for "auto" cultures and
  229. the "auto:DEFAULT_CULTURE" cultures.
  230. 2006-11-13 Konstantin Triger <[email protected]>
  231. * WebConfigurationHost.cs: use Type.GetType for loading full qualified types.
  232. 2006-11-05 Vladimir Krasnov <[email protected]>
  233. * ProfileGroupSettings.cs, ProfileGroupSettingsCollection.cs
  234. ProfilePropertySettingsCollection.cs, ProfileSection.cs
  235. RootProfilePropertySettingsCollection.cs: refactoring and fix of
  236. <group> element
  237. 2006-10-18 Marek Habersack <[email protected]>
  238. * WebConfigurationManager.cs: implement support for extra
  239. assemblies to be referenced when compiling a page.
  240. 2006-09-06 Gonzalo Paniagua Javier <[email protected]>
  241. * WebConfigurationManager.cs: add null checks. Patch by Marek Habersack
  242. that fixes bug #79283.
  243. 2006-09-06 Konstantin Triger <[email protected]>
  244. * WebConfigurationHost.cs: do not recourse as this will be done by
  245. Configuration object.
  246. 2006-08-08 Vladimir Krasnov <[email protected]>
  247. * WebConfigurationManager.cs: added configSystem property under
  248. TARGET_JVM part
  249. * WebConfigurationHost.cs: fixed GetStreamName and OpenStreamForRead
  250. for TARGET_JVM
  251. * CompilationSection.cs: BuildProviders property removed from
  252. TARGET_JVM
  253. * SystemWebSectionGroup.cs: Compilation property removed from
  254. TARGET_JVM
  255. 2006-06-26 Atsushi Enomoto <[email protected]>
  256. * NullableStringValidator.cs : new internal class that is almost
  257. identical to StringValidator but allows null value.
  258. * PropertyHelper.cs : use new NullableStringValidator.
  259. * NamespaceCollection.cs : in NamespaceInfo "" is not allowed.
  260. 2006-06-08 Chris Toshok <[email protected]>
  261. * WebConfigurationHost.cs (InitForConfiguration): i know this is
  262. going to bite me in the ass, but guard against configPath being ==
  263. to "/", since this will result in an infinite loop.
  264. (MapPath): fix a NRE.
  265. 2006-05-18 Atsushi Enomoto <[email protected]>
  266. * WebConfigurationManager.cs: recent sys.config.dll changes on
  267. ConfigurationManager.GetSection() which should call
  268. GetRuntimeObject() should also apply here. Fixed monodoc web.
  269. 2006-05-10 Andrew Skiba <[email protected]>
  270. * HttpHandlerAction.cs: keep the internal exception
  271. 2006-05-08 Chris Toshok <[email protected]>
  272. * WebConfigurationManager.cs (GetBasePath): fix bug where
  273. path.Length was 0 when we got to the last while loop (and indexed
  274. -1 into an array.) Thanks Marek for the fix.
  275. 2006-05-04 Chris Toshok <[email protected]>
  276. [ Fixes bug #78256 ]
  277. * WebConfigurationHost.cs (GetConfigType): add a MonoTODO about
  278. how we should use the build provider machinery to get types.
  279. (MapPath): add rudimentary mapping in the case where we don't have
  280. a request, basically handle the case where the url begins with (or
  281. is) HttpRuntime.AppDomainAppVirtualPath.
  282. * WebConfigurationManager.cs (GetSection): if we don't have a
  283. valid request, open the web configuration corresponding to
  284. HttpRuntime.AppDomainAppVirtualPath.
  285. (GetBasePath): comment this a little, and make it work in the case
  286. where we don't have an HttpRequest.
  287. 2006-04-27 Chris Toshok <[email protected]>
  288. * AuthorizationRuleCollection.cs (ThrowOnDuplicate): for the time
  289. being introduce a overridden property MS doesn't make use of.
  290. This needs readdressing, but it should get people making use of
  291. <authorization> rules working again.
  292. 2006-04-25 Chris Toshok <[email protected]>
  293. * AuthorizationRule.cs (Reset): finally figure out what this
  294. method is supposed to do. Assign our Action property based on
  295. parentElement's.
  296. 2006-04-25 Chris Toshok <[email protected]>
  297. * WebConfigurationHost.cs (InitForConfiguration): actually, use
  298. HttpRuntime.AppDomainAppVirtualPath on gonzalo's recommendation.
  299. It's never null, and its use cleans things up a bit.
  300. 2006-04-25 Chris Toshok <[email protected]>
  301. * WebConfigurationHost.cs (InitForConfiguration): stop going up
  302. the virtual hierarchy once we reach the application's base virtual
  303. path.
  304. 2006-04-24 Chris Toshok <[email protected]>
  305. * AuthorizationSection.cs (IsValidUser): fix a problem that
  306. surfaced when converting from the 1.1 to 2.0 config classes. Only
  307. check for verb match if there are actually verbs to match against.
  308. 2006-04-11 Chris Toshok <[email protected]>
  309. * ExpressionBuilderCollection.cs (CreateNewElement): call argless
  310. ctor.
  311. * ExpressionBuilder.cs: add internal argumentless ctor for use by
  312. the collection type.
  313. 2006-03-24 Chris Toshok <[email protected]>
  314. * WebConfigurationManager.cs (GetConfig): add a fallback case for
  315. configuration sections that don't subclass from
  316. ConfigurationSection.
  317. 2006-03-24 Chris Toshok <[email protected]>
  318. * WebConfigurationHost.cs: fix bug where OpenWebConfiguration
  319. ("/") would result in 2 configurations for that toplevel path to
  320. be opened.
  321. 2006-03-08 Chris Toshok <[email protected]>
  322. * ProvidersHelper.cs: implement this static class properly.
  323. * SiteMapSection.cs (ProvidersInternal): add internal property to
  324. get the actual SiteMapProviderCollection from here.
  325. 2006-02-28 Chris Toshok <[email protected]>
  326. * BuildProviderAppliesTo.cs, PagesToCountAction.cs: nuke.
  327. 2006-02-10 Gonzalo Paniagua Javier <[email protected]>
  328. * Compiler.cs:
  329. * CompilerCollection.cs: removed compatibility code.
  330. * BuildProviderCollection.cs: add GetProviderForExtension().
  331. 2006-02-02 Chris Toshok <[email protected]>
  332. * WebConfigurationManager.cs (GetSection(string,string)):
  333. implement.
  334. 2006-02-01 Atsushi Enomoto <[email protected]>
  335. * TrustLevelCollection.cs, CodeSubDirectoriesCollection.cs,
  336. CustomErrorCollection.cs, CompilerCollection.cs,
  337. HttpHandlerActionCollection.cs,
  338. FormsAuthenticationUserCollection.cs,
  339. AuthorizationRuleCollection.cs, TagPrefixCollection.cs :
  340. CollectionType is public.
  341. 2006-02-01 Chris Toshok <[email protected]>
  342. * WebConfigurationManager.cs: In the normal case, get the current
  343. request's web.config, not the application's. If there is no
  344. current request, get the application's.
  345. (GetWebApplicationConfiguration): use Request.ApplicationPath, not
  346. Request.PhysicalApplicationPath. OpenWebConfiguration takes
  347. virtual paths.
  348. * HttpConfigurationSystem.cs: GetWebApplicationSection =>
  349. GetSection.
  350. 2006-02-01 Chris Toshok <[email protected]>
  351. * CompilerCollection.cs: CONFIGURATION_2_0 => NET_2_0
  352. * Compiler.cs: same.
  353. 2006-02-01 Chris Toshok <[email protected]>
  354. * HttpConfigurationSystem.cs: SupportsUserConfig == true. let's
  355. use this to determine if ConfigurationManager.AppSettings should
  356. be read-only or not.
  357. 2006-01-31 Chris Toshok <[email protected]>
  358. * WebConfigurationManager.cs: err, why did i ifdef stuff NET_2_0
  359. inside of an ifdef NET_2_0?
  360. 2006-01-30 Chris Toshok <[email protected]>
  361. * WebConfigurationManager.cs: lots of little changes. hopefully
  362. this doesn't break anyone. it fixes all the nunit problems
  363. gonzalo was having.
  364. * WebConfigurationHost.cs (GetStreamName): in the MachineWebPath
  365. case, handle the case where we have a WebConfigurationFileMap.
  366. (MapPath): this is likely wrong, but in the case where we don't
  367. have a file map or current HttpContext, just return the path.
  368. 2006-01-29 Chris Toshok <[email protected]>
  369. * HttpModulesSection.cs (LoadModules): I'm not sure we want to
  370. solve this problem in this way, but the 1.x code forces
  371. DefaultAuthenticationModule to be in the list of modules..
  372. Without this fix (or something else) HttpContext.User is null when
  373. it shouldn't be.
  374. 2006-01-26 Chris Toshok <[email protected]>
  375. * HttpConfigurationSystem.cs: new class that gets sections from
  376. web.config files.
  377. * WebConfigurationManager.cs: change a lot of the
  378. NotImplementedExceptions to NotSupportedExceptions.
  379. (AppSettings): implement by just returning
  380. ConfigurationManager.AppSettings (note this is broken because
  381. ConfigurationManager.AppSettings are read-only, but it works for
  382. reading.)
  383. (ConnectionStrings): same (and probably broken in the same way..)
  384. (Init): replace the 2.0 IInternalConfigSystem with our
  385. HttpConfigurationSystem.
  386. * WebConfigurationHost.cs: add a comment about how things are
  387. likely to work in the face of IRemoteWebConfigurationHostServer.
  388. (CreateConfigurationContext): return a WebContext instance.
  389. 2006-01-25 Chris Toshok <[email protected]>
  390. * AuthorizationSection.cs (IsValidUser): instead of a blanket
  391. false for a null user, just set the username to "" and short
  392. circuit out the check for roles.
  393. 2006-01-25 Chris Toshok <[email protected]>
  394. * AuthorizationRule.cs (CheckUser): handle * and ?, and use
  395. String.Compare instead of ==.
  396. (CheckVerb): use String.Compare instead of ==.
  397. * AuthorizationSection.cs (IsValidUser): return false for a null
  398. user.
  399. 2006-01-22 Chris Toshok <[email protected]>
  400. * GlobalizationSection.cs (VerifyData): quiet mcs.
  401. 2006-01-18 Chris Toshok <[email protected]>
  402. * SystemWebSectionGroup.cs: wrap System.Web.Services references in
  403. WEBSERVICES_DEP.
  404. 2006-01-16 Chris Toshok <[email protected]>
  405. * WebConfigurationManager.cs: implement a IConfigurationSystem for
  406. use with WebConfigurationManager.
  407. (GetSection): try to load the section
  408. using GetWebApplicationSection before calling into
  409. ConfigurationManager.GetSection.
  410. (GetWebApplicationConfiguration): move common code to here.
  411. (GetWebApplicationSection): use GetWebApplicationConfiguration.
  412. (AppSettings): implement.
  413. * WebConfigurationHost.cs (GetWebConfigFileName): add
  414. "Web.Config", and move to an array/loop implementation. maybe we
  415. should scan the directory and check ToLower() instead of
  416. explicitly enumerating?
  417. 2006-01-10 Chris Toshok <[email protected]>
  418. * SystemWebSectionGroup.cs (HostingEnvironment): enable this property.
  419. (ProcessModel): add the ConfigurationPropertyAttribute.
  420. 2006-01-10 Chris Toshok <[email protected]>
  421. * PagesSection.cs (.cctor): fix the default value for the
  422. enableSessionState attribute - it's not a bool, but a
  423. PagesEnableSessionState enum.
  424. 2006-01-10 Chris Toshok <[email protected]>
  425. * MachineKeySection.cs (ValidationKeyBytes, DecryptionKeyBytes,
  426. DecryptionKey192Bits): if the keys are null, generate them. Fixes
  427. Page.EnableViewStateMac support.
  428. 2006-01-09 Chris Toshok <[email protected]>
  429. * RoleManagerSection.cs, SqlCacheDepencendySection.cs,
  430. SessionStateSection.cs, TraceSection.cs, SecurityPolicySection.cs,
  431. PagesSection.cs, RulesSettings.cs, UrlMappingSection.cs: fix
  432. dumper output.
  433. 2006-01-09 Chris Toshok <[email protected]>
  434. * ExpressionBuilderCollection.cs (.cctor): no need to create a
  435. collection property here. we're already in the collection.
  436. * CompilationSection.cs: fix typo.
  437. 2006-01-04 Chris Toshok <[email protected]>
  438. * MachineKeySection.cs: bring over some more internal methods from
  439. MachineKeyConfig, and call Set{Decryption,Validation}Key from
  440. their respective property setters.
  441. 2006-01-03 Chris Toshok <[email protected]>
  442. * AuthorizationSection.cs (IsValidUser): add analogous method from
  443. AuthorizationConfig.cs.
  444. * AuthorizationRule.cs: add predicates for Verb, User, and Role
  445. analogous to what existed in AuthorizationConfig.cs.
  446. 2005-12-11 Chris Toshok <[email protected]>
  447. * WebConfigurationManager.cs (OpenMachineConfiguration): just call
  448. ConfigurationManager.OpenMachineConfiguration.
  449. (OpenWebConfiguration): remove the "IntPtr userToken" version and
  450. add a "string userName" version to clean up corcompare output.
  451. Modify all the overloads to pass null instead of IntPtr.Zero.
  452. (GetWebApplicationSection): if we're not running in a web
  453. application, use the machine configuration.
  454. 2005-12-06 Chris Toshok <[email protected]>
  455. * CodeSubDirectory.cs (DirectoryName): don't use an private field,
  456. but base[directoyNameProp].
  457. * AuthorizationRuleCollection.cs (Add): use BaseAdd (rule, false),
  458. so we can insert duplicates.
  459. (GetKey): nuke.
  460. (GetElementKey): MS for some reason just uses the action for the
  461. key, ToString()'ed.
  462. (Remove): pass the correct key.
  463. * ProfileGroupSettings.cs (GetHashCode): implement.
  464. * GlobalizationSection.cs (GetEncoding): for the utf-8 case, just
  465. use Encoding.UTF8.
  466. * AssemblyCollection.cs (Add): use BaseAdd (info, false) so we can
  467. insert duplicates.
  468. * CacheSection.cs (.cctor): make privateByteLimit's default 0L so
  469. we don't get a invalid cast exception later on.
  470. * AuthorizationRule.cs (VerifyData): split out the verification
  471. foo from PreSerialize.
  472. (PostDeserialize): so we can call it from here.
  473. (PreSerialize): and here.
  474. 2005-12-05 Chris Toshok <[email protected]>
  475. * AuthorizationRuleCollection.cs (GetKey): split out the logic for
  476. creating a key from a rule here.
  477. (GetElementKey): use it here.
  478. (Remove): and here.
  479. 2005-12-04 Chris Toshok <[email protected]>
  480. * UrlMapping.cs: add an internal argument-less ctor.
  481. * UrlMappingCollection.cs (CreateNewElement): use argument-less
  482. ctor.
  483. (GetKey): implement.
  484. (AllKeys): implement.
  485. * TrustLevel.cs: add an internal argument-less ctor.
  486. * TrustLevelCollection.cs (Set): implement.
  487. (CreateNewElement): use argument-less ctor.
  488. (IsElementName): implement.
  489. (ElementName): implement.
  490. (set_Item (int index)): use Set.
  491. (ThrowOnDuplicate): implement.
  492. * TagPrefixInfo.cs: add internal argument-less ctor.
  493. * TagPrefixCollection.cs (CreateNewElement): call argument-less
  494. ctor.
  495. (CollectionType): add text to TODO.
  496. (ElementName): implement.
  497. * SqlCacheDependencyDatabaseCollection.cs (Set): implement.
  498. (AllKeys): implement.
  499. * RuleSettings.cs: add internal argument-less ctor.
  500. * RuleSettingsCollection.cs (Contains): implement.
  501. (CreateNewElement): use argument-less ctor.
  502. (IndexOf): implement.
  503. (Insert): implement.
  504. * RootProfilePropertySettingsCollection.cs (IsModified): chain up
  505. to base.IsModified for now.
  506. (Reset): chain up to base.Reset for now.
  507. (ResetModified): chain up to base.ResetModified for now.
  508. * ProfileSettings.cs: add internal argument-less ctor.
  509. * ProfileSettingsCollection.cs (Contains): implement.
  510. (CreateNewElement): use argument-less ctor.
  511. (IndexOf): implement.
  512. (Insert): implement.
  513. * ProfilePropertySettingsCollection.cs (IndexOf): implement.
  514. (Set): implement.
  515. (AllKeys): implement.
  516. * ProfileGroupSettings.cs: add internal argument-less ctor.
  517. * ProfileGroupSettingsCollection.cs (CreateNewElement): use
  518. parameter-less ctor.
  519. (GetKey): implement.
  520. (ResetModified): for now call base.ResetModified.
  521. (Set): implement.
  522. (AllKeys): implement.
  523. * OutputCacheProfile.cs: add internal argument-less ctor.
  524. * OutputCacheProfileCollection.cs (CreateNewElement): use
  525. parameter-less ctor.
  526. (Set): implement.
  527. (AllKeys): implement.
  528. * HttpModuleActionCollection.cs (Add): remove MonoTODO.
  529. (CreateNewElement): same.
  530. * HttpHandlerActionCollection.cs (GetElementKey): build up the key
  531. from both the path and the verb.
  532. (Remove): same.
  533. * FormsAuthenticationUserCollection.cs (Set): implement.
  534. (AllKeys): implement.
  535. * EventMappingSettings.cs: add an internal argument-less ctor.
  536. * EventMappingSettingsCollection.cs (Contains): implement.
  537. (CreateNewElement): use argument-less ctor.
  538. (IndexOf): implement.
  539. (Insert): implement.
  540. * CompilerCollection.cs (GetKey): implement.
  541. (AllKeys): implement.
  542. * ClientTargetCollection.cs (GetKey): implement.
  543. (AllKeys): implement.
  544. * AuthorizationRuleCollection.cs (Set): implement.
  545. (ElementName): add some text to the MonoTODO.
  546. (set_Item (int index)): use Set.
  547. 2005-12-04 Chris Toshok <[email protected]>
  548. * CustomError.cs: add an internal argument-less ctor for use by
  549. the collection.
  550. * CustomErrorCollection.cs: implement all the MonoTODO's.
  551. 2005-12-02 Chris Toshok <[email protected]>
  552. * GlobalizationSection.cs (VerifyData): split out the stuff that
  553. used to live in PreSerialize here.
  554. (PreSerialize): call VerifyData here.
  555. (PostDeserialize): and here.
  556. 2005-12-01 Chris Toshok <[email protected]>
  557. * GlobalizationSection.cs (PreSerialize): add checks for Culture
  558. and UICulture properties.
  559. 2005-12-01 Chris Toshok <[email protected]>
  560. * AuthorizationRule.cs (..ctor): provide default values for
  561. roles/users/verbs here. Not sure if we should do this in the ctor
  562. or if the System.Configuration infrastructure should.. time will
  563. tell.
  564. (PreSerialize): throw if Roles.Count and Users.Count == 0.
  565. (SerializeElement): write out the element here. don't chain up to
  566. the base class since that has differing behavior than what we
  567. want.
  568. 2005-11-30 Chris Toshok <[email protected]>
  569. * CompilerCollection.cs: ugly hack to fix the
  570. 2.0-without-config-2.0 case. wrap this file in #if
  571. CONFIGURATION_2_0 as well as #if NET_2_0.
  572. * Compiler.cs: same.
  573. 2005-11-28 Chris Toshok <[email protected]>
  574. * SessionStateSection.cs (CookieLess): correct the compat function
  575. implementation.
  576. 2005-11-28 Chris Toshok <[email protected]>
  577. * GlobalizationSection.cs (GetEncoding): if the encoding name is
  578. null, default to utf-8 before we hit the try block, so we don't
  579. throw and generate a spurious warning.
  580. * SessionStateSection.cs: The Cookieless handling needs a custom
  581. parser, it appears, as the converter is a StringConverter, not a
  582. GenericEnumConverter.
  583. (ParseCookieMode): the parser.
  584. 2005-11-28 Chris Toshok <[email protected]>
  585. * PagesSection.cs (GetInstance): nuke.
  586. * CompilationSection.cs (GetInstance): nuke.
  587. 2005-11-28 Chris Toshok <[email protected]>
  588. * HttpHandlerAction.cs: add some c&p code from the 1.1 config
  589. stuff to look for matching handlers.
  590. (..ctor): add parameterless ctor.
  591. * HttpHandlerActionCollection.cs: clean up formatting.
  592. (CreateNewElement): call the parameter-less ctor for
  593. HttpHandlerAction.
  594. * HttpHandlersSection.cs (..ctor): add a ConfigurationProperty for
  595. the default collection.
  596. (get_Handlers): implement.
  597. (LocateHandler): copy over (and massage) some 1.1 config code.
  598. * MachineKeySection.cs: move some code over from the 1.1 config
  599. code to deal with autogeneration of keys, as well as converting
  600. from the string rep to the byte[] rep.
  601. 2005-11-28 Chris Toshok <[email protected]>
  602. * HttpModuleActionCollection.cs (CreateNewElement): use the new
  603. HttpModuleAction ctor.
  604. * HttpModuleAction.cs: add internal ctor with no parameters, for
  605. use in HttpModuleActionCollection.
  606. 2005-11-28 Chris Toshok <[email protected]>
  607. * GlobalizationSection.cs (..cctor): the encoding
  608. ConfigurationProperties are of type "string", even though the
  609. properties themselves are of type Encoding. we do conversions
  610. manually in the setter/getters. gross. Add code (mostly c&p +
  611. massaged from GlobalizationConfigurationHandler) for this and also
  612. to handle the culture gettes.
  613. 2005-11-26 Chris Toshok <[email protected]>
  614. * AuthorizationRuleCollection.cs (GetElementKey): implement this.
  615. * ProfilePropertyNameValidator.cs: make this internal, and add a
  616. blurb about how MS doesn't do the testing you'd expect them to.
  617. 2005-11-25 Chris Toshok <[email protected]>
  618. * AuthorizationRuleCollection.cs (CreateNewElement): remove
  619. MonoTODO.
  620. * CompilationSection.cs (GetRuntimeObject): add comment to TODO.
  621. * ProfileGroupSettings.cs: reformat some things.
  622. * FormsAuthenticationUser.cs (Name): remove MonoTODO.
  623. * WebPartsSection.cs (GetRuntimeObject): change TODO comment.
  624. * ProfilePropertySettings.cs: add internal argument-less ctor.
  625. * IdentitySection.cs (GetRuntimeObject): return this.
  626. * ProfilePropertySettingsCollection.cs: implement much of the
  627. TODO's.
  628. * WebControlsSection.cs (GetRuntimeObject): implement.
  629. * SqlCacheDependencyDatabaseCollection.cs (GetElementKey):
  630. implement.
  631. (GetKey): implement.
  632. 2005-11-24 Chris Toshok <[email protected]>
  633. * AssemblyInfo.cs: move this here from System.Web.Configuration,
  634. and fix up the properties.
  635. * SystemWebSectionGroup.cs: enable most of the sections (2
  636. remaining to be enabled.)
  637. 2005-11-24 Chris Toshok <[email protected]>
  638. * ProcessModelSection.cs, SqlCacheDependencySection.cs,
  639. SessionStateSection.cs, PassportAuthentication.cs,
  640. FormsAuthenticationConfiguration.cs,
  641. SqlCacheDependencyDatabase.cs, HttpModuleAction.cs,
  642. BufferModeSettings.cs, TagPrefixInfo.cs (..cctor): init
  643. elementProperty.
  644. (ValidateElement): new static validator callback.
  645. (ElementProperty): enable this, return elementProperty.
  646. 2005-11-23 Chris Toshok <[email protected]>
  647. * ProfilePropertyNameValidator.cs: new implementation.
  648. * ProfilePropertySettings.cs, ProfileGroupSettings.cs,
  649. ClientTargetSection.cs, ClientTargetSection.cs,
  650. BufferModeSettings.cs, HttpModulesSection.cs,
  651. WebPartsPersonalization.cs, TransformerInfo.cs, TrustLevel.cs,
  652. NamespaceInfo.cs, SqlCacheDependencyDatabase.cs,
  653. AuthenticationSection.cs, RuleSettings.cs,
  654. FormsAuthenticationUser.cs, WebPartsSection.cs, BuildProvider.cs,
  655. WebPartsPersonalizationAuthorization.cs, Compiler.cs,
  656. ExpressionBuilder.cs, OutputCacheProfile.cs,
  657. FormsAuthenticationCredentials.cs, XhtmlConformanceSection.cs,
  658. OutputCacheSettingsSection.cs, CustomError.cs, TraceSection.cs,
  659. ExpressionBuilderCollection.cs, ProfileSettings.cs,
  660. SessionStateSection.cs, HealthMonitoringSection.cs,
  661. FormsAuthenticationConfiguration.cs, HttpRuntimeSection.cs,
  662. SessionPageStateSection.cs, TrustSection.cs,
  663. AnonymousIdentificationSection.cs, WebControlsSection.cs,
  664. ClientTarget.cs, TagMapInfo.cs, AuthorizationSection.cs,
  665. ProcessModelSection.cs, RoleManagerSection.cs,
  666. MembershipSection.cs, CustomErrorsSection.cs (..cctor): fix
  667. validator/converters.
  668. * MachineKeySection.cs (..cctor): fix validators/converters.
  669. (Validation): enable the Converter.
  670. * CodeSubDirectory.cs (..cctor): fix validator/converters.
  671. (DirectoryName): add note about missing validator decoration.
  672. * HttpModuleAction.cs (..cctor): init properties.
  673. (Properties): return properties.
  674. * CompilationSection.cs (..cctor): fix validator/converters.
  675. (GetInstance): add in this pre-2.0 interface for the time being,
  676. hopefully it'll make it easier to migrate later on.
  677. * HttpHandlerActionCollection.cs (..cctor): init properties.
  678. (Properties): return properties.
  679. * PagesSection.cs (..cctor): fix validator/converters.
  680. (GetInstance): add in this pre-2.0 interface for the time being,
  681. hopefully it'll make it easier to migrate later on.
  682. * HttpHandlersSection.cs (..cctor): init properties.
  683. (Properties): return properties.
  684. * EventMappingSettings.cs (..cctor): fix validator/converters.
  685. (Name): add note about missing validator decoration.
  686. * HttpHandlerAction.cs (..cctor): fix validator/converters.
  687. (PAth, Type, Verb): add note about missing validator decoration.
  688. * NamespaceCollection.cs (..cctor): fix properties.
  689. * ProfilePropertySettingsCollection.cs (..cctor): init properties.
  690. (..ctor): don't throw NIE.
  691. (Properties): return properties.
  692. * HttpModuleActionCollection.cs (..cctor): init properties.
  693. (Properties): return properties.
  694. * CacheSection.cs (..cctor): fix validators/converters.
  695. (PrivateBytesPollTime): add note about missing validator
  696. decoration.
  697. * AuthorizationRule.cs (..cctor): fix validators/converters.
  698. (Roles, Users, Verbs): enable the TypeConverter decorations.
  699. * UrlMapping.cs (ValidateUrl): static method for use as a
  700. validation callback. unimplemented as yet.
  701. (..cctor): fix validators/converters.
  702. (MappedUrl): add note about missing validator decoration.
  703. * PropertyHelper.cs: static utility class which contains
  704. references to validators and converters for use in static
  705. constructors (building the Properties arrays).
  706. 2005-11-23 Chris Toshok <[email protected]>
  707. * MachineKeyValidationConverter.cs: new converter (and a pretty
  708. silly one, considering all it seems to do is convert "TripleDES"
  709. to "3DES").
  710. * HostingEnvironmentSection.cs (.cctor): use
  711. PositiveTimeSpanValidator like MS does.
  712. 2005-11-18 Chris Toshok <[email protected]>
  713. * HostingEnvironmentSection.cs (.cctor): add validators.
  714. * CompilationSection.cs (.cctor): fix defaultvalue of
  715. urlLinePragmas.
  716. 2005-11-18 Chris Toshok <[email protected]>
  717. * SystemWebSectionGroup.cs: enable a whole slew of properties.
  718. * RegexWorker.cs: stub this out.
  719. * HttpCapabilitiesBase.cs: remove GetClrVersions since it's in one
  720. of the other partial files.
  721. * CompilationSection.cs: fix this up.
  722. * PagesSection.cs: fix some types and add a comment to
  723. DeserializeSection.
  724. * CompilerCollection.cs (Add): new internal method.
  725. * ProvidersHelper.cs: put the using System.Configuration.Provider
  726. inside the NET_2_0 block.
  727. * CacheSection.cs: add validators.
  728. 2005-11-14 Chris Toshok <[email protected]>
  729. * BufferModeSettings.cs: add validators/converters to the
  730. programmatic property list.
  731. * BuildProvider.cs: add validators/converters to the programmatic
  732. property list, and add an internal ctor with no args.
  733. * Compiler.cs: wrap the code i hacked from the 1.1 stuff with a
  734. #region.
  735. * BuildProviderCollection.cs (CreateNewElement): use the internal
  736. BuildProvider ctor to get around validation.
  737. * AssemblyCollection.cs: same.
  738. 2005-11-14 Chris Toshok <[email protected]>
  739. * TagPrefixCollection.cs (Remove): pass the key to BaseRemove.
  740. (set_Item (int index)): implement.
  741. * TagPrefixInfo.cs (Equals): implement.
  742. (GetHashCode): implement.
  743. * AuthorizationRuleCollection.cs (CreateNewElement(string)):
  744. implement propertly.
  745. (IndexOf): implement.
  746. (IsElementName): implement.
  747. (ElementName): implement.
  748. (Item (int index)): implement.
  749. * FormsAuthenticationUserCollection.cs (set_Item (int index)): implement.
  750. * UrlMappingCollection.cs (set_Item (int index)): implement.
  751. * OutputCacheProfileCollection.cs (set_Item (int index)): implement.
  752. * TransformerInfo.cs (Equals): implement.
  753. (GetHashCode): implement.
  754. * NamespaceInfo.cs (Equals): implement.
  755. (GetHashCode): implement.
  756. * ProfileSettingsCollection.cs (set_Item (int index)): implement.
  757. * TransformerInfoCollection.cs (set_Item (int index)): implement.
  758. * HttpHandlerActionCollection.cs (set_Item (int index)): implement.
  759. * BufferModesCollection.cs (set_Item (int index)): implement.
  760. * BuildProvider.cs: use the base[fooProp] pattern instead of
  761. instance fields.
  762. * ProfileGroupSettingsCollection.cs: implement most of this class.
  763. * RuleSettingsCollection.cs (set_Item (int index)): implement.
  764. * ClientTargetCollection.cs (set_Item (int index)): implement.
  765. * AssemblyCollection.cs (set_Item (int index)): implement.
  766. * BuildProviderCollection.cs (set_Item (int index)): reformat.
  767. * CustomError.cs (Equals): implement.
  768. (GetHashCode): implement.
  769. * ExpressionBuilderCollection.cs (set_Item (int index)): reformat.
  770. * PassportAuthentication.cs (RedirectUrl): express consternation
  771. in comment form.
  772. * NamespaceCollection.cs (set_Item (int index)): implement.
  773. * RootProfilePropertySettingsCollection.cs (SerializeElement): add
  774. comment.
  775. * ProfilePropertySettingsCollection.cs (set_Item (int index)):
  776. implement.
  777. * CustomErrorCollection.cs (set_Item (int index)): implement.
  778. * HttpModuleActionCollection.cs (set_Item (int index)): implement.
  779. * CodeSubDirectoriesCollection.cs (set_Item (int index)):
  780. implement.
  781. * CustomErrorsSection.cs (DeserializeSection): include call to
  782. base.DeserializeSection, and add MonoTODO.
  783. * EventMappingSettingsCollection.cs (set_Item (int index)):
  784. implement.
  785. * AuthorizationRule.cs (Equals): implement.
  786. (GetHashCode): implement.
  787. (SerializeElement): add comment.
  788. * TagMapCollection.cs (Remove): pass the key to BaseRemove.
  789. (set_Item (int index)): implement.
  790. * TagMapInfo.cs (Equals): implement.
  791. (GetHashCode): implement.
  792. (SerializeElement): add call to base.SerializeElement.
  793. * TrustLevelCollection.cs (Remove): pass the key to BaseRemove.
  794. (GetElementKey): implement.
  795. * SqlCacheDependencyDatabase.cs (set_Item (int index)): implement.
  796. * WebContext.cs: new implementation.
  797. 2005-11-13 Chris Toshok <[email protected]>
  798. * AnonymousIdentificationSection.cs: rework this class a bit to
  799. fit in with the rest of S.W.C. Add validators to the
  800. ConfigurationProperty ctor calls, a pattern which will need to be
  801. replicated across the entire assembly, it appears (uggggh).
  802. 2005-11-13 Chris Toshok <[email protected]>
  803. * AuthorizationRuleCollection.cs: fix ConfigurationCollection
  804. attribute.
  805. * TransformerInfo.cs: fix corcompare.
  806. * SqlCacheDependencyDatabase.cs: mark ctor internal to fix
  807. corcompare.
  808. * AuthenticationSection.cs: add missing Reset stub.
  809. * ProfileSettingsCollection.cs: use the more succint ctor.
  810. * FormsAuthenticationUser.cs: enable the TypeConverter on "name".
  811. * GlobalizationSection.cs: fix up corcompare.
  812. * WebPartsSection.cs: fix up corcompare.
  813. * ProfileGroupSettingsCollection.cs: add missing
  814. ConfigurationCollection attribute.
  815. * ExpressionBuilder.cs: implement.
  816. * FormsAuthenticationCredentials.cs: fix up corcompare.
  817. * AssemblyCollection.cs: implement Properties.
  818. * SiteMapSection.cs: implement Properties.
  819. * ExpressionBuilderCollection.cs: fix up corcompare.
  820. * ProfileSettings.cs: add missing ctor.
  821. * PassportAuthentication.cs: new implementation.
  822. * SqlCacheDependencySection.cs: fix up corcompare.
  823. * ProfilePropertySettingsCollection.cs: fix up corcompare.
  824. * HttpModuleActionCollection.cs: fix up corcompare.
  825. * EventMappingSettingsCollection.cs: fix up corcompare.
  826. * AuthorizationRule.cs: fix up corcompare.
  827. * WebControlsSection.cs: fix up corcompare.
  828. * AuthorizationSection.cs: fix up corcompare.
  829. * MembershipSection.cs: clean this up, implement Properties, fix
  830. up corcompare, etc.
  831. 2005-11-13 Chris Toshok <[email protected]>
  832. * UrlMapping.cs, CustomErrorCollection.cs, CustomError.cs,
  833. HostingEnvironmentSection.cs, TrustLevel.cs,
  834. HttpCookiesSection.cs, UrlMappingsSection.cs,
  835. UrlMappingCollection.cs, LowerCaseStringConverter.cs,
  836. RoleManagerSection.cs, ProcessModelSection.cs,
  837. TrustLevelCollection.cs, ClientTarget.cs, CustomErrorsSection.cs,
  838. MachineKeySection.cs, SessionPageStateSection.cs,
  839. SessionStateSection.cs, ProvidersHelper.cs,
  840. ClientTargetCollection.cs, SecurityPolicySection.cs,
  841. HttpCapabilitiesBase.cs, ClientTargetSection.cs: Another large
  842. swath.
  843. 2005-11-12 Chris Toshok <[email protected]>
  844. * AuthorizationRuleCollection.cs, AuthorizationRule.cs,
  845. AuthorizationSection.cs, BufferModesCollection.cs,
  846. BufferModeSettings.cs, CacheSection.cs, CompilerCollection.cs,
  847. Compiler.cs, DeploymentSection.cs,
  848. EventMappingSettingsCollection.cs, EventMappingSettings.cs,
  849. GlobalizationSection.cs, HealthMonitoringSection.cs,
  850. IdentitySection.cs, OutputCacheProfileCollection.cs,
  851. OutputCacheProfile.cs, OutputCacheSection.cs,
  852. OutputCacheSettingsSection.cs, ProfileSettingsCollection.cs,
  853. ProfileSettings.cs, RuleSettingsCollection.cs, RuleSettings.cs,
  854. SqlCacheDependencyDatabaseCollection.cs,
  855. SqlCacheDependencyDatabase.cs, SqlCacheDependencySection.cs,
  856. SystemWebCachingSectionGroup.cs, TraceSection.cs,
  857. TransformerInfoCollection.cs, TransformerInfo.cs, TrustSection.cs,
  858. WebControlsSection.cs, WebPartsPersonalizationAuthorization.cs,
  859. WebPartsPersonalization.cs, WebPartsSection.cs,
  860. XhtmlConformanceSection.cs: a whole slew of new classes. the
  861. fruits of tons of c&p and ibuprofen.
  862. 2005-11-09 Chris Toshok <[email protected]>
  863. * PagesSection.cs, AuthenticationSection.cs, BuildProvider.cs,
  864. BuildProviderCollection.cs, HttpHandlerActionCollection.cs,
  865. HttpModulesSection.cs, HttpModuleAction.cs,
  866. HttpModuleActionCollection.cs, AnonymousIdentificationSection.cs,
  867. CodeSubDirectory.cs, CodeSubDirectoriesCollection.cs,
  868. SystemWebSectionGroup.cs, SiteMapSection.cs,
  869. WebConfigurationManager.cs: flesh out the implementation.
  870. * TagMap*.cs, TagPrefix*.cs: new implementation.
  871. * FormsAuthentication*.cs: new implementation.
  872. * Profile*.cs: new implementation.
  873. * Namespace*.cs: new implementation.
  874. * HttpRuntimeSection.cs: new implementation.