2004-04-22 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System.Web.Services / System.Web.Services / ChangeLog
1 2004-02-05  Alon Gazit <along@mainsoft.com>
2
3         * WebMethodAttribute.cs:
4         * WebServicesDescriptionAttribute.cs:
5         * WebServiceAttribute.cs:
6         * WebServiceBindingAttribute.cs: This attribute is inherited by derived
7                 classes.changed the AttributeUsage attribute.
8         
9 2004-02-05  Alon Gazit <along@mainsoft.com>
10
11         * WebServiceBindingAttribute.cs: This attribute is multiuse.
12         Changed the AttributeUsage attribute.
13
14 2004-01-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15
16         * WebService.cs: added SetContext ().
17
18 2003-02-25  Dave Bettin <dave@opendotnet.com>
19         * WebService.cs:
20                 Changed private application to HttpContext
21
22 2002-08-19  Tim Coleman <tim@timcoleman.com>
23         * WebService.cs:
24                 Change the attribute on Application to Description
25                 instead of WebServicesDescription.2002-08-19  Tim Coleman
26
27 2002-08-15  Tim Coleman <tim@timcoleman.com>
28         * WebServicesDescriptionAttribute:
29                 Added Description property.  Should've known I spoke
30                 too soon about being complete. :-)
31
32 2002-08-07  Tim Coleman <tim@timcoleman.com>
33         * WebMethodAttribute.cs:
34                 Remove FIXME and reorganize constructors to all
35                 call this () with the big constructor.
36         * WebServiceAttribute.cs:
37                 Remove FIXME.
38         * WebServiceBindingAttribute.cs:
39                 Remove FIXME, and change ns to be String.Empty by
40                 default (this is the MS implementation).  Reorganize
41                 constructors.
42         * WebServicesDescriptionAttribute.cs:
43                 Code reformat.
44         * TODOAttribute.cs:
45                 Changed namespace.
46
47                 *** This namespace should now be complete. ***
48
49 2002-07-23  Tim Coleman <tim@timcoleman.com>
50         * WebService.cs: 
51                 Change Description to WebServicesDescription
52         * WebServicesDescriptionAttribute.cs:
53                 Add back constructor as MS build doesn't
54                 seem to like it missing.  Now calls base()
55                 with the string.  Also remove the sealed
56                 modifier and change the attribute targets.
57
58 2002-07-23  Tim Coleman <tim@timcoleman.com>
59         * WebServicesDescriptionAttribute.cs:
60                 Removed the "guts" because they are defined in
61                 System.ComponentModel.DescriptionAttribute.
62         * WebService.cs:
63                 Added attributes which were missing based on the
64                 class status page.  Also added an HttpApplication
65                 object and modified the properties to use that
66                 object.
67
68 2002-07-22 Tim Coleman <tim@timcoleman.com>
69         * WebServicesDescriptionAttribute.cs:
70                 Added for build in System.Web.Services.Protocols
71
72 2002-07-22  Tim Coleman <tim@timcoleman.com>
73         * WebMethodAttribute.cs: 
74                 Remove comments around TransactionOption bits
75                 because I added that enum.
76         * WebServiceAttribute.cs:
77         * WebServiceBindingAttribute.cs:
78                 Added "sealed" to protection level, which I missed
79                 before.
80
81 2002-07-19 Tim Coleman  <tim@timcoleman.com>
82         * ChangeLog:
83         * TODOAttribute.cs:
84         * WebMethodAttribute.cs:
85         * WebService.cs:
86         * WebServiceAttribute.cs:
87         * WebServiceBindingAttribute.cs:
88                 Initial implementation