Commit Graph

24 Commits

Author SHA1 Message Date
Ralf Becker
1192e0ec90 new config to show a category tree 2007-07-22 13:25:00 +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
1c1e2d49b1 reorganized tabs in addressbook edit 2006-12-07 19:11:39 +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
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
c28dfbcf37 typo 2006-06-22 21:14:39 +00:00
Ralf Becker
9f59a77b85 moved contact-data (firstname, lastname and email) from the account-table to the contact table:
- all (sql) accounts have now allways a contact associated with them (account_id is added as new column to the contacts table)
- contacts queries are simplefied a lot now, as no more join with the accouns-table, union and case when statesments are necessary
- lot of the special handling for accounts in the contacts class is no longer needed
- new contact-repository mode "sql-ldap" which additional writes all changes to the ldap repository, to allow to use it read-only from eg. thunderbird and still have the full sql speed and features within eGW (not yet fully working!)
==> requites update of API and addressbook to work (setup!)
2006-06-17 18:50:07 +00:00
Ralf Becker
5e0d628d93 - added LDAP ACL stuff to the readme
- reworked Admin >> Addressbook >> Site config
- fixed for LDAP and SQL (eg. LDAP error are now forwarded to the UI)
2006-06-13 21:53:00 +00:00
Ralf Becker
b6b3db5ed4 first version / step to the new 1.4 addressbook:
- User accounts are an own addressbook now
- every user and group (can) have an own addressbook
- for groups the accessrights no longer depend on the creator
- new acl for adding into an addressbook
- all addressbooks can be displayed together (eg. accounts mixed with personal and group AB's)
- some useful new fields (photo, private cellphone, ...) and some obscure ones have been removed
- db update puts all contacts in the owners personal addressbook (further manual migration tools will follow), thought the UI already allows to mass-move them into a group-addressbook
- group addressbooks in SQL are created by making a group-grant for addressbook (like filemanger)
- Warning: all import/export/xmlrpc/syncml stuff and other apps accessing the addressbook is broken until the contacts class in the API gets fixed!
- it depends on further updates of etemplate, phpgwapi, admin!
==> it's pretty cool (specialy the foto's), but NOT ready for a production server !!!
2006-04-23 14:40:31 +00:00
Ralf Becker
2a8019bc12 added {hidden_vars} to save the referer 2005-03-03 17:06:46 +00:00
Miles Lott
332edea855 Use css colors instead of setting row_on/off 2004-02-22 15:44:01 +00:00
Miles Lott
7d7b2cf44d Hide options not really used ever 2004-01-20 00:32:26 +00:00
Ralf Becker
f76c6eedd7 make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:16:30 +00:00
Ralf Becker
b5602e6f92 changed templates to use ceb's css-theme-files 2002-09-27 22:52:04 +00:00
Miles Lott
5d9ec2d917 Testing ability to handle checkboxes in admin config class 2002-03-20 00:27:34 +00:00
Miles Lott
f34041b922 Allow admin to enable remote search (off by default) 2002-03-19 02:44:15 +00:00
Miles Lott
661bbca88c remove one tr 2002-02-21 13:46:53 +00:00
Miles Lott
7584fd36fc Add {error} to display config error 2001-12-23 15:30:30 +00:00
itheart
54742769e9 submit and cancel button lang 2001-07-05 06:49:24 +00:00
Miles Lott
09832b0496 Now using limit_query, show_hits (.13 only); Change refs to $this to $contacts;
Cut down on duplicated strings for $sql
2001-07-03 07:17:13 +00:00
Miles Lott
b95753ebb7 Update config template to not have the country setting 2001-06-22 03:37:38 +00:00
Miles Lott
bb17776c9e Increase rootdn input size 2001-06-12 18:55:00 +00:00
Miles Lott
145959da71 Moving to templated style for admin/config settings 2001-06-10 12:52:50 +00:00