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
03 Jan, 2006
7 commits
  • Make sure we only have one copy of the plugin registry around. ...
    ab4005ca
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4562 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-01-03 11:18:55 +0000  
    Browse Code »
  • Define the "setup" method for plugin objects, where they can register ...
    377c9969
    their actions, dashlets, &c.
    
    Call the setup method on plugins in the "register" method.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4561 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-01-03 11:18:35 +0000  
    Browse Code »
  • Make sure we only have one copy of registries around. ...
    31ea1379
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4560 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-01-03 11:13:01 +0000  
    Browse Code »
  • Make sure we only have one copy of the Plugin Registry around. ...
    cb9cf3bc
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4559 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-01-03 11:11:44 +0000  
    Browse Code »
  • Act on the path we get from the actions registry. ...
    97793b9c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4558 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-01-03 11:11:22 +0000  
    Browse Code »
  • Rename KTDashletPlugins.php to KTDashlets.php to follow the naming ...
    03be1559
    scheme.
    
    Make KTUserAssistance a separate plugin, and rename to
    KTUserAssistancePlugin.php to reflect this new stature.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4557 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-01-03 11:10:33 +0000  
    Browse Code »
  • Table cleanups for upgrade from 2.0.7. ...
    97c06784
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4556 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-01-03 11:03:16 +0000  
    Browse Code »

02 Jan, 2006
1 commit
  • Remove no longer used functions ...
    7f3e0ea8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4555 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-01-02 12:42:37 +0000  
    Browse Code »

30 Dec, 2005
5 commits
  • Remove currently unused collections admin category. ...
    0bcbbcf0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4554 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-30 08:16:49 +0000  
    Browse Code »
  • Move the record upgrade item to the last phase of the upgrade process. ...
    0d88695c
    Rebuild empty permission lookups at the end of the upgrade.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4553 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-30 08:16:28 +0000  
    Browse Code »
  • Rewrite to avoid using out-of-sync on-disk classes and instead go ...
    106ab8c5
    directly to the database as it is expected to work for the current state
    of the database structure in terms of the upgrade process.
    
    Still uses some classes, but builds from 2.0.7 now.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4552 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-30 08:15:21 +0000  
    Browse Code »
  • Add rebuildPermissionLookups, which will rebuild all permission lookups ...
    186cc899
    on all objects (pass true as the first parameter to only build lookups
    for objects without lookups).
    
    Also return an error indication from setPermissionForID
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4551 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-30 08:13:12 +0000  
    Browse Code »
  • Don't try log to an error log that isn't set up. ...
    05a7cb3b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4550 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-30 08:11:49 +0000  
    Browse Code »

23 Dec, 2005
2 commits
  • Don't register plugins directly - that happens automatically now. ...
    7a72f2ed
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4549 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-23 10:20:54 +0000  
    Browse Code »
  • Replace last uses of $default->fileSystemRoot with KT_LIB_DIR or KT_DIR ...
    423b64be
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4548 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-23 10:20:28 +0000  
    Browse Code »

22 Dec, 2005
25 commits
  • Remove unused control.inc include. ...
    edd00570
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4547 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 20:00:17 +0000  
    Browse Code »
  • Use postExpected/postReceived trick to check the POST arrived totally ...
    ae285f74
    intact.
    
    Make sure postReceived is right at the bottom on the off-change it
    catches more edge cases that way.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4546 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 17:44:44 +0000  
    Browse Code »
  • Use postExpected/postReceived pair to check that nothing went wrong ...
    644a8179
    during the POST part of the upload attempt.
    
    Use validateFile to check that the file was properly uploaded instead of
    own check.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4545 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 17:43:38 +0000  
    Browse Code »
  • Check the 'error' value in the file array to see if there needs to be ...
    2cfc5f5d
    any error handling.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4544 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 17:42:09 +0000  
    Browse Code »
  • Need an actual document object to work upon in this case. ...
    b0a4d666
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4543 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 17:41:42 +0000  
    Browse Code »
  • Fix some minor style problems with ternary ? operator. ...
    5fec5435
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4542 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 17:41:19 +0000  
    Browse Code »
  • Use KTUtil::addQueryString in preference to manual URL mangling. ...
    87f8df44
    Add addQueryString as a variable modifier in Smarty templates, and use
    it.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4541 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 17:32:01 +0000  
    Browse Code »
  • Put some additional help into the install doc. ...
    ef3beb9a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4540 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 13:44:41 +0000  
    Browse Code »
  • Move manageHelp.php from ...
    54a17613
    presentation/lookAndFeel/knowledgeTree/administration/help/ to
    plugins/ktcore/admin/
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4539 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 13:42:42 +0000  
    Browse Code »
  • No longer used. ...
    4bd035fe
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4538 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 13:38:01 +0000  
    Browse Code »
  • Remove a broken advanced search, awaiting a working one using the new ...
    f695de15
    infrastructure.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4537 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 13:22:37 +0000  
    Browse Code »
  • Remove unused import of PatternMetaData ...
    17afb702
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4536 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 13:20:39 +0000  
    Browse Code »
  • Use login instead of loginForm sitemap action. ...
    b89e9023
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4535 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 13:20:14 +0000  
    Browse Code »
  • Add document title and document filename to the list of items in ...
    f1192747
    searchable_text.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4534 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 13:19:50 +0000  
    Browse Code »
  • Remove unused sFromEmail and sFromName from parameters to the send ...
    ff2be626
    method, and logic for handling them.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4533 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 13:19:25 +0000  
    Browse Code »
  • Use login instead of loginForm for sitemap action ...
    15011536
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4532 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 13:18:24 +0000  
    Browse Code »
  • Try to support environments that might set ORIG_PATH_INFO instead of ...
    9133117d
    PATH_INFO.
    
    Be slightly better at setting REQUEST_URI if it isn't already set.
    
    Use $_SERVER['SCRIPT_NAME'] to determine the root URL of the system.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4531 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 10:36:37 +0000  
    Browse Code »
  • Tests for KTUtil::addQueryString ...
    8e712ff4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4530 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 09:52:10 +0000  
    Browse Code »
  • Deal with the case that REQUEST_URI isn't set by the web server. ...
    0e5d1e0e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4529 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 09:28:26 +0000  
    Browse Code »
  • Don't put a trailing slash after filename in the no PATH_INFO support ...
    89469619
    case.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4528 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 09:15:31 +0000  
    Browse Code »
  • Respect kt_no_extensions and KnowledgeTree/pathInfoSupport ...
    60fc6959
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4527 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 09:14:26 +0000  
    Browse Code »
  • 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 Code »
  • Consolodate URL generation for browse tasks in getUrlForFolder, ...
    a2e8b3b2
    getUrlForDocument, getBrowseBaseUrl and getViewBaseUrl.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4525 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 09:08:04 +0000  
    Browse Code »
  • Make URL generation understand kt_no_extensions and ...
    78f0ed62
    KnowledgeTree/pathInfoSupport
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4524 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 09:07:29 +0000  
    Browse Code »
  • Make URL generation understand kt_no_extensions ...
    493c99da
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4523 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 09:07:05 +0000  
    Browse Code »