• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

updated messages to go along with letter printing changes

    • -1
    • +3
    ./catalog/contacts.en_US.ISO-8859-1.xml
Enabling multiple letters to be printed again. And allowing sites to customize the look of their letters with the LetterPrintCSSFile parameter for css file location.

fixing references to singleton urls and making the them work for multiple package instances (some of this was done by maltes)

    • -1
    • +2
    ./lib/contact-relationships-portlet.tcl
  1. … 4 more files in changeset.
fixed contact::flush and contact::message::... procs bugs

returning group id for default_group instead of just creating it

Made sure that you return -2 if the application group_id is empty

forgot to added emplyee_id flag to get_employees

fixing bug where if the user had been deleted from a group the could not be re-added

fixed condition_type of group proc that was broken by making contacts instance aware (since the searches can not longer depend on the same things

    • -4
    • +5
    ./tcl/contact-search-condition-type-procs.tcl
Bumping up version number so that the sql upgrade scripts are run, new messages are added and a new parameter is loaded

    • -1
    • +19
    ./catalog/contacts.en_US.ISO-8859-1.xml
Adding label and envelope callbacks and cleaning up the check for a contacts email or mailing address as well as a bunch of other associated procs - which now also checks for the empoyers if the contact does not have one

    • -43
    • +100
    ./tcl/contact-message-procs.tcl
    • -1
    • +152
    ./tcl/contacts-callback-procs.tcl
Changing labels to use callbacks for label type

Adding envelope pdf exports