]> err.no Git - scalable-opengroupware.org/blob - ZideStore/UI-X/ChangeLog
fixed compilation on OSX
[scalable-opengroupware.org] / ZideStore / UI-X / ChangeLog
1 2004-06-08  Helge Hess  <helge.hess@opengroupware.org>
2         
3         * */common.h, GNUmakefile.preamble.: fixed for OSX compile
4
5 2004-06-08  Marcus Mueller  <znek@mulle-kybernetik.com>
6
7         * Common/images: added a bunch of images from OGo
8
9 2004-06-07  Marcus Mueller  <znek@mulle-kybernetik.com>
10
11         * Custom/GNUmakefile: changed ZIDESTORE to include installed version
12           (ZideStore12). Removed post install hooks.
13
14         * Custom/GNUmakefile.postamble: new file, post install hooks and
15           xmllint for .wox.
16
17 2004-06-07  Marcus Mueller  <znek@mulle-kybernetik.com>
18
19         * Scheduler/GNUmakefile: changed ZIDESTORE to include installed version
20           (ZideStore12). Removed post install hooks.
21
22         * Scheduler/GNUmakefile.postamble: post install hooks updated for
23           GNUSTEP_BUILD_DIR.
24
25 2004-06-03  Helge Hess  <helge.hess@opengroupware.org>
26
27         * Scheduler/OGoCalWeekOverview.m: moved navigation URL generation to
28           superclass (now generic because we use the 'ownMethodName'). Could
29           even be moved to OGoCalView?
30         
31         * Scheduler/OGoCalMonthView.m: added next/prev month URL generation
32           methods, calculate startdate from form value
33
34         * Scheduler/OGoCalView.m: added -ownMethodName method to return the
35           last path component of the request URL (the SOPE method), eg
36           'weekoverview' for OGoCalWeekView, added 
37           -dateNavigationURLWithNewStartDate: method to calculate 'startDate'
38           URLs (should be improved to include existing query parameters!)
39
40         * Scheduler/OGoCalWeekOverview.m: minor tweaks ;-)
41
42 2004-06-03  Marcus Mueller  <znek@mulle-kybernetik.com>
43
44         * Scheduler/OGoCalWeekView.m: construct startDate from formValue,
45           otherwise use current week's monday as startDate.
46
47         * Scheduler/OGoCalWeekOverview.wox: switch back/forth
48
49         * Scheduler/OGoCalWeekOverview.m: provide URLs for switching back/forth
50           weekoverview.
51
52         * Scheduler/OGoCalView.[hm]: methods for converting dates into strings
53           and vice versa.
54
55         * Scheduler/OGoAppointmentView.m, Scheduler/OGoCalView.m: fixed include
56
57         * ChangeLog: created