• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve spelling

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

  1. … 21 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. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

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

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