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
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 »

23 Dec, 2004
4 commits
  • Criteria now know how to generate the WHERE part of statements when ...
    ed1661a1
    they're being searched on in HTML form submissions.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3085 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-12-23 21:47:24 +0000  
    Browse File »
  • Each Criterion now knows what its ID is, fixing the search widgets. ...
    1c623fdf
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3084 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-12-23 17:33:52 +0000  
    Browse File »
  • Allow criteria to render their own search widgets. ...
    607a06c4
    Make it easy to get all the base metadata and all the generic document
    fields.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3083 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-12-23 17:05:35 +0000  
    Browse File »
  • Untie Criteria from Browser, so it can be used by others easily. ...
    e2adcb3e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3082 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-12-23 14:48:39 +0000  
    Browse File »