• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
sorting lists options alphabetically for checkboxes

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
    ./tcl/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
    ./tcl/contact-search-condition-type-procs.tcl
fixing typo

removing more dependence on the title column

fixing minor bugs and naming conflicts

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

    • -2
    • +37
    ./catalog/contacts.en_US.ISO-8859-1.xml
    • -0
    • +5
    ./lib/list-parties-add.adp
    • -0
    • +97
    ./lib/list-parties-add.tcl
    • -0
    • +5
    ./lib/list-parties-remove.adp
    • -0
    • +97
    ./lib/list-parties-remove.tcl
    • -0
    • +16
    ./lib/lists-include.adp
    • -0
    • +70
    ./lib/lists-include.tcl
    • -0
    • +130
    ./lib/sharing.tcl
  1. … 11 more files in changeset.
fixing searches get query to now use the title column from acs_objects and not the title column from contact_searches ... we should probably remove title from contact_searches to avoid this confusion...

added return_with_id

fixing creation date

    • -2
    • +2
    ./sql/postgresql/upgrade/upgrade-1.2b13-1.2b14.sql
fixing some merge issues and verifying that the merge is allowed to take place

fixing form_var_list for privacy issues

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

    • -4
    • +13
    ./tcl/contact-search-condition-type-procs.tcl
Made sure that files work correctly

Made sure contact search works

Minor changes to the includes

Missed conversion

Added the possibility to specify a format

Added contact::rels callback

Made sure that attribute can be anywhere in the search

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

updating description of contacts merge callback and reminding people not to put stuff in a db_foreach

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