Commit Graph

34 Commits

Author SHA1 Message Date
Ralf Becker
5c4f58f196 reverted accidently commited cvs_import 2007-04-30 15:20:33 +00:00
Ralf Becker
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
Ralf Becker
3780b08336 - added csv export
- fixed csv import
2006-04-26 21:23:38 +00:00
Ralf Becker
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
Ralf Becker
7cf5e2cde7 removed my personal email 2006-03-02 14:40:58 +00:00
Miles Lott
622bb81b07 Update to new arrays 2005-04-30 03:27:36 +00:00
Ralf Becker
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
Ralf Becker
9819f08b48 allow to specify cats by there id again 2004-09-02 10:16:30 +00:00
Ralf Becker
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
reinerj
faa82f864d small changes in the header 2004-01-25 21:50:32 +00:00
Ralf Becker
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
Ralf Becker
2683990b6b security fix 2003-11-08 21:09:12 +00:00
Miles Lott
40c128aa4d undo 2003-11-08 15:17:43 +00:00
Miles Lott
3ae8be8eee possible security fix 2003-11-06 14:03:57 +00:00
Ralf Becker
7b3f4277a7 running cat_id and name2id on owner now automatical if id's are not numerical 2003-10-07 23:54:13 +00:00
Ralf Becker
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
Ralf Becker
f76c6eedd7 make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:16:30 +00:00
Ralf Becker
f8acfe4762 included custom-fields in the import 2003-04-06 12:52:24 +00:00
Ralf Becker
dcd57593a3 enabled back again 2003-04-06 12:32:53 +00:00
Ralf Becker
254ab415b6 merged from the eTemplate-branch:
included ab_id to allow updates
2003-04-06 12:23:58 +00:00
seek3r
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
Ralf Becker
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
Ralf Becker
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
Ralf Becker
3ff337bd67 some changes to be compatible with seek3r new template-system 2002-06-01 11:02:10 +00:00
Ralf Becker
424e3ac8b2 closed security hole of using evaled code to show globals vars (which contain eg. passwords) 2002-05-13 14:46:47 +00:00
Ralf Becker
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
Miles Lott
33549dcf9e formatting 2002-03-19 02:58:50 +00:00
Ralf Becker
7cf9b2c1f5 removed debug-message 2002-03-05 10:51:36 +00:00
Ralf Becker
9ce2cc5a8a saveing fieldassignments now in preferences and not longer in a separate file in /tmp 2002-03-05 10:26:33 +00:00
Ralf Becker
8d7650092d fix for multiple cats separated by ';' and containing " ' " in the cat-names 2002-02-14 18:42:19 +00:00
Miles Lott
c67fd7c7ee Fix for passing phpgw_info in the querystring 2001-12-05 16:19:12 +00:00
Miles Lott
15529d717a GLobalize the field management 2001-12-04 01:04:21 +00:00
Ralf Becker
7c34babf6c fix for similar fieldnames 2001-07-01 21:24:08 +00:00
Miles Lott
886c7f665c Add in new alternate for csv import, from Ralf Becker <RalfBecker@outdoor-training.de> 2001-05-23 20:15:07 +00:00