• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adding link to aggregated report if an extended column is used

Adding '<< Search # >>' to the top of search_options when a search has not been saved with a name so that it is clear that one is looking at the contacts from an advanced search and not 'all contacts' as the dropdown would indicate

fixing bug where extend columns and search condition both needed the variable type - so the one was interferring with the other

adding limit to attributes available in extend columns based on the searches object_type

  1. … 2 more files in changeset.
small fixes in master, contact adding and relationship update

  1. … 2 more files in changeset.
doing upgrade to support new more efficient and callback enbled extend_columns

  1. … 9 more files in changeset.
changing incorrect tasks package_key in maessages to contacts

adding bulk add of relationships

    • -0
    • +114
    ./relationship-bulk-add-postgresql.xql
    • -0
    • +5
    ./relationship-bulk-add.adp
    • -0
    • +180
    ./relationship-bulk-add.tcl
  1. … 2 more files in changeset.
removing leading '`'

adding missing dollar sign for flush parties

Fixed issue with messaging suddenly to multiple clients

removing individual flush procs since a full contact::flush is performed a few lines later

Forgot the group add and the flushing of the organization

  1. … 1 more file in changeset.
Flush relationship

changing get proc to select all info on a rel, not just the opposite id

adding redirect if EditDataAfterRel wants it and minor bug fixes

adding return_url as a variable that can be passed to this page

New Procs for special attributes written by timo. New code for the message

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

  1. … 5 more files in changeset.
converting contact::special_attribute::* procs to callbacks and fixing contact::url proc for package instance awareness

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

  1. … 2 more files in changeset.
fixing references to singleton urls and making the them work for multiple package instances (some of this was done by maltes)

  1. … 11 more files in changeset.
fixing bug where if the user had been deleted from a group the could not be re-added

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

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

  1. … 4 more files in changeset.