• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
adding package_id to a number of procs so that they can be used by packages other than contacts to get information out of a contacts instance

    • -4
    • +16
    ./contact-search-condition-type-procs.tcl
  1. … 1 more file in changeset.
performance improvement to party_p_not_cached query

  1. … 1 more file in changeset.
minor bug fixes and adding contact::search::party_p* procs

minor bug fixes, layout cleanup and adding contact::search::party_p_not_cached proc

relationships extension callback was improperly named and overriding attributes extension

Adding support for relationship extend columns

fixing support for contacts::multirow so that a multirow column other than party_id can be used as the extension key

Cleaning up

checking auth::UseEmailForLoginP to see if email is used for username, if not then when a users email address is updated the username no longer also updated

enabling text/html extension of multirow so csv export does not containt html formatting

  1. … 1 more file in changeset.
Added limit_type_p to contact::search_clauses , so that it behaves as it did before performance tuning, this enables performance tuned queries to not use an object tpye limitation, but by default limits based on the search type

fixing bug so taht the party_in_search_sub_clause uses the database key specified by the sql query that is doing the search

    • -3
    • +3
    ./contact-search-condition-type-procs.tcl
adding util_flush_regexp for person proc information that is cached to the contact::flush proc - since the name was being cached where it shouldn't be

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

  1. … 2 more files in changeset.
performance improvements to sql queries for group condition type

    • -5
    • +3
    ./contact-search-condition-type-procs.tcl
doing upgrade to support new more efficient and callback enbled extend_columns

  1. … 9 more files in changeset.
removing site specific references to groups

correcting incorrect message key

initial upload of template::widget::contact_search procs

    • -0
    • +212
    ./contact-search-widget-procs.tcl
    • -0
    • +33
    ./contact-search-widget-procs.xql
Added support for weblinks in oo-mailings

adding contacts::create_revisions_sweeper proc and setting it to run every 5 minutes

Forgot the group add and the flushing of the organization

  1. … 1 more file in changeset.
Added contacts::person::new procedure

significant performance improvement to the interacted procs i just uploaded

    • -4
    • +5
    ./contact-search-condition-type-procs.tcl
Adding last interaction contact search condition type and associated catalog messages

    • -1
    • +23
    ./contact-search-condition-type-procs.tcl
  1. … 1 more file in changeset.
Added organization_id to employees

More fixes from the separation of parties, persons and organizations

  1. … 1 more file in changeset.
fixing references to party_id that were not - in search condition types is not an id, its the reference to the party_id column, which might be o.organization_id, or p.person_id or parties.party_id, etc.

    • -9
    • +13
    ./contact-search-condition-type-procs.tcl
removing re-added contact::special_attributes procs because they were moved to to callbacks in the contacts-callback-procs.tcl file, also cleaning up flush proc and making it much cleaner.

Fixes to searches due to my splitting of queries into queries for parties, persons and organizations

    • -5
    • +6
    ./contact-search-condition-type-procs.tcl