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

enabling csv downloads on front page by default, there is now a parameter to shut it off

added envelope message type

    • -3
    • +11
    ./sql/postgresql/upgrade/upgrade-1.2b4-1.2b5.sql
removing labels-redirect-procs.tcl since it doesn't warrent its own page. i have added the proc (after fixing it) to the cotact-messgae-procs.tcl file

adding upgrade from 1.2b4 to 1.2b5 script

    • -0
    • +27
    ./sql/postgresql/upgrade/upgrade-1.2b4-1.2b5.sql
correcting creation date to year 2006

checking for write permission on the item_id instead of admin on the package_id since i need to allow some users to edit public messages without having package admin rights