**** Merged from MCS ****
[mono-project.git] / mcs / class / System.Web / System.Web.Util / ChangeLog
blobf293a48cb13c4c6e9cb627fa64e87ff5dd53cca8
1 2004-07-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3         * UrlUtils.cs: don't pass double slash when the path begins with a
4         tilde. Fixes bug #61654.
6 2004-05-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8         * UrlUtils.cs:
9         (GetFile): not public, and fixed to really return just the file name.
10         (InsertSessionId): ensure that the directory ends with a "/". This
11         fixes cookieless sessions.
12         (RemoveSessionId): don't return "/" twice.
14         Fixed bug #59051.
16 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18         * UrlUtils.cs: respect trailing slashes. Fixes bug #56802.
20 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22         * UrlUtils.cs: no more ^Ms.
24 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26         * UrlUtils.cs: MakeRelative was returning null for virtual paths without
27         directory.
29 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31         * FileAction.cs:
32         * FileChangeEventHandler.cs:
33         * FileChangedEventArgs.cs:
34         * FileChangesMonitor.cs:
35         * FilePathParser.cs: removed unused/obsolete files.
37 2004-04-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
39         * UrlUtils.cs: fixed MakeRelative. nGallery goes one step further.
41 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
43         * UrlUtils.cs: small fix from George Kodinov for Combine when ~ is used. 
45 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
47         * UrlUtils.cs: ~ is not always /. Fixed.
49 2004-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
51         * UrlUtils.cs:
52         (Combine): handle subdirectories and tilde. Fixes bug 54231.
54 2004-02-01  Alon Gazit <along@mainsoft.com>
56         * UrlUtils.cs: little fix in GetDirectory ().
58 2004-01-11  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
60         * TransactedCallback.cs:
61         * WorkItemCallback.cs:
62         * WorkItem.cs:
63         * Transactions.cs: Added and stubbed/ implemented
65 2004-01-11  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
67         * WebEqualComparer.cs:
68         * WebHashCodeProvider.cs:
69         * FileAction.cs:
70         * FileChangeEventHandler.cs:
71         * NativeFileChangeEventHandler.cs: Monostyled header, internalized
73 2004-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
75         * UrlUtils.cs: make reduce not to throw an exception for '../'. Fixes
76         bug #52599.
78 2003-12-03  Jackson Harper <jackson@ximian.com>
80         * UrlUtils.cs: Some methods for working with session ids in urls.
81         
82 2003-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
84         * WebEncoding.cs: use the Default encoding when the globalization
85         configuration is not available.
87 2003-12-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
89         * UrlUtils.cs: don't forget basePath when relative path is not rooted.
90         Fixes bug #51522.
92 2003-11-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
94         * UrlUtils.cs: fix bug introduced with last change that makes relative
95         paths fail. Closes bug #51448.
97 2003-11-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
99         * UrlUtils.cs: fixed Combine() handling of ~.
101 2003-11-25  Jackson Harper <jackson@ximian.com>
103         * AltSerialization.cs: Utility methods for optimized serializing.
104         
105 2003-11-13  Jackson Harper  <jackson@ximian.com>
107         * TimeUtil.cs: Utility methods for dealing with time.
108         
109 2003-11-08 Ben Maurer  <bmaurer@users.sourceforge.net>
111         * UrlUtils.cs: new function to do the app mapping, but make
112         it return a physical path.
114 2003-11-07 Ben Maurer  <bmaurer@users.sourceforge.net>
116         * UrlUtils.cs: add a new function for mapping app absolute
117         paths to virual paths (ie, ~/blah/ to /application/root/blah/)
119 2003-11-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
121         * WebEncoding.cs: added properties to access configuration files\r
122         encoding.\r
124 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
126         * ICalls.cs: holds a couple of icalls.\r
128 2003-08-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
130         * UrlUtils.cs: made Reduce work when a "/" is passed.\r
132 2003-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
134         * UrlUtils.cs: fixed Combine and reworked Reduce.\r
136 2003-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
138         * UrlUtils.cs: another little fix in Combine ().\r
140 2003-01-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
142         * UrlUtils.cs: fixed Combine ().\r
144 2002-12-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
146         * UrlUtils.cs: fixed IsRelativeUrl and IsRootUrl.\r
148 2002-12-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
150         * PathUtil.cs: removed.\r
151         * UrlUtils.cs: fixed Combine to handle '~'.\r
153 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
155         * PathUtil.cs: some path handling methods that are not available in\r
156         System.IO.Path.\r
158 2002-10-28      Gaurav Vaish <gvaish_mono@lycos.com>\r
160         * DataSourceHelper.cs       : Fresh implementation. Moved from\r
161                               System.Web.UI.WebControls.DataGrid\r
162                               ::ResolveData(object, string).\r
164 2002-10-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
166         * WebTrace.cs: fixed namespace.\r
168         * WebEncoding.cs: new class that holds the default encoding for\r
169         System.Web.\r
171 2002-01-03  Nick Drochak  <ndrochak@gol.com>\r
173         * FileChangesMonitor.cs: remove redundant using statement; use int\r
174         for MAXLEN; capitalize correctly 'WebHashCodeProvider';\r
175         fix typo rsLock -> rwLock; Change IsRooted to IsPathRooted;\r
176         set out parameter value where needed\r
177         * FilePathParser.cs: qualify method GetPathRoot() with 'Path.'\r
178         * IISVersionInfo.cs: initialize static member to avoid compile error.\r
179         * WebEqualComparer.cs: static member defC shouldn't be readonly;\r
180         the string comparer had some typos (fixed)\r
181         * WebHashCodeProvider.cs: needed System.Globalization; static member\r
182         defHcp shouldn't be readonly; remove double equal typo.\r
184 2002-01-02  Nick Drochak  <ndrochak@gol.com>\r
186         * FileAction.cs: Use 0x7FFFFFFF as enum value for error.  0xFFFFFFFF\r
187         is too big for Int32.\r
188         * FileChangeEventHandler.cs: put missing 'void' return type on delegate\r
189         FileChangeEventHandler()\r
190         * FileChangedEventArgs.cs: ditto for FileChangedEvent()\r
191         * NativeFileChangeEventHandler.cs: ditto for NativeFileChangeEventHandler()\r
192         * FileChangesMonitor.cs: add needed namespaces and comment out imcomplete\r
193         code.\r
195 2001-12-21      Gaurav Vaish <gvaish@iitk.ac.in>\r
197         * ApacheVersionInfo.cs     - Dummy class, for later use.\r
198         * FileAction.cs:\r
199         * FileChangeEventHandler.cs:\r
200         * FileChangeEventArgs.cs:\r
201         * FileChangesMonitor.cs:\r
202         * NativeFileChangeEventHandler.cs\r
203                                    - To be used in System.Web/Http* classes.\r
204                                      Initially needed for HttpRuntime\r
205         * IISVersionInfo.cs        - Some useful methods\r
208 2001-12-17      Gaurav Vaish <gvaish@iitk.ac.in>\r
210         * UrlUtils.cs              - Added functions Combine and Reduce\r
212 2001-12-16  Miguel de Icaza  <miguel@ximian.com>\r
214         * DataSourceHelper.cs, UrlUtils.cs: Set the correct namespace. \r
216 2001-11-30\r
217                 Gaurav Vaish <gvaish@iitk.ac.in>\r
218         * DataSourceHelper.cs      - Resolving DataSource objects\r
220 2001-11-09\r
221                 Gaurav Vaish <gvaish@iitk.ac.in>\r
222         * UrlUtil.cs               - Some basic functions\r
224 2001-11-08\r
225                 Gaurav Vaish <gvaish@iitk.ac.in>\r
226         * Namespace    - Created the namespace for commonly used,\r
227                            otherwise not available functions\r