]> err.no Git - scalable-opengroupware.org/blob - ZideStore/UI-X/ChangeLog
483f30a8768d85c4c0c4abaac3f92908eef72a4f
[scalable-opengroupware.org] / ZideStore / UI-X / ChangeLog
1 2004-06-18  Marcus Mueller  <znek@mulle-kybernetik.com>
2
3         * Common/OGoComponent.[hm]: new component which serves as a base
4           component for calendar components now. Knows how to deal with
5           queryParameters and offers url construction method(s).
6
7         * All existing components have been rewritten to use queryParameters
8           instead of hardcoded strings where this is feasible. This provides
9           future extensibility and flexibility.
10
11         * Handling of dates has been fixed to center around the use of a
12           'day' parameter. startDate/endDate are coupled to this, but
13           don't override it as it's the duty of the individual view to set
14           its (feasible) ranges accordingly. The new behaviour is noticable
15           in the calendar selection tabview instantly, as it now replicates
16           what OGo does.
17
18 2004-06-16  Marcus Mueller  <znek@mulle-kybernetik.com>
19
20         * Common/OGoAppNavView.m: construct URL correctly.
21
22         * Common/OGoPageFrame.m: display login correctly.
23
24         * Common/calendar.css: cosmetic changes.
25
26         * Scheduler/OGoCalSelectTab.m: always display mondayOfWeek.
27
28         * Scheduler/OGoCalBackForthNavView.m: created.
29
30 2004-06-16  Marcus Mueller  <znek@mulle-kybernetik.com>
31
32         * Common/zidestoreui.css: new style for button_auto.
33
34         * Scheduler/OGoCalView.[hm]: API for completing hrefs with necessary
35           query parts.
36
37         * Scheduler/OGoCalWeekView.m: bugfix for startDate.
38
39         * Scheduler/product.plist: added still missing views -> point to
40           weekoverview for the time being.
41         
42 2004-06-15  Marcus Mueller  <znek@mulle-kybernetik.com>
43
44         * Common/UIxTabView.m: removed class from <a> tag, removed rendering
45           of headerFooter (what's that good for anyways?)
46
47         * Several resources which resolved to wrong products added statically
48           in templates.
49
50         * Cosmetic changes in templates.
51
52 2004-06-14  Helge Hess  <helge.hess@opengroupware.org>
53
54         * Scheduler/OGoCalMonthOverview.wox: added missing rsrc namespace
55
56 2004-06-14  Helge Hess  <helge.hess@skyrix.com>
57
58         * Common/common.h: fixed a gcc 3.4 warning
59
60 2004-06-14  Helge Hess  <helge.hess@opengroupware.org>
61
62         * added aggregate project for UI-X
63
64 2004-06-14  Marcus Mueller  <znek@mulle-kybernetik.com>
65
66         * Common/calendar.css: new date_label (unused)
67
68         * Scheduler/OGoCalSelectTab.m: finished all labels
69
70         * Scheduler/OGoCalDateLabel.m, Scheduler/OGoCalDateLabel.wox: new
71           component for rendering the correct date label based on startDate,
72           endDate and selection
73
74         * Scheduler/OGoCalMonthView.m: prev/next month corrected
75
76         * Scheduler/OGoCalMonthOverview.wox: uses date label and tabs now
77
78         * Scheduler/OGoCalWeekOverview.wox: completed layout
79
80         * Scheduler/GNUmakefile: new component added
81
82 2004-06-14  Marcus Mueller  <znek@mulle-kybernetik.com>
83
84         * Common/UIxTabView.[hm]: more stylesheet support via headerStyle
85           and bodyStyle bindings.
86         
87         * Common/zidestoreui.css: styles for tabs, resembling OGo look.
88
89         * Scheduler/OGoCalSelectTab.m: implemented dateLabel (for testing).
90
91         * Scheduler/OGoCalSelectTab.wox: corrected selection binding namespace.
92
93 2004-06-08  Helge Hess  <helge.hess@opengroupware.org>
94
95         * Scheduler/NOTES: added class hierarchy
96
97         * */common.h, GNUmakefile.preamble.: fixed for OSX compile
98
99 2004-06-08  Marcus Mueller  <znek@mulle-kybernetik.com>
100
101         * Common/images: added a bunch of images from OGo
102
103 2004-06-07  Marcus Mueller  <znek@mulle-kybernetik.com>
104
105         * Custom/GNUmakefile: changed ZIDESTORE to include installed version
106           (ZideStore12). Removed post install hooks.
107
108         * Custom/GNUmakefile.postamble: new file, post install hooks and
109           xmllint for .wox.
110
111 2004-06-07  Marcus Mueller  <znek@mulle-kybernetik.com>
112
113         * Scheduler/GNUmakefile: changed ZIDESTORE to include installed version
114           (ZideStore12). Removed post install hooks.
115
116         * Scheduler/GNUmakefile.postamble: post install hooks updated for
117           GNUSTEP_BUILD_DIR.
118
119 2004-06-03  Helge Hess  <helge.hess@opengroupware.org>
120
121         * Scheduler/OGoCalWeekOverview.m: moved navigation URL generation to
122           superclass (now generic because we use the 'ownMethodName'). Could
123           even be moved to OGoCalView?
124         
125         * Scheduler/OGoCalMonthView.m: added next/prev month URL generation
126           methods, calculate startdate from form value
127
128         * Scheduler/OGoCalView.m: added -ownMethodName method to return the
129           last path component of the request URL (the SOPE method), eg
130           'weekoverview' for OGoCalWeekView, added 
131           -dateNavigationURLWithNewStartDate: method to calculate 'startDate'
132           URLs (should be improved to include existing query parameters!)
133
134         * Scheduler/OGoCalWeekOverview.m: minor tweaks ;-)
135
136 2004-06-03  Marcus Mueller  <znek@mulle-kybernetik.com>
137
138         * Scheduler/OGoCalWeekView.m: construct startDate from formValue,
139           otherwise use current week's monday as startDate.
140
141         * Scheduler/OGoCalWeekOverview.wox: switch back/forth
142
143         * Scheduler/OGoCalWeekOverview.m: provide URLs for switching back/forth
144           weekoverview.
145
146         * Scheduler/OGoCalView.[hm]: methods for converting dates into strings
147           and vice versa.
148
149         * Scheduler/OGoAppointmentView.m, Scheduler/OGoCalView.m: fixed include
150
151         * ChangeLog: created