• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Added ajax searching features to contacts. Saly it does not work everywhere yet

  1. … 3 more files in changeset.
Added support for parrty instead of only displaying the emails where the party is the recipient

  1. … 2 more files in changeset.
removed object_tpe as it was not needed after all. add ed mail callbacks

  1. … 1 more file in changeset.
Added support for adding an employee directly into the system

  1. … 4 more files in changeset.
Added support for multiple OO templates

Missing files and cleanup

    • -0
    • +18
    ./admin/populate.tcl
  1. … 5 more files in changeset.
Added populate buttons

  1. … 2 more files in changeset.
Added yet another remote converter. It is getting time to branch the OpenOffice functions to another package

  1. … 2 more files in changeset.
Fixed #2722

  1. … 2 more files in changeset.
Made sure we are passing the to variable to the email sending part in contacts. Additionally do not check fro mailing address or email address unless we are certain we send a letter or an email.

Some changes to show the project in a compoaint

  1. … 2 more files in changeset.
Removed the early redirection

Delete a user if he is deleted in contacts

added option to edit your own contact information

Added admin interface for the possibility of the user to change his own record. This is still beta

    • -0
    • +40
    ./admin/group-user-change.tcl
Move creation of the contact to the background

Allow the club to be recreated if an error occured previously

Fixed the checks for email and letter to be run only when we are actually sending the message, not when we try to send one

Added additional question when the object that is to be added in a relationship can be both a person or an organization, so we know which one to add

No need for having the where clause

Removed the counting in the search overview as you might have searches that take ages to run and you want to be able to find and delete them

The secondary object type can sometimes be a party, sadly though the system only checked if it was of the type of the new created contact.

adding the ability to purge a users searches if they mess themselves up or the code messes them up

    • -0
    • +8
    ./admin/purge-user-searches.adp
    • -0
    • +24
    ./admin/purge-user-searches.tcl
adding links to full exports and messages to explain what each permission means to the permissions files

removing more dependence on the title column

Adding contact lists, and bumping the version to 1.2b16. This allows non admins to create, maintain and share their own lists of contacts without the unnecessary overhead of the groups approval and object per membership system. The associated search procs, sql upgrade scripts and lang messages are included in this commit.

  1. … 23 more files in changeset.
fixing searches get query to now use the title column from acs_objects and not the title column from contact_searches ... we should probably remove title from contact_searches to avoid this confusion...