contact-relationships-postgresql.xql

  • last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Get the sorting right and fast for relationships

    • -1
    • +1
    ./contact-relationships-postgresql.xql
  1. … 2 more files in changeset.
Performance tuning of the relationship portlet. This is now mainly handled on the webserver side, not anymore on the database, resulting in faster overall performance

    • -14
    • +5
    ./contact-relationships-postgresql.xql
  1. … 3 more files in changeset.
removing dependence on the -2 default group that was re-introduced

    • -2
    • +2
    ./contact-relationships-postgresql.xql
More performance tuning on relationships and the contact__name procedure

    • -12
    • +30
    ./contact-relationships-postgresql.xql
  1. … 9 more files in changeset.
Got rid of the role_plural as we are not using it anyway

    • -2
    • +1
    ./contact-relationships-postgresql.xql
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. … 2 more files in changeset.
Added support for sorting of relationships by date

    • -1
    • +1
    ./contact-relationships-postgresql.xql
  1. … 4 more files in changeset.
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. … 4 more files in changeset.
Fixed wrong plural name for roles

    • -1
    • +1
    ./contact-relationships-postgresql.xql
Fixed relationships, handled the projects billable correctly and made sure the tasks get their correct parameters

    • -4
    • +3
    ./contact-relationships-postgresql.xql
  1. … 4 more files in changeset.
Fixed the problem with an incorrect adding of new Relationships

    • -1
    • +0
    ./contact-relationships-postgresql.xql
  1. … 1 more file in changeset.
Added sorting by last_name if the party is a person (using sort_name)

    • -5
    • +6
    ./contact-relationships-postgresql.xql
Moved code from www/contact.tcl into includes

    • -0
    • +24
    ./contact-relationships-postgresql.xql
  1. … 9 more files in changeset.