• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
removing double colons from queries since they mess up the paginator because it thinks that the query is a proc

Adding the pages and procedures for contact privacy controls (set via a parameter) and upgrading the contact version so that db and catalog changes are loaded

    • -0
    • +13
    ./contact-privacy.adp
    • -0
    • +30
    ./contact-privacy.tcl
  1. … 15 more files in changeset.
removing dependence on the -2 default group that was re-introduced

    • -2
    • +2
    ./contact-relationships-postgresql.xql
Pages, procedures, paramters, catalog messages and other updates to deal with the special contact_rels_spouse relationship, which can be used to keep information between two married contacts in sync.

    • -0
    • +136
    ./spouse-sync.tcl
  1. … 8 more files in changeset.
removing an ns_log notice and a comment that was used for development

Got employee search to work

  1. … 4 more files in changeset.
Fixed p.party_id. Should be parties.party_id

adding employee search type and performance tuning a number of search queries

  1. … 4 more files in changeset.
Removing unnecessary joins with cr_items and cr_revisions if not in a search

  1. … 2 more files in changeset.
More performance tuning on relationships and the contact__name procedure

    • -12
    • +30
    ./contact-relationships-postgresql.xql
  1. … 8 more files in changeset.
Make sure it works with revision_ids as well

creating application data links merge code

adding contacts/lib/merge page, reference in index.vuh and callback so that contacts can be merged

  1. … 2 more files in changeset.
adding hide_form_p variable to hide the comment form (if specified by the include statement in a page)

Cleaned up email sending

Added Fax Template

returning party as default object_type if a search_id is specified that is not valid

Added new version of oo_mailings that support sending an e-mail if you generated multiple mailings at once for printing

  1. … 2 more files in changeset.
adding labels to list elements, this is useful for customized csv export procs that include labels instead of element names as teh column headings

Got rid of the role_plural as we are not using it anyway

    • -2
    • +1
    ./contact-relationships-postgresql.xql
fixing group in multirow display bug that shows up when a contact has multiple types of relationships with another contact

changing relationship display to only show approved members in the default group - this means that deleted contacts no longer show up in relationships about that contact

    • -1
    • +3
    ./contact-relationships-postgresql.xql
  1. … 1 more file in changeset.
replacing join on contact::default_groups with template::util::tcl_to_sql_list

  1. … 2 more files in changeset.
Added support for account manager selection in oo-mailings

  1. … 1 more file in changeset.
Added support for including files from a defined folder

  1. … 2 more files in changeset.
enabling name to show up for organization csv exports

Added support for sorting of relationships by date

    • -1
    • +1
    ./contact-relationships-postgresql.xql
  1. … 1 more file in changeset.
Added date for groupmembership

making it so that users are displayed in the users group even if they are not in any other group

Added creation date to the relationship, made sure that select groups does not complain if there is no object_id_two. Made sure that contact-attributes uses the package_id parameter which is needed due to the switch for multiple contacts instances

    • -2
    • +4
    ./contact-relationships-postgresql.xql
  1. … 1 more file in changeset.