1 2005-03-03 Marcus Mueller <znek@mulle-kybernetik.com>
3 * UIxCalWeekOverview.wox: some pretty printing
5 2005-02-17 Marcus Mueller <znek@mulle-kybernetik.com>
7 * common.make: removed dependency to removed libSOGoLogic
9 2004-10-15 Marcus Mueller <znek@mulle-kybernetik.com>
11 * common.make: updates for inline compilation, removed compatibility
14 2004-09-07 Marcus Mueller <znek@mulle-kybernetik.com>
16 * README: Update with information regarding localization
18 2004-08-26 Marcus Mueller <znek@mulle-kybernetik.com>
20 * Added "Mailer" product.
22 2004-08-25 Marcus Mueller <znek@mulle-kybernetik.com>
24 * Added "Contacts" product.
26 2004-08-10 Marcus Mueller <znek@mulle-kybernetik.com>
28 * Added "Anais" product.
30 2004-07-07 Marcus Mueller <znek@mulle-kybernetik.com>
32 * Replaced all occurrences of zidestoreui.css with uix.css
34 2004-06-30 Marcus Mueller <znek@mulle-kybernetik.com>
36 * SOGoUI: moved over from Common to ease build dependencies.
38 2004-06-30 Marcus Mueller <znek@mulle-kybernetik.com>
40 * Scheduler/UIxAppointmentEditor.m: improved -saveAction. Does
41 everything in a complete manner now - except for saving which isn't
44 2004-06-30 Helge Hess <helge.hess@opengroupware.org>
46 * Scheduler/UIxAppointmentEditor.m: made the hack more hackish to work
49 2004-06-28 Marcus Mueller <znek@mulle-kybernetik.com>
51 * Common/UIxComponent.[hm]: moved -ownMethodName here.
53 * Scheduler/UIxCalView.[hm]: removed -ownMethodName, moved to
56 * Scheduler/UIxAppointmentView.[hm]: first "draft" of view component.
57 The look of OGo is resembled closely, but most features are still
60 2004-06-28 Marcus Mueller <znek@mulle-kybernetik.com>
62 * Scheduler/GNUmakefile.preamble: links against libSOGoLogic now.
64 * Scheduler/UIxAppointmentView.m, Scheduler/UIxAppointmentView.wox:
67 2004-06-23 Marcus Mueller <znek@mulle-kybernetik.com>
69 * UIxCalMonthOverview.[m,wox]: completed month view. Turned out to
70 be much more difficult to improve with style sheets than expected.
71 Requires version 4.2.45 of WEExtensions.
73 2004-06-22 Marcus Mueller <znek@mulle-kybernetik.com>
75 * Refactoring: Renamed everything from OGo to UIx in order to avoid
76 nameclashes (happens on OSX related to NGBundleManager)
78 * Refactoring 2: Moved methods from UIxWeekOverview to UIxCalView.
80 * Highlighting in UIxWeekOverview works now.
82 2004-06-22 Helge Hess <helge.hess@skyrix.com>
84 * Common/GNUmakefile.preamble: fixed linking for OGo gstep-make
86 2004-06-21 Helge Hess <helge.hess@opengroupware.org>
88 * Scheduler/OGoCalWeekOverview.m: fixed syntax errors
90 2004-06-18 Marcus Mueller <znek@mulle-kybernetik.com>
92 * Implemented proper calendar in week overview. Highlighting isn't
95 2004-06-18 Marcus Mueller <znek@mulle-kybernetik.com>
97 * Common/OGoComponent.[hm]: new component which serves as a base
98 component for calendar components now. Knows how to deal with
99 queryParameters and offers url construction method(s).
101 * All existing components have been rewritten to use queryParameters
102 instead of hardcoded strings where this is feasible. This provides
103 future extensibility and flexibility.
105 * Handling of dates has been fixed to center around the use of a
106 'day' parameter. startDate/endDate are coupled to this, but
107 don't override it as it's the duty of the individual view to set
108 its (feasible) ranges accordingly. The new behaviour is noticable
109 in the calendar selection tabview instantly, as it now replicates
112 2004-06-16 Marcus Mueller <znek@mulle-kybernetik.com>
114 * Common/OGoAppNavView.m: construct URL correctly.
116 * Common/OGoPageFrame.m: display login correctly.
118 * Common/calendar.css: cosmetic changes.
120 * Scheduler/OGoCalSelectTab.m: always display mondayOfWeek.
122 * Scheduler/OGoCalBackForthNavView.m: created.
124 2004-06-16 Marcus Mueller <znek@mulle-kybernetik.com>
126 * Common/zidestoreui.css: new style for button_auto.
128 * Scheduler/OGoCalView.[hm]: API for completing hrefs with necessary
131 * Scheduler/OGoCalWeekView.m: bugfix for startDate.
133 * Scheduler/product.plist: added still missing views -> point to
134 weekoverview for the time being.
136 2004-06-15 Marcus Mueller <znek@mulle-kybernetik.com>
138 * Common/UIxTabView.m: removed class from <a> tag, removed rendering
139 of headerFooter (what's that good for anyways?)
141 * Several resources which resolved to wrong products added statically
144 * Cosmetic changes in templates.
146 2004-06-14 Helge Hess <helge.hess@opengroupware.org>
148 * Scheduler/OGoCalMonthOverview.wox: added missing rsrc namespace
150 2004-06-14 Helge Hess <helge.hess@skyrix.com>
152 * Common/common.h: fixed a gcc 3.4 warning
154 2004-06-14 Helge Hess <helge.hess@opengroupware.org>
156 * added aggregate project for UI-X
158 2004-06-14 Marcus Mueller <znek@mulle-kybernetik.com>
160 * Common/calendar.css: new date_label (unused)
162 * Scheduler/OGoCalSelectTab.m: finished all labels
164 * Scheduler/OGoCalDateLabel.m, Scheduler/OGoCalDateLabel.wox: new
165 component for rendering the correct date label based on startDate,
166 endDate and selection
168 * Scheduler/OGoCalMonthView.m: prev/next month corrected
170 * Scheduler/OGoCalMonthOverview.wox: uses date label and tabs now
172 * Scheduler/OGoCalWeekOverview.wox: completed layout
174 * Scheduler/GNUmakefile: new component added
176 2004-06-14 Marcus Mueller <znek@mulle-kybernetik.com>
178 * Common/UIxTabView.[hm]: more stylesheet support via headerStyle
179 and bodyStyle bindings.
181 * Common/zidestoreui.css: styles for tabs, resembling OGo look.
183 * Scheduler/OGoCalSelectTab.m: implemented dateLabel (for testing).
185 * Scheduler/OGoCalSelectTab.wox: corrected selection binding namespace.
187 2004-06-08 Helge Hess <helge.hess@opengroupware.org>
189 * Scheduler/NOTES: added class hierarchy
191 * */common.h, GNUmakefile.preamble.: fixed for OSX compile
193 2004-06-08 Marcus Mueller <znek@mulle-kybernetik.com>
195 * Common/images: added a bunch of images from OGo
197 2004-06-07 Marcus Mueller <znek@mulle-kybernetik.com>
199 * Custom/GNUmakefile: changed ZIDESTORE to include installed version
200 (ZideStore12). Removed post install hooks.
202 * Custom/GNUmakefile.postamble: new file, post install hooks and
205 2004-06-07 Marcus Mueller <znek@mulle-kybernetik.com>
207 * Scheduler/GNUmakefile: changed ZIDESTORE to include installed version
208 (ZideStore12). Removed post install hooks.
210 * Scheduler/GNUmakefile.postamble: post install hooks updated for
213 2004-06-03 Helge Hess <helge.hess@opengroupware.org>
215 * Scheduler/OGoCalWeekOverview.m: moved navigation URL generation to
216 superclass (now generic because we use the 'ownMethodName'). Could
217 even be moved to OGoCalView?
219 * Scheduler/OGoCalMonthView.m: added next/prev month URL generation
220 methods, calculate startdate from form value
222 * Scheduler/OGoCalView.m: added -ownMethodName method to return the
223 last path component of the request URL (the SOPE method), eg
224 'weekoverview' for OGoCalWeekView, added
225 -dateNavigationURLWithNewStartDate: method to calculate 'startDate'
226 URLs (should be improved to include existing query parameters!)
228 * Scheduler/OGoCalWeekOverview.m: minor tweaks ;-)
230 2004-06-03 Marcus Mueller <znek@mulle-kybernetik.com>
232 * Scheduler/OGoCalWeekView.m: construct startDate from formValue,
233 otherwise use current week's monday as startDate.
235 * Scheduler/OGoCalWeekOverview.wox: switch back/forth
237 * Scheduler/OGoCalWeekOverview.m: provide URLs for switching back/forth
240 * Scheduler/OGoCalView.[hm]: methods for converting dates into strings
243 * Scheduler/OGoAppointmentView.m, Scheduler/OGoCalView.m: fixed include