New test.
[mono.git] / mcs / class / System.Web / System.Web.Util / ChangeLog
index e027d138da4a6fbec780bc9b7b5dc16c028b1b19..4895ba034d8680091ac4fb6273ff9f8926162706 100644 (file)
@@ -1,3 +1,248 @@
+2006-03-15  Vladimir Krasnov  <vladimirk@mainsoft.com>
+
+       * DataSourceResolver.cs: corrected exceptions type in 
+       ResolveDataSource
+
+2006-02-01  Chris Toshok  <toshok@ximian.com>
+
+       * WebEncoding.cs: CONFIGURATION_2_0 => NET_2_0, and use GetSection
+       instead of GetWebApplicationSection.
+
+2006-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * UrlUtils.cs: more than one consecutive slash are turned into one.
+
+2006-01-26  Chris Toshok  <toshok@ximian.com>
+
+       * WebEncoding.cs: rework this so we cache the section, and so we
+       swallow exceptions based on a broken configuration.
+
+2006-01-09  Konstantin Triger <kostat@mainsoft.com>
+
+       AltSerialization.cs: under TARGET_JVM: merging /main/4
+
+2005-11-28  Chris Toshok  <toshok@ximian.com>
+
+       * WebEncoding.cs (FileEncoding, ResponseEncoding,
+       RequestEncoding): CONFIGURATION_2_0 work.
+
+2005-09-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * UrlUtils.cs: fix GetFile to work with '/blah'.
+
+2005-09-11  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * IWebObjectFactory.cs: New. 2.0 interface.
+       * IWebPropertyAccessor.cs: New. 2.0 interface.
+       * Transactions.cs: Added [Link|Inheritance]Demand for Minimal.
+       * WorkItem.cs: Added [Link|Inheritance]Demand for Minimal. Added 
+       Demand for UnmanagedCode on the static Post method,
+
+2005-08-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * UrlUtils.cs: removed 2 unused methods. IsRelativeUrl returns false if
+       there's a colon in the string, assuming it's the beginning of the ://
+       after the schema.
+
+2005-07-15  Ben Maurer  <bmaurer@ximian.com>
+
+       * DataSourceHelper.cs: Obsolete
+
+       * DataSourceResolver.cs: Moved from DataSourceHelper.
+
+2005-07-14  Ben Maurer  <bmaurer@ximian.com>
+
+       * DataSourceHelper.cs: Helper method used for data binding.
+
+2005-06-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * UrlUtils.cs: (Combine) if the base path is "~", expand it.
+
+2005-06-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * StrUtils.cs: new string utilities.
+
+2005-05-09  Ben Maurer  <bmaurer@ximian.com>
+
+       * UrlUtils.cs (Reduce): a more efficient impl that avoids an
+       arraylist, making an arraylist into an array, and a replace
+       operation.
+
+2004-11-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * UrlUtils.cs: made (Insert|Get|Remove)SessionId use the appRoot +
+       SessionID + vpath format.
+
+2004-07-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * UrlUtils.cs: don't pass double slash when the path begins with a
+       tilde. Fixes bug #61654.
+
+2004-05-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * UrlUtils.cs:
+       (GetFile): not public, and fixed to really return just the file name.
+       (InsertSessionId): ensure that the directory ends with a "/". This
+       fixes cookieless sessions.
+       (RemoveSessionId): don't return "/" twice.
+
+       Fixed bug #59051.
+
+2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * UrlUtils.cs: respect trailing slashes. Fixes bug #56802.
+
+2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * UrlUtils.cs: no more ^Ms.
+
+2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * UrlUtils.cs: MakeRelative was returning null for virtual paths without
+       directory.
+
+2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * FileAction.cs:
+       * FileChangeEventHandler.cs:
+       * FileChangedEventArgs.cs:
+       * FileChangesMonitor.cs:
+       * FilePathParser.cs: removed unused/obsolete files.
+
+2004-04-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * UrlUtils.cs: fixed MakeRelative. nGallery goes one step further.
+
+2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * UrlUtils.cs: small fix from George Kodinov for Combine when ~ is used. 
+
+2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * UrlUtils.cs: ~ is not always /. Fixed.
+
+2004-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * UrlUtils.cs:
+       (Combine): handle subdirectories and tilde. Fixes bug 54231.
+
+2004-02-01  Alon Gazit <along@mainsoft.com>
+
+       * UrlUtils.cs: little fix in GetDirectory ().
+
+2004-01-11  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * TransactedCallback.cs:
+       * WorkItemCallback.cs:
+       * WorkItem.cs:
+       * Transactions.cs: Added and stubbed/ implemented
+
+2004-01-11  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * WebEqualComparer.cs:
+       * WebHashCodeProvider.cs:
+       * FileAction.cs:
+       * FileChangeEventHandler.cs:
+       * NativeFileChangeEventHandler.cs: Monostyled header, internalized
+
+2004-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * UrlUtils.cs: make reduce not to throw an exception for '../'. Fixes
+       bug #52599.
+
+2003-12-03  Jackson Harper <jackson@ximian.com>
+
+       * UrlUtils.cs: Some methods for working with session ids in urls.
+       
+2003-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * WebEncoding.cs: use the Default encoding when the globalization
+       configuration is not available.
+
+2003-12-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * UrlUtils.cs: don't forget basePath when relative path is not rooted.
+       Fixes bug #51522.
+
+2003-11-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * UrlUtils.cs: fix bug introduced with last change that makes relative
+       paths fail. Closes bug #51448.
+
+2003-11-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * UrlUtils.cs: fixed Combine() handling of ~.
+
+2003-11-25  Jackson Harper <jackson@ximian.com>
+
+       * AltSerialization.cs: Utility methods for optimized serializing.
+       
+2003-11-13  Jackson Harper  <jackson@ximian.com>
+
+       * TimeUtil.cs: Utility methods for dealing with time.
+       
+2003-11-08 Ben Maurer  <bmaurer@users.sourceforge.net>
+
+       * UrlUtils.cs: new function to do the app mapping, but make
+       it return a physical path.
+
+2003-11-07 Ben Maurer  <bmaurer@users.sourceforge.net>
+
+       * UrlUtils.cs: add a new function for mapping app absolute
+       paths to virual paths (ie, ~/blah/ to /application/root/blah/)
+
+2003-11-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
+\r
+       * WebEncoding.cs: added properties to access configuration files\r
+       encoding.\r
+\r
+2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
+\r
+       * ICalls.cs: holds a couple of icalls.\r
+\r
+2003-08-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
+\r
+       * UrlUtils.cs: made Reduce work when a "/" is passed.\r
+\r
+2003-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
+\r
+       * UrlUtils.cs: fixed Combine and reworked Reduce.\r
+\r
+2003-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
+\r
+       * UrlUtils.cs: another little fix in Combine ().\r
+\r
+2003-01-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
+\r
+       * UrlUtils.cs: fixed Combine ().\r
+\r
+2002-12-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
+\r
+       * UrlUtils.cs: fixed IsRelativeUrl and IsRootUrl.\r
+\r
+2002-12-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
+\r
+       * PathUtil.cs: removed.\r
+       * UrlUtils.cs: fixed Combine to handle '~'.\r
+\r
+2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
+\r
+       * PathUtil.cs: some path handling methods that are not available in\r
+       System.IO.Path.\r
+\r
+2002-10-28      Gaurav Vaish <gvaish_mono@lycos.com>\r
+\r
+       * DataSourceHelper.cs       : Fresh implementation. Moved from\r
+                             System.Web.UI.WebControls.DataGrid\r
+                             ::ResolveData(object, string).\r
+\r
+2002-10-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
+\r
+       * WebTrace.cs: fixed namespace.\r
+\r
+       * WebEncoding.cs: new class that holds the default encoding for\r
+       System.Web.\r
+\r
 2002-01-03  Nick Drochak  <ndrochak@gol.com>\r
 \r
        * FileChangesMonitor.cs: remove redundant using statement; use int\r
 2001-11-08\r
                Gaurav Vaish <gvaish@iitk.ac.in>\r
        * Namespace    - Created the namespace for commonly used,\r
-                          otherwise not available functions
\ No newline at end of file
+                          otherwise not available functions\r