Commit Graph

11524 Commits

Author SHA1 Message Date
Carsten Wolff
e6334fe830 RRULE should not be escaped by this class in egw, because it's generated with ; in it 2007-04-24 08:28:57 +00:00
Ralf Becker
aba8bc67d3 fix for bug #385: Problem with HTML specialchars in addressbook 2007-04-06 12:15:59 +00:00
Ralf Becker
66631dfc2b fix for bug #579: Birthdays are not synced properly in server -> client direction in 1.2.106 2007-04-06 11:49:06 +00:00
Ralf Becker
24be3e4794 - new specfiles for 1.2.106-2
- added display_errors off & log_errors on
2007-01-03 09:19:41 +00:00
Ralf Becker
8961aa9658 moved common_function include before the session restore, to fix a problem occuring in php5.2 from time to time:
PHP Fatal error:  Call to undefined function  filesystem_separator() in /srv/www/htdocs/egw-1.2/phpgwapi/inc/class.egw.inc.php on line 381
2007-01-03 08:06:47 +00:00
Ralf Becker
e924f671b0 fixed php5.2 error reported on the german list: replying was not working in fmail:
PHP Catchable fatal error:  Object of class bocompose could not be converted to string in /srv/www/htdocs/egw-1.2/felamimail/inc/class.bocompose.inc.php on line 297
2007-01-03 08:01:43 +00:00
Ralf Becker
a0deb5b64d 1.2.106 spec's 2007-01-01 07:37:46 +00:00
Ralf Becker
ae0ba0aebc an other fix for bug #21: Reject entry as part of group, entry still shown (should not):
- socal::search() returns rejected group-invitations, as only the user not also the group is rejected
- as we cant remove them efficiantly in SQL, we kick them out here, but only if just one user is displayed
2006-12-29 08:47:28 +00:00
Ralf Becker
b2d586add6 fix for bug #15: Ressource time slots not checked in freetime search 2006-12-27 15:04:37 +00:00
Ralf Becker
3bf6bb24ed switching display_error off to work around the buggy mbstring extension in php5.2 2006-12-27 14:44:16 +00:00
Ralf Becker
0196ccb8df fixed previous commit as it used a method not availible in 1.2 2006-12-27 14:38:15 +00:00
Ralf Becker
13fa4189b2 fix for bug #102: Inviting a group of person => Private status in calendar 2006-12-27 12:52:04 +00:00
Ralf Becker
4ba06c8a62 PostgreSQL 8.1 fix 2006-12-27 12:24:09 +00:00
Ralf Becker
91ebb2a443 fix for bug #21: Reject entry as part of group, entry still shown (should not)
That's fixed now for the planner, cant reproduce that wrong behavior for the other views
2006-12-25 12:58:03 +00:00
Ralf Becker
a22713db66 fixed not working ldapimport, common was instanciated for $phpgw and the accounts class use $egw 2006-12-21 07:07:56 +00:00
Ralf Becker
ebef3edcef removed outdated docs, thanks to Thomas Koch 2006-12-12 10:55:39 +00:00
Ralf Becker
1508242bd5 added quoting for float and decimal types, prevents SQL errors 2006-12-08 10:17:15 +00:00
Ralf Becker
377b9aaf30 fix for PostgreSQL, thanks to Mark Stosberg 2006-12-08 07:13:36 +00:00
Ralf Becker
b7a992856e 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:22:59 +00:00
Ralf Becker
9722a08168 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:13:20 +00:00
Ralf Becker
73f0201a96 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-05 10:11:26 +00:00
Ralf Becker
19e0226ba5 php5.2 fix from trunk, fixing bug #106: PHP 5.2.0 - Project Manager Fatal Error 2006-12-04 14:02:40 +00:00
Ralf Becker
a52c23c0dc fixed AND tested et_media 2006-11-18 07:38:09 +00:00
Ralf Becker
d48f360667 fixed AND tested et_media 2006-11-18 07:23:56 +00:00
Ralf Becker
dc384ab924 fixed AND tested et_media 2006-11-18 07:16:56 +00:00
Cornelius Weiß
a9b1257487 the mappings from old export framework can be importet now 2006-11-16 11:05:42 +00:00
Cornelius Weiß
2b3ce8669b changed export ui to be focused on definitions 2006-11-16 11:04:09 +00:00
Christian Binder
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
Ralf Becker
4a19aaa1ff fixed warning if nothing checked in responsible edit 2006-11-15 10:33:06 +00:00
Ralf Becker
6af96f76af - fixed bug: editing infolog >> site config deletes custom fields
- fixed warning if nothing checked in responsible edit
2006-11-15 10:32:03 +00:00
Ralf Becker
00134ab430 fixed bug: editing infolog >> site config deletes custom fields 2006-11-15 10:24:58 +00:00
Ralf Becker
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
Ralf Becker
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
Ralf Becker
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
Ralf Becker
e0e16ab18d fixed not working forward of not loged in users after login to the original address 2006-11-13 11:06:42 +00:00
Lars Kneschke
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
Lars Kneschke
12c26c3bb9 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:22:26 +00:00
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
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
Lars Kneschke
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
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
Lars Kneschke
485027f3f1 patch from Christian
this patch fixes the handling of daylight saving
2006-11-13 08:19:23 +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
e065856c7e automatically adding brackets around the ldap-search-filter, if the admin forgets it 2006-11-12 19:23:28 +00:00
Ralf Becker
4309b73787 fix from moe-AT-no-prob.de 2006-11-12 19:14:33 +00:00
Ralf Becker
6211b1457d some fixes and updates for the eTemplate tutorial 2006-11-12 09:03:11 +00:00
Cornelius Weiß
9e61aaf90d propset svn:keyword Id 2006-11-10 15:38:31 +00:00
Cornelius Weiß
522009d565 plugin and wrapper class for addressbook to use importexport framework 2006-11-10 15:35:35 +00:00
Cornelius Weiß
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