• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
addming acs-mail-lite and mail-tracking tables to merge

removing double colons from queries since they mess up the paginator because it thinks that the query is a proc

adding search permision message

    • -1
    • +2
    ./catalog/contacts.en_US.ISO-8859-1.xml
fixed for view other searches parameter check for site wide admins

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.

    • -0
    • +2
    ./catalog/contacts.en_US.ISO-8859-1.xml
minor bug fixes for privacy settings

    • -2
    • +2
    ./tcl/contact-search-condition-type-procs.tcl
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

    • -1
    • +16
    ./catalog/contacts.en_US.ISO-8859-1.xml
    • -0
    • +13
    ./lib/contact-privacy.adp
    • -0
    • +30
    ./lib/contact-privacy.tcl
    • -2
    • +28
    ./sql/postgresql/contacts-create.sql
    • -0
    • +29
    ./sql/postgresql/upgrade/upgrade-1.2b13-1.2b14.sql
    • -16
    • +71
    ./tcl/contact-search-condition-type-procs.tcl
    • -2
    • +48
    ./tcl/contacts-procs-postgresql.xql
Fixed spouse install relationship

fixed employee_organization procedure

Added drops for contact_messages

removing unneeded ns_log notice

removing dependence on the -2 default group that was re-introduced

    • -2
    • +2
    ./lib/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.

    • -1
    • +8
    ./catalog/contacts.en_US.ISO-8859-1.xml
    • -0
    • +136
    ./lib/spouse-sync.tcl
    • -0
    • +32
    ./lib/spouse-sync.xql
    • -0
    • +43
    ./tcl/contacts-procs-postgresql.xql
localizing update message and copying attribute values for attributes the user does not have permission to see (so that they aren't lost)

removing an ns_log notice and a comment that was used for development

forcing search before showing add new button if ForceSearchBeforeAdd parameter set to 1

i18n'izing an error message

    • -2
    • +2
    ./tcl/contact-search-condition-type-procs.tcl
fixing search condition type of a search in a different search, and allowing people to bind to their own queries as well as public queries

    • -13
    • +26
    ./tcl/contact-search-condition-type-procs.tcl
adding contact::contact_form_after_submit callback that is acted up at the very end of processing the contact add and edit forms. I need the information from the form to be in the database so the other callbacks (which run before then) wouldn't work

adding missing package_id parameter to parameter::get in ontact::message::mailing_address_attribute_id_priority

Got employee search to work

    • -1
    • +2
    ./tcl/contact-search-condition-type-procs.tcl
Fixed p.party_id. Should be parties.party_id

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

    • -1
    • +3
    ./catalog/contacts.en_US.ISO-8859-1.xml
Removing unnecessary joins with cr_items and cr_revisions if not in a search

More performance tuning on relationships and the contact__name procedure

    • -1
    • +2
    ./catalog/contacts.de_DE.ISO-8859-1.xml
    • -1
    • +2
    ./catalog/contacts.en_US.ISO-8859-1.xml
    • -12
    • +30
    ./lib/contact-relationships-postgresql.xql
    • -0
    • +30
    ./sql/postgresql/upgrade/upgrade-1.2b11-1.2b12.sql
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

adding hide_form_p variable to hide the comment form (if specified by the include statement in a page)

adding template::util::contact_search::contact_option proc so that what is displayed in the search dropdown can be customized by replacing that one proc and doing related changes to the contact search template widget

    • -18
    • +38
    ./tcl/contact-search-widget-procs.tcl