fixed tests
[mono.git] / mcs / class / System.Web / System.Web.Util / ChangeLog
1 2007-01-30  Adar Wesley <adarw@mainsoft.com>
2
3         * UrlUtils.cs: fixed GetFile to throw right exception
4
5 2007-01-20  Miguel de Icaza  <miguel@novell.com>
6
7         * FileUtils.cs (CreateTemporaryFile): Remove unused variable.
8
9 2006-11-26 Igor Zelmanovich <igorz@mainsoft.com>
10
11         * StrUtils.cs: added new helper method EscapeQuotesAndBackslashes
12
13 2006-11-13  Marek Habersack  <grendello@gmail.com>
14
15         * FileUtils.cs: Added a utility class for temporary file creation
16         (and possibly other future common file operations)
17
18 2006-03-15  Vladimir Krasnov  <vladimirk@mainsoft.com>
19
20         * DataSourceResolver.cs: corrected exceptions type in 
21         ResolveDataSource
22
23 2006-02-01  Chris Toshok  <toshok@ximian.com>
24
25         * WebEncoding.cs: CONFIGURATION_2_0 => NET_2_0, and use GetSection
26         instead of GetWebApplicationSection.
27
28 2006-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
29
30         * UrlUtils.cs: more than one consecutive slash are turned into one.
31
32 2006-01-26  Chris Toshok  <toshok@ximian.com>
33
34         * WebEncoding.cs: rework this so we cache the section, and so we
35         swallow exceptions based on a broken configuration.
36
37 2006-01-09  Konstantin Triger <kostat@mainsoft.com>
38
39         AltSerialization.cs: under TARGET_JVM: merging /main/4
40
41 2005-11-28  Chris Toshok  <toshok@ximian.com>
42
43         * WebEncoding.cs (FileEncoding, ResponseEncoding,
44         RequestEncoding): CONFIGURATION_2_0 work.
45
46 2005-09-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
47
48         * UrlUtils.cs: fix GetFile to work with '/blah'.
49
50 2005-09-11  Sebastien Pouliot  <sebastien@ximian.com>
51
52         * IWebObjectFactory.cs: New. 2.0 interface.
53         * IWebPropertyAccessor.cs: New. 2.0 interface.
54         * Transactions.cs: Added [Link|Inheritance]Demand for Minimal.
55         * WorkItem.cs: Added [Link|Inheritance]Demand for Minimal. Added 
56         Demand for UnmanagedCode on the static Post method,
57
58 2005-08-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
59
60         * UrlUtils.cs: removed 2 unused methods. IsRelativeUrl returns false if
61         there's a colon in the string, assuming it's the beginning of the ://
62         after the schema.
63
64 2005-07-15  Ben Maurer  <bmaurer@ximian.com>
65
66         * DataSourceHelper.cs: Obsolete
67
68         * DataSourceResolver.cs: Moved from DataSourceHelper.
69
70 2005-07-14  Ben Maurer  <bmaurer@ximian.com>
71
72         * DataSourceHelper.cs: Helper method used for data binding.
73
74 2005-06-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
75
76         * UrlUtils.cs: (Combine) if the base path is "~", expand it.
77
78 2005-06-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
79
80         * StrUtils.cs: new string utilities.
81
82 2005-05-09  Ben Maurer  <bmaurer@ximian.com>
83
84         * UrlUtils.cs (Reduce): a more efficient impl that avoids an
85         arraylist, making an arraylist into an array, and a replace
86         operation.
87
88 2004-11-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
89
90         * UrlUtils.cs: made (Insert|Get|Remove)SessionId use the appRoot +
91         SessionID + vpath format.
92
93 2004-07-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
94
95         * UrlUtils.cs: don't pass double slash when the path begins with a
96         tilde. Fixes bug #61654.
97
98 2004-05-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
99
100         * UrlUtils.cs:
101         (GetFile): not public, and fixed to really return just the file name.
102         (InsertSessionId): ensure that the directory ends with a "/". This
103         fixes cookieless sessions.
104         (RemoveSessionId): don't return "/" twice.
105
106         Fixed bug #59051.
107
108 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
109
110         * UrlUtils.cs: respect trailing slashes. Fixes bug #56802.
111
112 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
113
114         * UrlUtils.cs: no more ^Ms.
115
116 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
117
118         * UrlUtils.cs: MakeRelative was returning null for virtual paths without
119         directory.
120
121 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
122
123         * FileAction.cs:
124         * FileChangeEventHandler.cs:
125         * FileChangedEventArgs.cs:
126         * FileChangesMonitor.cs:
127         * FilePathParser.cs: removed unused/obsolete files.
128
129 2004-04-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
130
131         * UrlUtils.cs: fixed MakeRelative. nGallery goes one step further.
132
133 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
134
135         * UrlUtils.cs: small fix from George Kodinov for Combine when ~ is used. 
136
137 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
138
139         * UrlUtils.cs: ~ is not always /. Fixed.
140
141 2004-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
142
143         * UrlUtils.cs:
144         (Combine): handle subdirectories and tilde. Fixes bug 54231.
145
146 2004-02-01  Alon Gazit <along@mainsoft.com>
147
148         * UrlUtils.cs: little fix in GetDirectory ().
149
150 2004-01-11  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
151
152         * TransactedCallback.cs:
153         * WorkItemCallback.cs:
154         * WorkItem.cs:
155         * Transactions.cs: Added and stubbed/ implemented
156
157 2004-01-11  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
158
159         * WebEqualComparer.cs:
160         * WebHashCodeProvider.cs:
161         * FileAction.cs:
162         * FileChangeEventHandler.cs:
163         * NativeFileChangeEventHandler.cs: Monostyled header, internalized
164
165 2004-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
166
167         * UrlUtils.cs: make reduce not to throw an exception for '../'. Fixes
168         bug #52599.
169
170 2003-12-03  Jackson Harper <jackson@ximian.com>
171
172         * UrlUtils.cs: Some methods for working with session ids in urls.
173         
174 2003-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
175
176         * WebEncoding.cs: use the Default encoding when the globalization
177         configuration is not available.
178
179 2003-12-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
180
181         * UrlUtils.cs: don't forget basePath when relative path is not rooted.
182         Fixes bug #51522.
183
184 2003-11-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
185
186         * UrlUtils.cs: fix bug introduced with last change that makes relative
187         paths fail. Closes bug #51448.
188
189 2003-11-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
190
191         * UrlUtils.cs: fixed Combine() handling of ~.
192
193 2003-11-25  Jackson Harper <jackson@ximian.com>
194
195         * AltSerialization.cs: Utility methods for optimized serializing.
196         
197 2003-11-13  Jackson Harper  <jackson@ximian.com>
198
199         * TimeUtil.cs: Utility methods for dealing with time.
200         
201 2003-11-08 Ben Maurer  <bmaurer@users.sourceforge.net>
202
203         * UrlUtils.cs: new function to do the app mapping, but make
204         it return a physical path.
205
206 2003-11-07 Ben Maurer  <bmaurer@users.sourceforge.net>
207
208         * UrlUtils.cs: add a new function for mapping app absolute
209         paths to virual paths (ie, ~/blah/ to /application/root/blah/)
210
211 2003-11-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
212
213         * WebEncoding.cs: added properties to access configuration files
214         encoding.
215
216 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
217
218         * ICalls.cs: holds a couple of icalls.
219
220 2003-08-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
221
222         * UrlUtils.cs: made Reduce work when a "/" is passed.
223
224 2003-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
225
226         * UrlUtils.cs: fixed Combine and reworked Reduce.
227
228 2003-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
229
230         * UrlUtils.cs: another little fix in Combine ().
231
232 2003-01-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
233
234         * UrlUtils.cs: fixed Combine ().
235
236 2002-12-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
237
238         * UrlUtils.cs: fixed IsRelativeUrl and IsRootUrl.
239
240 2002-12-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
241
242         * PathUtil.cs: removed.
243         * UrlUtils.cs: fixed Combine to handle '~'.
244
245 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
246
247         * PathUtil.cs: some path handling methods that are not available in
248         System.IO.Path.
249
250 2002-10-28      Gaurav Vaish <gvaish_mono@lycos.com>
251
252         * DataSourceHelper.cs       : Fresh implementation. Moved from
253                               System.Web.UI.WebControls.DataGrid
254                               ::ResolveData(object, string).
255
256 2002-10-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
257
258         * WebTrace.cs: fixed namespace.
259
260         * WebEncoding.cs: new class that holds the default encoding for
261         System.Web.
262
263 2002-01-03  Nick Drochak  <ndrochak@gol.com>
264
265         * FileChangesMonitor.cs: remove redundant using statement; use int
266         for MAXLEN; capitalize correctly 'WebHashCodeProvider';
267         fix typo rsLock -> rwLock; Change IsRooted to IsPathRooted;
268         set out parameter value where needed
269         * FilePathParser.cs: qualify method GetPathRoot() with 'Path.'
270         * IISVersionInfo.cs: initialize static member to avoid compile error.
271         * WebEqualComparer.cs: static member defC shouldn't be readonly;
272         the string comparer had some typos (fixed)
273         * WebHashCodeProvider.cs: needed System.Globalization; static member
274         defHcp shouldn't be readonly; remove double equal typo.
275
276 2002-01-02  Nick Drochak  <ndrochak@gol.com>
277
278         * FileAction.cs: Use 0x7FFFFFFF as enum value for error.  0xFFFFFFFF
279         is too big for Int32.
280         * FileChangeEventHandler.cs: put missing 'void' return type on delegate
281         FileChangeEventHandler()
282         * FileChangedEventArgs.cs: ditto for FileChangedEvent()
283         * NativeFileChangeEventHandler.cs: ditto for NativeFileChangeEventHandler()
284         * FileChangesMonitor.cs: add needed namespaces and comment out imcomplete
285         code.
286
287 2001-12-21      Gaurav Vaish <gvaish@iitk.ac.in>
288
289         * ApacheVersionInfo.cs     - Dummy class, for later use.
290         * FileAction.cs:
291         * FileChangeEventHandler.cs:
292         * FileChangeEventArgs.cs:
293         * FileChangesMonitor.cs:
294         * NativeFileChangeEventHandler.cs
295                                    - To be used in System.Web/Http* classes.
296                                      Initially needed for HttpRuntime
297         * IISVersionInfo.cs        - Some useful methods
298
299
300 2001-12-17      Gaurav Vaish <gvaish@iitk.ac.in>
301
302         * UrlUtils.cs              - Added functions Combine and Reduce
303
304 2001-12-16  Miguel de Icaza  <miguel@ximian.com>
305
306         * DataSourceHelper.cs, UrlUtils.cs: Set the correct namespace. 
307
308 2001-11-30
309                 Gaurav Vaish <gvaish@iitk.ac.in>
310         * DataSourceHelper.cs      - Resolving DataSource objects
311
312 2001-11-09
313                 Gaurav Vaish <gvaish@iitk.ac.in>
314         * UrlUtil.cs               - Some basic functions
315
316 2001-11-08
317                 Gaurav Vaish <gvaish@iitk.ac.in>
318         * Namespace    - Created the namespace for commonly used,
319                            otherwise not available functions