• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added more information to the complaint list

    • -0
    • +7
    ./lib/contact-complaint-list-portlet.adp
    • -0
    • +29
    ./lib/contact-complaint-list-portlet.tcl
    • -0
    • +17
    ./lib/contact-complaint-list-portlet.xql
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

Added additional question when the object that is to be added in a relationship can be both a person or an organization, so we know which one to add

No need for having the where clause

    • -4
    • +1
    ./www/relationship-delete-postgresql.xql
Removed the counting in the search overview as you might have searches that take ages to run and you want to be able to find and delete them

Performance tuning of the relationship portlet. This is now mainly handled on the webserver side, not anymore on the database, resulting in faster overall performance

    • -14
    • +5
    ./lib/contact-relationships-postgresql.xql
The secondary object type can sometimes be a party, sadly though the system only checked if it was of the type of the new created contact.

adding purge messages

    • -0
    • +2
    ./catalog/contacts.en_US.ISO-8859-1.xml
adding the ability to purge a users searches if they mess themselves up or the code messes them up

    • -0
    • +8
    ./www/admin/purge-user-searches.adp
    • -0
    • +24
    ./www/admin/purge-user-searches.tcl
adding links to full exports and messages to explain what each permission means to the permissions files

adding catalog messages that were missing and new messages related to full exports and permissions

    • -1
    • +26
    ./catalog/contacts.en_US.ISO-8859-1.xml
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

fixing title creation for contact searches

removing notification emails from filling up the history log... if somebody needs this we might need a parameter

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