Commit Graph

4542 Commits

Author SHA1 Message Date
2e3a0a06cd added a small default registry for f(elami)mail, to list it in the quick add menu, without really supporting linking with mails 2006-12-12 14:40:03 +00:00
fcb1756233 extraicons image and layout mods 2006-12-12 08:00:52 +00:00
c3dcde2e75 extraicons image and layout mods 2006-12-12 08:00:07 +00:00
eb88f7b3f1 extraicons image and layout mods 2006-12-12 07:59:19 +00:00
f791b17f87 statusbar left padding removed and cross-browser and platform spacing issues. 2006-12-11 08:20:41 +00:00
f199be0355 extra apps menu dropin from top not the right. 2006-12-11 08:17:28 +00:00
696fd0064d adjust statusbar height so new selectbox does not overlap currentapp titlebar 2006-12-11 02:47:01 +00:00
a166bb0f57 reworked and refractured the way template sets work in eGW:
- virtual baseclass egw_framework in the API which each template extends
- replaces $api/footer.inc.php, $tpl/head.inc.php & $tpl/navbar.inc.php
- all existing phplib template sets just inherit the idots_framework, but can have own templates
- moved most html from navbar.inc.php into the navbar.tpl
--> idots & jerryr are reworked and working, all other template sets are disabled at the moment
--> The rework was done to add a selectbox to add all sorts of entries without the need to change to the app first. This is now implemented in the egw_framework class using the link-registry.
2006-12-10 23:44:18 +00:00
66dcb36337 image and color mods 2006-12-10 18:39:58 +00:00
24771e7f60 added print.css 2006-12-10 06:07:25 +00:00
c57efc85aa replace arrows 2006-12-10 02:54:17 +00:00
078d5816bd massive pending language updates 2006-12-09 22:21:27 +00:00
d1c0f3c91c adjust height alignment 2006-12-09 22:18:35 +00:00
d312d9a671 patch 156 at egw.org 2006-12-09 18:23:58 +00:00
1bcde359fc using default icons 2006-12-09 10:33:40 +00:00
439ea9b322 logo alignment fix 2006-12-09 10:31:06 +00:00
f48233e39c logo alignment fix 2006-12-09 10:30:45 +00:00
325ab6d6a2 using default icons 2006-12-09 09:53:47 +00:00
379546f0bb removed back image and lt-rt borders 2006-12-09 08:24:05 +00:00
f50b7cb26c updated appiconsbar to accomodate default icon sizes 2006-12-09 08:21:39 +00:00
05cd4a36d9 added quoting for float and decimal types, prevents SQL errors 2006-12-08 10:16:00 +00:00
ef10e5af0a image change 2006-12-08 06:46:19 +00:00
4f3ffcbba5 added print css to give focus on current app when printing 2006-12-08 06:31:55 +00:00
b3d33c6dfe currentapp title back 2006-12-08 06:29:32 +00:00
2ff7443fa6 changed iconbar, sidemenu header and current app title. current app should stand out better. 2006-12-08 06:26:56 +00:00
1a6ed5c469 color changes 2006-12-08 06:10:19 +00:00
55e745ce85 layout colors and image updates 2006-12-08 05:36:29 +00:00
ce2a7c918f fixed warning introduced by strstr --> strpos conversation 2006-12-07 19:17:25 +00:00
4421d6cf09 strstr -> strpos fix by thomas koch 2006-12-07 12:46:08 +00:00
915dd1910f fixing the fix ;-)
According to wikipedia windows-1250 is similar to iso-8859-2 - thought German special chars (umlauts) have the same encoding in iso-8859-1
2006-12-06 07:21:45 +00:00
19b7844ca3 fixed not working conversation of birthdays in addressbook from 1.2 --> trunk:
the update function depended on the addressbook tables in the addressbook app, which was only the case for a short time periode
2006-12-05 19:34:09 +00:00
9ab10aeb77 fix for problem describt on the german list: headers from mails send from Outlook, eg:
From: =?Windows-1250?Q?X=F6rg_Brd?= <x_brd@xxx.de> 
get not decoded correct --> php (at least some versions) seems not to understand the charset windows-1250, which is more or less identical to iso-8859-1
2006-12-05 19:11:38 +00:00
c6640c044e kill php5.2 warnings 2006-12-02 11:04:30 +00:00
56fb1e7052 killed a php5.2 warning 2006-12-02 07:55:09 +00:00
f4baebf3c1 killed a php5.2 warning 2006-12-01 13:34:17 +00:00
24ae9727d5 new jerryr template set from Jerry Ruhe 2006-11-28 07:45:33 +00:00
4cc4052813 cat_id was just varchar(32), which is to small if you use lot's of categories, set it to varchar(255) now 2006-11-23 10:37:27 +00:00
497602b4de hide body background-image when printing - this makes it possible to activate printing of backgrounds generally (e.g. in Firefox, looks nice for calendar events), but leave background-white instead of grey (which made spooling very,very slow for some reason) 2006-11-22 21:52:56 +00:00
e403dc2670 lang updates 2006-11-19 15:21:31 +00:00
084b53971c fixing the fix: explicitly disallowing "javascript:" url's to be used as menuaction: fixes not working add email links in the addressbook popup for FMail 2006-11-13 11:59:59 +00:00
e0e16ab18d fixed not working forward of not loged in users after login to the original address 2006-11-13 11:06:42 +00:00
1ba36a6ca5 Horde::iCalendar vcalendar export bug
Special characters in text field are not scaped when events or todos are exported. For example, ',' in the description field are send literal. According to rfc2445 section 4.3.11 there are some characters which must be scaped or quoted. This patch tries to solved this problem.

patch contributed by Antoni Matamalas
2006-11-13 09:19:01 +00:00
485027f3f1 patch from Christian
this patch fixes the handling of daylight saving
2006-11-13 08:19:23 +00:00
0f4fee5b3f Horde iCalendar.php::parsevCalendar now accepts ';' AND ',' as field delimiter for EXDATE and FREEBUSY 2006-11-09 09:57:49 +00:00
6173df6f48 * reworked api call for fckeditor 2006-11-08 08:06:27 +00:00
e186062d63 * don't display spell check button (needs some cleanup on server side) 2006-11-07 18:21:18 +00:00
8a0f08b54f * initial import of fckeditor
* added function to add fckeditor instead of tinymce
2006-11-07 18:18:22 +00:00
21a3b81484 insert webdav 2006-11-06 15:57:55 +00:00
cc02f439d7 new dragdrop class -- Introduction in WIKI follows the next days 2006-11-05 09:59:38 +00:00
29ee0ffbeb new wz_dragdrop.js (v4.85) 2006-11-05 09:58:13 +00:00