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
15 Jun, 2005
16 commits
  • Regenerate data.sql for 2.0.6 ...
    a9eeffa7
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3388 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-15 22:46:46 +0000  
    Browse Code »
  • Actually update the knowledgeTreeVersion value in the database ...
    2cdac2e0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3387 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-15 22:46:09 +0000  
    Browse Code »
  • Ensure parent can handle descriptors, and update the structure.sql for ...
    67d76152
    first installs.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3386 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-15 22:33:17 +0000  
    Browse Code »
  • Don't reuse mis-used $_SESSION["errorMessage"], and instead make our own ...
    768d566e
    $_SESSION["KTErrorMessage"], which is an array of errors that errors can
    be pushed upon, and automatically be displayed in the Main Page the next
    time a page is seen.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3385 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-15 21:53:01 +0000  
    Browse Code »
  • Getting close to 2.0.6 release ...
    afebed2f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3384 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-15 21:37:07 +0000  
    Browse Code »
  • Make setFileName take a parameter ...
    a4859af0
    SF Tracker:	1220462
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3383 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-15 21:36:17 +0000  
    Browse Code »
  • Make CVS ignore all files in this directory ...
    c26f4997
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3382 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-15 21:34:38 +0000  
    Browse Code »
  • Add a CLI script to automatically perform the upgrades to the current ...
    75e26aac
    version of KnowledgeTree.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3381 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-15 21:29:56 +0000  
    Browse Code »
  • Ensure the descriptors aren't shortened by the length of the descriptor ...
    dd359f80
    field.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3380 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-15 21:29:15 +0000  
    Browse Code »
  • Handle the final upgrade API. ...
    16efb2ed
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3379 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-15 21:28:42 +0000  
    Browse Code »
  • Check whether the upgrade table exists before checking if an upgrade has ...
    1d9a6be5
    been installed.
    
    Run SQL queries using the admin db connection set up in upgrades.inc.php
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3378 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-15 21:28:17 +0000  
    Browse Code »
  • Setup a special admin database connection, and ensure the upgrade table ...
    708ace3f
    is the first upgrade performed during upgrades.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3377 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-15 21:27:06 +0000  
    Browse Code »
  • Explain how to add a dmsadmin account for use with the automated ...
    7dea6d21
    upgrade.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3376 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-15 21:26:20 +0000  
    Browse Code »
  • Add dmsadmin user which has all privileges on the KT database for ...
    9a9fc643
    upgrade purposes.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3375 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-15 20:43:53 +0000  
    Browse Code »
  • Add dbAdminUser and dbAdminPass settings for administrator access to the ...
    187fb100
    dms database for the upgrade scripts.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3374 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-15 20:40:31 +0000  
    Browse Code »
  • Allow large numbers of documents to be deleted or moved by using POST ...
    4f73188a
    for the initial submission, and then forwarding a unique identifier as a
    key to a list of documents to delete in the session.
    
    Reported by:	Ray Booysen (twyford)
    SF Tracker:	1221326
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3373 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-15 19:54:21 +0000  
    Browse Code »

13 Jun, 2005
15 commits
  • Make CVS ignore any files in this directory ...
    56a5b09e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3372 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-13 21:41:35 +0000  
    Browse Code »
  • Add link type for document links to describe the relationship ...
    9f50fa57
    Submitted by:   Marcel Berteler (pluk77)
    SF Tracker:     1013935
    SF Tracker:     971712
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3371 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-13 21:39:08 +0000  
    Browse Code »
  • Add link type for document links to describe the relationship ...
    082e1967
    Submitted by:	Marcel Berteler (pluk77)
    SF Tracker:	1013935
    SF Tracker:	971712
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3370 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-13 21:31:40 +0000  
    Browse Code »
  • Fix mis-commented section (breaks php code validation) ...
    c596bfc4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3369 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-13 21:07:03 +0000  
    Browse Code »
  • Convert from a single tables.sql with both structure and data, now have ...
    0a3623eb
    separate structure and data sql statements.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3368 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-13 20:17:21 +0000  
    Browse Code »
  • Default database password to that in user.sql. Default mail server to ...
    b5ac2c61
    localhost.  Default mail addresses to kt@$servername.  Expand warning
    about not setting things manually.  Rewrite some descriptive comments.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3367 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-13 17:11:20 +0000  
    Browse Code »
  • Add .dot and .xlt file types. ...
    69fa4e8e
    SF Tracker:	1179273
    Submitted by:	freboulet
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3366 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-13 11:33:59 +0000  
    Browse Code »
  • Upgrade script to upgrade to 2.0.6. ...
    d8aa919d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3365 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-13 11:32:09 +0000  
    Browse Code »
  • Describe the new upgrade processes: ...
    9bb6f0ce
    . Note the bin/upgrade/upgrade-to-*.php files for manual upgrade.
    . Detail the new automated upgrade procedure, both command line and
      web-based.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3364 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-13 11:25:54 +0000  
    Browse Code »
  • SQL scripts necessary to upgrade to 2.0.6 ...
    38ee2d44
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3363 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-13 10:58:48 +0000  
    Browse Code »
  • Renamed to add_email_attachment_transaction_type.sql. ...
    30ca1508
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3362 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-13 10:43:41 +0000  
    Browse Code »
  • Show the available upgrades, and allow them to be performed. ...
    5c054548
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3361 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-13 10:17:44 +0000  
    Browse Code »
  • Test which upgrades are detected, and the order they will be performed. ...
    a94dd843
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3360 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-13 10:17:04 +0000  
    Browse Code »
  • Upgrade functionality for KnowledgeTree - allows automated upgrades from ...
    2f5b00a6
    one version of KnowledgeTree to another.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3359 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-13 10:15:18 +0000  
    Browse Code »
  • Remove these tests too. ...
    56d2a807
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3358 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-13 10:02:39 +0000  
    Browse Code »

11 Jun, 2005
9 commits
  • PEAR was moved to thirdparty/pear ...
    e182cf87
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3357 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-11 22:28:59 +0000  
    Browse Code »
  • Protect third-party libraries from prying eyes ...
    8171cb36
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3356 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-11 22:15:25 +0000  
    Browse Code »
  • Moved PEAR from pear to thirdparty/pear ...
    2577eb2c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3355 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-11 22:14:40 +0000  
    Browse Code »
  • Moving PEAR from pear to thirdparty/pear ...
    7b270ea7
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3354 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-11 22:11:18 +0000  
    Browse Code »
  • Test cases for the SQLFile functionality ...
    35c27348
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3353 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-11 21:47:05 +0000  
    Browse Code »
  • Import SQL commands from a file, splitting into separate SQL statements. ...
    bd458d76
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3352 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-11 21:43:26 +0000  
    Browse Code »
  • Remove OBE'd tests - they're not helping anyone. ...
    9bb26895
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3351 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-11 21:37:07 +0000  
    Browse Code »
  • Remove OBE'd tests - they're not helping anyone. ...
    e5c1398d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3350 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-11 21:29:43 +0000  
    Browse Code »
  • Start getting rid of OBE'd tests - they don't help anyone. ...
    63215bb8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3349 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-11 21:16:03 +0000  
    Browse Code »