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

  1. … 11 more files in changeset.
Fix a bunch of typos

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

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

  1. … 10 more files in changeset.
Fix typos

    • -1
    • +1
    ./catalog/contacts.en_US.ISO-8859-1.xml
    • -3
    • +3
    ./tcl/contact-search-condition-type-procs.tcl
  1. … 142 more files in changeset.
Fix typos (info exist -> info exists)

  1. … 22 more files in changeset.
Fix typos

  1. … 59 more files in changeset.
Fix typos

  1. … 17 more files in changeset.
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