Commit Graph

480 Commits

Author SHA1 Message Date
9689ca4236 fixed not readonly custom fields, give all tabs equal height and adjusted height of phone numbers 2011-04-19 14:58:51 +00:00
0f222126c3 Remove category from contacts when category is deleted 2011-02-18 18:42:28 +00:00
3054731928 calendar icon for addressbook.index to add an appointment for a contact 2011-02-15 11:43:32 +00:00
00445ab716 Remove options tab when exporting 2010-11-09 17:45:05 +00:00
a9d2259339 New options for exporting categories: New field for each category, new field for main categories
New options for multi-select custom fields: new field for each option
2010-11-09 17:38:51 +00:00
c973df5693 - fix for egw.org bug #2729: extended search for recipients filtered by categories does not work
- cancel button in advanced search, cancels now the advanced search and not just closes the window
2010-10-12 14:05:48 +00:00
b5a015bf3a feature to show contact_id in list and editview; ability to sort by contact_id, ability to search for contact_id (or parts of it), so beware if you search for a contact by id, you may find more than one, since the number you search for may be part of the content of more than one field and contacts, as numbers can occur also in eg.: phonenumber, roomnumber, ZIP-Code, ... 2010-09-29 12:00:19 +00:00
4c5a90726e Backport 32261 - Add option to change addressbook for record on a per-record basis, with fallback to owner
- Add option to not change the addressbook a record is in when updating it
2010-09-23 19:51:51 +00:00
02751f4fd2 fixed addressbook setting check_install for projectmanager (overwriting projectmanger checks) 2010-09-17 17:13:48 +00:00
697c03dd56 Backport 32143 - Make edit popup wider to fix display issues in IE 2010-09-16 21:06:00 +00:00
50c43deec9 updating verson to 1.8 2010-09-05 15:24:34 +00:00
1d57b61644 fixed handling of group acl: addressbook eg. is NOT using it at all 2010-04-20 06:58:28 +00:00
6de19f924e - Update importexport names/classes to reflect changes in importexport
- Use new wizard base class to simplify import definition wizard
2010-03-22 15:11:12 +00:00
5179365a8c Record how many of which action were done 2010-03-03 16:29:25 +00:00
c6a2c8bbcc Changes for importexport
- Fix wizard so you can define import definitions
- Change import so an update with no differences will not change anything
2010-02-25 23:18:45 +00:00
0db5355347 Add history logging to addressbook 2010-02-08 17:53:47 +00:00
c73107cb7a fixed wired layout if email address starts with td (because email was prefixed with < instead of &lt;) 2010-01-24 00:45:36 +00:00
ba7bfb3628 using new classnames in addressbook emailpopup 2010-01-22 10:34:39 +00:00
552c6c3378 Move addressbook lang files 2009-11-28 12:24:46 +00:00
a70df0ddbb Pending language updates 2009-11-24 05:51:49 +00:00
31bc2ff512 tracker #2349 2009-11-18 19:40:17 +00:00
8e6f54f9de new addressbook admin function to cleanup addressbook fields on all contacts - useful if synchronisatioin creates duplicates 2009-11-11 08:44:51 +00:00
3ea7a80876 show advanced search/add AND Typeselection if you have more than one addressbooktypes. If you have only one type, use this one as filter not 'n' 2009-11-09 10:15:18 +00:00
36233b6ce2 fixing small typo 2009-10-15 14:08:09 +00:00
e1ae046c49 added the possibility to show notes in addressbook list. 2009-09-22 15:17:38 +00:00
2386a28cc5 Update Czech translation for trunk. Tracker #1956 2009-09-09 22:12:43 +00:00
044cd984cc "added warning if zip extension is missing (OpenOffice and MsOffice documents)" 2009-08-14 09:50:28 +00:00
35a0323027 Added CSS class "iphoto" to photo in address list and give it a width:
60px; to scale bigger images down.
2009-07-22 07:24:05 +00:00
dc813fd741 Implemented configurable unique id's in addressbook cvs import:
- primary unique id: id (default), uid, or any custom field
- fallback: id, uid(default), two from n_family, org_name or n_given,
  or any custom field
- some bugfixes
2009-07-09 12:27:42 +00:00
fc3cb9a798 - moved detection of implemented mime types for merge print to
(static) addressbook_merge::is_implemented($mimetype,$extension)
- documented syntax for custom fields
- some more mime types
2009-07-04 10:50:19 +00:00
613e56e8b7 added Birthday to the Adressbook list as new field 2009-05-29 08:37:47 +00:00
67b0a09c15 update spanish translation 2009-05-15 15:33:15 +00:00
0220e3a99a - added filemanager icon to index
- named tabs in edit 'tabs'
2009-05-11 06:47:38 +00:00
4634465bb8 addressbook maintenance: set full name and file as in contacts of all
users
2009-05-09 07:58:16 +00:00
677a7b0be0 "fix for \"bug\" #1954: greatings should be greetings
and a new file-header"
2009-04-03 12:13:28 +00:00
b71a2209d2 Added some German Translation 2009-04-03 07:29:30 +00:00
f27989b931 "fixed author & maintainer info" 2009-03-30 14:12:21 +00:00
0ed6cda053 Update nl lang files 2008-11-23 08:30:49 +00:00
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
7c3ab3ab8c tracker #1774, added estonian translation 2008-11-02 14:23:56 +00:00
3edee675a7 tracker #1812 2008-11-02 13:38:18 +00:00
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
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
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
504b096e06 latest update of egw translators pending work 2008-10-15 21:11:30 +00:00
db52734dd1 default format for fileas 2008-10-10 11:25:35 +00:00
2c1eec5832 uiinfolog --> infolog_ui 2008-10-07 13:04:49 +00:00
1da86275f9 version to 1.6 incl. API dependences 2008-10-07 06:59:07 +00:00
8ed57c413b tracker #1747 2008-10-05 19:24:49 +00:00
1d1e80fb83 tracker #1723 2008-09-13 20:46:59 +00:00