Commit Graph

67 Commits

Author SHA1 Message Date
Ralf Becker
678baad83f "patch from Lorentz <lorentz(at)friendship-systems.com>" 2010-03-21 09:54:42 +00:00
Ralf Becker
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
Ralf Becker
f9abc6fa2a removed unnecessary instancations and using static methods of html and egw_link class 2008-03-25 15:25:01 +00:00
Ralf Becker
f146332a3e fixed problem reported by perci <tin_nospam-AT-oleco.net>: typo ->bo instead of ->contacts 2007-09-24 07:05:29 +00:00
Ralf Becker
8d739d827f "fixed bug reported in xmlrpc read by Esben" 2007-06-23 17:45:54 +00:00
Ralf Becker
65b18f32a5 "fixed bug reported on the users list by e.rawpuorge@pfr.de: KAddressbook labels the work and home address wrong: we are no longer using the adr_(one|two)_type fields from addressbook, but KAddressbook expects them, they are now send with constant values 'Work' and 'Home'" 2007-06-03 08:20:51 +00:00
Ralf Becker
86ecd44066 "bugfix for xmlrpc (KAdressbook): customfield names (keys) were NOT prefix with a hash" 2007-05-29 05:58:46 +00:00
Ralf Becker
4983f4ab73 "fixed xmlrpc bugs reported by pe <e.rawpuorge-AT-pfr.de>:
- customfields were not send to KAddressbook (it's now a default, which can be turned off with $param['customfields']=false
- tel_prefer should be the phone-number not the field-name (is now transparently converted)"
2007-05-26 07:32:26 +00:00
Ralf Becker
d683c2c7e1 "Fix for not working birthdays in xmlrpc as reported on the users-list" 2007-05-20 15:14:39 +00:00
Ralf Becker
a8266bf40b propset svn:keywords Id 2007-05-07 06:56:49 +00:00
Ralf Becker
22c7e8fbd8 fix for bug #615: no xmlrpc in addressbook (no KOrganizer, eGWOSync access) 2007-05-04 18:32:37 +00:00
Ralf Becker
e376d27008 removed no longer needed old classes 2006-09-20 04:39:21 +00:00
Cornelius Weiß
4e9c822ed8 addressbook extension:
Admin can now define multiple addressbooks each with an own edit / view template and an own icon.
Atm. all Addressbooks are stored in one backend, but this will change soon^tm
2006-03-14 14:26:55 +00:00
Miles Lott
29cfef66be Switch to use of Save/Apply/Cancel for save and edit pages. Fix array close in boaddressbook. 2005-07-17 16:46:36 +00:00
Miles Lott
8e4a4edb51 Move custom field functions to new bo class, and implement in calls within this application 2005-07-02 20:20:06 +00:00
Miles Lott
2cc1972c51 Converting to new egw arrays 2005-05-01 14:34:59 +00:00
Miles Lott
c651776aca Fix for bug #1187688 2005-04-22 12:45:23 +00:00
Miles Lott
47afabd5b1 missing string identifier 2005-04-15 12:39:26 +00:00
Ralf Becker
818149f6bc fixed typo from lars 2005-03-03 17:07:32 +00:00
Lars Kneschke
f6c2029094 changes to keep track of changed content 2005-02-27 23:33:14 +00:00
Carsten Wolff
466e423dbc forwardport of the recent xml-rpc-fixes in stable 2004-10-06 09:29:12 +00:00
Ralf Becker
19cbdcec1d killed a warning in xmlrpc from the kdepim list:
HTML-formated Errors (see below) are returned instead of well formed XML.
Is this already solved in a later Version of eGroupware  or is this a special
setting that causes this behaviour ?

kontact: ERROR: Result: <br />
<b>Warning</b>:  Invalid argument supplied for foreach() in
<b>/home/httpd/localhost/htdocs/egroupware/addressbook/inc/c
lass.boaddressbook.inc.php</b> on line <b>392</b><br />
2004-07-12 20:02:15 +00:00
Ralf Becker
9b29b3a712 fixed signature 2004-03-21 15:06:01 +00:00
Ralf Becker
52865de3ce added xmlrpc support for:
- custom fields
- reading users via the addressbook, for sheduling
2004-03-14 17:02:18 +00:00
Ralf Becker
373864f6fe hopefully the last xmlrpc fix 2004-03-14 12:07:02 +00:00
Ralf Becker
e6c351b7d4 fixed missing return 2004-03-13 17:34:26 +00:00
Ralf Becker
00212a8fc9 fixed & enhanced xmlrpc support:
- new identical (for all apps) function names: search, read, write, delete, categories
- dates (geb.date, last_mod) iso8601 encoded
- cats are encoded as cat-id / name pairs and are automaticaly created / updated
2004-03-10 07:53:37 +00:00
Miles Lott
bbbd26dc4b Add initial framework for alternate contact types (not enabled), cleanup formatting 2004-02-22 15:18:36 +00:00
Miles Lott
bab57d221a fix author credit 2004-02-15 18:21:35 +00:00
Miles Lott
2f51d281f0 VERY simple fix to allow queries to persist into page view, etc. 2004-01-27 03:30:25 +00:00
reinerj
c514c413f3 small changes in the header 2004-01-25 22:02:59 +00:00
Miles Lott
73f11d4481 Fix to allow nextmatchs to maintain cquery, also stretched the top bar to 95 like the rest of the page 2004-01-17 03:33:58 +00:00
Miles Lott
63d80f2fcd Add the search for 1st character of certain fields, showing alphabet at the top. This feature was lost for 2 years(!), so hopefully it works for you. 2004-01-17 03:21:21 +00:00
Miles Lott
f3549ec4d8 Cleanup handling of vcard file import 2003-12-05 11:27:47 +00:00
Miles Lott
c77cc462e6 Cleanup format and use of HTTP_ vars, intval, etc. 2003-12-01 00:46:45 +00:00
Miles Lott
71a27f0ae7 Remove header redirection from bo class - one function left to do 2003-11-19 14:16:15 +00:00
Ralf Becker
620eb15fc4 fixed wrong permission-check (was PHPGW_ACL_DELETE instead of _READ or _EDIT) 2003-11-14 21:15:02 +00:00
Ralf Becker
08379d93b8 - useing the check_perms function from contacts
- ui only calls bo and not longer contacts direct
2003-10-25 10:16:12 +00:00
Ralf Becker
8c9c2f09d0 some more xmlrpc changes 2003-10-24 20:42:00 +00:00
Ralf Becker
3b69781d89 fixed not working acl in so&bo (ui acl is working, that why noone noticed it so far), moved acl-check and default-values for add from so to bo) 2003-10-24 19:05:05 +00:00
Ralf Becker
55245b8c8b some fixes:
- removed message 'set your prefs first'
- setting some default prefs, if none are set
- fixed birthdayreminder
2003-10-03 10:04:01 +00:00
Ralf Becker
f76c6eedd7 make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:16:30 +00:00
Ralf Becker
468038a09e fixed default filter in prefs and custom field display 2003-07-01 20:24:00 +00:00
Miles Lott
314fa566c6 Part one of two - implement filter by first char of last name, fullname, or company (for now) 2002-05-13 00:43:35 +00:00
Miles Lott
18c9bede9c Now using get_var() from api 2002-02-28 04:23:16 +00:00
Miles Lott
2421cc1afa Fix email link; Formatting; 2002-01-17 03:52:56 +00:00
Miles Lott
fcf1e0a7ec Fix checking of entry var and posted start/order/sort, etc. 2001-12-23 17:28:14 +00:00
Miles Lott
86e8f527d7 modify exposed function names for xmlrpc to match service class 2001-10-22 21:18:57 +00:00
skeeter
a446455ca4 Small fixes for the addressbook preferences. It wasn't saving users choice of mainscreen_showbirthdays. 2001-10-21 10:51:32 +00:00
Miles Lott
9355b2486c Fix cat_id setting - again 2001-09-17 02:35:01 +00:00