ChangeLog 50 KB

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