Logo white

Peter M. Groen / knowledgetree

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 9,762
  • Compare
  • Branches 2
  • Tags 28
  • knowledgetree
  • lib
  • browse
  • Criteria.inc
01 Jun, 2006
1 commit
  • KTS-874: Renamed some criteria names for greater clarity. ...
    6a797836
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5484 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-06-01 14:45:53 +0000  
    Browse File »

29 May, 2006
1 commit
  • KTS-878: discussion threads are now searchable. ...
    86feb09f
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5462 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-05-29 11:57:28 +0000  
    Browse File »

22 May, 2006
1 commit
  • fix for KTS-977: saved searches don't take is/is not into account properly. ...
    59bdfdc1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5420 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-05-22 11:44:33 +0000  
    Browse File »

26 Apr, 2006
1 commit
  • workflow_state_id lives in document_metadata_version, not documents. ...
    f1346a43
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5355 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-26 12:16:29 +0000  
    Browse File »

25 Apr, 2006
2 commits
  • KTS-867: title criteria search with '!!' was causing escaping issues. ...
    0f9965ab
    Use '%!%' and pass search criterion as a parameter.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5343 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-25 13:37:12 +0000  
    Browse File »
  • fix for contain/not-contain on fulltext indices. ...
    2af87afd
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5335 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-04-25 12:14:27 +0000  
    Browse File »

21 Apr, 2006
4 commits
  • improve the wording of daterange widgets (again) ...
    ac6deda7
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5306 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-04-21 17:00:07 +0000  
    Browse File »
  • actually sanely handle request input in a non-broken way. ...
    e2be4d92
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5305 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-04-21 16:57:24 +0000  
    Browse File »
  • KTS-721: Criteria should be invertable. ...
    23381400
    Also made it explicit that date widgets are ranged.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5304 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-04-21 16:42:22 +0000  
    Browse File »
  • Catch up changes to phraseSplit - an array of words was treated as a ...
    44897c53
    string.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5298 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-21 09:46:03 +0000  
    Browse File »

18 Apr, 2006
1 commit
  • Store the workflow and state in the document metadata, and create a new ...
    24c2d382
    metadata version when the workflow state changes.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5268 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-18 13:42:22 +0000  
    Browse File »

05 Apr, 2006
1 commit
  • make search more restrictive, and handle phrase parsing. ...
    ebcc2d42
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5180 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-04-05 12:43:38 +0000  
    Browse File »

29 Mar, 2006
2 commits
  • Add a layer of indirection around array_merge. kt_array_merge will use ...
    d0b48d58
    array_merge directly on PHP4, but convert each parameter to an array
    when on PHP5.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5173 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-29 11:32:24 +0000  
    Browse File »
  • - add phrase splitter ...
    68530cc6
    - add test harness for phrase splitter
    - use boolean + and phrases in searchabletext criterion.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5170 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-03-29 10:47:46 +0000  
    Browse File »

26 Mar, 2006
1 commit
  • Change all references to gettext's _ to _kt ...
    4c496647
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5136 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-26 21:40:01 +0000  
    Browse File »

28 Feb, 2006
1 commit
  • Correct the copyright blocks. ...
    57954b82
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5026 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-02-28 16:51:11 +0000  
    Browse File »

13 Feb, 2006
1 commit
  • Brad Shuttleworth 2006-02-13 second half of fix for KTS-362: users withou... ...
    37015231
    Brad Shuttleworth 2006-02-13 move's errors were completely bogus.
        Brad Shuttleworth 2006-02-13 make all metadata list in alphabetical order.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4907 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-02-13 10:47:17 +0000  
    Browse File »

26 Jan, 2006
1 commit
  • fix for KTS-218: File Size criteria is broken and needs to be removed. ...
    098ba3a9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4692 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-01-26 09:42:58 +0000  
    Browse File »

25 Jan, 2006
1 commit
  • KTS220 - fix metadata search to use metadata version ID instead of ...
    85ffd4cf
    document ID.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4686 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-01-25 14:10:49 +0000  
    Browse File »

23 Jan, 2006
1 commit
  • Update boolean search criteria for document normalisation ...
    669862b9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4637 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-01-23 13:30:55 +0000  
    Browse File »

11 Jan, 2006
1 commit
  • saved searches complete, + title support. ...
    9ff70ce1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4583 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-01-11 11:07:41 +0000  
    Browse File »

10 Jan, 2006
2 commits
  • incorporate the criteria fix for workflow states (require_once) ...
    69ee8dc0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4581 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-01-10 14:09:11 +0000  
    Browse File »
  • date range widget (criteria) now works. ...
    356113af
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4578 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-01-10 13:47:01 +0000  
    Browse File »

23 Dec, 2005
1 commit
  • Replace last uses of $default->fileSystemRoot with KT_LIB_DIR or KT_DIR ...
    e26b6090
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4548 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-23 10:20:28 +0000  
    Browse File »

11 Nov, 2005
1 commit
  • Deal with being included in a function. ...
    b1415638
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3965 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-11 08:06:43 +0000  
    Browse File »

10 Nov, 2005
1 commit
  • Be more lenient, getHasLookup() will return a false-equivalent, but not ...
    84ecbfd1
    always boolean false, when there is no lookup for the field.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3943 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-10 15:25:02 +0000  
    Browse File »

07 Nov, 2005
2 commits
  • Add search criteria to search on transaction text and all searchable ...
    8f408d65
    text attached to a document.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3929 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-07 20:56:35 +0000  
    Browse File »
  • Add a criteria to be able to search on workflow state, and to be able to ...
    e8afa648
    view workflow state of documents in the browse window.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3922 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-07 14:40:01 +0000  
    Browse File »

16 Oct, 2005
1 commit
  • Add a content criterion - allows for document contents to be searched in ...
    7987fb7e
    advanced/boolean search.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3820 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-16 21:20:52 +0000  
    Browse File »

10 Jun, 2005
1 commit
  • Fix "Sort by Created Date", which only worked in folder mode before ...
    b68701b1
    Reported by:	customcomputing
    SF Tracker:	1180763
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3345 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-06-10 17:30:53 +0000  
    Browse File »

24 May, 2005
2 commits
  • Restrict document field value search to the document field id being ...
    e57435d7
    requested.  Otherwise _any_ of the document fields' values would be
    acceptable.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3289 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-24 21:25:40 +0000  
    Browse File »
  • Add searchJoinSQL method, which adds joins to the advanced search query. ...
    3c44a61a
    Also differentiate joins and searches for each metadata criterion
    involved in the search, so one can search for more than one metadata
    criterion at a time.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3287 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-24 20:49:34 +0000  
    Browse File »

11 Mar, 2005
1 commit
  • Put labels next to the two dates in the date criteria search fields ...
    dba1488c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3231 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-03-11 10:31:23 +0000  
    Browse File »

07 Feb, 2005
1 commit
  • Add a File Size criterion for the browser to use. No search capability ...
    f1a91772
    (yet?).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3222 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-02-07 11:15:42 +0000  
    Browse File »

24 Jan, 2005
1 commit
  • Make sure the id given is an integer. array_key_exists in some versions ...
    25cb7849
    or configurations of PHP will not consider a string and an integer as
    equivalent.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3200 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-24 18:35:27 +0000  
    Browse File »

10 Jan, 2005
1 commit
  • Add a criteria for a document's last modified date. ...
    f1596b23
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3161 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-10 10:06:18 +0000  
    Browse File »

07 Jan, 2005
3 commits
  • Take out debugging stuff for where neither start nor end date is given. ...
    1e873a57
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3149 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-07 10:49:39 +0000  
    Browse File »
  • If the document field is a lookup, provide a drop-down box with the ...
    5cb5232f
    lookup values.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3147 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-07 10:19:43 +0000  
    Browse File »
  • Render negative numbers with underscore instead of dash to allow easier ...
    876773f5
    manipulation in javascript.
    
    Implement searching for date created, offering between A and B, after A,
    and before B syntax.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3143 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-07 09:37:48 +0000  
    Browse File »

03 Jan, 2005
1 commit
  • Change getList users to using parameterised WhereClauses (if necessary) ...
    d55edae7
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3098 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-03 12:11:05 +0000  
    Browse File »