• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve spelling

  1. … 2 more files in changeset.
improve spelling

  1. … 13 more files in changeset.
standardize boolean variables in ADP

  1. … 14 more files in changeset.
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 465 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 217 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 202 more files in changeset.
Fix typos

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

  1. … 83 more files in changeset.
Adding the ability to add the opposite end of a relationship, i.e. either an employer OR an employee when creating a new contact

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

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

  1. … 1 more file in changeset.
Adding the ability to use notifications to manage group email subscriptions. Upgrade scripts are included and version increased to 1.2b31

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

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.

  1. … 5 more files in changeset.
Updated the label for search messages

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

  1. … 6 more files in changeset.
Made sure that we are able to send emails to large groups (e.g. 1000 users plus)

  1. … 2 more files in changeset.
Minor bug fix

Adding ability to map dotlrn communities to contacts, email groups with one button on the front page, select groups from a drop down on the front page and fixing some bugs

  1. … 6 more files in changeset.
Added support for employee adding and return_url

  1. … 1 more file in changeset.
Removing reference to non-existant user_change_p variable, fixing a few typos and adding an ad_script_abort to prevent a well formed post from being able to actually submit data

Allow for HTML signature

  1. … 1 more file in changeset.
Support for package_id filtering

  1. … 1 more file in changeset.
Added mail-through tracking for mass e-mails. Cleaned up the UI a little bit and made importing from CSV enhanced by progress bar

  1. … 5 more files in changeset.
Wrote generic import scripts, first try.

    • -0
    • +177
    ./import-csv-2.tcl
    • -0
    • +147
    ./import-csv-3.tcl
    • -0
    • +301
    ./import-csv-4.tcl
  1. … 3 more files in changeset.
Added support for drop down menus on the contact master

    • -0
    • +297
    ./resources/yuimenu/menu.css
  1. … 2 more files in changeset.
New translations and better integration with AMS Parameters

  1. … 3 more files in changeset.