]> err.no Git - scalable-opengroupware.org/blob - UI/WebServerResources/ChangeLog.upstream
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1209 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / WebServerResources / ChangeLog.upstream
1 2005-07-30  Helge Hess  <helge.hess@opengroupware.org>
2
3         * mailer.js: use standard 'view' instead of 'tb.view' method
4
5 2005-07-22  Helge Hess  <helge.hess@opengroupware.org>
6
7         * mailer-toolbar.css: fixed send and attach buttons to use 24x24 images
8
9 2005-07-22  Marcus Mueller  <znek@mulle-kybernetik.com>
10
11         * mailer.js: added labels for error messages
12
13         * mailer.js: added validation of recipients
14
15         * layout2or3_xlib.js: added (currently used by UIxMailToEditor for
16           height calculation)
17           
18         * layout2or3_xlib.txt: added, contains documentation/license for
19           layout2or3_xlib.js
20
21         * mailer-compose.css: fixed padding for table entries
22
23         * mailer.js: moved layout2or3_xlib JavaScript to own file
24
25 2005-07-21  Helge Hess  <helge.hess@opengroupware.org>
26
27         * mailer.css: moved compose styles to own file, mailer-compose.css
28
29         * mailer-toolbar.css: fixed positioning for 24x24 icons
30
31         * mailer.css: moved toolbar to own file, mailer-toolbar.css
32
33 2005-07-21  Marcus Mueller  <znek@mulle-kybernetik.com>
34
35         * tbtb_anais.png: new icon for Anais
36
37         * mailer.css: added tbicon_anais for Anais icon
38
39 2005-07-21  Helge Hess  <helge.hess@opengroupware.org>
40
41         * mailer.js: fixed a Linux Firefox issue with using POST in
42           XMLHttpRequest (must pass an empty string for a send, not 'null')
43
44         * mailer.js: fixed a bug with calling the opener on errors
45
46 2005-07-20  Helge Hess  <helge.hess@opengroupware.org>
47
48         * mailer.js: use POST instead of GET for toggling the mail read flag,
49           aded uixDeleteSelectedMessages() function to bulk delete mails from
50           the selection
51
52         * UIxAppointmentEditor.js: properly use getDate() instead of getDay()
53           for date comparison (#1478)
54
55         * UIxAppointmentEditor.js: properly validate startdate/enddate so that
56           startdate is always before the enddate (#1478)
57
58 2005-07-18  Helge Hess  <helge.hess@opengroupware.org>
59
60         * generic.js: added regex for email field checks
61
62         * uix.css: added .homepagefont class (as it was used in the deprecated
63           uix.css inside Common
64
65 2005-07-12  Helge Hess  <helge.hess@opengroupware.org>
66
67         * mailer.js: increased size of compose panel by 40px to avoid scrolling
68           when recipients are added
69
70 2005-03-02  Helge Hess  <helge.hess@opengroupware.org>
71
72         * generic.js: fixed a JS bug
73
74 2005-02-24  Helge Hess  <helge.hess@opengroupware.org>
75
76         * generic.js: added query dict parsing and generation functions
77
78         * created ChangeLog