ChangeLog 4.9 KB

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