WISHLIST ======== * Change private address field data entry so that data can be more consistent (eg street, city, state, postcode). * Create private addressbook if enabled but not there (This is permissions dependant). * Change the return url after deleting a record to take you back to where you were. TO DO FOR NEXT RELEASE ====================== * Add code to allow contagged to follow LDAP referrals, for use in master-slave configurations. DONE BUT NOT RELEASED ===================== * Added option to use TLS * Add code to test for existance of private addressbook and not to use it if it is not there. 0.7.1_fabit-1 ============= * Added random string on the end of the new() function so that more than one unique entry per second could be handled. Done so that it matched what we had done in Z-Push, which is more than happy to try and add 3 or more entries per second. * Changed the icon colours and added a new type called 'staff', to separate the entries from the usertree, so now private is green, public is blue and staff is red. * Added a usertreefilter option so that only users that meet the filter are displayed. This is so that system users in LDAP are hidden. I have used mail=* for my server * Added a displayldapserver option for use in the help page, as our ldap server connection is "localhost". * Added a "staff address book" listing to the help page. * Changed the anonymous bind details in the help page to show correct details from config file * Standardised to no brackets for single filter ldap search (so that the usertreefilter can be added consistently) * Increased the size of the private address edit box to five lines because the mapping to z-push needs five fields and some will be blank. * Added some code in the config file to use HTTP AUTH username and password, for seamless authentication with Apache.