Commit Graph

2036 Commits

Author SHA1 Message Date
da41b918c9 syncml categories fixes 2007-03-01 20:17:51 +00:00
6a34604c96 fix for not working to,cc,bcc selecttion when adding multiple addresses from addressbook 2007-02-27 09:21:20 +00:00
51b912557d SyncML fixes 2007-01-23 17:34:24 +00:00
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
fa4a6608ab - fixed not working copy of accounts via view
- removed debug-message from action()
2006-12-19 14:17:58 +00:00
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
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
123a86b2b8 fixed extended search to work with new layout (tab-names) 2006-12-16 12:02:14 +00:00
4076328613 fixed not working selection of multiple org's in org-view 2006-12-13 13:39:00 +00:00
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
1c1e2d49b1 reorganized tabs in addressbook edit 2006-12-07 19:11:39 +00:00
46dfa3e3ff using nation from the general prefs for new addresses 2006-12-04 12:41:03 +00:00
8c86a244c9 fix not working delete in edit mode 2006-12-02 11:47:34 +00:00
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
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
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
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
522009d565 plugin and wrapper class for addressbook to use importexport framework 2006-11-10 15:35:35 +00:00
c5d92cca87 adv search was not working with autohide sidebox in idots template 2006-11-02 13:52:24 +00:00
3e6921d5b9 preserv cats if updateing contacts from import 2006-10-31 09:26:40 +00:00
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
ba311860b0 - fixed not always exported custom fields
- removed old ex_search method
2006-10-31 07:50:51 +00:00
c431575d69 logic updates to advanced search 2006-10-27 13:10:51 +00:00
bcb22e45ef php < 5.1 fix for the advanced search 2006-10-27 12:03:37 +00:00
03c7a819d3 litte js bug 2006-10-27 10:22:50 +00:00
ff137bd345 fixed not shown customfields in addressbook index, if a not set one is in before 2006-10-26 13:40:47 +00:00
d50f13d980 call the function and do not try searching the non existing array 2006-10-26 04:01:41 +00:00
07ddbdd0d6 fix typo 2006-10-25 10:11:19 +00:00
d4d81a940c make advanced-search working in new addressbook 2006-10-24 19:20:37 +00:00
7eec77c451 fix for not set default addressbook preference on copy 2006-10-24 14:23:04 +00:00
3ae17a35cf InfoLog view for organisations or multiple contacts 2006-10-23 11:48:56 +00:00
2c56e220bc added again adding of the whole selection to the email-address popup 2006-10-22 11:40:43 +00:00
c2d8db0e2f start with reimplementation of advanced search 2006-10-21 20:17:49 +00:00
f302a74156 start with reimplementation of advanced search 2006-10-21 20:14:31 +00:00
d2f93575e7 removed not longer supported link and fixed addressbook dependencies 2006-10-19 08:52:00 +00:00
2bbcb5c7e8 remove error_log message 2006-10-19 08:51:11 +00:00
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
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
48a76e2354 fixed under some circumstances not working fileas title creation 2006-10-11 12:34:22 +00:00
e01d9cb8af reset lettersearch if viewing the contacts of one organisation 2006-10-07 10:18:35 +00:00
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
5cfe53bc7d typo 2006-10-07 09:16:04 +00:00
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
f4e79928f6 fixed link_query hook, it returned array('') instead of array() for nothing found 2006-10-02 06:45:46 +00:00
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
e32fdcb322 removed no longer needed old classes 2006-09-20 04:39:50 +00:00
e376d27008 removed no longer needed old classes 2006-09-20 04:39:21 +00:00
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
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
e2ee971ac7 "editaccountemail" hook to allow other apps to monitor the changes 2006-09-16 09:59:29 +00:00