Commit Graph

51 Commits

Author SHA1 Message Date
d2b8d66c8b using bocontacts->default_addressbook for add_default; do not try to rebuild the logic of bo construct 2010-12-13 13:18:29 +00:00
a5734e985c dont use the global template object anymore; do our own now 2010-11-29 11:25:06 +00:00
e642601607 Allow to use account_id as unique key in csv import and added it to cvs
export.
2009-11-27 13:35:43 +00:00
ab20b324e0 fix for: if no cf import fails with fatal error 2009-07-15 14:22:29 +00:00
abbe9915fa "- allways display addressbook contact is imported to
- dont move accounts to default addressbook"
2009-07-10 12:39:00 +00:00
25dc87e835 "only use default addressbook, if none is specified AND no existing contact already in a defined addressbook" 2009-07-09 13:02:57 +00:00
69d377b5d5 "use default addressbook for new contacts (user preferences), if no owner specified" 2009-07-09 12:38:50 +00:00
dc813fd741 Implemented configurable unique id's in addressbook cvs import:
- primary unique id: id (default), uid, or any custom field
- fallback: id, uid(default), two from n_family, org_name or n_given,
  or any custom field
- some bugfixes
2009-07-09 12:27:42 +00:00
232252475f patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6).
Patch is mostly created by script in egroupware/doc/fix_depricated.php in separate commit.
I do NOT advice to apply this patch to a production system (it's commited to trunk!), as the automatic modified regular expressions have a good change to break something ...
2009-06-08 16:21:14 +00:00
6776235671 "fixed wrong order of private column in csv import" 2009-06-04 13:57:16 +00:00
7209eac430 calling translation class static and remove (unnecessary) extra utf-8 charset 2009-05-11 08:11:08 +00:00
646931dc8a fix for bug #1838: problem with utf-8 data in all csv imports
- fgetcsv only works correct, if setlocal is called with an existing and
  correct local
- improved projectmanager method guess_local and moved it to
  common::setlocal, which takes now the charset, lang and country of the
  user into account
- csv-import also displays now the conversation done and reads usernames
  in brackets
- added some missing fields
2009-04-03 12:26:32 +00:00
4c6c69bebc "correctly store 2-char country-codes as full country name, as the UI does" 2008-11-07 09:59:49 +00:00
71edd1c938 Big patch from Philip Herbert (Knauber) modifying the SyncML code to no
longer use GUIDs containing eGW's install_id, as the information is
irrellevant for SyncML and cause doublications of entries if the
install_id changes.
I plan to have a new rc4 Wednesday or Thursday containing these changes.
2008-11-03 07:44:02 +00:00
7a2e1a66e2 renamed addressbook classes to use autoloading, was just a test to get
an idea about the effort - not sure I want to do that with all apps ;-)
2008-05-10 12:02:49 +00:00
f9abc6fa2a removed unnecessary instancations and using static methods of html and egw_link class 2008-03-25 15:25:01 +00:00
55eb8ece48 adding the feature of viewing the distributionlists of a contact in list and singleview
enabling longer orgnames and emailaddresses
2008-01-31 12:52:43 +00:00
5c4f58f196 reverted accidently commited cvs_import 2007-04-30 15:20:33 +00:00
ecb0667898 bugfix: if accounts were switched off in the addressbook prefs, they were also missing from the account-selection and accounts::search, now they get only switched off on UI level of the addressbook 2007-04-30 15:18:29 +00:00
3780b08336 - added csv export
- fixed csv import
2006-04-26 21:23:38 +00:00
dc68edab46 fixed csv import:
- no more caching in the cat_id function, as it's done in the categories class in the API no
- categories::name2id no longer caches not found entries, as they might be added in this request
- contacts_sql::add set's all unset telefon numbers to '', to avoid the stupid db-default '+1 (000) 000-0000', which I dont want to change in the stable release
2006-04-14 09:50:39 +00:00
7cf5e2cde7 removed my personal email 2006-03-02 14:40:58 +00:00
622bb81b07 Update to new arrays 2005-04-30 03:27:36 +00:00
378ec0680b fixed bug reported on the german mailinglist:
- Warning implode wrong arguments on line 120
- space after comma is not ignored
2004-09-15 18:13:48 +00:00
9819f08b48 allow to specify cats by there id again 2004-09-02 10:16:30 +00:00
d0b2a3a823 fix for 2 people importing an equally named file at the same time, thanks to Matthew Galgoci <mgalgoci -at- redhat.com> 2004-06-20 09:03:34 +00:00
faa82f864d small changes in the header 2004-01-25 21:50:32 +00:00
99b5f239fd 1. index show icons for edit, view and (new) delete entries, owner is only showed in view or edit not longer in the index (same for vcard)
2. view is a bit compacter too as owner, access and cats are shown within the table and not as extra footer
2003-11-14 23:35:03 +00:00
2683990b6b security fix 2003-11-08 21:09:12 +00:00
40c128aa4d undo 2003-11-08 15:17:43 +00:00
3ae8be8eee possible security fix 2003-11-06 14:03:57 +00:00
7b3f4277a7 running cat_id and name2id on owner now automatical if id's are not numerical 2003-10-07 23:54:13 +00:00
f93a49673c some fixes and improvments for the csv-import:
- empty lines in the csv file are now ignored (they produced empty contacts before)
- you can define a charset for conversation now
- mass-import is made easier now
2003-10-06 21:22:55 +00:00
f76c6eedd7 make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:16:30 +00:00
f8acfe4762 included custom-fields in the import 2003-04-06 12:52:24 +00:00
dcd57593a3 enabled back again 2003-04-06 12:32:53 +00:00
254ab415b6 merged from the eTemplate-branch:
included ab_id to allow updates
2003-04-06 12:23:58 +00:00
8abf9fa1a5 Switched to using the register_exit_function() and added scrolling divs to a couple places for examples 2002-09-28 15:20:20 +00:00
e944fb896a added support for standard addressbook-fields saveed in the extras-file:
1) 2. and 3. address line
2) other phone-number
2002-09-02 06:07:09 +00:00
91271e3afe some more changes to be compatible with seek3r new template-system
output is not longer print, but $GLOBALS['phpgw']->template->set_var('phpgw_body',$content);
2002-06-01 13:19:48 +00:00
3ff337bd67 some changes to be compatible with seek3r new template-system 2002-06-01 11:02:10 +00:00
424e3ac8b2 closed security hole of using evaled code to show globals vars (which contain eg. passwords) 2002-05-13 14:46:47 +00:00
dd8d60ab9e autocreate full name on import, if not explicitly set by user (feature request from Giles Westwood) 2002-05-01 12:46:20 +00:00
33549dcf9e formatting 2002-03-19 02:58:50 +00:00
7cf9b2c1f5 removed debug-message 2002-03-05 10:51:36 +00:00
9ce2cc5a8a saveing fieldassignments now in preferences and not longer in a separate file in /tmp 2002-03-05 10:26:33 +00:00
8d7650092d fix for multiple cats separated by ';' and containing " ' " in the cat-names 2002-02-14 18:42:19 +00:00
c67fd7c7ee Fix for passing phpgw_info in the querystring 2001-12-05 16:19:12 +00:00
15529d717a GLobalize the field management 2001-12-04 01:04:21 +00:00
7c34babf6c fix for similar fieldnames 2001-07-01 21:24:08 +00:00