Commit Graph

944 Commits

Author SHA1 Message Date
Ralf Becker
b350351d40 fixed no or only partial export of custom fields via nextmatch csv export 2009-10-30 11:19:46 +00:00
Ralf Becker
be36f920cf "fixed backend detection to recognice $contact_id = array('account_id' => 123) as account" 2009-10-26 11:48:26 +00:00
Ralf Becker
10f92d5ecc Backporting default+forced prefs for all apps 2009-10-19 18:24:49 +00:00
Ralf Becker
536a872875 added from backport missing $start parameter 2009-10-19 09:14:44 +00:00
Ralf Becker
d1859f90e6 Backport of r28140-2, r28156 to EPL-9.1:
- using iterator to query AB in chunks of 500 entries
- Brief: t header (no 404 for missing props)
2009-10-19 08:58:49 +00:00
Klaus Leithoff
e4e7e4bc36 fix for not displayed last/next Date in Listview 2009-10-15 15:09:54 +00:00
Ralf Becker
1a4b306c46 zip'ed xml document (eg. OO) --> need to encode &,<,> to not mess up xml 2009-10-07 17:50:50 +00:00
Stefan Becker
1a15b79c7e added contactform to send mail also to sender 2009-09-29 08:18:05 +00:00
Klaus Leithoff
6d80674bd7 added new Tags for merge 2009-09-23 14:14:31 +00:00
Klaus Leithoff
279b89a316 do not search in uid, while doing a 'global' search, as you cant see the field, and you probably dont understand, why you get extra rows 2009-09-23 12:16:58 +00:00
Klaus Leithoff
83c91dc737 enable search in extra colums, as it was broken since get_class() returns addressbook_sql for Addresses stored in SQL instead of socontacts_sql 2009-09-23 10:47:40 +00:00
Klaus Leithoff
f022a85e1d added the possibility to show notes in addressbook list. 2009-09-23 10:11:38 +00:00
Klaus Leithoff
67f8b6b0f0 removing timer, for production enviroment 2009-09-01 07:34:26 +00:00
Klaus Leithoff
282401919a sync issues with EMAIL;INTERNET;WORK 2009-08-27 07:30:50 +00:00
Ralf Becker
2d5eae0cb2 Patch from Jean-Charles Passard <jcharles(at)provectio.org>: allows to use either uid or id to retrieve contacts 2009-08-22 07:31:53 +00:00
Ralf Becker
ac11d6a39c "fix for using GroupDAV with LDAP as addressbook backend" 2009-08-07 07:17:18 +00:00
Klaus Leithoff
4c850025fb sb:changed handling of mimetype for other types; rb:- added existens check for ZipArchive class (RHEL5 contains zip extension without that class),- only fix zip files if php version < 5.3.1 (which claims to fix the issue), - fix mimetype of msword xml format truncated to 64 chars; rb:regular expression to fix garbled placeholders in msword xml format 2009-08-05 08:40:21 +00:00
Klaus Leithoff
130c829a4a if there is an & within org_name, org_unit and such, the add to org will not work, as the GET Parameter gets splitted by &; ADDITIONAL: if there is any export limit set, pass it on to the nextmatch, to be evaluated by the export 2009-07-20 12:22:42 +00:00
Ralf Becker
dfeec47642 "fix for bug: checking \"whole query\" sets number of rows to -1" 2009-07-18 15:18:22 +00:00
Ralf Becker
6fcef7b1e2 "handling text/rtf as rtf" 2009-07-07 10:13:27 +00:00
Ralf Becker
fed73a86cc - moved detection of implemented mime types for merge print to
(static) addressbook_merge::is_implemented($mimetype,$extension)
- documented syntax for custom fields
- implemented Open Office und Ms Office 2007 XML formats
  (page- and labelrepeat are missing!)
2009-07-04 10:53:59 +00:00
Ralf Becker
88cb7ac054 "fix for newest Funambol Outlook client: ignoring VOICE in TEL;VOICE;HOME and TEL;VOICE;WORK" 2009-06-29 19:06:48 +00:00
Ralf Becker
0a6bda9eac "fixed not working custom fileds in Insert-in-document feature" 2009-06-29 13:28:09 +00:00
Ralf Becker
4153b3b0a4 Fixed display of birthdays from addressbook on home page:
- dont display year, if calendar config forbidds to display of birthyear
- dont display them at all, if they are forbidden in calendar
2009-06-15 13:59:19 +00:00
Ralf Becker
221352a3c0 "fix for email addressbook popup: going to next page, readds already added email again
--> caused by using old global var in addressbook code, which is now a static var of etemplate object"
2009-06-10 08:56:46 +00:00
Stefan Becker
48169dfc76 r27226 fix for Birthday in rtf Adressbook 2009-06-09 11:49:34 +00:00
Ralf Becker
0a2a683d1b "fix for bug #2106 - Addressbook warning message when deleting LDAP contact" 2009-06-01 19:15:41 +00:00
Ralf Becker
0870e6fc5f - fix for bug #2097: Addressbook bug when filemanager is disabled
- fixed not working export limit
2009-05-30 07:42:24 +00:00
Ralf Becker
0220e3a99a - added filemanager icon to index
- named tabs in edit 'tabs'
2009-05-11 06:47:38 +00:00
Ralf Becker
4634465bb8 addressbook maintenance: set full name and file as in contacts of all
users
2009-05-09 07:58:16 +00:00
Ralf Becker
c84a6fd78a "- search($criterial,...) was removing critera with numerical key 0
- pending postgres bugfix (got no feedback from list)"
2009-05-09 07:57:25 +00:00
Ralf Becker
eb7e801074 - moved get_addressbooks method from ui to bo
- fixed not removed '()' if org-name is empty
2009-05-02 09:37:19 +00:00
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
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
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
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