Commit Graph

12676 Commits

Author SHA1 Message Date
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
8c6cb48d85 fix for bug #87: Infolog - Addressbook categories mixed in 1.2.x
The select_widget allways used the cats of the current application. That's still the default, but it can be overwritten now via an option. The nextmatch_widget has now and optional parameter 'cat_app', which defaults to the app of the get_rows method.
2006-12-04 14:39:22 +00:00
46dfa3e3ff using nation from the general prefs for new addresses 2006-12-04 12:41:03 +00:00
8c86a244c9 fix not working delete in edit mode 2006-12-02 11:47:34 +00:00
e800b75362 kill php5.2 warnings 2006-12-02 11:05:05 +00:00
c6640c044e kill php5.2 warnings 2006-12-02 11:04:30 +00:00
8e647edc80 kill php5.2 warnings 2006-12-02 11:03:54 +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
f2be211de1 re-applying commit 22775 which got removed by Lars last commit (22866):
- fixed not always exported custom fields
- removed old ex_search method
2006-11-23 14:31:22 +00:00
dbfe6f6d91 we can now have multiple comma-separated types for each custom field 2006-11-23 14:20:48 +00:00
efb218c924 we can have multiple comma-separated types now 2006-11-23 13:52:56 +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
d0e5d6a188 worse hack to get sql->ldap export working with strict ldap acl applied
Ralf needs to review this, because it's a hack
2006-11-23 06:46:51 +00:00
939b038f46 Ensure inclusion of the top-level header.inc.php 2006-11-22 23:07:19 +00:00
4c68b78768 Ensure inclusion of header from the top-level directory 2006-11-22 23:06:05 +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
990e32e760 bugfixes:
- start- and end-time in view-mode are now readonly
--> fixes wrong date/time if clicking on [edit] in view-mode
- project-filter use now project-id
- setting project-title in full integration mode (thanks to Klaus Leithoff)
2006-11-20 14:17:28 +00:00
e344c13e62 patch from Antoni Matamalas
fixes some problems with syncevolution
2006-11-20 07:56:03 +00:00
b15ced10a5 pending additions and updates 2006-11-20 00:28:56 +00:00
e403dc2670 lang updates 2006-11-19 15:21:31 +00:00
d48f360667 fixed AND tested et_media 2006-11-18 07:23:56 +00:00
dc384ab924 fixed AND tested et_media 2006-11-18 07:16:56 +00:00
a9b1257487 the mappings from old export framework can be importet now 2006-11-16 11:05:42 +00:00
2b3ce8669b changed export ui to be focused on definitions 2006-11-16 11:04:09 +00:00
19127495f3 display wholeDay-nonblocking events on Top in month-view too. Additionally added some fixes which makes the extraRows value only as big as needed. 2006-11-15 19:46:20 +00:00
4a19aaa1ff fixed warning if nothing checked in responsible edit 2006-11-15 10:33:06 +00:00
00134ab430 fixed bug: editing infolog >> site config deletes custom fields 2006-11-15 10:24:58 +00:00
2563cd7f53 allow to change the addressbook/owner for new contacts, even if you have no delete rights for the preselected addressbook 2006-11-14 09:25:07 +00:00
04afc8f6cb fixed "complete query" in email popup, it was using the query from the index page and not the popup, for all actions 2006-11-13 14:53:40 +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
3397b87aad categories are not converted to UTF-8 in getSIF
At getSIF in calendar/inc/class.sifcalendar.inc.php, categories are not converted to UTF-8.
Therefore, when we try to sync our PDA & eGW via SyncML,
categories not stored in UTF-8 become unreadable on the synced device.

patch contributed by Heiga Zen
2006-11-13 09:23:21 +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
630809ee5f http://www.egroupware.org/patches?tr_id=82
Added syncevolution full compatibility in class.boical.inc.php

This patch adds an entry in the setSupportedFields funtion and be able to syncronize participants, owner and categories from an event into Evolution using Syncevolution.

patch contributed by Antoni Matamalas
2006-11-13 08:36:00 +00:00
485027f3f1 patch from Christian
this patch fixes the handling of daylight saving
2006-11-13 08:19:23 +00:00
e065856c7e automatically adding brackets around the ldap-search-filter, if the admin forgets it 2006-11-12 19:23:28 +00:00
6211b1457d some fixes and updates for the eTemplate tutorial 2006-11-12 09:03:11 +00:00
9e61aaf90d propset svn:keyword Id 2006-11-10 15:38:31 +00:00
522009d565 plugin and wrapper class for addressbook to use importexport framework 2006-11-10 15:35:35 +00:00
b7d62c7b09 initial import of my importexport work,
export is quite clean at the moment, but import needs lots of work, 

all the stuff is not really for production yet, but i import it now, so that the guy from metaways can also work on it.
most pending tasks:
- implement conversions based on regular expressions
- implement options of plugin
- rework import part (mostly ui)
2006-11-10 15:30:01 +00:00
fcc21fec4c updated german translation 2006-11-09 12:55:52 +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
1de2cd5e23 fixed my DTEND fix :-) only substract one second instead of 60 for whole day events 2006-11-08 12:16:00 +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