Ralf Becker
b72236a663
allow "settings" hook to return the settings, instead of passing it via a global variable (depricated now)
2009-04-29 06:26:04 +00:00
Ralf Becker
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
Ralf Becker
677a7b0be0
"fix for \"bug\" #1954 : greatings should be greetings
...
and a new file-header"
2009-04-03 12:13:28 +00:00
Stefan Becker
b71a2209d2
Added some German Translation
2009-04-03 07:29:30 +00:00
Klaus Leithoff
e1e09203ed
njv: addressbook/groupdav work to improve groupdav compatibility
2009-04-02 12:31:44 +00:00
Klaus Leithoff
c0baa83dbe
read_calendar should return an array, as it is expected, and described in the functions description
2009-04-01 10:59:56 +00:00
Ralf Becker
f27989b931
"fixed author & maintainer info"
2009-03-30 14:12:21 +00:00
Klaus Leithoff
432798715a
fixing a problem with non numeric contact ids, while retrieving the distributionlist (reported by Benoit LORAND)
2009-03-18 09:31:11 +00:00
Klaus Leithoff
81a8b7dda9
making view typesafe, hardening view against sql-injection
2009-03-16 13:08:33 +00:00
Klaus Leithoff
9ba0957ba5
improving speed for the retrieval ov the distributionlists
2009-03-12 09:06:10 +00:00
Ralf Becker
cfcbdc93f4
"query account_lid (via accounts::id2name) only if it's not already in the data
...
without that accounts_sql::get_list without limit requires quite a lot more time and memory"
2009-03-02 11:40:28 +00:00
Ralf Becker
5e2ff3b54f
"fixed SQL error introduced by r26581:
...
Column 'account_id' in where clause is ambiguous
--> happens if account-repository is in ldap"
2009-02-27 08:47:10 +00:00
Ralf Becker
9083041e37
"show only active account in the addressbook (only for sql account repository)"
2009-02-26 14:58:55 +00:00
Stefan Becker
5c948f5d5d
"Addressbook is now able to print more than one Adresslables into a page. This is needed to print out Addreslables for a mailing.
...
New Tags $$label$$ and $$labelplacement$$ added.
Also possible to print out the County name, if it is not your own contry.
I will add a exsample to EGroupware demo page.
This is sponsored by Deutsche Kinemathek – Museum für Film und Fernsehen.
"
2009-02-22 12:24:24 +00:00
Ralf Becker
7441773280
"fixed error in docu (no real need to backport to 1.6)"
2009-02-16 08:00:40 +00:00
Klaus Leithoff
687f6b0a16
fixed bug with the multiple category adding (no category select dialog appeared)
2008-11-28 12:24:02 +00:00
Oscar Manuel Gómez Senovilla
0ed6cda053
Update nl lang files
2008-11-23 08:30:49 +00:00
Oscar Manuel Gómez Senovilla
388c515883
preparing to sync current lang files before branching for 1.6. One more commit
...
expected meanwhile!
2008-11-22 11:05:43 +00:00
Ralf Becker
6164f3f1e8
"fixed missing argument for $$creaed$$ and $$modified$$ placeholders, reported on the German list"
2008-11-21 09:25:16 +00:00
Ralf Becker
1baa158195
Big SyncML patch from Philip Herbert <pherbert(at)knauber.de>:
...
- change the processing of slowsync, to use the content_map instead of
trying to build a new one. This caused duplication issues on the
client if multiple similar records where stored, because only the first
one found in the server-db was matched, These duplicate entries at client
side had no entry at serverside, so deleting the wrong one
on the client (the content with a valid map entry) could cause
unwanted data loss at server side, because it is impossible for the
user to see what is a duplicate, and what is not.
see also:
http://www.nabble.com/again---syncml-duplication-issue-to20333619s3741.html
- reenabled UID from syncml clients, because it was partly used this caused
issues during SlowSync if the content was changed.
- infolog, calendar if a uid is found in the provided data, allway try to
find the corresponding content first using only the UID, instead of
using the content-id taken from content_map.
also fixed:
- a few fixes in ./notes
- creating an entry on the client that can not be imported,
(Example, Nokia E Series Appointment without a Title)
will no longer create an invalid content-map entry
However, at client side this is still counted in the Protocol as
Server-Add
2008-11-16 10:42:29 +00:00
Ralf Becker
bf3c88731d
"curly brackets are depricated in php6"
2008-11-12 18:05:19 +00:00
Ralf Becker
f2b50bdf8b
"fix for bug #1805 : SQL error when searching mail addresses from fmail
...
Integer column etag was search with ILIKE '%@%' which is not allowed in Postgres, as theres no ILIKE operator for Integer"
2008-11-12 17:53:58 +00:00
Ralf Becker
d28f6f672c
- fixed url recreation for links (use ? for get-params, if no ? in the
...
link)
- made bo_tracking abstract
- added default return null to bo_tracking::get_config and removed it
from extensions implementing no config
- fixed signature of get_config($name,$data,$old=null)
2008-11-08 10:37:52 +00:00
Ralf Becker
5e0cbfb49e
"fix for bug #1355 : Addressbook view does not display link if an url didn't start with http:// or www"
2008-11-08 09:09:40 +00:00
Ralf Becker
4c6c69bebc
"correctly store 2-char country-codes as full country name, as the UI does"
2008-11-07 09:59:49 +00:00
Ralf Becker
43f860ba8f
Reworked GroupDAV and iCal/vCard handler to set 'GroupDAV' as product
...
manufacturer and the recogniced GroupDAV client as product name.
This way we are able to handle different GroupDAV clients, as we
allready do with different SyncML clients.
Also removed the no longer needed code enabling the use of the real UID,
as SyncML does no longer misuse the UID for it's GUID.
2008-11-03 09:36:20 +00:00
Ralf Becker
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
Oscar Manuel Gómez Senovilla
7c3ab3ab8c
tracker #1774 , added estonian translation
2008-11-02 14:23:56 +00:00
Oscar Manuel Gómez Senovilla
3edee675a7
tracker #1812
2008-11-02 13:38:18 +00:00
Ralf Becker
f22de2cc36
"get_rows should use all (readable) distribution lists, not only the ones the user has edit right for, thanks to Lluis Faja for noticing"
2008-11-02 07:10:40 +00:00
Ralf Becker
00065b8247
fixed multiple bugs with addressbook types:
...
- bug #1772 : custom fields for single addressbook types show in all
- removed template warning, if no template was selected
- showing type icon if available
- added "all" to type selection
- removed some weird doublicate code
2008-10-20 19:35:18 +00:00
Ralf Becker
1709fdf2ae
fix for bug #1715 : Create infolog for several addresses fails
...
This was caused by the (only) clientside code, which could not evaluate
the whole query. It's now done on serverside, thought there's still a
limit of the number of id's transfered in the url.
2008-10-20 09:51:38 +00:00
Ralf Becker
01a3800b27
"removed all special handling for SOGo connector, as it is no longer required from version 0.9pre14 on.
...
Thanks to Ludovic Marcotte from Inverse."
2008-10-16 19:51:29 +00:00
Ralf Becker
273bd722e2
fix for bug #1739 : config for CSV export for non-admins is not working.
...
Reworked it not in the following way:
- numerical limit or total disabling (setting "no"), are only valid for
non-admins
- addressbook has it's own value, but uses now the global one, if no
addressbook specific limit is set
2008-10-16 11:17:49 +00:00
Oscar Manuel Gómez Senovilla
504b096e06
latest update of egw translators pending work
2008-10-15 21:11:30 +00:00
Ralf Becker
db52734dd1
default format for fileas
2008-10-10 11:25:35 +00:00
Ralf Becker
90dbfd6a37
"addressbook part of Regis patch"
2008-10-10 10:55:52 +00:00
Ralf Becker
5131bdeee3
"removed n_files from search() as it causes doublicates, because the clients (eg. outlook) have different fileas options"
2008-10-10 06:28:58 +00:00
Ralf Becker
29af6786d1
"fixed not working delete for contacts in ldap, as reported by Bernhard D Rohrer on the English user list"
2008-10-08 15:28:37 +00:00
Ralf Becker
2c1eec5832
uiinfolog --> infolog_ui
2008-10-07 13:04:49 +00:00
Ralf Becker
b4540c337c
"removed unnecessary include"
2008-10-07 12:24:15 +00:00
Ralf Becker
338f3f246f
file_access hook for attachments
2008-10-07 09:05:48 +00:00
Ralf Becker
1da86275f9
version to 1.6 incl. API dependences
2008-10-07 06:59:07 +00:00
Klaus Leithoff
b459070ab3
addressbook::groupdav: fixing a bug regarding the retrieval of addressbook entrys with groupdav, (occurring when accounts stored in ldap and
...
addresses in sql, and the entry in question is retrieved via uid (as it is possible to retrieve a contact by bassing on an array as contact_id))
2008-10-06 09:24:42 +00:00
Oscar Manuel Gómez Senovilla
8ed57c413b
tracker #1747
2008-10-05 19:24:49 +00:00
Ralf Becker
d25b648258
"feature request from Frank Becker, make AND the first and theirefore default option in extended search"
2008-10-05 06:16:13 +00:00
Oscar Manuel Gómez Senovilla
1d1e80fb83
tracker #1723
2008-09-13 20:46:59 +00:00
Klaus Leithoff
8d9f3eb858
addressbook_contactform: handle the submit, if verification math is done wrong.
2008-09-12 11:14:04 +00:00
Ralf Becker
043fda48a4
"check for fileuploads and attach the found files"
2008-09-11 14:34:44 +00:00
Ralf Becker
f755c12365
"fixed problem reported on the german list: copied address contains the original uid"
2008-09-11 10:48:13 +00:00
Ralf Becker
e3b9117d4f
"Patch from Phillip Herbert from Knauber to support Nokia e51, e90, 9300 and funambol iphone"
2008-09-03 17:09:17 +00:00
Klaus Leithoff
e5f1bc9a24
bugfix for missing search/cancel buttons in advanced search dialog
2008-08-26 10:40:20 +00:00
Ralf Becker
48c7fae782
"fixed bug reported by Phillip Herbert on the user list: addressbook view >> more phone numbers does NOT show the fax number"
2008-08-25 13:49:32 +00:00
Ralf Becker
5b18045927
fixed bug reported by Philip Herbert from Knauber: new button in org-view is not working
2008-08-20 14:16:12 +00:00
Ralf Becker
8a9bf481f5
"fixed problem reported by Phillip Herbert on the devel-list: Mass move to private addressbook does not work"
2008-08-13 06:18:03 +00:00
Ralf Becker
b491fe8312
"fixed not working letter-search filter if DB is postgres, thanks to Larquère Laurent <llarquere(at)aacom.fr>"
2008-08-12 13:06:51 +00:00
Oscar Manuel Gómez Senovilla
f2b92c8cbb
tracer #1670
2008-08-09 10:57:24 +00:00
Klaus Leithoff
68ba92e1b9
Some clients do not use uppercase charaters to name PRIVATE/PUBLIC class.
...
To be more fault tolerant change line 687 of trunk/addressbook/inc/class.addressbook_vcal.inc.php
this was pointed out by Philip Herbert. Carl Knauber Holding GmbH & Co KG
2008-08-04 08:24:34 +00:00
Oscar Manuel Gómez Senovilla
f98569ee85
Updated russian translation ( #1658 ) and some spanish updates
2008-08-03 19:07:15 +00:00
Oscar Manuel Gómez Senovilla
77f63b4c00
updated russian translation
2008-07-29 20:40:02 +00:00
Oscar Manuel Gómez Senovilla
8913855001
tracker #1476
2008-07-25 22:15:31 +00:00
Oscar Manuel Gómez Senovilla
e6a0bc30a9
tracker #1511
2008-07-25 21:22:37 +00:00
Oscar Manuel Gómez Senovilla
bf36524009
Updated spanish translation for trunk
2008-07-25 08:07:35 +00:00
Oscar Manuel Gómez Senovilla
753c766eff
Pending translations for trunk
2008-07-24 19:00:41 +00:00
Stefan Becker
dfa524628c
patch for better Layout of the template on IE 6/7
2008-07-21 12:42:37 +00:00
Nathan Gray
5a9550ef31
Accept an integer parameter, as specified in function documentation. Used to throw an invalid argument warning.
2008-07-10 20:22:58 +00:00
Ralf Becker
d3ecff4dd1
"fixed typo reported by Phillip Herbert <philip-at-knauber.de>, causing german umlauts and other non-ascii chars to be handeled wrong for eg. the e90 or kde addressbook"
2008-07-07 07:27:56 +00:00
Stefan Becker
5f87546421
"fixed is not array warning in addressbook display block"
2008-07-03 08:03:23 +00:00
Ralf Becker
7ae3cc0dda
suppress unnecessary update of uid (which overwrites an existing uid with the eGW default uid), happend for existing entries, if the uid was not given in the update, also removed etag increment, as so_sql::update does not longer call our save method
2008-07-02 15:28:52 +00:00
Ralf Becker
4bca7982d6
moved rest of the addressbook group-acl code to addressbook
2008-06-30 16:46:01 +00:00
Ralf Becker
0e58c00b98
use new hook facility to register for group acl
2008-06-27 10:04:05 +00:00
Stefan Becker
40c143c843
"Patch for negate the seaching in custom fields, starting with \"!\" "
2008-06-18 10:12:11 +00:00
Stefan Becker
4167181289
"Patch for changing customfields in organisations, whan updating every member in the organisation"
2008-06-12 17:40:19 +00:00
Stefan Becker
968be31df1
"Patch for changing a empty org field, when changing all fields for all members of organisations"
2008-06-12 14:28:25 +00:00
Ralf Becker
c350dddc9b
using the new url, email, phone widget
2008-06-11 07:17:30 +00:00
Klaus Leithoff
2c33afe51b
fix regarding the renaming of the calendar classes
2008-06-09 12:32:15 +00:00
Ralf Becker
c618dad433
no extra charset attributes in iCal for GroupDAV/CalDAV
2008-06-07 18:00:29 +00:00
Ralf Becker
ef700b0061
new class naming schema
2008-06-07 17:45:33 +00:00
Ralf Becker
28654c560e
include next and last date in csv export and use same fields for nextmatch csv export
2008-06-05 12:04:00 +00:00
Ralf Becker
7b6e3be922
"upps forget to rename the class itself: fixed bug in csv export (class addressbook_csv not found)"
2008-05-23 05:56:40 +00:00
Ralf Becker
1580ece9b7
"addressbook.so_ldap --> addressbook.addressbook_ldap"
2008-05-23 05:48:05 +00:00
Ralf Becker
2a88bd0fab
"addressbook.csv_export --> addressbook_csv, thank to Christoph Kaulich for the report"
2008-05-21 07:44:41 +00:00
Ralf Becker
6abf7b87b0
"fixed concatination of rtf files"
2008-05-20 19:23:51 +00:00
Ralf Becker
1ac7a8535b
"fixed 2 problems:
...
- new entry were not handled correct after the last commits (201 Created and Loaction header)
- cadaver reports entires as not found, because modified and contentlength were not set"
2008-05-20 09:02:16 +00:00
Ralf Becker
9f30e824b0
enforce a certain strength of uid, as some clients set quite weak ones)
2008-05-20 04:59:26 +00:00
Ralf Becker
01407a4e38
"fixed renamed addressbook_vcal, as reported by <kaulich(at)gns-mbh.com> on the devel list"
2008-05-19 11:51:21 +00:00
Ralf Becker
ee7b0643bd
"dont send accounts via GroupDAV/CardDAV, if user choose in his prefs to hide the accounts"
2008-05-19 08:01:28 +00:00
Ralf Becker
0d60e6f245
"checking for different cases in the object class, as suggested by Nigel Kukard <nkukard(at)lbsd.net> at the devel list"
2008-05-19 05:34:11 +00:00
Ralf Becker
499ac36bff
"- fixed charset for Thunderbird/SOGo connector
...
- using uid as filename to improve the support of newer SOGo connectors (>= 0.62), which require the server to remember the path they used to store a new contact
--> still not working reliable and causes TB to lock up
--> recommended is still version 0.62 of the SOGo connector "
2008-05-17 13:11:46 +00:00
Ralf Becker
b69b8085e6
Fixed some problems with the etag handling, causing an SQL error on
...
merging contacts, as reported by Johannes Gorschlüter from Stylite
2008-05-17 06:44:17 +00:00
Ralf Becker
246af6840e
fixed bug reported by alvin(at)zoomwireless.net on the developer list: edit button in addressbook >> view does not work
2008-05-15 14:08:27 +00:00
Ralf Becker
fd5b231760
"added missing uid attribute (for file / all and kde)"
2008-05-10 21:01:53 +00:00
Ralf Becker
7bb929eabe
"missed one"
2008-05-10 12:11:02 +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
d2e9143213
First version of new CalDav/CardDAV/GroupDAV access for calendar and
...
addressbook (infolog will follow).
CalDAV is tested so far with lightning 0.8 and Apple's iCal. Please note
that both distinguish between iCalServer and CalDAV!
The URL is currently http://domain.com/egroupware/groupdav.php/calendar/
2008-05-08 20:31:32 +00:00
Ralf Becker
9d7e48fcaa
use a cn given+family name, instead of link title for contacts
2008-05-08 20:19:20 +00:00
Klaus Leithoff
641817662b
enable roles in main addressbook list view
2008-05-07 14:13:34 +00:00
Ralf Becker
eef92b5785
Migration LDAP --> SQL
2008-05-07 13:13:23 +00:00
Ralf Becker
0c586d9ff0
bot-safer contact form
2008-05-07 13:12:33 +00:00
Ralf Becker
84a9f87127
"- setting ldapLimit to 2000, which is the default of slapd
...
- returning personal entries as personal (and not private)"
2008-05-07 13:08:58 +00:00
Ralf Becker
ec3327010c
optional check etag/optimistic lock on delete too
2008-05-06 19:58:15 +00:00
Ralf Becker
2f4a67094e
add missing (not used) parameters, creating warnings in error_log
2008-04-26 08:47:26 +00:00
Ralf Becker
69d7ee916d
small fix for the etag & uid handling of new entries
2008-04-26 08:46:44 +00:00
Ralf Becker
86368a1903
uid and etag (optimistic locking) for addressbook
2008-04-25 19:06:15 +00:00
Ralf Becker
684d6551f2
using static methods for the hooks (you need to update addressbook or call Admin >> Register hooks!)
2008-04-25 18:59:00 +00:00
Stefan Becker
69ac5df990
Add to create a new Infolog directly from the Addressbook with multiple
...
Addresses als Links
2008-04-23 08:22:22 +00:00
Ralf Becker
3ef9def241
using iso-8859-1 for talking to SoGo Connector (0.61 works) via GroupDAV
2008-04-22 08:55:18 +00:00
Ralf Becker
1113f2ec1c
"spelling"
2008-04-22 06:09:02 +00:00
Ralf Becker
c2c2c390ce
"fixed bug reported by Peter Goerzen and Nathan: deleting a contact from view gives error, even if the contact get's successful delete"
2008-04-22 06:08:01 +00:00
Nathan Gray
72cbfd4083
Fixed misplaced bracket causing forced default addressbook preference to be re-set to the current user
2008-04-21 16:11:59 +00:00
Ralf Becker
92f16b2d7e
"fixed warning if there's no col-selection yet"
2008-04-18 06:10:31 +00:00
Stefan Becker
a879dd4055
"avoid $$fields in RTF Dodument instead of emty values"
2008-04-17 09:17:56 +00:00
Ralf Becker
da4a19b7dc
fixed GroupDAV "charset prob" (non-ascii did show up wrong in KAddressbook) and handling of jpeg photo
...
I hope that works well for SyncML too
2008-04-16 16:05:48 +00:00
Ralf Becker
09cdf3efe1
"fixed photo handling as suggested by tolux <5408w1h2dkm3c7r(at)bodhi.lawlita.com> on the developer list"
2008-04-16 04:37:05 +00:00
Ralf Becker
f3387a7c1f
modified addressbook templates to use new vfs, it uses now templates in sub-dirs of the template dir too
2008-04-15 10:28:45 +00:00
Stefan Becker
78d7f5c550
Patch to use IF Statements in RTF-Documents Example "$$IF
...
n_prefix~Mr~Hello Mr.~Hello Ms.$$" - search the field "n_prefix", for
"Mr", if found, write Hello Mr., else write Hello Ms.
2008-04-15 08:26:50 +00:00
Stefan Becker
a900cf91a7
fixed small Bug in the serial letter function
2008-04-11 12:35:58 +00:00
Stefan Becker
6b3c511524
Add an new feature to the addressbook. Put your Pagecontent/letter
...
between two Tag of $$pagerepeat$$. After selecting more than one
contact, you will recive an RTF File with one Contact on each page.
This is a possibility to print serial letters.
2008-04-09 14:59:55 +00:00
Klaus Leithoff
6d36d46e90
another bug: if we dont order by cf's we dont need to extend the customfields by its tablename
2008-04-07 10:02:01 +00:00
Klaus Leithoff
8057d8b368
forgot the debug, and fixed a bug in advanced search regarding customfields, if you sort by a customfield
2008-04-07 09:47:01 +00:00
Klaus Leithoff
777ef7f4f7
fix for a sql error while searching and sort by customfield
2008-04-07 09:29:19 +00:00
Ralf Becker
f490000771
"hide delete button for not stored entries, gives an error"
2008-04-04 08:14:30 +00:00
Ralf Becker
b5d3888f74
"- allow more then one cf filter, gave sql error before
...
- allow to combine lettersearch with cf filter, gave sql error before"
2008-04-02 08:42:28 +00:00
Ralf Becker
db8b9cc428
"query and display only selected cfs"
2008-04-02 08:24:52 +00:00
Ralf Becker
5825fb3b9a
"fixed typo causing cf's not to be displayed"
2008-04-02 08:24:27 +00:00
Ralf Becker
400a5bd48d
"fixed error reported on the german list, happens when contacts are stored in ldap (no distribution lists)"
2008-03-31 05:40:53 +00:00
Ralf Becker
b0da799ee7
fixed sql error reported by Uwe Redecker on the German list and got cfs as orga fields working (including multiselections)
2008-03-30 08:53:40 +00:00
Patrick Bihan-Faou
2b1ee9c0ef
Recognize 'nexthaus corp' just like 'nexthaus corporation' for blackberry users.
...
Fixes tracker #1478 , thanks for the patch.
2008-03-27 07:50:35 +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
d155e3b5cd
"fixed PHP Fatal error: Cannot assign by reference to overloaded object"
2008-03-25 10:01:29 +00:00
Ralf Becker
f562ea44f3
removed unnecessary instanciations
2008-03-21 20:57:01 +00:00
Ralf Becker
69643ecb73
using global db object
2008-03-21 20:56:50 +00:00
Ralf Becker
f57f6a805b
"using global db object"
2008-03-13 20:18:52 +00:00
Ralf Becker
1d5979bb1e
xet of addressbook display block (sitemgr)
2008-03-13 16:24:50 +00:00
Stefan Becker
889960567e
my first commit: add or delete an categorie to the addresbokk entry. In a popup window, you can select, the categories zu want to modify. You can select more than one addresses.
2008-03-10 16:33:17 +00:00
Klaus Leithoff
2ec1a77daf
attempt to fix the problem with the stick org_view problem in addressbook. col_filter is not reseted if org_view criteria is set to all.
2008-03-10 12:15:47 +00:00
Klaus Leithoff
123777682e
to be able to do the contains feature of adv-search we split the value and search for each part individually
...
we do that only if the advanced search is set to contains (wildcard is set)
2008-03-10 10:08:27 +00:00
Ralf Becker
7e9c82ce64
"Fix to never store private accounts, as they are always public (seems to be still the case for SyncML) "
2008-03-10 07:00:32 +00:00
Ralf Becker
f9315dc39c
reworked for new link-class and added titles method
2008-03-08 22:45:01 +00:00
Klaus Leithoff
2bb4fd1df1
fixed a problem regarding search in extra fields for addressbook when using the advanced search dialog
2008-03-05 11:41:40 +00:00
Ralf Becker
db165536e1
configurable fields belonging to our (virtual) organisations, patch from Stefan Becker
2008-03-05 10:31:26 +00:00
Ralf Becker
9887c58b4d
fixed not working ldap connection using php4-restore session-mode
2008-03-02 13:13:23 +00:00
Ralf Becker
e9003d58f2
fixed not working ldap connection using php4-restore session-mode
2008-03-02 13:11:01 +00:00
Klaus Leithoff
594fa7df4b
Feature to display a list of addresses from a given adressbook within the sitemanager
...
you may choose all addressbooks (which the Sitemanager user is allowed to see).
NOTE the anonymous user, respectively the user you assigned for
anonymous access must have sufficient rights for the addressbook(s) to be shown.
This is provided by Stefan Becker
Bugfix for broken Move2Adressbook callback
2008-02-21 11:54:22 +00:00
Ralf Becker
9aa040bec2
"fixed not working last event"
2008-02-15 02:17:47 +00:00
Ralf Becker
7c5b6c94d6
"removing replacements for empty cf's (finally)"
2008-02-15 01:36:58 +00:00
Ralf Becker
722903656b
missing commit for contacts colored by category in the link search
2008-02-15 01:36:43 +00:00
Klaus Leithoff
54e606e2a0
after trouble with the advanced search in connection with the distributionlist tab in addressbook, some modifications that should fix the problem.
2008-02-13 13:40:57 +00:00
Oscar Manuel Gómez Senovilla
54ef56c27a
lang updates
2008-02-09 22:01:42 +00:00
Lars Kneschke
bec1c05070
disabled not working code
2008-02-08 11:14:47 +00:00
Ralf Becker
9eaa3efb75
- $$calendar/-1/...$$ for data of the last event
...
- showing a category path (full cat hierarchy), if category tree is configured
- deleting placeholders of empty (not-stored) custom fields
2008-02-07 02:45:48 +00:00
Klaus Leithoff
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
Klaus Leithoff
0ca42fe9ac
fixed a bug in addressbook regarding the adding of adresses to the adressbook configured in preferences
2008-01-25 12:57:13 +00:00
Ralf Becker
9d15b05a4f
- private cf's only visible to certain user or groups
...
- configurable extra tab for the private cf's
- cf's displayed in the list are now configurable like in InfoLog via
the column-selection
- row color of the list get's now set by category, if cats have colors
defined (first match for multiple cats)
- fax is now allways direct visible in list and edit
2008-01-19 05:41:04 +00:00
Oscar Manuel Gómez Senovilla
f3cd85add5
periodical lang updates from translators
2007-12-22 21:39:38 +00:00
Oscar Manuel Gómez Senovilla
71fbe90a15
tracer #1370 for farsi
2007-12-22 10:28:44 +00:00
Oscar Manuel Gómez Senovilla
de08a06de2
tracker #1363
2007-12-15 16:25:38 +00:00
Ralf Becker
9eb50fff4a
fixed bug reported on the users list: if admin forced or set a default of 'personal' for the default addressbook where new accounts should be created, it prevents eg. syncml to create the contact, as it's the admins personal addressbook, to whom no user user has access, thanks to pgoerzen-at-hustlerturf.com
2007-12-14 23:20:18 +00:00
Patrick Bihan-Faou
d97f1eed5e
Extend the patch to get_categories in infolog submitted by matthias to the other classes as well.
...
Added a hack that allows one to search for the categories' names prefixed by X-
Sony Ericsson phones (and possibly others) systematically prepend a X- to the
category names, so with this patch we match X-CatName just like CatName
This is only done for SyncML obviously.
2007-12-11 09:29:50 +00:00
Ralf Becker
e522141b42
"using the labels of selectbox-customfields instead of the values in notifications"
2007-12-07 08:14:50 +00:00
Ralf Becker
3bcc3ee251
"fixed typo causing only sending the mail without storing in an addressbook to fail"
2007-12-07 07:49:00 +00:00
Patrick Bihan-Faou
1e7fa3983a
Provide proper vcard profile for syncevolution
...
Patch provided by Ioannou Ioannis (patch # 1230)
2007-12-03 10:21:50 +00:00
Ralf Becker
3bbc80948f
"removed unused code reported by Oliver Welter on the user list"
2007-11-24 16:13:57 +00:00
Ralf Becker
5428f8d941
"allow admins to import contacts with creator / created date set"
2007-11-23 17:19:38 +00:00
Klaus Leithoff
006400768d
bugfix: if you have custom addressbook types defined, the custom addressbook type selection within the listview will work now.
2007-11-23 08:32:08 +00:00
Pim Snel
37c8bd0049
add kinyarwanda lang
2007-11-12 14:24:37 +00:00
Oscar Manuel Gómez Senovilla
6c0db1110b
catalan updates for trunk
2007-11-10 23:22:17 +00:00
Oscar Manuel Gómez Senovilla
54066896e8
big commit: all lang files not in utf-8 converted to utf-8, including charset phrase
2007-11-10 22:46:02 +00:00
Ralf Becker
cffa8b9aeb
"patch from Nigel Vickers from Stylite, to fix doublicate contacts and missing fields issues with the Synthesis Standard edtion for Windows Mobile/Pocket PC"
2007-11-10 08:07:44 +00:00
Oscar Manuel Gómez Senovilla
895ba44b47
Updated czech translation files, using provided utf-8 files
2007-11-09 16:46:15 +00:00
Christian Binder
7c81140147
updated german translation for addressbook
2007-11-06 15:46:28 +00:00
Christian Binder
875fe14219
some improvements when selecting a distribution list in mail: -users can switch between email and email_home (the default behaviour can be set via user-prefs), -auto-fallback to email_home if email not present and vice versa
2007-11-06 15:45:40 +00:00
Cornelius Weiß
1509ae821e
add mendatory fields again which got lost by the patches of Patrick Bihan-Faou
2007-10-31 21:17:40 +00:00
Ralf Becker
ba380b7540
fixed a few small bugs in the contactform: verification can be turned off now, 2. customfiled is now disable if not set, email-address verification allows for "-" in the mail part
2007-10-31 11:13:28 +00:00
Ralf Becker
cf69bfd0a9
1) added missing fields to defaultEntries[1]: TEL;CELL;HOME, TEL;FAX;HOME, URL;HOME, FBURL (not sure if they are understood by nexthaus, but the definitly belong to the all fields entry)
...
2) added minimal vCard3 support required by thunderbird GroupDAV plugin: eg. ADR;TYPE=work instead of ADR;WORK
2007-10-25 06:26:50 +00:00
Ralf Becker
e1dec0fc76
fixed not shown list of replacement, if language is english
2007-10-19 09:47:06 +00:00
Ralf Becker
5174804b39
added last and next date to edit & view too
2007-10-19 08:34:47 +00:00
Oscar Manuel Gómez Senovilla
a840dd6d45
rest of pending files for the egw_ prefix update
2007-10-14 18:48:56 +00:00
Oscar Manuel Gómez Senovilla
0441f0b760
Hopefully, rest of language files
2007-10-14 16:19:43 +00:00
Ralf Becker
cd266aba21
"Patch #1077 from Di Guest:
...
- allow to unset/remove all cats from Outlook
- wrong private value (missing bracket in cast)
- unsetting n_fileas in (slow sync) search as it causes doublicates
--> I guess there are other fields having the same problem (RalfBecker)"
2007-10-12 05:38:48 +00:00
Ralf Becker
74c9b0ccb7
fix prevent deleting of accounts via SyncML and to read private flag from the DB if missing
2007-10-11 06:24:57 +00:00
Ralf Becker
7b6a1013fc
SyncML patches from patrick.bihan-faou-AT-mindstep.com (without
...
logout+mbstring stuff), small modification to use the already exiting
methodes to generate full name and fileas)
The code is commited to trunk only at the moment to allow testing of it.
If everything goes well, we intend to commit it to 1.4 branch too.
Here's the original description of the patch by Patrick:
- handles the default config for current versions of funambol (i.e. the
scard/stask/snote/scal locations)
- tries to be a bit smarter on how the data content should be encoded
based on what the client specified (sif+base64/vcard, / fragmented or
not, etc.)
- workaround a bug in some versions of funambol, where funambol does not
specify the proper sif type for the type of requested data
- imported patch #117 from egw's tracker
- make sure that the logs generated by the horde code go to stderr so
they can be view in the webserver's logs
- as much as possible reduce code duplication. For example, the
categories are handled in the parent classes for both the SIF avn VCAL
formats for each type of data (addressbook,infolog,calendar).
- make sure the code can handle more than one categories in each
direction
- treat the 'sony ericsson' vendor string just like 'sonyericsson', the
newer phones apparently have a space in the vendor string... (this
touches some files in the icalsrv as well)
- handle notes: these should now work with everything (funambol or
other)
- remove more code duplication: the syncml "api" for the various data
types (calendar, contacts, infolog) is now common for both the vcard and
sif data formats (cf the files that need to be removed)
- handle the "privat" filter in infolog like the "private" filter (some
part of the code use the name without the trailing e)
- imported patch # 267 from egw's tracker
2007-09-29 10:29:48 +00:00
Klaus Leithoff
bdf27e11d9
Merged language Patch from r24464 (1.4) to trunc.
2007-09-25 10:21:19 +00:00
Oscar Manuel Gómez Senovilla
e385c6412f
retry for patch 1170
2007-09-25 07:37:31 +00:00
Ralf Becker
6a1a75adad
fixed problem reported by perci <tin_nospam-AT-oleco.net>: typo ->bo instead of ->contacts
2007-09-24 07:06:23 +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
d159593b28
patch from aleksander.adamowski-AT-olo.org.pl
2007-09-21 17:06:11 +00:00
Ralf Becker
15f201c07e
patch from aleksander.adamowski-AT-olo.org.pl
2007-09-21 15:08:56 +00:00
Ralf Becker
63a9c2debb
fixed new calendar-column code to NOT procduce a sql error if selecting account addressbook and having accounts in LDAP
2007-09-17 07:25:53 +00:00
Oscar Manuel Gómez Senovilla
dec28cbe89
spanish lang updates for trunk
2007-09-16 14:35:58 +00:00
Ralf Becker
4682133d82
"fixed not shown calendar if custom fields are selected too"
2007-09-14 10:31:08 +00:00
Ralf Becker
2676cb4a5c
optional column in addressbook list to show the last and next date for a contact, eg. last and next visit
2007-09-14 10:03:18 +00:00
Oscar Manuel Gómez Senovilla
e5eac71f71
pending lang updates
2007-09-13 13:57:21 +00:00
Klaus Leithoff
2416e9cd6a
fix for small typo in switch of the export definitions
2007-09-05 06:50:19 +00:00
Klaus Leithoff
a4a85097a4
fix of small typo in the switching of the export definition fields
2007-09-05 06:27:35 +00:00
Cornelius Weiß
9e91aafcc7
add german outlook import
2007-08-30 15:47:16 +00:00
Cornelius Weiß
b7013343a2
add german outlook import
2007-08-30 15:44:11 +00:00
Ralf Becker
a012a4ba22
removed formatting chars from the phone-number in callto:-links, as the mess up the links
2007-08-30 13:25:34 +00:00
Ralf Becker
f2ea7ea2f6
removed formatting chars from the phone-number in callto:-links, as the mess up the links
2007-08-30 13:24:54 +00:00
Ralf Becker
1192e0ec90
new config to show a category tree
2007-07-22 13:25:00 +00:00
Ralf Becker
4e75d475fc
bugfix from Jan Schneider <jan-AT-janschneider.net>
2007-07-18 19:29:07 +00:00
Ralf Becker
ab9899f07b
bugfix from Jan Schneider <jan-AT-janschneider.net>
2007-07-18 19:28:26 +00:00
Ralf Becker
dcce858d3c
fixed not working actions with result of advanced search, nextmatch looped because of the way the extended search content was transfered
2007-07-12 13:03:02 +00:00
Ralf Becker
7160e6595f
fixed not working actions with result of advanced search, nextmatch looped because of the way the extended search content was transfered
2007-07-12 13:02:19 +00:00
Ralf Becker
077f432d6c
fixed sql error if an addressbook get selected in the extended search
2007-07-12 09:58:17 +00:00
Ralf Becker
d8b290f177
fixed sql error if an addressbook get selected in the extended search
2007-07-12 09:57:35 +00:00
Ralf Becker
1e3627ad51
fix for bug #658 : Custom Fields - added user in list comes up as ID (number)
...
Unfortunatetly this bugfix requires some corrections in the way the customfield widget is called in the templates of other apps
2007-07-11 15:43:09 +00:00
Ralf Becker
eadc1c7b38
fix for bug #658 : Custom Fields - added user in list comes up as ID (number)
...
Unfortunatetly this bugfix requires some corrections in the way the customfield widget is called in the templates of other apps
2007-07-11 15:39:41 +00:00
Ralf Becker
d18508da58
fix for MaxDB and MsSQL
2007-07-11 15:35:10 +00:00
Ralf Becker
73f209ccb1
fix for MaxDB and MsSQL
2007-07-11 15:34:13 +00:00
Ralf Becker
f6f17b6b1b
windows seems to use applicaton/msword for rtf-documents, instead of application/rtf, we now list files with both mime type, if the extension is .rtf
2007-07-09 13:29:57 +00:00
Ralf Becker
760eb2af1a
windows seems to use applicaton/msword for rtf-documents, instead of application/rtf, we now list files with both mime type, if the extension is .rtf
2007-07-09 13:29:09 +00:00
Ralf Becker
072919c07d
deutsche sprache, schwere ...
2007-07-09 09:57:54 +00:00
Ralf Becker
db1951fc81
deutsche sprache, schwere ...
2007-07-09 09:57:21 +00:00
Ralf Becker
5194f86f6b
fixed mixed up category and location
2007-07-09 09:52:21 +00:00
Ralf Becker
f78d36b4dd
fixed mixed up category and location
2007-07-09 09:51:41 +00:00
Ralf Becker
50ab2c2465
some missing translations from inserting contacts in documents
2007-07-09 09:01:23 +00:00
Ralf Becker
89731da7f7
some missing translations from inserting contacts in documents
2007-07-09 09:00:16 +00:00
Oscar Manuel Gómez Senovilla
2d29a56f4e
lang updates
2007-07-08 20:13:04 +00:00
Cornelius Weiß
b6cd1ee9e6
backport syncML fixes
2007-07-04 19:13:00 +00:00
Cornelius Weiß
b331036715
fix: privat flag not working with syncML
2007-07-02 18:35:39 +00:00
Cornelius Weiß
2ce3929f46
fix: NULL cat_id has to be found in case of NOT cat_id searches
2007-07-02 15:32:24 +00:00
Cornelius Weiß
e3203f7cd9
fix: notes containing commas where not working when coming via syncML
2007-07-02 13:11:13 +00:00
Cornelius Weiß
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
Cornelius Weiß
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
Cornelius Weiß
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
Ralf Becker
41e8533465
patch #978 from Nathan Gray, file as option incl. org_unit
2007-06-28 06:17:47 +00:00
Ralf Becker
25197222bf
"patch #978 from Nathan Gray, file as option incl. org_unit"
2007-06-28 06:11:58 +00:00
Cornelius Weiß
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
Ralf Becker
ed64e9102a
fixed moving contracts to and from private addressbook
2007-06-25 16:37:42 +00:00
Ralf Becker
d81a239640
"fixed moving contracts to and from private addressbook"
2007-06-25 16:36:58 +00:00
Ralf Becker
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
Lars Kneschke
3d7f714379
merge from trunk
2007-06-25 09:03:58 +00:00
Lars Kneschke
ef1e1721dc
added support for funambol thunderbird plugin
2007-06-24 23:53:10 +00:00
Oscar Manuel Gómez Senovilla
99771edd87
language updates
2007-06-24 21:55:08 +00:00
Ralf Becker
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
Ralf Becker
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
Ralf Becker
6318ef6d0f
fixed bug in xmlrpc read reported by Espen
2007-06-23 17:46:42 +00:00
Ralf Becker
8d739d827f
"fixed bug reported in xmlrpc read by Esben"
2007-06-23 17:45:54 +00:00
Cornelius Weiß
4268f2a356
fix: skip empty lines, even if conversion fills (empty) record
2007-06-23 12:06:08 +00:00
Cornelius Weiß
f1d0271672
fix: skip empty lines, even if conversion fills (empty) record
2007-06-23 12:04:30 +00:00
Ralf Becker
e08f8bf63f
fix for bug #948 : space missing in regular addressbook view in home address
2007-06-23 07:14:27 +00:00
Ralf Becker
88370ceb8a
fix for bug #948 : space missing in regular addressbook view in home address
2007-06-23 07:14:01 +00:00
Ralf Becker
c669fed918
fix for bug #953 : Addresbook Contact Info ignores Default Address Format Rule
2007-06-23 07:10:34 +00:00
Ralf Becker
ab74fbeca0
"fix for bug #953 : Addresbook Contact Info ignores Default Address Format Rule"
2007-06-23 07:09:52 +00:00
Ralf Becker
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
Ralf Becker
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
Cornelius Weiß
f7b3b2cd3f
improve dry-run
2007-06-21 18:08:17 +00:00
Cornelius Weiß
10225ce9d8
fixed category handling.
...
allow to preserv cat if record is updated
2007-06-21 14:02:28 +00:00
Ralf Becker
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
Ralf Becker
1651819dce
fixed 2 bugs with the new addressbook document templates
2007-06-19 10:19:47 +00:00
Ralf Becker
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
Ralf Becker
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
Cornelius Weiß
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
Ralf Becker
4b8657013e
changed translation of created to angelegt
2007-06-13 16:34:23 +00:00
Ralf Becker
1557afe792
some fixes for the contactform: customfields, not working mail-subject, ...
2007-06-13 16:29:06 +00:00
Ralf Becker
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
Ralf Becker
4b72cd5bb0
modification because of changes in bo_tracking (calling the constructor now neccessary)
2007-06-10 08:51:42 +00:00
Cornelius Weiß
e34fb944a5
- adopted export plugin to new interface
...
- extended outlook export definitions
2007-06-09 15:38:30 +00:00
Cornelius Weiß
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
Ralf Becker
e2b7b6c52a
slight modification of the contactform
2007-06-06 10:24:50 +00:00
Ralf Becker
ab8d5f5085
"small layout fix: 9 lines only"
2007-06-06 09:04:36 +00:00
Ralf Becker
381d421466
email for the contactform
2007-06-06 08:18:45 +00:00
Ralf Becker
df73036d2b
sitemgr contact-form that stores direct into the addressbook
2007-06-05 23:22:24 +00:00
Oscar Manuel Gómez Senovilla
a33363a884
Czech translation in #824 and extra pending language updates
2007-06-03 18:01:21 +00:00
Ralf Becker
b970654f4f
"bugfix: removed change-org checkbox in view"
2007-06-03 13:21:13 +00:00
Ralf Becker
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
Ralf Becker
6a001d1cdf
removed not longer usable old import/export
2007-06-03 12:01:31 +00:00
Ralf Becker
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
Ralf Becker
1828683be2
"fixed not working modification of contact with cn= dn"
2007-06-03 11:07:50 +00:00
Ralf Becker
03cf41c5ba
fixed duplicate validation error, because groupbox also had the name of the birthdate field
2007-06-03 10:24:58 +00:00
Ralf Becker
21b0cb6648
"layout fix: align the phone-block with the tabs"
2007-06-03 10:23:48 +00:00
Ralf Becker
6d04243cd6
"fix for bug #838 : Distributionlist as mail addres: XML Response from server invalid"
2007-06-03 09:49:10 +00:00
Ralf Becker
ad013af084
"fix for bug #817 : addressbook Orga view grouped by units -> wrong SQL Querry for postgres 8.1"
2007-06-03 09:27:41 +00:00
Ralf Becker
dbb52e5ca7
"fix for bug #316 : addressbook does not support mssql properly
...
MsSQL seems not to like != for not equal, using now <>"
2007-06-03 08:42:59 +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
Oscar Manuel Gómez Senovilla
688dd5f46f
Latest lang updates
2007-05-31 14:49:26 +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
a9c3d066c5
"fix for bug #802 : Duplicate birthday preview on hompage"
2007-05-27 07:03:39 +00:00
Ralf Becker
7010efc75c
"fixed not always working display of customfields (was still relying on the old pref instead the colum-selection)"
2007-05-26 07:58:37 +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
0d1dbaa6e1
some fixes and improvments around the distribution lists:
...
- to, cc, bcc is working again in the email-selection-popup
- shortcut to directly add the whole list in the email-popup
- error message that a list already exist
- javascript only get's loaded if not already loaded
- fix for bug #588 : content of emailpopup to wide
- fix for bug #713 : wrong redirect creating distrib.list via popup from fmail
2007-05-25 18:20:57 +00:00
Ralf Becker
889a5c01c6
"fixed not returned id's if only_keys==true"
2007-05-25 17:33:26 +00:00
Ralf Becker
26952223f3
"fix for bug reported by Frank-braucht-Hilfe from the German list: infolog's from one organisation are incomplte if the org-view was limited by a searchletter"
2007-05-22 18:06:38 +00:00
Ralf Becker
1830f0fb1f
fixes as suggesteg by Hans-Juergen Tappe <tappe-AT-hek.uni-karlsruhe.de>
2007-05-22 15:55:58 +00:00
Ralf Becker
452adb97ae
fixed not working export of huge number of contacts (memory and execution time limit reached) AND added a new configuration option to limit the maximum number of exported contacts for non admins
2007-05-22 08:02:06 +00:00
Ralf Becker
da48c78fc2
"fixed not working forced preference for addressbook: csv-fields == all"
2007-05-21 09:08:03 +00:00
Ralf Becker
9c884e4b94
"fix for bug #764 : \"Hide accounts from addressbook\" does not work with contacts in LDAP"
2007-05-21 06:54:55 +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
891906d72f
bugfix: using css-classes instead of the no longer existing theme colors
2007-05-20 09:37:52 +00:00
Oscar Manuel Gómez Senovilla
83e4306bce
Language updates
2007-05-16 22:10:08 +00:00
Ralf Becker
61d0659715
fix for bug #450 : Advanced search does not work regarding categories
2007-05-15 14:23:28 +00:00
Ralf Becker
3cdd3a8600
"some docu, maybe useful for others too"
2007-05-09 07:42:41 +00:00
Ralf Becker
a8266bf40b
propset svn:keywords Id
2007-05-07 06:56:49 +00:00
Oscar Manuel Gómez Senovilla
c93262d3d7
Fix por #690
2007-05-05 09:07:52 +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
0820742057
"orga-views use now ManualAddressbookIndexOrga, for the context sensitiv manual"
2007-05-04 11:57:37 +00:00
Ralf Becker
2bdd4e9f37
"fix for bug #139 : Wrong timezone for created and modified in LDAP"
2007-05-04 05:43:33 +00:00
Ralf Becker
5f04d280c0
"patch #481 : 'tel_cell_private' to 'callbackphone' (ldap) not working (typo)"
2007-05-03 13:57:21 +00:00
Ralf Becker
81026357a6
"fix for bug #667 : moving contacts to private addressbook does not work"
2007-05-03 13:04:29 +00:00
Ralf Becker
4a9fa4ef59
"fix for bug #643 : Public-Keys can not be displayed after saving/closing addressbook-entry"
2007-05-03 09:22:49 +00:00
Ralf Becker
ac4c7eb249
fix for bug #323 : Postal Code / City, Country / State fields confusing
2007-05-03 08:18:26 +00:00
Ralf Becker
00ea3da691
fix for bug #323 : Postal Code / City, Country / State fields confusing
2007-05-03 08:17:31 +00:00
Ralf Becker
3da4294e2b
fix for bug #673 : Verzerrtes Bild beim Betrachten/Bearbeiten eines Kontakts
2007-05-03 05:22:37 +00:00
Ralf Becker
291aa0301a
fix for bug #660/2: lists selectbox gets only populated once
2007-05-03 05:07:30 +00:00
Oscar Manuel Gómez Senovilla
747da8fd79
Pending lang updates
2007-05-02 21:25:42 +00:00
Cornelius Weiß
2acc48d0ee
fix: in view mode, a detailed name view resulted in an submit and a messed page
2007-05-02 09:10:40 +00:00
Ralf Becker
53d0d3d21f
fix for bug #637 : Birthday reminder on homepage not working properly
2007-05-01 09:51:03 +00:00
Ralf Becker
4ca46d10d0
fix for bug #639 : Distribution lists with user accounts in LDAP
2007-05-01 09:17:23 +00:00
Ralf Becker
09bfe009aa
fix for bug #626 : sql error when adding to distribution list
2007-05-01 08:18:33 +00:00
Ralf Becker
1aca20e56d
fix for bug #625 : Warning when deleting contacts
2007-05-01 08:17:22 +00:00
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
14fc433fcf
updated application versions 1.4 and dependencies accordingly (API is still 1.3.xxx 'til the first RC)
2007-04-30 09:10:36 +00:00
Ralf Becker
6675194ff8
worked around stupid php5.2 empty haystack warnings
2007-04-29 14:28:47 +00:00
Oscar Manuel Gómez Senovilla
d42198bf07
tracker patch #257 and extra lang files
2007-04-19 21:12:39 +00:00
Ralf Becker
6470e91163
removed tab in message phrase, which is not allowed and stops installs on Postgres
2007-04-19 05:26:02 +00:00
Ralf Becker
5d6c711849
bugfix: pressing 2 times apply/save removes just uploaded photo again
2007-04-18 15:39:48 +00:00
Ralf Becker
841c85b9db
bugfix: typo prevened deletion of distribution lists
2007-04-18 15:33:22 +00:00
Ralf Becker
d60659935a
fix for bug #589 : SQL error on adding an existing distribution list again
2007-04-15 13:25:06 +00:00
Ralf Becker
346f5e6be1
pref to hide accounts from the addressbook for non-admins
2007-04-15 13:06:21 +00:00
Ralf Becker
d5c279c353
"fix for bug reported on the german list: group-filter not working in admin >> edit accounts"
2007-04-14 09:23:04 +00:00
Oscar Manuel Gómez Senovilla
532182fa41
latest lang updates
2007-04-05 22:53:35 +00:00
Christian Binder
cbd945c239
just removed some forgotten debugging output
2007-03-13 20:01:39 +00:00
Ralf Becker
62bd5fa81f
distribution lists for the sql addressbook
2007-03-13 13:38:15 +00:00
Oscar Manuel Gómez Senovilla
976edfb561
portuguese updates
2007-03-11 17:08:54 +00:00
Oscar Manuel Gómez Senovilla
4b92ad49f0
spanish lang updates and some other
2007-03-10 10:56:23 +00:00
Ralf Becker
c0b6563e17
adaption for the new nextmatch feature plus some nice extra columns
2007-03-07 12:31:48 +00:00
Lars Kneschke
da41b918c9
syncml categories fixes
2007-03-01 20:17:51 +00:00
Lars Kneschke
6a34604c96
fix for not working to,cc,bcc selecttion when adding multiple addresses from addressbook
2007-02-27 09:21:20 +00:00
Oscar Manuel Gómez Senovilla
b45d2879c8
A lot of pending lang updates
2007-02-25 22:14:48 +00:00
Lars Kneschke
51b912557d
SyncML fixes
2007-01-23 17:34:24 +00:00
Oscar Manuel Gómez Senovilla
8d6b62a74c
pending lang updates
2007-01-21 11:38:09 +00:00
Cornelius Weiß
1168189057
patch #203 from sebastian ebling:
...
extendet submit_button() to also display <input type=button
new type buttononly for eTemplate
applied this type for addressbook.index.right_add buttons
applied this type for tracker.index.right button
2007-01-20 08:57:17 +00:00
Oscar Manuel Gómez Senovilla
7cb034e071
patch 188 and lang updates
2007-01-05 00:13:14 +00:00
Oscar Manuel Gómez Senovilla
0597fc6cd9
pending lang updates, and gallery translations
2006-12-26 22:20:54 +00:00
Ralf Becker
f016c2570b
changed addressbook.edit n_fn to have negative size --> rendered as r/o input
2006-12-25 17:45:00 +00:00
Ralf Becker
72a8d897b9
Give focus to the prefix, if user clicks on the name
2006-12-22 10:34:56 +00:00
Ralf Becker
7430c4d638
removed fax from mozilla schemas, as it's already in inetOrgPerson and having it twice for the same attribute creates an error. Thanks to Anton Frolov <afng072-at-frols.com> from the users list.
2006-12-20 14:34:16 +00:00
Ralf Becker
fa4a6608ab
- fixed not working copy of accounts via view
...
- removed debug-message from action()
2006-12-19 14:17:58 +00:00
Ralf Becker
7a653f4a1d
- new feature to merge contacts into one
...
- added missing link::unlink if contacts get deleted
- some tweaks in the edit template: n_fn was not readonly, added focus for n_prefix to onclick
2006-12-19 11:25:44 +00:00
Ralf Becker
f4238614f3
new egw_db::capabilities['case_insensitive_like']=='LIKE' ('ILIKE' for Postgres) used for all so_sql search and the lettersearch in addressbook
2006-12-17 08:44:05 +00:00
Ralf Becker
123a86b2b8
fixed extended search to work with new layout (tab-names)
2006-12-16 12:02:14 +00:00
Ralf Becker
4076328613
fixed not working selection of multiple org's in org-view
2006-12-13 13:39:00 +00:00
Ralf Becker
c29e516e71
removed not fully working literati template
2006-12-13 11:08:17 +00:00
Ralf Becker
d046f849fc
removed old, not fully usable (no sidebox) idsociety template
2006-12-12 19:24:49 +00:00
Ralf Becker
93396fe850
some (crm) features:
...
- filter for business country
- sorting by postal code
- add can create now already linked entries by specifying app/id pairs in the url (as eg. timesheet)
- setting egw_info[flags][currentid] in view to allow to add already linked entries via quick add
some bugfixes:
- sql can now change the ownership if a user gets deleted, ldap implementation still missing, but gives no more error
- photo template was not shown under some circumstances
2006-12-11 07:35:49 +00:00
Oscar Manuel Gómez Senovilla
078d5816bd
massive pending language updates
2006-12-09 22:21:27 +00:00
Jerry Ruhe
8422b6035d
using default icons
2006-12-09 09:19:23 +00:00
Jerry Ruhe
c80cf461d3
using default icons
2006-12-09 08:42:25 +00:00
Ralf Becker
1c1e2d49b1
reorganized tabs in addressbook edit
2006-12-07 19:11:39 +00:00
Ralf Becker
46dfa3e3ff
using nation from the general prefs for new addresses
2006-12-04 12:41:03 +00:00
Cornelius Weiß
8c86a244c9
fix not working delete in edit mode
2006-12-02 11:47:34 +00:00
Ralf Becker
24ae9727d5
new jerryr template set from Jerry Ruhe
2006-11-28 07:45:33 +00:00
Ralf Becker
f2be211de1
re-applying commit 22775 which got removed by Lars last commit (22866):
...
- fixed not always exported custom fields
- removed old ex_search method
2006-11-23 14:31:22 +00:00
Lars Kneschke
d0e5d6a188
worse hack to get sql->ldap export working with strict ldap acl applied
...
Ralf needs to review this, because it's a hack
2006-11-23 06:46:51 +00:00
Ralf Becker
2563cd7f53
allow to change the addressbook/owner for new contacts, even if you have no delete rights for the preselected addressbook
2006-11-14 09:25:07 +00:00
Ralf Becker
04afc8f6cb
fixed "complete query" in email popup, it was using the query from the index page and not the popup, for all actions
2006-11-13 14:53:40 +00:00
Cornelius Weiß
522009d565
plugin and wrapper class for addressbook to use importexport framework
2006-11-10 15:35:35 +00:00
Ralf Becker
d9fdd0ed25
typo
2006-11-07 06:35:29 +00:00
Ralf Becker
1facb0b7b0
added check for the gd-extension and the existens of the function 'imagecreatefromjpeg', which is only availible if the gd-extension is compiled with jpeg support.
2006-11-07 06:30:43 +00:00
Oscar Manuel Gómez Senovilla
b157241ec8
lang updates
2006-11-06 23:12:29 +00:00
Cornelius Weiß
c5d92cca87
adv search was not working with autohide sidebox in idots template
2006-11-02 13:52:24 +00:00
Cornelius Weiß
3e6921d5b9
preserv cats if updateing contacts from import
2006-10-31 09:26:40 +00:00
Ralf Becker
25055b8603
improved advanced search:
...
- fixed not working paging (lost advanced search)
- uses now a named window and gives it focus
- disabled for org-views
- can be unset via clicking on the addressbook icon (index.php)
- last search can always be restored from session
2006-10-31 07:56:34 +00:00
Ralf Becker
ba311860b0
- fixed not always exported custom fields
...
- removed old ex_search method
2006-10-31 07:50:51 +00:00
Cornelius Weiß
c431575d69
logic updates to advanced search
2006-10-27 13:10:51 +00:00
Ralf Becker
bcb22e45ef
php < 5.1 fix for the advanced search
2006-10-27 12:03:37 +00:00
Cornelius Weiß
03c7a819d3
litte js bug
2006-10-27 10:22:50 +00:00
Ralf Becker
ff137bd345
fixed not shown customfields in addressbook index, if a not set one is in before
2006-10-26 13:40:47 +00:00
Lars Kneschke
d50f13d980
call the function and do not try searching the non existing array
2006-10-26 04:01:41 +00:00
Cornelius Weiß
07ddbdd0d6
fix typo
2006-10-25 10:11:19 +00:00
Cornelius Weiß
a0bc65dcab
fix cancle buttion in adv search
2006-10-24 20:07:20 +00:00
Cornelius Weiß
b269793191
lang updates
2006-10-24 20:00:57 +00:00
Cornelius Weiß
f65d771e5c
template for advanced search
2006-10-24 19:47:57 +00:00
Cornelius Weiß
d4d81a940c
make advanced-search working in new addressbook
2006-10-24 19:20:37 +00:00
Ralf Becker
7eec77c451
fix for not set default addressbook preference on copy
2006-10-24 14:23:04 +00:00
Ralf Becker
3ae17a35cf
InfoLog view for organisations or multiple contacts
2006-10-23 11:48:56 +00:00
Ralf Becker
2c56e220bc
added again adding of the whole selection to the email-address popup
2006-10-22 11:40:43 +00:00
Ralf Becker
01461852ed
not working with up-to-date version
2006-10-22 09:46:13 +00:00
Cornelius Weiß
c2d8db0e2f
start with reimplementation of advanced search
2006-10-21 20:17:49 +00:00
Cornelius Weiß
f302a74156
start with reimplementation of advanced search
2006-10-21 20:14:31 +00:00
Ralf Becker
1a60791aaf
etemplate is still 1.2
2006-10-19 19:49:00 +00:00
Ralf Becker
d2f93575e7
removed not longer supported link and fixed addressbook dependencies
2006-10-19 08:52:00 +00:00
Ralf Becker
2bbcb5c7e8
remove error_log message
2006-10-19 08:51:11 +00:00
Ralf Becker
01286bbc9b
make the display of addressbook-links configurable:
...
- own sorting (default: Company: Last name, First name)
- Company: Last name, First name
- Company, Department: Last name, First name
- Company, City: Last name, First name
- Company, Department, City: Last name, First name
2006-10-19 08:50:25 +00:00
Pim Snel
1e2f5307f9
update dutch translation
2006-10-15 20:40:20 +00:00
Oscar Manuel Gómez Senovilla
6fe1eec825
several language updates, including polish
2006-10-12 08:29:57 +00:00
Ralf Becker
a557977d23
extended socontacts_sql::search to search custom fields like other columns (a search by one string already searched all custom fields)
2006-10-11 13:00:23 +00:00
Ralf Becker
48a76e2354
fixed under some circumstances not working fileas title creation
2006-10-11 12:34:22 +00:00
Oscar Manuel Gómez Senovilla
6e1d8c1037
spanish updates
2006-10-08 12:29:27 +00:00
Ralf Becker
860613df61
moved creation of group addressbook for Default into the api's default_records, as the tables are there and default_records only works for apps with tables
2006-10-07 10:55:08 +00:00
Ralf Becker
e01d9cb8af
reset lettersearch if viewing the contacts of one organisation
2006-10-07 10:18:35 +00:00
Ralf Becker
91480e8acc
- fixed wrongly selected "None" Kategorie on first ever start of addressbook
...
- added pref for the addressbook selected on adding new contacts, if you dont have add rights for the current addressbook (eg. "All" selected as filter)
2006-10-07 09:17:30 +00:00
Ralf Becker
5cfe53bc7d
typo
2006-10-07 09:16:04 +00:00
Ralf Becker
816e11629a
fixed and enhanced cat-filter:
...
- cats with children were not working, because:
+ sql applied two filters (one in UI and one in SO, UI is removed now)
+ ldap did not handle it at all
- new cat-filter 'None', which returns all contacts without a category
2006-10-02 07:49:00 +00:00
Ralf Becker
f4e79928f6
fixed link_query hook, it returned array('') instead of array() for nothing found
2006-10-02 06:45:46 +00:00
Ralf Becker
3321dd1d48
- sorting criteria does no longer exclude entries with the soring criteria empty, but puts them always on the end of the list (changing the sorting no longer changes to total number of entries)
...
- this also fixes the bug that sorting after the org_name in an org_view, disables the org_view
2006-09-25 10:18:05 +00:00
Ralf Becker
70bbd9c71b
removed no longer needed templates
2006-09-20 04:46:23 +00:00
Ralf Becker
e32fdcb322
removed no longer needed old classes
2006-09-20 04:39:50 +00:00
Ralf Becker
e376d27008
removed no longer needed old classes
2006-09-20 04:39:21 +00:00
Ralf Becker
acd9ac7777
fixed error-message on save of new contact (id was not returned due to a recent change)
2006-09-20 04:30:13 +00:00
Ralf Becker
0b375135aa
Fixed problem reported on the developer list: editing an account under the SQL backend removes first and last name
2006-09-18 08:22:09 +00:00
Ralf Becker
13439ea6ac
Fixed problem reported on the developer list: editing an account under the SQL backend removes first and last name
2006-09-18 08:15:08 +00:00
Oscar Manuel Gómez Senovilla
963f29d859
lang updates
2006-09-16 15:48:46 +00:00
Ralf Becker
e2ee971ac7
"editaccountemail" hook to allow other apps to monitor the changes
2006-09-16 09:59:29 +00:00
Ralf Becker
b968f9327c
- ACL to allow non-admin users to edit certain (explicitly allowed) fields in their own account contact data
...
- new hook editaccountcontact to sync other apps with these data
- admin ACL "edit users" is now respected by the contact class for account-contact-data too (you can deny admins to edit accounts)
- fixed bug in ldap-backend: it was deleting all not set contact fields
2006-09-15 07:16:07 +00:00
Ralf Becker
f5cf1ed1d2
fixed error in ldap-backend: "Error saving the contact !!! 1"
2006-09-13 04:49:53 +00:00
Ralf Becker
4e884eda9a
fixed problem with php4.3.2 (negative integer as index)
2006-09-10 06:40:56 +00:00
Oscar Manuel Gómez Senovilla
746988d553
mass lang updates
2006-09-04 17:15:19 +00:00
Ralf Becker
e907216780
fixed bug reported by Deti Fliegl: [ 1548175 ] Pictures in Addressbook cannot be deleted
2006-08-29 04:18:32 +00:00
Ralf Becker
52f02a4ec2
small documentation update
2006-08-29 04:16:00 +00:00
Ralf Becker
47d18e092a
fixed not working address import from FMail under ldap
2006-08-24 16:06:45 +00:00
Ralf Becker
153a642b56
Two new options for the account-selection:
...
- Selectbox with groupmembers (only)
- No user-selection at all
These two options limit the visibility of other users. There for they should be forced and apply NOT to administrators.
2006-08-22 16:50:32 +00:00
Ralf Becker
53ad443399
fixed not working update via SyncML
2006-08-22 08:14:35 +00:00
Ralf Becker
754e6948bf
fixed not working copy
2006-08-22 08:14:15 +00:00
Lars Kneschke
215bf8f305
- added mappings for nokia e61
...
- removed unneeded charset conversion on import
2006-08-15 12:46:26 +00:00
Cornelius Weiß
71810b2000
fix: migration of cats in evolutionorgperson
2006-08-12 16:56:57 +00:00
Ralf Becker
4e64f9d62e
fix for accounts in LDAP, but no passwords (auth against something else), in that case we need to search with the root_dn and not the user himself
2006-08-03 08:21:42 +00:00
Ralf Becker
b3454d9983
fixed an other "Fatal error: [] operator not supported for strings" error reported by Bastian Schern
2006-07-31 18:10:43 +00:00
Oscar Manuel Gómez Senovilla
33310098b9
lang updates
2006-07-31 16:20:28 +00:00
Ralf Becker
82824f0a6c
fixed bug reported by Bastian on the german list: Fatal error: [] operator not supported for strings
2006-07-28 16:44:41 +00:00
Lars Kneschke
60752ba913
added support for nokia 6600
2006-07-23 18:10:37 +00:00
Ralf Becker
671f175090
setting the freebusy_uri only if not in setup!
2006-07-22 18:02:15 +00:00
Lars Kneschke
07b45df538
syncml fixes
2006-07-20 13:32:02 +00:00
Oscar Manuel Gómez Senovilla
dab5e19ef8
massive lang update
2006-07-16 07:13:01 +00:00
Ralf Becker
8f26ec2b1b
automatic setting the freebusy url for accounts
2006-07-14 23:25:52 +00:00
Ralf Becker
95d6f36322
fixed creation of new contacts to use id=null (not longer -1)
2006-07-09 23:35:16 +00:00
Ralf Becker
2b549bcfe8
- fixed sifaddressbook to use bocontacts
...
- adapted to bocontacts::save returning the id again
- added comment for Lars about the id in LDAP & save
2006-07-09 22:59:22 +00:00
Ralf Becker
c14d006c15
bocontact::save returns now (again) the id on success and false on error
2006-07-09 22:58:04 +00:00
Ralf Becker
7ae03372ab
savegard the account_id against changes not triggered by the accounts-class, eg. via SyncML/xmlrpc
2006-07-09 22:46:58 +00:00
Lars Kneschke
ecc09fc1a2
make adds working
2006-07-09 20:26:57 +00:00
Ralf Becker
6e0605899e
an other fix for check_perms (used via SyncML)
2006-07-09 20:07:09 +00:00
Lars Kneschke
5c057a26dd
make syncml working with the new addressbook
2006-07-09 13:29:19 +00:00
Ralf Becker
8f5467044a
phpDoc header and some docu
2006-07-09 07:14:01 +00:00
Ralf Becker
9e525b0989
re-read the owner in check_perms, if it's not set
2006-07-09 06:09:32 +00:00
Ralf Becker
958a83a06d
fixed vCard export and added it to the user-interface
...
ToDo: include the new 1.3+ fields like the jpegphoto
2006-07-08 23:02:30 +00:00
Ralf Becker
cc7020f9a6
fixed sql error in setup/account_migration, as there are no grants, if there's no user
2006-07-08 21:38:54 +00:00
Ralf Becker
bbf8a48a71
making the customfields max. 3 Lines heigh
2006-07-08 03:41:02 +00:00
Ralf Becker
bd7f7f417d
- readonly LDAP sync (acount-repository SQL --> LDAP) is fully working now
...
- migration for contacts to LDAP
- some general addressbook fixes
2006-07-08 00:36:23 +00:00
Ralf Becker
b9a639d3cf
- changed labels from company to organisation
...
- using a country-selection instead of an text-input
- disabled "change all members of org" if no org set
2006-07-06 23:01:29 +00:00
Ralf Becker
af35ee028e
- fixed co (country) attribute which is NOT inetOrgPerson, but mozillaOrgPerson
...
- use/set c (country-code) attribute for mozillaOrgPerson and mozillaAbPersonAlpha
- fixed primparyPhone of evolutionPerson to store the phone-number and NOT the internal eGW name of the number
2006-07-06 22:59:28 +00:00
Cornelius Weiß
a3f36ebcb4
fix: wrong url found by j635
2006-07-01 05:10:07 +00:00
Ralf Becker
a48b353c14
link_title method returns now null to indicate an entry does not exist (and all links can be deleted) or false if there are insufficent rights to view the title
2006-06-24 16:03:00 +00:00
Ralf Becker
a3ff0decd1
making "all" the default for the addressbook selection (was the personal addressbook)
2006-06-24 06:09:02 +00:00
Ralf Becker
4685b9e003
search was missing the email address
2006-06-24 05:57:13 +00:00
Ralf Becker
fbcded1a6b
prevent SQL error "contact_owner is ambigues"
2006-06-24 05:54:28 +00:00
Ralf Becker
1b39b7d4fb
fixed wrong attribute name as reported by Bastian Schern from the german list
2006-06-23 00:06:27 +00:00
Ralf Becker
c28dfbcf37
typo
2006-06-22 21:14:39 +00:00
Ralf Becker
185b151ae9
- fixed not working add of new accounts (due to addressbook acl, which allows not to add accounts via the addressbook)
...
- invalidate the cache of the accounts-class if contact-data of an account get changed
2006-06-21 23:12:45 +00:00