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