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

removing contacts/tcl/view-procs since they aren't needed with current versions of contacts and were based on old configurations

upgrade to contacts 1.2b4, contacts is no longer singleton and supports multiple instances and the ability to have management instances as the root of the install that manage data from child instances

  1. … 36 more files in changeset.
Made sure the search count actually works again as the employee bit is not really working yet

Bug fixing ams_value__time search condition type and adding annual recurrence searchability - so you can find things like birthdays, anniversaries, etc.

    • -20
    • +44
    ./contact-search-condition-type-procs.tcl
fixing not in search condition types that were falsely searching for something in that type

    • -6
    • +6
    ./contact-search-condition-type-procs.tcl
adding contacts::redirect contract which allows a site to customize contacts urls and restrict access to standard contacts files

  1. … 1 more file in changeset.
  tags are something OO doesnt like either

  1. … 1 more file in changeset.
Support for organizations in employee::get to make coding easier

Made sure to delete the temporary odt file

Fixed bug due to wrong variable

Added person_title to the employee attributes

Removed some of the default attributes for contacts. In the long run we should probably have a attribute_create procedure and an attribute_mapping procedure

    • -189
    • +11
    ./contacts-populate-procs.tcl
Added support for returning the filename of the generated PDF without storing the file in the CR