• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
adding contacts::create_revisions_sweeper proc and setting it to run every 5 minutes

Forgot the group add and the flushing of the organization

  1. … 1 more file in changeset.
Added contacts::person::new procedure

significant performance improvement to the interacted procs i just uploaded

    • -4
    • +5
    ./contact-search-condition-type-procs.tcl
Adding last interaction contact search condition type and associated catalog messages

    • -1
    • +23
    ./contact-search-condition-type-procs.tcl
  1. … 1 more file in changeset.
Added organization_id to employees

More fixes from the separation of parties, persons and organizations

  1. … 1 more file in changeset.
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
    ./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
    ./contact-search-condition-type-procs.tcl
New Procs for special attributes written by timo. New code for the message

  1. … 1 more file in changeset.
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

adding package_id to contact::employee::get procs and directphone to lib/message_type interpolation

  1. … 4 more files in changeset.
fixing ams_value__telecom_number output sql code

    • -5
    • +5
    ./contact-search-condition-type-procs.tcl
converting contact::special_attribute::* procs to callbacks and fixing contact::url proc for package instance awareness

  1. … 2 more files in changeset.
Removing unnecessary ns_log notice

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

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

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

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
    ./contact-search-condition-type-procs.tcl
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

  1. … 4 more files in changeset.
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

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

    • -0
    • +33
    ./labels-redirect-procs.tcl
  1. … 4 more files in changeset.
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.