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
10 Nov, 2005
15 commits
  • Allow for metadata values to be disabled - still valid, but not ...
    2179ce29
    selectable.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3951 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-10 15:50:12 +0000  
    Browse Code »
  • Add searchable_text and transaction_text tables that contain additional ...
    804c3324
    searchable text for documents.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3950 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-10 15:49:43 +0000  
    Browse Code »
  • 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 Code »
  • 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 Code »
  • Make the boolean search template somewhat easier to modify so it can ...
    16a849f3
    perform multiple roles.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3947 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-10 15:27:55 +0000  
    Browse Code »
  • Change the foreign key field_id to cascade deletion onto the ...
    be2b460f
    field_behaviours table.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3946 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-10 15:27:27 +0000  
    Browse Code »
  • Add nameToLocalNamespace, which auto-generates a namespace for the cases ...
    be006a0f
    where users create the objects in question and can't be bothered to make
    a unique namespace.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3945 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-10 15:26:23 +0000  
    Browse Code »
  • Remove excess semi-colon, no code changes. ...
    848a98fe
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3944 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-10 15:25:20 +0000  
    Browse Code »
  • Be more lenient, getHasLookup() will return a false-equivalent, but not ...
    3f980fd9
    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
    Neil Blakey-Milner authored
    2005-11-10 15:25:02 +0000  
    Browse Code »
  • Add the saved_searches table. ...
    15e2be18
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3942 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-10 15:24:21 +0000  
    Browse Code »
  • Default $iId to -1, so that the checks that we're not created work ...
    81f28f88
    properly.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3941 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-10 15:24:06 +0000  
    Browse Code »
  • Add boolean search to the sitemap. ...
    0041a72b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3940 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-10 15:23:30 +0000  
    Browse Code »
  • If we're running on the command line, serverName is unset. Make it ...
    f5e88f53
    default to localhost for the nameToLocalNamespace function to work
    nicer.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3939 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-10 15:23:13 +0000  
    Browse Code »
  • Allow the qs request variable to be an array. ...
    f2fd119c
    This allows inputs in forms to be of the form:
    qs[foo]=1
    
    And the form action url to be control.php?action=bar, and it will pass
    through the right request variables.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3938 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-10 15:21:42 +0000  
    Browse Code »
  • Keep up to date with the upgrade scripts. ...
    dfbe6721
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3937 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-10 13:40:42 +0000  
    Browse Code »

08 Nov, 2005
6 commits
  • Document actions are now dispatchers - they can be accessed at ...
    61efca60
    /action.php/actionname.  (Single) document actions expect the document
    id in fDocumentId, and validate the document exists before continuing.
    
    In future, they will perform all the usual show/disable checks before
    continuing on their business.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3936 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-08 15:06:35 +0000  
    Browse Code »
  • Allow for actions to be looked up by nsname. ...
    f7b48118
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3935 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-08 15:04:13 +0000  
    Browse Code »
  • Don't assume someone else has included the webpageTemplate.inc file. ...
    1f5668db
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3934 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-08 15:03:51 +0000  
    Browse Code »
  • Univeral access to actions - looks them up by name and calls their ...
    28189ac7
    dispatcher.  Makes it easy for plugins to register actions without
    installing files in the KnowledgeTree code itself, nor exposing their
    code for direct access.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3933 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-08 15:03:19 +0000  
    Browse Code »
  • Use KT_LIB_DIR rather than $default->... due to scoping issues. global ...
    525653e7
    $default anyway for other bits of code.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3932 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-08 14:42:31 +0000  
    Browse Code »
  • Use KT_LIB_DIR and KT_DIR rather than $default->... ...
    e6483f51
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3931 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-08 14:42:00 +0000  
    Browse Code »

07 Nov, 2005
9 commits
  • Conform to style, and use KTUtil::getId to get the ID from $oDocument. ...
    bc4749d5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3930 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-07 20:57:06 +0000  
    Browse Code »
  • Add search criteria to search on transaction text and all searchable ...
    9935f4ca
    text attached to a document.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3929 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-07 20:56:35 +0000  
    Browse Code »
  • Add updateSearchableText, which creates a single full-text indexed ...
    b3b8774b
    string based on document contents, field values, and transaction
    history.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3928 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-07 15:45:04 +0000  
    Browse Code »
  • Add updateTransactionText, which takes all the comments from all ...
    512087a6
    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
    Neil Blakey-Milner authored
    2005-11-07 14:45:41 +0000  
    Browse Code »
  • Add table mappings for document_transaction_text and document_searchable_text ...
    234a7e8f
    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
    Neil Blakey-Milner authored
    2005-11-07 14:44:10 +0000  
    Browse Code »
  • Group document-specific metadata display by fieldset. ...
    89e61faa
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3925 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-07 14:42:41 +0000  
    Browse Code »
  • Improve function documentation, and create a transaction when workflow ...
    ff48660e
    state transitions occur.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3924 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-07 14:41:29 +0000  
    Browse Code »
  • Add a Workflow Transition transaction type, and add a getByDocument ...
    fb37eefd
    lister.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3923 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner 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 ...
    7e2f0c1c
    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
    Neil Blakey-Milner authored
    2005-11-07 14:40:01 +0000  
    Browse Code »

06 Nov, 2005
10 commits
  • Moved from Documents/ to var/Documents/ ...
    e06480a1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3921 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-06 11:14:42 +0000  
    Browse Code »
  • Documents/ moving to var/Documents/ ...
    972bdfe1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3920 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-06 11:14:24 +0000  
    Browse Code »
  • log/ moved to var/log/ ...
    470d3113
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3919 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-06 11:01:08 +0000  
    Browse Code »
  • log/ is moving to var/log/ ...
    b859a25f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3918 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-06 10:57:11 +0000  
    Browse Code »
  • When adding a document, the "scan" trigger on the "content" action is ...
    43b5fcf8
    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
    Neil Blakey-Milner authored
    2005-11-06 10:52:48 +0000  
    Browse Code »
  • Add a registry to handle triggers, user-configurable activities that can ...
    4cc2c0a2
    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
    Neil Blakey-Milner authored
    2005-11-06 10:49:24 +0000  
    Browse Code »
  • Add temporaryFile and freeTemporaryFile for whenever one needs a ...
    a743bc35
    (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
    Neil Blakey-Milner authored
    2005-11-06 10:47:16 +0000  
    Browse Code »
  • Find a fieldset by its namespace name. ...
    8b382c41
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3914 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-06 10:46:27 +0000  
    Browse Code »
  • Modernise to use $_aFieldToSelect, use Id instead of ID ...
    353f2548
    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
    Neil Blakey-Milner authored
    2005-11-06 10:46:07 +0000  
    Browse Code »
  • getByFieldsetAndName - finding the field you want when you know its name ...
    ef3f6977
    and its fieldset.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3912 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-06 10:45:13 +0000  
    Browse Code »