• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
minor bug fix

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. … 27 more files in changeset.
Fixed one issue with group_ids

Fixed permission issue with contact adding

fixing cancel url

removed check for application group. the same functionality is dealt with by the default group check and the code is redundent

Allow users to add a task and not get a permission error (since the code checked if the task belonged to them, but not if it existed in the first place)