• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve spelling

  1. … 16 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. … 204 more files in changeset.
Got employee search to work

  1. … 5 more files in changeset.
adding employee search type and performance tuning a number of search queries

  1. … 5 more files in changeset.
Moving informing information to after_html in other widgets, so that not as much information is present in the urls if form info is changed since inform information is no longer treated as a form variable

adding a blank value for type if the search already exists so that the form doesn't assume attribute was selected when in fact they were saving the form or searching or something else...

adding package_id to a number of procs so that they can be used by packages other than contacts to get information out of a contacts instance

  1. … 2 more files in changeset.
fixing bug where extend columns and search condition both needed the variable type - so the one was interferring with the other

adding limit to attributes available in extend columns based on the searches object_type

  1. … 2 more files in changeset.
doing upgrade to support new more efficient and callback enbled extend_columns

  1. … 13 more files in changeset.
fixing references to singleton urls and making the them work for multiple package instances (some of this was done by maltes)

  1. … 18 more files in changeset.
removing hard coded dependence on acs-translations for attribute pretty names and replacing it with the ams proc that does the same thing (but manages it from the ams end and does not require attributes to be stored in acs-translations

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

  1. … 205 more files in changeset.
file search.tcl was added on branch oacs-5-2 on 2005-11-30 15:31:02 +0000

making changes for support employee search type

  1. … 3 more files in changeset.
making changes to improve extend-options list and attribute-list (pagination, orderby)

  1. … 9 more files in changeset.
Fixed some conditions where condition name was empty

adding Relationship option in the aggregation menu for the search results

  1. … 4 more files in changeset.
making changes for the support of default attributes specified in parameters

  1. … 2 more files in changeset.
making changes to extend the results list using attributes id

  1. … 3 more files in changeset.
adding extend options on search result list

  1. … 2 more files in changeset.
making changes for aggregated search

  1. … 1 more file in changeset.
Adding checks for permission to edit a search and adding link to delete search conditions

Added search support for util_memoized search procs

  1. … 5 more files in changeset.
Dynamically generating the condition_types list via contacts::search::condition_types

Created contact::search_pretty with caching and removed contact::search::translate because contact::search::condition_type superseeds it

  1. … 5 more files in changeset.
Adding contacts::search::condition_type* api and replacing search code to make use of this api

  1. … 2 more files in changeset.
Added the ability to have sub searches within an advanced search

  1. … 2 more files in changeset.
bug fixes with last major update

  1. … 5 more files in changeset.