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

Made sure URL goes back to package_url

Made sure we do not redirect to /contacts

Fixed URL for subsites

Added support for labels (Thanks to MatthewG for doing this)

    • -0
    • +33
    ./tcl/labels-redirect-procs.tcl
Added support for tasks in the navbar

Added support for after instantiate callback

The AMS procs will take care of the proper internationalization. Therefore this is not needed in contacts any more.

    • -24
    • +15
    ./tcl/contacts-install-procs.tcl