• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixing bug for visibility check

enabling people that had previously been in a group to be approved again

fixing bug for title selection (it comes from the acs_objects table not contact_searches table)

fixing bug so that recent searches are correctly displayed

Added support for sorting of relationships by date

  1. … 4 more files in changeset.
Changed callback execution

Added export files done by matthewg

    • -0
    • +114
    ./admin/full-organizations.tcl
    • -0
    • +115
    ./admin/full-people.tcl
    • -0
    • +52
    ./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

  1. … 4 more files 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. … 3 more files in changeset.
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 new callbacks

added bulk action to move relationships to other contact

    • -3
    • +17
    ./relationship-bulk-add-postgresql.xql
    • -0
    • +23
    ./relationship-bulk-move-postgresql.xql
    • -0
    • +41
    ./relationship-bulk-move.tcl
  1. … 2 more files in changeset.
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

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...

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 a number of procs so that they can be used by packages other than contacts to get information out of a contacts instance

  1. … 2 more files in changeset.
removing employee specific cache flushes that are not comprehensive and replacing with a full contact flush

Adding link to aggregated report if an extended column is used

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

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

  1. … 2 more files in changeset.
small fixes in master, contact adding and relationship update

  1. … 2 more files in changeset.
doing upgrade to support new more efficient and callback enbled extend_columns

  1. … 9 more files in changeset.
changing incorrect tasks package_key in maessages to contacts

adding bulk add of relationships

    • -0
    • +114
    ./relationship-bulk-add-postgresql.xql
    • -0
    • +5
    ./relationship-bulk-add.adp
    • -0
    • +180
    ./relationship-bulk-add.tcl
  1. … 2 more files in changeset.
removing leading '`'

adding missing dollar sign for flush parties

Fixed issue with messaging suddenly to multiple clients

removing individual flush procs since a full contact::flush is performed a few lines later

Forgot the group add and the flushing of the organization

  1. … 1 more file in changeset.