Commit Graph

63 Commits

Author SHA1 Message Date
Nathan Gray
efc61a3243 Remove category from contacts when category is deleted 2011-02-04 17:09:37 +00:00
Ralf Becker
57bf6cf4bf fixed addressbook setting check_install for projectmanager (overwriting projectmanger checks) 2010-09-17 17:12:59 +00:00
Ralf Becker
50c43deec9 updating verson to 1.8 2010-09-05 15:24:34 +00:00
Ralf Becker
1d57b61644 fixed handling of group acl: addressbook eg. is NOT using it at all 2010-04-20 06:58:28 +00:00
Ralf Becker
044cd984cc "added warning if zip extension is missing (OpenOffice and MsOffice documents)" 2009-08-14 09:50:28 +00:00
Ralf Becker
f27989b931 "fixed author & maintainer info" 2009-03-30 14:12:21 +00:00
Ralf Becker
1da86275f9 version to 1.6 incl. API dependences 2008-10-07 06:59:07 +00:00
Ralf Becker
0e58c00b98 use new hook facility to register for group acl 2008-06-27 10:04:05 +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
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
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
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
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
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
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
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
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
a696318869 - several bug fixes
- new HEAD install works
- update 1.2 works
- update 1.0 should work, but untested
2006-04-25 12:43:41 +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
c1722f0bf9 adding 1.3 api to dependencies 2006-03-08 21:41:25 +00:00
Ralf Becker
82afc6783c app version and dependencies to 1.2 2005-11-13 22:33:49 +00:00
Ralf Becker
bdd24516b5 re-added 1.0.1 dependeny for phpgwapi (was lost after omgs's bugfix) 2005-02-03 13:20:47 +00:00
Oscar Manuel Gómez Senovilla
69b888d74b bug 1112125 2005-01-29 20:32:07 +00:00
Ralf Becker
0a991e6cc8 fixed email-address 2004-08-02 14:04:01 +00:00
shrykedude
ff34378a1e Fixed app dependencies for api-1.0.1 version change 2004-07-30 19:06:35 +00:00
Ralf Becker
f6c07ba556 pushing all versions to 1.0.0 2004-07-02 22:32:53 +00:00
reinerj
8574c44ae1 update to the next version from egw 2004-03-28 12:20:15 +00:00
Miles Lott
2464573ac3 remove spaces again... 2004-01-26 06:04:04 +00:00
reinerj
4a21994f5a small changes in the comments 2004-01-25 21:06:54 +00:00
reinerj
3d6a411a17 add some better description to file 2004-01-19 19:50:31 +00:00
Pim Snel
e66355b187 add sidebox hook, tis was the reason ot didn't worked 2003-11-06 02:02:57 +00:00
Ralf Becker
f76c6eedd7 make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:16:30 +00:00
ceb
d6e0c87fd0 update help system 2002-12-16 00:52:48 +00:00
ceb
de9637797d update 2002-11-30 02:22:23 +00:00
ceb
09ad6a9ecd update about 2002-10-28 00:26:57 +00:00
Ralf Becker
dd1fa5af07 ubdate to new about-system (all infos are in setup.inc.php, no more hook_about) 2002-10-27 16:54:07 +00:00
ceb
587fa97db2 removed app_title plus update layout 2002-10-23 20:47:33 +00:00
skeeter
2f001c89f5 Updating the setup.inc.php files. 2002-04-27 15:35:26 +00:00
skeeter
b01f661216 additional information for use by http://apps.phpgroupware.org. 2002-04-25 01:19:52 +00:00
Miles Lott
33549dcf9e formatting 2002-03-19 02:58:50 +00:00
Miles Lott
49492cab51 Add servers table for remotes 2002-03-14 14:25:12 +00:00
ceb
105b55ef96 added api version to deps 2002-01-13 20:17:42 +00:00
Miles Lott
13d1f509f3 Add missing hooks for new installs 2002-01-02 16:06:03 +00:00
Miles Lott
5da1b9fb1c All table info is moved to api 2001-07-05 07:39:51 +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
0e050f4a43 Add missing version upgrades, increment version to current api version 2001-06-17 16:10:04 +00:00
Miles Lott
87f640f4a4 Fix/convert for setup3, almost there... 2001-06-06 07:27:42 +00:00
Miles Lott
6bb6470ec8 Add enable flag 2001-06-03 20:56:46 +00:00