| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193 |
- 2002-11-29 Gonzalo Paniagua Javier <[email protected]>
- * list: added new file.
- 2002-11-26 Gonzalo Paniagua Javier <[email protected]>
- * list: added/removed files.
- 2002-11-20 Gonzalo Paniagua Javier <[email protected]>
- * makefile.gnu: s/MONO_PATH_PREFIX/MONO_PATH/
- 2002-10-28 Duncan Mak <[email protected]>
- * list: added DataGridLinkButton.cs.
- 2002-10-27 Gonzalo Paniagua Javier <[email protected]>
- * list: added WebEncoding.cs
- 2002-10-26 Gonzalo Paniagua Javier <[email protected]>
- * makefile.trace: used to build System.Web.dll with trace enabled.
- * System.Web.build: added trace and clean targets.
- 2002-10-24 Gonzalo Paniagua Javier <[email protected]>
- * System.Web.build: added options (commented out) to activate tracing.
- 2002-10-06 Gonzalo Paniagua Javier <[email protected]>
- * list: added new file in System.Web.Handlers.
- 2002-10-06 Gonzalo Paniagua Javier <[email protected]>
- * list: added new files in System.Web.Configuration.
- 2002-09-30 Gonzalo Paniagua Javier <[email protected]>
- * list: added new files in System.Web.
- 2002-09-28 Gonzalo Paniagua Javier <[email protected]>
- * list: added PageHandlerFactory.
- 2002-09-12 Gonzalo Paniagua Javier <[email protected]>
- * list: added 2 new files (DataGrid*Internal.cs).
- 2002-09-11 Gonzalo Paniagua Javier <[email protected]>
- * list: added new files.
- 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
- * list: added new files in System.Web.Security
- 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
- * list: added HorizontalAlignConverter and VerticalAlignConverter.
- 2002-08-05 Patrik Torstensson <[email protected]>
- * list:
- Add System.Web/ApplicationFactory.cs
- Add System.Web/HttpAsyncResult.cs
- Add System.Web.Configuration/GlobalizationConfiguration.cs
- Add System.Web.Configuration/HandlerFactoryConfiguration.cs
- Add System.Web.Configuration/HandlerFactoryProxy.cs
- Add System.Web.Configuration/HandlerItem.cs
- Add System.Web.Configuration/ModuleItem.cs
- Add System.Web.Configuration/ModulesConfiguration.cs
- 2002-07-24 Tim Coleman <[email protected]>
- * list:
- Add System.Web/ProcessInfo.cs
- Add System.Web/HttpCompileException.cs
- Add System.Web/HttpParseException.cs
- Add System.Web/HttpUnhandledException.cs
- 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
- * list: added some more files from System.Web.Hosting.
- 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
- * System.Web.build: removed some more excludes.
- 2002-07-05 Gonzalo Paniagua Javier <[email protected]>
- * list: updated. Currently mcs cannot compile System.Web because it
- cannot find NameObjectCollectionBase.KeysCollection.
- * System.Web.build: don't display unused event nor always default value
- warnings by now.
- 2002-06-20 Gonzalo Paniagua Javier <[email protected]>
- * list: updated and reformatted.
- 2002-06-05 Gonzalo Paniagua Javier <[email protected]>
- * System.Web.build: added /debug flag. I wanna see line numbers in
- exceptions thrown.
-
- 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
- * System.Web.Security:
- * System.Web.SessionState: new directories.
- 2002-05-17 Duncan Mak <[email protected]>
- * System.Web.build: Added new arguments: "/noconfig",
- "/r:System.Drawing.dll" and "/r:System.Xml.dll".
- 2002-05-10 Duncan Mak <[email protected]>
- * System.Web.build: Include the System.Web.UI.HtmlControls namespace.
- * Page.cs:
- * ValidatorCollection.cs: Stubs to make things compile for
- now. Added one dummy method (RegisterClientScriptFile) that's used
- in the existing codebase, but not in MS docs.
- 2002-04-26 Lawrence Pit <[email protected]>
- * Added directory: System.Web.Mail
-
- 2002-04-10 Patrik Torstensson <[email protected]>
- * System.Web -- Assembly build.
-
- The basic runtime support is now working, we can now start working
- on the runtime flow system (thread pool etc) and also start testing
- the parser and control framework. (224 files are compiled)
- 2002-03-26 Gaurav Vaish <[email protected]>
- * System.Web.Security: Removed all files. Will do it later.
- May be someone else like to do it for the time being.
- 2002-03-17 Gaurav Vaish <[email protected]>
- * System.Web -- Assembly build.
- Another milestone reached. Compiled 195 classes successfully.
- Build includes System.Web.UI.WebControls and all the dependencies
- for the namespace.
- 2002-03-05 Gaurav Vaish <[email protected]>
- * System.Web.Security: Added directory.
- 2002-03-04 Gaurav Vaish <[email protected]>
- * System.Web.UI.WebContorls: Virtually complete. See
- System.Web.UI.WebControls/ChangeLog for a comprehensensive
- description of what's left and where. But, don't go for
- a build at this stage. There are a few classes left in
- System.Web namespace that need to be filled-up, though
- I will try to fix up the current state to be able to make
- a build.
- 2001-12-20 Gaurav Vaish <[email protected]>
- Did first successful build of System.Web.dll that included
- System.Web.UI.WebControls namespace. Though, not updating
- the System.Web.build file, since with the changes that
- followed, the build again fails :(
- 2001-11-30 Gaurav Vaish <[email protected]>
- * System.Web.WebUtils: Removed
- * System.Web.Utils : Added --- replacement of WebUtils
- 2001-11-08 Gaurav Vaish <[email protected]>
- * System.Web.WebUtils: Added directory
- 2001-08-22 Bob Smith <[email protected]>
- * Added directory: System.Web.UI.HtmlControls
- * Added directory: Test
- 2001-08-17 Bob Smith <[email protected]>
- * Added directory: System.Web.UI
- 2001-08-09 Bob Smith <[email protected]>
- * Added directory: System.Web
- 2001-07-20 Patrik Torstensson ([email protected])
- * Added directory: System.Web.Caching
|