• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
adding redirect if EditDataAfterRel wants it and minor bug fixes

adding return_url as a variable that can be passed to this page

setting version to 1.2b7 so the the new parameter EditDataAfterRel gets loaded along with a catalog message

    • -1
    • +2
    ./catalog/contacts.en_US.ISO-8859-1.xml
Fixing accidental update of max rowcount move to 5000, and putting a style on the checkbox column to limit its width to 3px, and horizontally align the checkbox in the center.

Added support for account manager

Added organization_id to employees

Support for searchbox outside contacts package

More fixes from the separation of parties, persons and organizations

fixing references to party_id that were not - in search condition types is not an id, its the reference to the party_id column, which might be o.organization_id, or p.person_id or parties.party_id, etc.

    • -9
    • +13
    ./tcl/contact-search-condition-type-procs.tcl
removing re-added contact::special_attributes procs because they were moved to to callbacks in the contacts-callback-procs.tcl file, also cleaning up flush proc and making it much cleaner.

Fixes to searches due to my splitting of queries into queries for parties, persons and organizations

    • -5
    • +6
    ./tcl/contact-search-condition-type-procs.tcl
New Procs for special attributes written by timo. New code for the message

Support richtext in mails. Support more than one file in oo-mailings

Adding ability to delete items from a contacts history which includes a new table. There is an associated parameter DeleteHistoryPermission that controls who can delete history items. Admins can automatically delete any history item.

    • -1
    • +3
    ./catalog/contacts.en_US.ISO-8859-1.xml
    • -1
    • +27
    ./sql/postgresql/contacts-create.sql
    • -0
    • +24
    ./sql/postgresql/upgrade/upgrade-1.2b5-1.2b6.sql
adding contact::search::query_clauses callback to contact::search::query_clause to let sites customize how text entry queries on the main contacts page are handled

changing typo package_id_id to package_id

Adding ability to bypass the group::add_member permission check to person_upgrade_to_user

Speed improvement due to spliting of pagination query

Fixed wrong plural name for roles

    • -1
    • +1
    ./lib/contact-relationships-postgresql.xql
adding package_id to contact::employee::get procs and directphone to lib/message_type interpolation

    • -1
    • +1
    ./catalog/contacts.en_US.ISO-8859-1.xml
changing the check for tasks to see if its enabled not if its mounted

updates to make use of tasks 1.0d9 which is now a service and can work with contacts package instance awareness

fixing ams_value__telecom_number output sql code

    • -5
    • +5
    ./tcl/contact-search-condition-type-procs.tcl
fixing lt_attribute_pretty_count and lt_attribute_pretty_area messages

    • -4
    • +4
    ./catalog/contacts.en_US.ISO-8859-1.xml
converting contact::special_attribute::* procs to callbacks and fixing contact::url proc for package instance awareness

    • -1
    • +127
    ./tcl/contacts-callback-procs.tcl
when ordering by first_names we do a secondary sort by last_name, when ordering by last_name we do a secondary sort by first_names

Removing unnecessary ns_log notice

adding tcl upgrade scripts for 1.2b3 to 1.2b4 to fix the upgrade which was broken

Removing sql code that did not work and is now fixed by running it with contacts::install::package_upgrade

Deleting the temporary pdf file after it has been served to the user to free up space in the /tmp/ directory