• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Made sure the user creation works, first part

Added group_ids to the callback so we know which groups we are adding the user to

  1. … 1 more file in changeset.
show mail link in all folders of community

added default value for employees

Got rid of customer/supplier

Added filter clause, changed ordering

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. … 13 more files in changeset.
Adding callback for contacts::bulk_actions

Added support for contact::history callback

  1. … 1 more file in changeset.
only showing var widget for attribute searches if an operand exists

    • -7
    • +11
    ./contact-search-condition-type-procs.tcl
Making sure the search exists before its logged - this threw an error when was on the advanced search page and clicked on the contacts page (and the contact::search::log proc attempted to log a search where the search_id wasn't in the database

allowing person objects to be upgraded to users and creating validation block code for contact creation

  1. … 1 more file in changeset.
Fixing bug - replacing ' with '' for search queries so the database doesn't throw an error

Adding contact::signature namespace and message::get and signature::get procs

Adding caching and contact::email proc

Adding contact-message-procs.tcl file

    • -0
    • +182
    ./contact-message-procs.tcl
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.
added workaround form application_link::get_linked proc

Added application_data_link::get_linked backport for openacs 5.1.5

Adding support for group (-2) - the default group, being implied

Adding caching of search queries and relationship search condition type

    • -7
    • +247
    ./contact-search-condition-type-procs.tcl
Added rel_types::create_role backport for openacs 5.1.5

Additional switch to callback

Made sure the contact url works even outside the contacts package (e.g. for includes)

moved list of employees to proc

Added support for automatically adding an employee to an organization. Though this is a one off measure I deem it is useful in nearly all scenarios

  1. … 5 more files in changeset.