• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added ajaxhelper

  1. … 2 more files in changeset.
Added ajax searching features to contacts. Saly it does not work everywhere yet

  1. … 7 more files in changeset.
Some changes to show the project in a compoaint

  1. … 2 more files in changeset.
Rewrote the search so you could search for an employee with the attributes of the organization but still have the employee in a search

  1. … 2 more files in changeset.
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. … 25 more files in changeset.
Made sure that attribute can be anywhere in the search

removing double colons from queries since they mess up the paginator because it thinks that the query is a proc

removing an ns_log notice and a comment that was used for development

Got employee search to work

  1. … 5 more files in changeset.
Fixed p.party_id. Should be parties.party_id

adding employee search type and performance tuning a number of search queries

  1. … 5 more files in changeset.
Removing unnecessary joins with cr_items and cr_revisions if not in a search

  1. … 3 more files in changeset.
returning party as default object_type if a search_id is specified that is not valid

adding labels to list elements, this is useful for customized csv export procs that include labels instead of element names as teh column headings

enabling name to show up for organization csv exports

extend columns saved in the search (as opposed to being added via the front page) are no longer preserved when moving around between saved searches... that way when you view a number of searches in a row that have extended columns associated with them all the columns don't keep getting added to the view. this used to result in a large number of extended columns being shown even though users weren't expecting it

enabling text/html extension of multirow so csv export does not containt html formatting

  1. … 1 more file in changeset.
minor bug and performance fixes for aggregated searches

Adding aggregated reporting based on extended columns. This type of reporting is able to accept aggregation based on multiple criteria, based on any extended column - including those integrated via callbacks.

  1. … 2 more files in changeset.
Added last modified date to the display if we are sorting by last modified date

  1. … 1 more file in changeset.
adding limit to attributes available in extend columns based on the searches object_type

  1. … 2 more files in changeset.
performance improvements to the contacts multirow select query

doing upgrade to support new more efficient and callback enbled extend_columns

  1. … 13 more files in changeset.
adding bulk add of relationships

  1. … 4 more files in changeset.
Fixing accidental update of max rowcount move to 5000, and putting a style on the checkbox column to limit its width to 3px, and horizontally align the checkbox in the center.

Speed improvement due to spliting of pagination query

  1. … 1 more file in changeset.
updates to make use of tasks 1.0d9 which is now a service and can work with contacts package instance awareness

  1. … 5 more files in changeset.
when ordering by first_names we do a secondary sort by last_name, when ordering by last_name we do a secondary sort by first_names

enabling csv downloads on front page by default, there is now a parameter to shut it off

upgrade to contacts 1.2b4, contacts is no longer singleton and supports multiple instances and the ability to have management instances as the root of the install that manage data from child instances

  1. … 41 more files in changeset.