ChangeLog 4.4 KB

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