2009-06-12 Bill Holmes <billholmes54@gmail.com>
[mono.git] / mcs / class / System.Web.DynamicData / System.Web.DynamicData / ChangeLog
1 2009-06-12  Marek Habersack  <mhabersack@novell.com>
2
3         * MetaTable.cs: implemented correct detection of foreign key
4         columns.
5         Implemented IsReadOnly, SortColumn, SortDescending.
6
7 2009-06-10  Marek Habersack  <mhabersack@novell.com>
8
9         * MetaTable.cs: fixed DisplayName implementation.
10         Implemented GetPrimaryKeyString, GetQuery.
11
12 2009-06-09  Marek Habersack  <mhabersack@novell.com>
13
14         * MetaTable.cs: implemented more overloads of GetActionPath.
15         Implemented GetPrimaryKeyValues, GetActionPathFromRoutes,
16         Attributes, DisplayColumn, GetDisplayString.
17
18 2009-06-01  Marek Habersack  <mhabersack@novell.com>
19
20         * MetaModel.cs: GetModel throws InvalidOperationException on
21         missing model.
22         Implemented GetActionPath and GetTable.
23
24 2009-04-29  Marek Habersack  <mhabersack@novell.com>
25
26         * MetaTable.cs: implemented the DataContextType,
27         DataContextPropertyName properties and the ToString method.
28
29         * MetaColumn.cs: implemented the Scaffold, DisplayName,
30         SortExpression, UIHint properties and the ToString method.
31
32         * DynamicField.cs: implemented
33
34         * DynamicDataManager.cs: partially implemented RegisterControl.
35         Added internal AutoFieldGenerator class, used by RegisterControl
36         when dealing with GridView.
37         Implemented some properties.
38
39         * DynamicDataExtensions.cs: implemented GetTable and FindMetaTable
40
41         * DynamicControl.cs: implemented parts of the class.
42
43 2009-04-23  Marek Habersack  <mhabersack@novell.com>
44
45         * ContextConfiguration.cs: implemented all the methods and added a
46         parameterless constructor.
47
48 2008-10-21  Atsushi Enomoto  <atsushi@ximian.com>
49
50         * DynamicDataRouteHandler.cs, DynamicDataRoute.cs, MetaTable.cs:
51           ongoing implementation; resolve to page templates.
52
53 2008-10-17  Atsushi Enomoto  <atsushi@ximian.com>
54
55         * DynamicDataRouteHandler.cs, DynamicDataRoute.cs, MetaTable.cs,
56           MetaModel.cs : ongoing implementation.
57
58 2008-10-16  Atsushi Enomoto  <atsushi@ximian.com>
59
60         * DynamicDataManager.cs, DynamicDataRoute.cs,
61           FieldTemplateFactory.cs, MetaChildrenColumn.cs,
62           MetaColumn.cs, MetaForeignKeyColumn.cs, MetaModel.cs, MetaTable.cs:
63           ongoing implementation.
64
65 2008-10-14  Atsushi Enomoto  <atsushi@ximian.com>
66
67         *.cs : initial checkin. stubs.