Commit Graph

11408 Commits

Author SHA1 Message Date
Lars Kneschke
6227931881 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:40 +00:00
Lars Kneschke
e1d3cec73e 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:34:39 +00:00
Lars Kneschke
a57b53e713 patch from Christian
this patch fixes the handling of daylight saving
2006-11-13 08:20:05 +00:00
Ralf Becker
e43fddbcee automatically adding brackets around the ldap-search-filter, if the admin forgets it 2006-11-12 19:24:38 +00:00
Ralf Becker
4309b73787 fix from moe-AT-no-prob.de 2006-11-12 19:14:33 +00:00
Ralf Becker
ecae7dc75b backported php5.2 fix from trunk: renamed datetime class to egw_datetime 2006-11-10 11:38:34 +00:00
Ralf Becker
a63d1784d6 backported php5.2 fix from trunk: Catchable fatal error: Object of class etemplate could not be converted to string 2006-11-10 11:36:13 +00:00
Ralf Becker
3fa50afa7f fix for participant status display for multibyte charsets (Japanese) 2006-11-07 06:15:38 +00:00
Ralf Becker
4d8c8843b8 fixed not settable minutes for sheduling backups 2006-11-06 13:31:49 +00:00
Christian Binder
a7d25f71df give bocalupdate alarms a tolerance of 10seconds to make alarms possible that happen directly on the event start time 2006-11-04 18:37:05 +00:00
Ralf Becker
e5c82ae4db Horde import plugin from Paco Orozco <pakusland-at-gmail.com>: Patch #37 2006-11-01 06:39:56 +00:00
Pim Snel
3d6ef7ce57 backport the ability to manualy set the tpl path 2006-10-30 09:50:40 +00:00
Pim Snel
b55f7db8ed backport:add set_var for minimal compatibility with PHPLIB Templates 2006-10-30 09:34:55 +00:00
Ralf Becker
3aefcc40c9 daylight saving fix for today from Christian 2006-10-29 12:52:52 +00:00
Ralf Becker
7c70498b4c typo fix from Christian 2006-10-29 12:51:06 +00:00
Ralf Becker
15ca67e8b8 removed not used / needed var parameter, which gave an error if using Japan as country, as suggested by Heiga Zen <heigazen-at-gmail.com> 2006-10-23 05:02:00 +00:00
Ralf Becker
88048ecc2f renamed datetime class to egw_datetime to support php5.2 2006-10-22 06:39:49 +00:00
Cornelius Weiß
c2d8db0e2f start with reimplementation of advanced search 2006-10-21 20:17:49 +00:00
Cornelius Weiß
8d7bca0d8f start with reimplementation of advanced search 2006-10-21 20:16:25 +00:00
Cornelius Weiß
f302a74156 start with reimplementation of advanced search 2006-10-21 20:14:31 +00:00
Ralf Becker
2f3d566207 using a type-specific template in the list, if it exists 2006-10-21 13:07:32 +00:00
Ralf Becker
c98a675df0 - using a type-specific template in the list, if it exists
- some more docu
2006-10-20 13:13:00 +00:00
Ralf Becker
4719e35a43 fixed error-message in the editor: method is no string 2006-10-20 12:17:57 +00:00
Ralf Becker
1a60791aaf etemplate is still 1.2 2006-10-19 19:49:00 +00:00
Ralf Becker
73cfd5e7cc fixed error-message in the editor: method is no string 2006-10-19 19:05:48 +00:00
Ralf Becker
e3c43944ad small layout fixes: right-aligning the ticket-number, remove the padding from the vbox 2006-10-19 19:04:33 +00:00
Ralf Becker
9a0352e28c added error if starttime is after endtime, which would lead to negative times 2006-10-19 18:52:18 +00:00
Ralf Becker
9ab93a73a2 fix for bug #24: Contact widget displays contact_id if contact not found 2006-10-19 18:19:11 +00:00
Ralf Becker
0b261f355b fixed not working removal of group-memberships via edit-group 2006-10-19 17:11:35 +00:00
Cornelius Weiß
7c7593c7df update script for 1.2.106 version 2006-10-19 15:31:22 +00:00
Ralf Becker
d2f93575e7 removed not longer supported link and fixed addressbook dependencies 2006-10-19 08:52:00 +00:00
Ralf Becker
2bbcb5c7e8 remove error_log message 2006-10-19 08:51:11 +00:00
Ralf Becker
01286bbc9b make the display of addressbook-links configurable:
- own sorting (default: Company: Last name, First name)
- Company: Last name, First name
- Company, Department: Last name, First name
- Company, City: Last name, First name
- Company, Department, City: Last name, First name
2006-10-19 08:50:25 +00:00
Pim Snel
6a35c9812c updated french tranlation 2006-10-18 14:05:18 +00:00
Ralf Becker
877373642b convert custom from to 0 or 1, it's unset if not checked, which starts the detection 2006-10-18 09:09:18 +00:00
Ralf Becker
a932cc99a6 fixed typo, thanks to Istvan 2006-10-18 05:41:42 +00:00
Christian Binder
914c044a1c calendar: non_blocking whole day events are displayed now on top of the day in one row only 2006-10-17 20:01:08 +00:00
Ralf Becker
0cd9b918d1 fixed an off by one problem 2006-10-17 17:28:55 +00:00
Ralf Becker
c461da0bbd fixed an off by one problem 2006-10-17 17:27:15 +00:00
Cornelius Weiß
d6bf643ed2 fix not working addition of attachment in mail2info 2006-10-17 08:04:22 +00:00
Ralf Becker
17a12855d0 setting the 1.2 version to 1.2.106 2006-10-17 07:52:00 +00:00
Ralf Becker
1707c87d89 some bugfixes:
- InfoLogs create via the addressbook show the address as Contact again
- Mail --> InfoLog creates address as Contact now
2006-10-17 07:13:12 +00:00
Pim Snel
c207eb47f9 french translation update 2006-10-16 21:17:55 +00:00
Pim Snel
5bd2ba387b updating french translations 2006-10-16 21:14:09 +00:00
Cornelius Weiß
6f70043f8d changed data representation of remember cookie 2006-10-16 21:10:00 +00:00
Pim Snel
941498004c new links for the changed registration app 2006-10-16 20:46:24 +00:00
Cornelius Weiß
8988eb5de2 changed data representation of remember cookie 2006-10-16 20:45:15 +00:00
Ralf Becker
0d1c4664c3 fixed after some recent updates not working file-upload in etemplate 2006-10-16 20:01:31 +00:00
Christian Binder
11db342084 give bocalupdate alarms a tolerance of 10seconds to make alarms possible that happen directly on the event start time 2006-10-16 19:50:22 +00:00
Pim Snel
1cd56a8199 updated dutch translation 2006-10-15 20:48:47 +00:00