• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Minfor fixes to salutation proc

Fixed problem with the groups cache. This was caching the result from the first user who happened to access it, which is bad. Now I only cached the result of the query

  1. … 3 more files in changeset.
added procs to get employee data and party salutation

  1. … 5 more files in changeset.
added cached version of get_employers

Cache the list of groups for contacts. Made the necessary changes to the I18N interface

  1. … 5 more files in changeset.
commit changes of merge with HEAD

  1. … 205 more files in changeset.
Made sure upgrade_user does not try to upgrade an already existing user and that it does not try to add user_preferences if they already exist

  1. … 1 more file in changeset.
Changed to only display the orga name in the overview and not in the names procedure...

  1. … 1 more file in changeset.
localizing group list

Changes by Faisal for additional procedures dealing with employees and a proper message_url

  1. … 4 more files in changeset.
checking for the required privilege on the group

changes made to use the new table called contact_complain_track (created using the CR TCL API) instead of contact_complaint_tracking

  1. … 13 more files in changeset.
fixing user locale preference

  1. … 3 more files in changeset.
Added contact::util::get_employee_organization

The values retrieved from AMS must be localized as we are storing the I18N string

changin to use contact::person_p to person::person_p and contact::organization_p to organization::organization_p, removing contact::person_p and contact::organization_p

adding groups to availble list of suppliers

  1. … 2 more files in changeset.
removed i18n of group-names

  1. … 4 more files in changeset.
Made sure the user creation works, first part

  1. … 2 more files in changeset.
added default value for employees

Added a filter clause

The employees list should not contain the organization_id itself!

changed default group to "-2" for the time being as the rest breaks install and I need to discuss with matthew what he thinks about it

Removing dependence on Registered Users group (-2)

  1. … 18 more files in changeset.
allowing person objects to be upgraded to users and creating validation block code for contact creation

  1. … 1 more file in changeset.
Adding caching and contact::email proc

moved contacts::letter::* and contacts::util::interpolate procs to contact-message-procs.tcl

Adding contact::letter procs and support for them

  1. … 1 more file in changeset.
Made sure the contact url works even outside the contacts package (e.g. for includes)

moved list of employees to proc

  1. … 1 more file in changeset.