• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
forcing search before showing add new button if ForceSearchBeforeAdd parameter set to 1

adding contact::contact_form_after_submit callback that is acted up at the very end of processing the contact add and edit forms. I need the information from the form to be in the database so the other callbacks (which run before then) wouldn't work

  1. … 1 more file in changeset.
Got employee search to work

  1. … 5 more files in changeset.
adding employee search type and performance tuning a number of search queries

  1. … 5 more files in changeset.
More performance tuning on relationships and the contact__name procedure

  1. … 8 more files in changeset.
adding contacts/lib/merge page, reference in index.vuh and callback so that contacts can be merged

  1. … 3 more files in changeset.
added bcc and cc

making switch_roles_p work and adding pretty complaint if no contacts were selected

    • -0
    • +8
    ./relationship-bulk-add-postgresql.xql
Added new version of oo_mailings that support sending an e-mail if you generated multiple mailings at once for printing

  1. … 2 more files in changeset.
Changed buld delete

Fixed return URLs

moving callback to a place where we know the rel_type so that it doesn't cause errors and adding organization rel add callback

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. … 2 more files in changeset.
Added support for including files from a defined folder

  1. … 2 more files in changeset.
added page to warn when deleting relationships

    • -0
    • +22
    ./relationship-bulk-add-2-postgresql.xql
    • -0
    • +5
    ./relationship-bulk-add-2.adp
    • -0
    • +67
    ./relationship-bulk-add-2.tcl
    • -0
    • +60
    ./relationship-bulk-add-3-postgresql.xql
    • -0
    • +48
    ./relationship-bulk-add-3.tcl
    • -56
    • +0
    ./relationship-bulk-add-postgresql.xql
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