Commit Graph

2023 Commits

Author SHA1 Message Date
b6cd1ee9e6 backport syncML fixes 2007-07-04 19:13:00 +00:00
b331036715 fix: privat flag not working with syncML 2007-07-02 18:35:39 +00:00
2ce3929f46 fix: NULL cat_id has to be found in case of NOT cat_id searches 2007-07-02 15:32:24 +00:00
e3203f7cd9 fix: notes containing commas where not working when coming via syncML 2007-07-02 13:11:13 +00:00
a594417e24 fix: vcal missing mendatory fields break palm sync
fix: not working cat filter with not operator
2007-06-30 11:20:31 +00:00
6b5dc22ff1 Welcome to Darwin!
fix: owner field in adb is owner and _not_ contact_owner
fix: selector for cli exports
2007-06-28 10:07:16 +00:00
88de9c67a6 fix: owner field in adb is owner and _not_ contact_owner
fix: selector for cli exports
2007-06-28 10:05:27 +00:00
41e8533465 patch #978 from Nathan Gray, file as option incl. org_unit 2007-06-28 06:17:47 +00:00
25197222bf "patch #978 from Nathan Gray, file as option incl. org_unit" 2007-06-28 06:11:58 +00:00
fdcabcc515 backport fix from ralf:
some fixes for syncml:
- if no owner/addressbook set on update load owner AND private from the exi=
sting contact
- if no owner/addressbook set for new entries, use the add_default prefs if=
 set and the personal adb of the user if not"
2007-06-25 20:52:52 +00:00
ed64e9102a fixed moving contracts to and from private addressbook 2007-06-25 16:37:42 +00:00
d81a239640 "fixed moving contracts to and from private addressbook" 2007-06-25 16:36:58 +00:00
1602ebc69d "some fixes for syncml:
- if no owner/addressbook set on update load owner AND private from the existing contact
- if no owner/addressbook set for new entries, use the add_default prefs if set and the personal adb of the user if not"
2007-06-25 16:16:55 +00:00
3d7f714379 merge from trunk 2007-06-25 09:03:58 +00:00
ef1e1721dc added support for funambol thunderbird plugin 2007-06-24 23:53:10 +00:00
99771edd87 language updates 2007-06-24 21:55:08 +00:00
313edf6eed fix for bug #928: Distribution lists are not working with pgsql, thanks to Peter Eisentraut <peter_e-at-gmx.net>
postgres requires that expressions in order by appear in the columns of a distinct select
2007-06-24 09:20:35 +00:00
f9023da5e2 "fix for bug #928: Distribution lists are not working with pgsql, thanks to Peter Eisentraut <peter_e-at-gmx.net>
postgres requires that expressions in order by appear in the columns of a distinct select"
2007-06-24 09:19:48 +00:00
6318ef6d0f fixed bug in xmlrpc read reported by Espen 2007-06-23 17:46:42 +00:00
8d739d827f "fixed bug reported in xmlrpc read by Esben" 2007-06-23 17:45:54 +00:00
4268f2a356 fix: skip empty lines, even if conversion fills (empty) record 2007-06-23 12:06:08 +00:00
f1d0271672 fix: skip empty lines, even if conversion fills (empty) record 2007-06-23 12:04:30 +00:00
e08f8bf63f fix for bug #948: space missing in regular addressbook view in home address 2007-06-23 07:14:27 +00:00
88370ceb8a fix for bug #948: space missing in regular addressbook view in home address 2007-06-23 07:14:01 +00:00
c669fed918 fix for bug #953: Addresbook Contact Info ignores Default Address Format Rule 2007-06-23 07:10:34 +00:00
ab74fbeca0 "fix for bug #953: Addresbook Contact Info ignores Default Address Format Rule" 2007-06-23 07:09:52 +00:00
fe4f9eabdd fix for bug #952: Fatal error: Undefined class name 'self' in class.bocontacts.inc.php on line 86
self:: is PHP5 :-(
2007-06-22 12:44:17 +00:00
68eb676729 "fix for bug #952: Fatal error: Undefined class name 'self' in class.bocontacts.inc.php on line 86
self:: is PHP5 :-("
2007-06-22 12:42:56 +00:00
f7b3b2cd3f improve dry-run 2007-06-21 18:08:17 +00:00
10225ce9d8 fixed category handling.
allow to preserv cat if record is updated
2007-06-21 14:02:28 +00:00
28d9dbf471 fixed some bugs in the document templates and added the ability to print the next appointments of a contact 2007-06-19 17:06:32 +00:00
1651819dce fixed 2 bugs with the new addressbook document templates 2007-06-19 10:19:47 +00:00
76c98cf9ec ability to insert contacts into documents, one can specify a document dir and a default document in the addressbook prefs. Addressbook then offers actions to insert (at the moment only single) contacts into that document. The default document is also shown as in extra icon for each contact in the list. Documents have to be text document including rtf, which allows to be saved as open office or word documents. 2007-06-17 13:56:35 +00:00
e34e046fd7 ability to insert contacts into documents, one can specify a document dir and a default document in the addressbook prefs. Addressbook then offers actions to insert (at the moment only single) contacts into that document. The default document is also shown as in extra icon for each contact in the list. Documents have to be text document including rtf, which allows to be saved as open office or word documents. 2007-06-17 13:55:43 +00:00
3de717157c fix bug found by sven kloeckner: addressbook does not work, when template is not set correctly in customfields section 2007-06-17 13:15:13 +00:00
4b8657013e changed translation of created to angelegt 2007-06-13 16:34:23 +00:00
1557afe792 some fixes for the contactform: customfields, not working mail-subject, ... 2007-06-13 16:29:06 +00:00
4ce40c0fd2 "address formats from many countries from http://www.bitboost.com/ref/international-address-formats.html
thanks to mikaelarhelger-AT-gmail.com"
2007-06-12 16:31:58 +00:00
4b72cd5bb0 modification because of changes in bo_tracking (calling the constructor now neccessary) 2007-06-10 08:51:42 +00:00
e34fb944a5 - adopted export plugin to new interface
- extended outlook export definitions
2007-06-09 15:38:30 +00:00
9e6050bc22 reworked import:
- cli import working fine now
- ui wizzard is broken atm. will also be reworked
- export definitions as xml files (see arrayxml functions in importexport)
- moved importexport stuff to own dir
2007-06-07 22:31:08 +00:00
e2b7b6c52a slight modification of the contactform 2007-06-06 10:24:50 +00:00
ab8d5f5085 "small layout fix: 9 lines only" 2007-06-06 09:04:36 +00:00
381d421466 email for the contactform 2007-06-06 08:18:45 +00:00
df73036d2b sitemgr contact-form that stores direct into the addressbook 2007-06-05 23:22:24 +00:00
a33363a884 Czech translation in #824 and extra pending language updates 2007-06-03 18:01:21 +00:00
b970654f4f "bugfix: removed change-org checkbox in view" 2007-06-03 13:21:13 +00:00
9957f21e21 fixed not shown/working customfields, 2. phone-numbers, file-as and links in own account acl 2007-06-03 12:24:49 +00:00
6a001d1cdf removed not longer usable old import/export 2007-06-03 12:01:31 +00:00
d5829fa68b "fix for bug #821: Entry of private addressbook is shown as \"personal\" in view mode
also fixed not working private icon in the list"
2007-06-03 11:42:39 +00:00