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