• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added support for sorting of relationships by date

    • -1
    • +1
    ./lib/contact-relationships-portlet.adp
    • -0
    • +3
    ./lib/contact-relationships-portlet.tcl
    • -1
    • +1
    ./lib/contact-relationships-postgresql.xql
Added date for groupmembership

Changed callback execution

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

Added export files done by matthewg

    • -0
    • +114
    ./www/admin/full-organizations.tcl
    • -0
    • +115
    ./www/admin/full-people.tcl
    • -0
    • +52
    ./www/admin/full-rels.tcl
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
    ./lib/contact-relationships-postgresql.xql
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

Changed the behaviour of the name due to the fact that all clients expect if they search for a name and click on it that the realtionship is generated

added switch to get employee date from cache

Fixed return_pdf_p problem

Added new callbacks

Added 7 and 14 days

Added simpler oo-mailing called werbermailing

    • -0
    • +213
    ./lib/werbemailing.tcl
Added public searches to the search list

    • -5
    • +16
    ./tcl/contact-search-condition-type-procs.tcl
matching messages with cleaned up contact_search widget

    • -2
    • +2
    ./catalog/contacts.de_DE.ISO-8859-1.xml
    • -3
    • +3
    ./catalog/contacts.en_US.ISO-8859-1.xml
Cleaning up contact_search widget, setting it to use select_with_optgroup widget instead of select widget and reducting the number of unneeded select lines

    • -17
    • +18
    ./tcl/contact-search-widget-procs.tcl
added bulk action to move relationships to other contact

    • -2
    • +17
    ./catalog/contacts.de_DE.ISO-8859-1.xml
    • -0
    • +5
    ./catalog/contacts.en_US.ISO-8859-1.xml
    • -3
    • +17
    ./www/relationship-bulk-add-postgresql.xql
    • -0
    • +23
    ./www/relationship-bulk-move-postgresql.xql
    • -0
    • +41
    ./www/relationship-bulk-move.tcl
we no longer need party_id for tasks

Moving informing information to after_html in other widgets, so that not as much information is present in the urls if form info is changed since inform information is no longer treated as a form variable

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

adding a blank value for type if the search already exists so that the form doesn't assume attribute was selected when in fact they were saving the form or searching or something else...

improving error reporting look, this lets the error reporting remain with the widget instead of showing up randomly a few lines down (dependent on the form setup and provides a nice off red box drawing attention to the location of the error

creating order_title for untitled searches so that they are returned in the order of most recently created through least recently created

adding package_id to default group select clause

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