• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Cleaned up email sending

Added Fax Template

returning party as default object_type if a search_id is specified that is not valid

Added new version of oo_mailings that support sending an e-mail if you generated multiple mailings at once for printing

  1. … 2 more files in changeset.
adding labels to list elements, this is useful for customized csv export procs that include labels instead of element names as teh column headings

Got rid of the role_plural as we are not using it anyway

    • -2
    • +1
    ./contact-relationships-postgresql.xql
fixing group in multirow display bug that shows up when a contact has multiple types of relationships with another contact

changing relationship display to only show approved members in the default group - this means that deleted contacts no longer show up in relationships about that contact

    • -1
    • +3
    ./contact-relationships-postgresql.xql
  1. … 1 more file in changeset.
replacing join on contact::default_groups with template::util::tcl_to_sql_list

  1. … 2 more files in changeset.
Added support for account manager selection in oo-mailings

  1. … 1 more file in changeset.
Added support for including files from a defined folder

  1. … 2 more files in changeset.
enabling name to show up for organization csv exports

Added support for sorting of relationships by date

    • -1
    • +1
    ./contact-relationships-postgresql.xql
  1. … 1 more file in changeset.
Added date for groupmembership

making it so that users are displayed in the users group even if they are not in any other group

Added creation date to the relationship, made sure that select groups does not complain if there is no object_id_two. Made sure that contact-attributes uses the package_id parameter which is needed due to the switch for multiple contacts instances

    • -2
    • +4
    ./contact-relationships-postgresql.xql
  1. … 1 more file in changeset.
Mass commit. Made sure that role_two and object_id_two work with the new relationship adding. Made sure the callback for relationships contains the package_id, I18N groupnames

  1. … 5 more files in changeset.
Added 7 and 14 days

Added simpler oo-mailing called werbermailing

    • -0
    • +213
    ./werbemailing.tcl
we no longer need party_id for tasks

extend columns saved in the search (as opposed to being added via the front page) are no longer preserved when moving around between saved searches... that way when you view a number of searches in a row that have extended columns associated with them all the columns don't keep getting added to the view. this used to result in a large number of extended columns being shown even though users weren't expecting it

not caching contact::search::party_p since there is no need to use up memoize space for this information here, since its fast enough without it

performance improvement to party_p_not_cached query

  1. … 1 more file in changeset.
enabling text/html extension of multirow so csv export does not containt html formatting

  1. … 1 more file in changeset.
minor bug and performance fixes for aggregated searches

added limit_type_p to contact::search_clause to keep performance tuning in place

Adding aggregated reporting based on extended columns. This type of reporting is able to accept aggregation based on multiple criteria, based on any extended column - including those integrated via callbacks.

only display the link to add new relationship of a type if we are dealing with employee relationships

Added last modified date to the display if we are sorting by last modified date

Added missing party_id element