Nathan Gray
4c5a90726e
Backport 32261 - Add option to change addressbook for record on a per-record basis, with fallback to owner
...
- Add option to not change the addressbook a record is in when updating it
2010-09-23 19:51:51 +00:00
Nathan Gray
2913219a3c
Backport 32252 - Make sure n_fn and n_fileas get updated when importing
2010-09-23 15:40:17 +00:00
Ralf Becker
3019c3f385
* allow to pick CC of tickets from addressbook
...
- also added a different approach allowing apps to register themselfs multiple times in the link registry, was necessary as types approach from Nathan changes the usage of the original app, while this adds sub-types like an arbitrary app responded to the link hook
2010-09-22 09:37:41 +00:00
Ralf Becker
71fa59368b
fixed sql error reported on user list
2010-09-20 06:11:51 +00:00
Jörg Lehrke
7727759510
Fix GroupDAV ctag issues
2010-09-18 11:17:05 +00:00
Nathan Gray
697c03dd56
Backport 32143 - Make edit popup wider to fix display issues in IE
2010-09-16 21:06:00 +00:00
Ralf Becker
8a9e9d63d5
* fixed privated contacts got synced back as public
...
caused by setting private=0, if owner != current user, but NOT checking if owner is set, which is not the case for SyncML
2010-09-08 09:49:15 +00:00
Ralf Becker
7c3ab93507
further fix for "private contacts got not synced" issue, r31918 was not working, because filter[owner] was an array
2010-09-08 09:49:00 +00:00
Ralf Becker
f983b8569a
* fixed private contacts not synced
...
for an owner filter, which is NOT the current user, filter out private entries
2010-09-07 08:28:17 +00:00
Klaus Leithoff
9216fea675
fix for bug #8178(Stylite) default Addressbook preference is not used, when addressbook-value is not to be copied
2010-09-02 11:35:53 +00:00
Ralf Becker
b0cd70aa89
an other fix for copying contacts:
...
- show custom fields, if contact- (not account-)repository is NOT ldap
- allow to set the name, but one of the defaults
- removed "Links" as copying them is not implemented
2010-09-01 07:58:08 +00:00
Ralf Becker
8b635c5bef
moved default fields for copying to addressbook_ui::$copy_fields AND using that default also if nothing is configured
2010-08-30 10:21:58 +00:00
Nathan Gray
f48ae5ed3e
Backport 31809 - Use correct field names for company & department
2010-08-26 14:25:22 +00:00
Nathan Gray
a99ae11549
Backport 31797 - Add site configuration setting for which fields to copy when copying an address. (egw.stylite.de bug #8168 )
2010-08-25 16:49:13 +00:00
Nathan Gray
f2913cce54
Backport 31732 - Fix incorrect address count when searching organisations ( #8117 )
2010-08-19 16:18:41 +00:00
Nathan Gray
467302e1e0
Backport 31721 - If deleted addresses are kept, delete links on final purge, not initial delete ( #8157 )
2010-08-18 14:58:55 +00:00
Ralf Becker
da0059c38a
quitent debug output if dry-run is set
2010-08-16 14:56:47 +00:00
Ralf Becker
8740eab224
some improvments for easier extention of the contact form
2010-08-01 21:04:04 +00:00
Ralf Becker
b01231a5cf
allow to optional specify a database object (to access addressbooks in other databases)
2010-07-30 15:32:48 +00:00
Nathan Gray
407a2fb2a7
Backport 31538 - Keep CSV fields in definition, so editing definition doesn't require uploading a file each time
2010-07-28 14:18:30 +00:00
Jörg Lehrke
a07579f56f
Fix unknown qualifier issue for contact fields
2010-07-27 19:37:41 +00:00
Jörg Lehrke
39596007fe
Allow moving of existing cantacts between adressbooks
2010-07-23 18:05:59 +00:00
Ralf Becker
90717af7a7
add date parameter to next and last date link, to set correct exception date for recuring events
2010-07-07 10:12:27 +00:00
Jörg Lehrke
92996740a9
Fix FroupDAV report issue
2010-07-02 05:03:51 +00:00
Ralf Becker
c3c4698f3e
fixed contactform so anonymous user can attach files (without giving him addressbook run rights and edit rights for the used addressbook)
2010-06-30 09:56:56 +00:00
Jörg Lehrke
6a34bae5dd
Fix category search when category ID is sent as an array in (addressbook advanced search) again
2010-06-29 16:43:49 +00:00
Jörg Lehrke
f57a45e52c
Fix Nokia E-Series SyncML addressbook mappings
2010-06-29 14:02:30 +00:00
Jörg Lehrke
716b9e2b5d
Fix CTag issues for GroupDAV
2010-06-29 13:14:29 +00:00
Nathan Gray
5cc3058eda
Backport 31157: Make sure criteria is an array before checking for cat_id
2010-06-28 14:12:03 +00:00
Nathan Gray
8076c884a7
Backport 31152: - Fix save so fileas gets updated even if n_fn is set (normal edit)
...
- Add isUpdate parameter to fill in any not set fields from DB when updating fileas
2010-06-28 14:06:36 +00:00
Nathan Gray
fa884bcd49
Backport 31143 - Fix category search when category ID is sent as an array in (addressbook advanced search)
2010-06-28 12:37:53 +00:00
Jörg Lehrke
7505a741a6
Fix CalDAV group attendee issue; various GroupDAV improvements
2010-06-27 22:17:23 +00:00
Jörg Lehrke
bedeff0435
Support Free/Busy information with credentials as part of the URL
2010-06-26 11:38:50 +00:00
Ralf Becker
0d031f5ed8
merged Nathan bugfix r30788
2010-06-18 09:07:05 +00:00
Jörg Lehrke
701cd1dc78
Fix field mapping in vCards
2010-06-16 16:31:47 +00:00
Nathan Gray
78c663b084
Backport 30867: Apply 'hide_accounts' preference to link searching
2010-06-16 14:11:00 +00:00
Ralf Becker
48c6e5416a
methods to set or get all body tags or javascript files, replacing direct access to variables of old javascript class
2010-06-15 16:12:46 +00:00
Jörg Lehrke
5fc460619e
Fix GroupDAV/Addressbook categories issue
2010-06-14 07:49:19 +00:00
Jörg Lehrke
5c2c6b071c
Update full supported fields for addressbook synchronization
2010-06-09 17:51:27 +00:00
Nathan Gray
e56d9e9503
Fix org view to use extended search abilities
2010-06-07 18:40:25 +00:00
Jörg Lehrke
bfe60cfb90
Impove private contacts issue for foreign addressbooks
2010-06-07 15:00:30 +00:00
Jörg Lehrke
e13391dac8
Fix private contacts issue for foreign addressbooks
2010-06-07 11:55:56 +00:00
Ralf Becker
286a412a9c
using charsets from translation class and defaulting to iso-8859-1, as thats what windows uses
2010-06-04 12:09:55 +00:00
Ralf Becker
bec64ee336
allow specify value for template specific link handler and using a javascript link, instead a a-tag
2010-06-02 17:11:48 +00:00
Ralf Becker
d755693944
correctly handle $filter[owner] to be an array with multiple owners/addressbooks
2010-05-28 07:23:30 +00:00
Klaus Leithoff
45a3ae7115
handle calendar replacements (search for events) only when there are calendar replacements required
2010-05-26 12:41:19 +00:00
Ralf Becker
d200a58ab1
"hiding accounts addressbook by default for new installs"
2010-05-20 18:10:48 +00:00
Nathan Gray
8d01c5b574
Apply patch to fix PostgreSQL error from Petr Bravenec
2010-05-12 14:37:36 +00:00
Ralf Becker
c4dfb79175
"Fix for PostgreSQL error, when ordering by a custom field (reported on the developer list)"
2010-04-29 06:21:16 +00:00
Nathan Gray
b85467dd26
Use enanced searching for link queries also
2010-04-26 14:31:55 +00:00