• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix typos

    • -1
    • +1
    ./catalog/contacts.en_US.ISO-8859-1.xml
  1. … 75 more files in changeset.
Fix typos

  1. … 69 more files in changeset.
Fix more typos

  1. … 82 more files in changeset.
Fix typos

  1. … 52 more files in changeset.
- replace depreacted "ns_mkdir" by "file mkdir"

  1. … 9 more files in changeset.
- fix sloppy pseudo-comments to silence automated testing

  1. … 8 more files in changeset.
Removed Ajax as it was causing trouble

Adding no_perm_check to contacts::person::new when adding to the contacts default group since permissions checks take place before this proc is run

Adding the ability to add the opposite end of a relationship, i.e. either an employer OR an employee when creating a new contact

Moving context_id to be included in the form even if there are no file attachments (integration from csreurope)

Allow organizations to be optional at import and setting the country_code string to upper during import

Fixed bug in upgrade script

changeing message key acs-kernel.common_no to acs-kernel.common_No (since the label is No as well), adding a new message key acs-kernel.common_no (with lower case "no")

  1. … 50 more files in changeset.
Fixed selection with deleted users

added username to the list of possible options

Fixed problem with notifications_p and made sure to be able to display groups that have been entered manually into contact_groups

Made sure sweeper does not run if contacts is not mounted

Notifications can only be bound to the object_id, so if any contacts instance requests that a group use notifications all instances must use notifications. I've reflected this in the admin pages.

Adding the ability to use notifications to manage group email subscriptions. Upgrade scripts are included and version increased to 1.2b31

    • -1
    • +5
    ./catalog/contacts.en_US.ISO-8859-1.xml
    • -0
    • +69
    ./sql/postgresql/groups-notifications-init.sql
    • -0
    • +76
    ./sql/postgresql/upgrade/upgrade-1.2b30-1.2b31.sql
    • -8
    • +19
    ./tcl/contacts-procs-postgresql.xql
Changing Mail_group to Mail_recipient

    • -1
    • +1
    ./catalog/contacts.en_US.ISO-8859-1.xml
Removing option elements if not options actually exist and automatically redirecting to make a new email message if no mail templates exist

Using contact::group::name instead of group::title since it gets the class/club name from dotlrn if applicable

Consolidating check for null variables and adding oo_template to that list

Fixes for ugprade scripts

Upgrading to 1.2b30, which consolidates group membership addition to contact::group::add_member and changes the UseSubsiteAsDefaultGroup default to "1" - included is an upgrade script to move all users of a contacts application group to their respective subsite application group since the previous sweeper method was error prone.

Updated the label for search messages

    • -1
    • +1
    ./catalog/contacts.en_US.ISO-8859-1.xml
Added functionality to send an e-mail to the result of a search. Furhter streamlined the process so that checks are actually only done when sending the e-mail, which is much faster from the UI point of view

    • -0
    • +10
    ./lib/email-search.adp
    • -0
    • +396
    ./lib/email-search.tcl
Added search::result to return the party_ids of a search

Made sure not to use not in clause in sweeper

Made the sweeper run only once, make it more performant, added counting of entries to the notice and fixed the dependency on .LRN

    • -3
    • +41
    ./tcl/contacts-procs-postgresql.xql