Commit Graph

12439 Commits

Author SHA1 Message Date
41049cc707 "fixed category sync problem reported by sezuan <supportrq-at-sucksass.de>" 2007-12-11 06:58:20 +00:00
aad76dd0bd fix for a problem with stripping out html comments, since sometimes the stripping loops forever 2007-12-10 08:19:03 +00:00
2bbebf7a0f E_ALL notice 2007-12-09 22:55:39 +00:00
bb1d8575d8 "fetching of the content of selectbox customfield did not work (options were not set)" 2007-12-07 18:21:04 +00:00
0c26f4d523 "fixed typo causing only sending the mail without storing in an addressbook to fail" 2007-12-07 07:50:02 +00:00
357ea49003 "fixed error-message on no connection to a postgres server, to NOT contain the password" 2007-12-07 00:17:35 +00:00
86d3c5f159 "fix to display readonly link-entry without id empty (showed text search)" 2007-12-06 22:18:19 +00:00
0bea253fc7 "fix from belu-at-upd19.lcs-internet-akademie.de to allow user names including dots" 2007-12-04 05:24:15 +00:00
c4bb7046a3 "Fixed problem reported by Eval Plantec on the developers list: no conflict of a group invitation with events of its members" 2007-12-03 17:08:50 +00:00
0da33526b7 Provide proper vcard profile for syncevolution
Patch provided by Ioannou Ioannis (patch # 1230)
2007-12-03 10:23:20 +00:00
dbaed3389f "tiny patch from Andreas Feldner <pelzi-at-flying-snail.de>, allowing for passwords containing a colon" 2007-12-01 01:04:01 +00:00
8a376b62ea CSS-Browserhack for IE to position the colselection within the nextmatch header, because of visibility problems of the
columnselection against selectboxes in the background
2007-11-30 08:58:04 +00:00
73c2841457 Remove the reference to the deprecated formated_list() functions for categories.
Replaced them with the correct name: formatted_list().
2007-11-27 17:23:40 +00:00
d044541686 adaption of the customfields feature to the distinction of detailed/non-detailed prefs of the columnselection 2007-11-27 11:49:55 +00:00
baeef40a16 "only check session.save_path if session.save_handler == files" 2007-11-27 00:37:38 +00:00
4cd6f57356 "fixed problem reported from xxx on the user list: \"Fatal Error class.uiinfolog.inc.php on line 1220\"
removed php5 code (self::), to maintain php4.3 compatibility in 1.4"
2007-11-25 16:19:27 +00:00
d66969f72b fix not thrown exception if no notificaiton was send 2007-11-24 15:01:24 +00:00
f4292fb51b "allow admins to import contacts with creator / created date set" 2007-11-23 17:21:26 +00:00
43cc66738a "show the red cross if any app needs upgrading" 2007-11-23 17:02:56 +00:00
7200ea444b added the optional customfield column for infolog.index.rows and infolog.index.rows-noheader 2007-11-23 12:57:55 +00:00
ecbb4e2b55 added the option to display customfields in the infolog main view.
after selecting customfields with the columnselector, you can choose which customfields you want to display
in the customfields column with the columnselector.
2007-11-23 12:51:59 +00:00
503a7a06d0 added phpgwapi/templates/default/images/info.png for the use of an info-icon to customfields in listview 2007-11-23 12:37:31 +00:00
627659be61 changed the etemplate/inc/class.customfields_widget.inc.php, to display only fields with values in listview and to have an info icon to identify
which customfield is displayed (onmouseover), a click on the icon or the value of the customfield opens the description of that field as alertbox.
2007-11-23 12:33:58 +00:00
170c0f95b1 bugfix: if you have custom addressbook types defined, the custom addressbook type selection within the listview will work now. 2007-11-23 09:02:03 +00:00
1d50dd1a8a Merge change r24666 from trunk:
Fix the synml fragmentation support problem detected on some phones
such as the Nokia E61.
This affected most phones/devices that use SyncML with the vcard/vcalendar
format.

Fix from Christoph Kaulich, thanks.
2007-11-19 11:21:45 +00:00
0c2ed61d02 fix for reading empty files. This caused problems with mac os x as WebDAV client 2007-11-18 19:57:53 +00:00
6be088d539 "Patch from Nigel to support participants on Windows Mobile/PocketPC Synthesis clients" 2007-11-11 10:38:45 +00:00
fbb7d5c052 "fix for fmails live search to include accounts, if they are stored in a different repository" 2007-11-11 06:45:07 +00:00
df4b5575fd catalan updates 2007-11-10 10:46:49 +00:00
8e9aae494b "patch from Nigel Vickers and me, to prevent recursed getclosingbraces walking over a double stop delimeter" 2007-11-10 08:12:34 +00:00
97830ca51f "patch from Nigel Vickers from Stylite, to fix doublicate contacts and missing fields issues with the Synthesis Standard edtion for Windows Mobile/Pocket PC" 2007-11-10 08:08:48 +00:00
092081e751 Galician support, by tracker 1239 2007-11-09 16:33:20 +00:00
d7ea188df4 "small fix to deal with wrong charset iso8859-1 instead of iso-8859-1, seems to happen quite a lot, at least to my mailbox" 2007-11-08 06:37:35 +00:00
eb3dd68d45 add mendatory fields again which got lost by the patches of Patrick Bihan-Faou 2007-10-31 21:02:04 +00:00
f0457e8fee fixed a few small bugs in the contactform: verification can be turned off now, 2. customfiled is now disable if not set, email-address verification allows for "-" in the mail part 2007-10-31 11:17:16 +00:00
24d7fec287 fixed typo reported by Daniel Lüken <lueken-AT-via-ev.de> on the german list 2007-10-30 06:29:18 +00:00
880b801afc backported GroupDAV support from trunk to 1.4, can be used eg. with the thunderbird GroupDAV plugin from inverse.ca (sogo-connector) to access the eGW addressbook from thunderbird 2007-10-29 20:04:33 +00:00
517bdb9f65 Merged several SyncML fixes from trunk:
- 24518: prevent deleting of accounts via SyncML and to read private flag from the DB if missing
- 24531: Merge SyncML patches from Patrick Bihan-Faou plus some other SyncML fixes from trunk
- 24555: fixed bug introduced by my commit r24522 (included in 24531): egw could not deal with LDAP Ids
- 24571: fixed typo reported by Thomas Hoth on the developer list, causing calendar sync in trunk to fail if the clients wants categories
- 24591: diverse vCard improvments, incl. rudimentary vCard3 support
2007-10-29 19:46:46 +00:00
ef95e5527c not using gidNumber for autocreating accounts, as it means nothing on our system and it stops the group selected in setup from beeing used 2007-10-28 06:04:54 +00:00
8d84c76715 german lang update for felamimail 2007-10-26 09:20:35 +00:00
aa9bcef188 warn on empty subject before sending mail 2007-10-26 09:13:25 +00:00
5ef1bb620c patch from erwin.leubaz-AT-advancedsilicon.com for IE and Outlook2007 2007-10-25 15:35:39 +00:00
ac7199beac fixed a bug/problem introduced by patch r24492 (doubling of the mailheader) if you are forwarding a mail, with headers already present 2007-10-22 08:49:17 +00:00
ac86714bc5 allow mixed installations of trunk and 1.4 apps, by reading both langfiles 2007-10-19 13:09:04 +00:00
2be30b346a http://www.egroupware.org/patches&tr_id=1236 2007-10-19 11:14:37 +00:00
b9203d1770 fixed not shown list of replacement, if language is english 2007-10-19 09:47:54 +00:00
339a099e1e italian holidays from Vanja Cvelbar <cvelbar-AT-tasc.infm.it> 2007-10-18 12:39:34 +00:00
3dde5f1bdc function getCleanHTML; strip comments out of the message completely, since kses stripped only the tags, and not the content
this has been an issue with answering on html-mails composed with word
2007-10-15 07:47:32 +00:00
c90af2f9af reverted r24531 as there are reports on the user-list it causes SyncML
to stop working
2007-10-13 11:00:47 +00:00
2781ae2987 fixed wrong content-type reported by Erwin (erwin.leubaz-AT-advancedsilicon.com) on the developers list 2007-10-13 07:26:33 +00:00