• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
We should probably write an ooconversion package, but instead it is just in contacts. Added two new methods for conversion. Especially the cognovis version is fun :)

Fixed a minor error

Added own editing of contacts

Fixed the sweeper and made sure we are not relying on .LRN

Made sure the labels contain the company and other information like the extended compnay information

    • -61
    • +156
    ./contacts-callback-procs.tcl
The sweeper needs to run with a package_id

Made sure we add the company in the address for labels

  1. … 1 more file in changeset.
Made sure the revision of the person/organization gets the package_id correctly set to contacts

Rewrote the search so you could search for an employee with the attributes of the organization but still have the employee in a search

  1. … 1 more file in changeset.
using a catch instead of a transaction (which would hang) to get results count, this means that if one search is bad it doesn't break a users search page

adding code to prevent infinit loops on searches within searches and catching errors on contact search conditions so that one bad condition doesn't break the contact searches page

    • -25
    • +37
    ./contact-search-condition-type-procs.tcl
adding transaction code to prevent one bad search from breaking the contact searches page

setting default group to blank, so that if a group is deleted it doesn't break the search

    • -2
    • +2
    ./contact-search-condition-type-procs.tcl
fixing typo

fixing minor bugs and naming conflicts

    • -2
    • +6
    ./contact-search-condition-type-procs.tcl
updating merge proc to deal with contact lists

removing references to title column in contact_searches table - its now using title from acs_objects

Adding contact lists, and bumping the version to 1.2b16. This allows non admins to create, maintain and share their own lists of contacts without the unnecessary overhead of the groups approval and object per membership system. The associated search procs, sql upgrade scripts and lang messages are included in this commit.

    • -0
    • +180
    ./contact-list-procs.tcl
    • -1
    • +82
    ./contact-search-condition-type-procs.tcl
  1. … 22 more files in changeset.
added return_with_id

fixing some merge issues and verifying that the merge is allowed to take place

fixing form_var_list for privacy issues

    • -2
    • +2
    ./contact-search-condition-type-procs.tcl
fixing in search condition type

    • -4
    • +13
    ./contact-search-condition-type-procs.tcl
Made sure contact search works

Missed conversion

Added the possibility to specify a format

Added contact::rels callback

  1. … 1 more file in changeset.
moving the db procedures for the contact merge from lib/merge.tcl to its own proc contacts::merge in tcl/contacts-procs.tcl

  1. … 1 more file in changeset.
updating description of contacts merge callback and reminding people not to put stuff in a db_foreach

security fix to prevent users from seeing other's searches that may contain information they do not have permission to view, via parameter ViewOthersSearchesP which can be enabled if previous behaviour is important.

  1. … 3 more files in changeset.
minor bug fixes for privacy settings

    • -2
    • +2
    ./contact-search-condition-type-procs.tcl