ChangeLog 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. 2003-11-21 Gonzalo Paniagua Javier <[email protected]>
  2. * CompilationConfiguration.cs: don't throw an HttpException.
  3. * HttpRuntimeConfig.cs:
  4. * HttpRuntimeConfigurationHandler.cs: handle system.web/httpRuntime
  5. configuration section.
  6. 2003-11-10 Jackson Harper <[email protected]>
  7. * CompilationConfigurationHandler.cs: Append .dll to shortened
  8. assembly names.
  9. 2003-11-08 Jackson Harper <[email protected]>
  10. * CompilationConfigurationHandler.cs: Trim extra versioning
  11. information off of assembly names. This is a workaround that fixes
  12. bug #50355.
  13. 2003-11-05 Gonzalo Paniagua Javier <[email protected]>
  14. * GlobalizationConfiguration.cs: added GetInstance method.
  15. * GlobalizationConfigurationHandler.cs: warn about unsupported encodings
  16. and provide reasonable defaults.
  17. 2003-10-17 Ben Maurer <[email protected]>
  18. * CompilationConfiguration.cs (Init): you have to inherit copying
  19. files from the bin folders too.
  20. 2003-10-15 Gonzalo Paniagua Javier <[email protected]>
  21. * CompilationConfiguration.cs: use the context passed in. If not, try
  22. the current context.
  23. 2003-10-14 Gonzalo Paniagua Javier <[email protected]>
  24. * CompilationConfiguration.cs:
  25. * CompilationConfigurationHandler.cs:
  26. * CompilerCollection.cs:
  27. * WebCompiler.cs: new files that process and store
  28. system.web/compilation info (compilers + assemblies).
  29. * HttpHandlersSectionHandler.cs: added option for an attribute to be
  30. empty.
  31. 2003-10-10 Gonzalo Paniagua Javier <[email protected]>
  32. * WebControlsSectionHandler.cs: new file to handle <webControls>
  33. configuration.
  34. 2003-10-01 Gonzalo Paniagua Javier <[email protected]>
  35. * HandlerItem.cs: make it work for file names without wildcards.
  36. 2003-03-03 Gonzalo Paniagua Javier <[email protected]>
  37. * ModuleItem.cs: it's not public.
  38. * ModulesConfiguration.cs: it's not public.
  39. 2003-02-27 Gonzalo Paniagua Javier <[email protected]>
  40. * AuthenticationConfigHandler.cs: 'name' is optional in <forms>.
  41. 2003-02-17 Gonzalo Paniagua Javier <[email protected]>
  42. * HandlerFactoryConfiguration.cs: first search in the mappings of this
  43. instance, then in the parent.
  44. 2003-02-13 Gonzalo Paniagua Javier <[email protected]>
  45. * GlobalizationConfiguration.cs: added internal fields to hold the
  46. values in the globalization node.
  47. * GlobalizationConfigurationHandler.cs: handler to load
  48. <system.web/globalization> section.
  49. 2003-02-12 Gonzalo Paniagua Javier <[email protected]>
  50. * AuthorizationConfigHandler.cs: handler for system.web/authorization
  51. section.
  52. * AuthorizationConfig.cs: keeps record of authorization configuration.
  53. 2003-01-04 Gonzalo Paniagua Javier <[email protected]>
  54. * HttpModulesConfigurationHandler.cs: add a default authentication
  55. module at the end of the list.
  56. * ModuleItem.cs: new constructor.
  57. 2002-12-19 Gonzalo Paniagua Javier <[email protected]>
  58. * AuthConfig.cs: LoginUrl defaults to login.aspx.
  59. 2002-12-17 Gonzalo Paniagua Javier <[email protected]>
  60. * AuthConfig.cs:
  61. * AuthenticationConfigHandler.cs: handler and helper class for
  62. system.web/authentication configuration section.
  63. * HttpHandlersSectionHandler.cs: check for null in attributes.
  64. * MachineKeyConfig.cs:
  65. * MachineKeyConfigHandler.cs: handler and helper class for
  66. system.web/machineKey tag.
  67. 2002-10-27 Gonzalo Paniagua Javier <[email protected]>
  68. * HttpHandlersSectionHandler.cs: more null checks.
  69. 2002-10-08 Gonzalo Paniagua Javier <[email protected]>
  70. * HttpHandlersSectionHandler.cs: made a couple of static methods be
  71. part of a class used in other handlers.
  72. * HttpModulesConfigurationHandler.cs: handler for modules.
  73. * ModuleItem.cs: added IsMatch method.
  74. * ModulesConfiguration.cs: made it similar to the handlers class: added Clear, Remove.
  75. 2002-10-08 Gonzalo Paniagua Javier <[email protected]>
  76. * HttpHandlerTypeMapper.cs: removed.
  77. * HandlerFactoryConfiguration.cs: readded. I removed it by mistake.
  78. * HandlerItem.cs: only load the type if we gotta validate it.
  79. Implemented initial IsMatch.
  80. * HttpConfigurationContext.cs: New file.
  81. * HttpHandlersSectionHandler.cs: validate is optional (default true).
  82. Use HttpHandlerTypeMapper.
  83. 2002-10-06 Gonzalo Paniagua Javier <[email protected]>
  84. * System.Web.Configuration/HandlerFactoryConfiguration.cs: removed.
  85. * System.Web.Configuration/HandlerItem.cs: added validation field.
  86. * System.Web.Configuration/HttpHandlerTypeMapper.cs: holds mappings
  87. between verbs and wilcards and their associated HandlerItem.
  88. * System.Web.Configuration/HttpHandlersSectionHandler.cs: this one
  89. processes system.web/httpHandlers section of machine.config file.
  90. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  91. * AuthenticationMode.cs:
  92. * ClientTargetSectionHandler.cs:
  93. * FormsAuthPasswordFormat.cs:
  94. * FormsProtectionEnum.cs:
  95. * HttpCapabilitiesBase.cs: fixes base on class status page.
  96. 2002-08-05 Patrik Torstensson <[email protected]>
  97. * HandlerFactoryConfiguration.cs,
  98. HandlerFactoryProxy.cs,
  99. HandlerItem.cs : New files to emulate HttpHandler configuration
  100. * ModuleItem.cs,
  101. ModulesConfiguration.cs : New files to emulate HttpModule configuration
  102. 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
  103. * System.Web.Configuration/HttpCapabilitiesBase.cs: New file.