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
07 Nov, 2005
6 commits
  • Add updateTransactionText, which takes all the comments from all ...
    334a26ca
    transactions into a single full-text indexed string in the database for
    search purposes.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3927 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-07 14:45:41 +0000  
    Browse Code »
  • Add table mappings for document_transaction_text and document_searchable_text ...
    92fb6405
    document_transaction_text contains a full-text indexed field containing
    all transaction comments for a document.
    
    document_searchable_text contains a full-text indexed field containing
    all metadata values, transaction comments, and file contents for a
    document.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3926 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-07 14:44:10 +0000  
    Browse Code »
  • Group document-specific metadata display by fieldset. ...
    30d2d758
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3925 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-07 14:42:41 +0000  
    Browse Code »
  • Improve function documentation, and create a transaction when workflow ...
    6ece9666
    state transitions occur.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3924 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-07 14:41:29 +0000  
    Browse Code »
  • Add a Workflow Transition transaction type, and add a getByDocument ...
    fbe471c8
    lister.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3923 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-07 14:40:40 +0000  
    Browse Code »
  • 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 Code »

06 Nov, 2005
10 commits
  • Moved from Documents/ to var/Documents/ ...
    4fbbe830
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3921 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-06 11:14:42 +0000  
    Browse Code »
  • Documents/ moving to var/Documents/ ...
    a421f540
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3920 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-06 11:14:24 +0000  
    Browse Code »
  • log/ moved to var/log/ ...
    5cfbbc0f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3919 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-06 11:01:08 +0000  
    Browse Code »
  • log/ is moving to var/log/ ...
    af15e1c5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3918 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-06 10:57:11 +0000  
    Browse Code »
  • When adding a document, the "scan" trigger on the "content" action is ...
    98b45412
    now checked to verify whether this document will be added.  For
    example, after doing an anti-virus check and finding a virus in the
    document.
    
    When adding a document, the "transform" trigger on the "content" action
    is now run to change attributes of the document based on its contents.
    For example, automatically adding the title from the contents of the
    document as a metadata field.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3917 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-06 10:52:48 +0000  
    Browse Code »
  • Add a registry to handle triggers, user-configurable activities that can ...
    0153140a
    occur at various stages during an action (such as the "post-validator"
    stage of the "add document" action).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3916 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-06 10:49:24 +0000  
    Browse Code »
  • Add temporaryFile and freeTemporaryFile for whenever one needs a ...
    d9582107
    (read-only) physical file to work on.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3915 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-06 10:47:16 +0000  
    Browse Code »
  • Find a fieldset by its namespace name. ...
    976128ba
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3914 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-06 10:46:27 +0000  
    Browse Code »
  • Modernise to use $_aFieldToSelect, use Id instead of ID ...
    f0b490f8
    Add most common read operation - getByDocumentAndField
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3913 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-06 10:46:07 +0000  
    Browse Code »
  • getByFieldsetAndName - finding the field you want when you know its name ...
    a4a22e79
    and its fieldset.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3912 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-06 10:45:13 +0000  
    Browse Code »

02 Nov, 2005
5 commits
  • Bring the outer boolean into the boolean_search array, and finish the ...
    1c435d0c
    pagination in the boolean search.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3911 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-02 19:16:09 +0000  
    Browse Code »
  • Simple test script used to check if KTMetadataUtil::synchroniseMetadata ...
    f8c928fa
    works.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3910 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-02 14:16:18 +0000  
    Browse Code »
  • Make the boolean_search dictionary (from the form) simpler to use and ...
    3a7afeca
    manage.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3909 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-02 14:13:01 +0000  
    Browse Code »
  • KTMetadataUtil::synchroniseMetadata allows for a field's lookup options ...
    c26fcb26
    to be synchronised from a list of values (from LDAP, another database,
    or manually).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3908 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-02 14:10:43 +0000  
    Browse Code »
  • Allow for metadata to be enabled or disabled, and add some getBy* ...
    0781b339
    functions for ease of use.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3907 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-02 14:09:32 +0000  
    Browse Code »

31 Oct, 2005
1 commit
  • Add complex boolean search ability - being able to search for this group ...
    deab35cf
    of things and/or this group of things.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3906 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-31 13:52:01 +0000  
    Browse Code »

27 Oct, 2005
12 commits
  • Remove these neglected example configurations ...
    eaa69e2a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3905 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-27 13:46:16 +0000  
    Browse Code »
  • Test for KTUtil::getRequestScriptName() ...
    b1ebdf04
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3904 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-27 13:35:25 +0000  
    Browse Code »
  • Use dispatcher-wide transactions, use the dispatcher validator, and use ...
    4df1bbd4
    errorRedirect rather than errorPage for problems.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3903 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-27 13:17:06 +0000  
    Browse Code »
  • Handle extension-less mode (somewhat). ...
    e241c495
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3902 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-27 13:15:24 +0000  
    Browse Code »
  • Handle extension-less (MultiViews/mod_rewrite) support in the sitemap. ...
    8f07de81
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3901 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-27 12:50:21 +0000  
    Browse Code »
  • Add getRequestScriptName, which gets the name of the script as it was ...
    5724adb4
    given in the script - as opposed to REQUEST_URI which is the whole
    request, and SCRIPT_NAME which is the name of the file.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3900 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-27 12:49:07 +0000  
    Browse Code »
  • validateMetadata is given an array of array($oField, $sValue)s. ...
    d3c1f78e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3899 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-27 12:47:31 +0000  
    Browse Code »
  • Ready for multiviews/rewrite support for no .php in the filenames. ...
    c93ee220
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3898 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-27 12:46:55 +0000  
    Browse Code »
  • Redirect to the login page if nobody is logged on or if a session has ...
    edab4656
    expired and so forth.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3897 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-27 12:23:16 +0000  
    Browse Code »
  • Correct DROP FOREIGN KEY syntax. ...
    9357e454
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3896 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-27 10:15:08 +0000  
    Browse Code »
  • SQL upgrades for 2.99.2 so far. ...
    830f73f1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3895 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-27 10:11:26 +0000  
    Browse Code »
  • Now working on 2.99.2 ...
    5fdc6dd2
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3894 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-27 09:58:58 +0000  
    Browse Code »

26 Oct, 2005
6 commits
  • Implement metadata validation using the mandatory flag on fields and ...
    0ec7c0f3
    verifying conditional metadata fieldsets.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3893 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-26 14:04:22 +0000  
    Browse Code »
  • Add bIsMandatory, which allows for a user to set a field as being ...
    f97c4cd2
    mandatory.
    
    Use KTEntityUtil's get helper function.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3892 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-26 14:02:42 +0000  
    Browse Code »
  • Make use of the new logDirectory config option. ...
    9d4772d1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3891 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-26 14:00:53 +0000  
    Browse Code »
  • Put Documents and log into a "var" directory in the root by default, so ...
    7d46bec6
    that all PHP-modified stuff is in one location for a simple chmod.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3890 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-26 13:57:28 +0000  
    Browse Code »
  • More documentation of these utility functions, return codes, general ...
    a576babc
    approach to solving the problem, &c.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3889 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-26 11:01:47 +0000  
    Browse Code »
  • Add documentation describing what each function does. ...
    c0b5b218
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3888 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-26 09:40:19 +0000  
    Browse Code »