ChangeLog 47 KB

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