• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
minor bug fixes to contacts::default_groups

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
    ./tcl/contact-search-condition-type-procs.tcl
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

minor bug fixes and adding contact::search::party_p* procs

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

removing employee specific cache flushes that are not comprehensive and replacing with a full contact flush

relationships extension callback was improperly named and overriding attributes extension

Adding support for relationship extend columns

    • -2
    • +113
    ./tcl/contacts-callback-procs.tcl
fixing support for contacts::multirow so that a multirow column other than party_id can be used as the extension key

Cleaning up

    • -0
    • +229
    ./tcl/oo-procs.tcl
removed custom code

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

minor bug and performance fixes for aggregated searches

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

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

adding catalog messages needed by aggregated reports

    • -0
    • +5
    ./catalog/contacts.en_US.ISO-8859-1.xml
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.

Adding link to aggregated report if an extended column is used

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
    ./tcl/contact-search-condition-type-procs.tcl
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

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

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

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

Added missing party_id element

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

    • -14
    • +27
    ./tcl/contacts-callback-procs.tcl
small fixes in master, contact adding and relationship update

performance improvements to sql queries for group condition type

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