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
  • search
01 Feb, 2006
1 commit
  • Add getSearches, which returns all non-condition saved searches. ...
    90a3c5ff
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4730 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-02-01 08:51:04 +0000  
    Browse Dir »

23 Jan, 2006
1 commit
  • Don't mix sprintf escapes and direct variable inclusion, as the ...
    d4da93bd
    variables may contain escape sequences.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4638 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-01-23 13:31:43 +0000  
    Browse Dir »

20 Jan, 2006
2 commits
  • - massive document-legact reorg by nbm. ...
    6da479f1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4622 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-01-20 15:37:15 +0000  
    Browse Dir »
  • Brad Shuttleworth 2006-01-20 KTS-106: Saved Searches cannot be deleted als... ...
    82e3b2e0
    Brad Shuttleworth 2006-01-20 KTS-153:  Complex conditionals edit page ca...
        Brad Shuttleworth 2006-01-20 if there are no permission descriptors, the...
        Brad Shuttleworth 2006-01-20 KTS-96:  username incorrectly filled in by ...
        Brad Shuttleworth 2006-01-20 KTS-111: extra helptext on default provider.
        Brad Shuttleworth 2006-01-20 fix for KTS-111
        Brad Shuttleworth 2006-01-20 KTS-139: remove comment about fieldset-crea...
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4616 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-01-20 10:13:47 +0000  
    Browse Dir »

22 Dec, 2005
1 commit
  • Make sure we don't have multiple copies of the same join. ...
    95c39137
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4526 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 09:09:13 +0000  
    Browse Dir »

29 Nov, 2005
1 commit
  • Make permissionToSQL work with folders as well, optionally. ...
    e7f254be
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4250 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-29 13:45:21 +0000  
    Browse Dir »

11 Nov, 2005
1 commit
  • KTSearchUtil requires KTSavedSearch ...
    c12bb66d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3967 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-11 08:07:30 +0000  
    Browse Dir »

10 Nov, 2005
5 commits
  • More documentation ...
    26f29ec8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3962 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-10 19:57:58 +0000  
    Browse Dir »
  • PHPDoc documentation for functions. ...
    aab4536c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3961 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-10 19:22:54 +0000  
    Browse Dir »
  • Create testConditionOnDocument which does what it says - checks if a ...
    8dbaba0f
    condition applies to a document, returning true if it does, or false.
    
    Implement changes to make the query generated by criteriaToQuery more
    flexible, and make criteriaToLegacyQuery that does what the previous
    searches did.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3959 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-10 18:25:49 +0000  
    Browse Dir »
  • KTSavedSearch represents a search that can be loaded up again later, ...
    1b25cce6
    creatable by users for themselves or by admins for system-wide
    availability.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3949 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-10 15:48:47 +0000  
    Browse Dir »
  • SearchUtil helps in searches, particularly in converting criteria sets ...
    ede208a1
    to SQL queries that will find the documents in question.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3948 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-10 15:31:06 +0000  
    Browse Dir »