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

22 Dec, 2005
31 commits
  • Remove unused control.inc include. ...
    7b9530f4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4547 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-22 20:00:17 +0000  
    Browse Code »
  • Use postExpected/postReceived trick to check the POST arrived totally ...
    57214b03
    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
    nbm authored
    2005-12-22 17:44:44 +0000  
    Browse Code »
  • Use postExpected/postReceived pair to check that nothing went wrong ...
    cba06872
    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
    nbm 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 ...
    00815bb6
    any error handling.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4544 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-22 17:42:09 +0000  
    Browse Code »
  • Need an actual document object to work upon in this case. ...
    35c747eb
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4543 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-22 17:41:42 +0000  
    Browse Code »
  • Fix some minor style problems with ternary ? operator. ...
    69665205
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4542 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-22 17:41:19 +0000  
    Browse Code »
  • Use KTUtil::addQueryString in preference to manual URL mangling. ...
    120d2e78
    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
    nbm authored
    2005-12-22 17:32:01 +0000  
    Browse Code »
  • Put some additional help into the install doc. ...
    0825d13c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4540 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-22 13:44:41 +0000  
    Browse Code »
  • Move manageHelp.php from ...
    0f79e4f2
    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
    nbm authored
    2005-12-22 13:42:42 +0000  
    Browse Code »
  • No longer used. ...
    c217daac
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4538 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-22 13:38:01 +0000  
    Browse Code »
  • Remove a broken advanced search, awaiting a working one using the new ...
    9f717f27
    infrastructure.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4537 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-22 13:22:37 +0000  
    Browse Code »
  • Remove unused import of PatternMetaData ...
    acb35a71
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4536 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-22 13:20:39 +0000  
    Browse Code »
  • Use login instead of loginForm sitemap action. ...
    722eda68
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4535 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-22 13:20:14 +0000  
    Browse Code »
  • Add document title and document filename to the list of items in ...
    22224267
    searchable_text.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4534 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-22 13:19:50 +0000  
    Browse Code »
  • Remove unused sFromEmail and sFromName from parameters to the send ...
    557aacc4
    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
    nbm authored
    2005-12-22 13:19:25 +0000  
    Browse Code »
  • Use login instead of loginForm for sitemap action ...
    9efa3a65
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4532 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-22 13:18:24 +0000  
    Browse Code »
  • Try to support environments that might set ORIG_PATH_INFO instead of ...
    e4f427a5
    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
    nbm authored
    2005-12-22 10:36:37 +0000  
    Browse Code »
  • Tests for KTUtil::addQueryString ...
    ce56733e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4530 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-22 09:52:10 +0000  
    Browse Code »
  • Deal with the case that REQUEST_URI isn't set by the web server. ...
    371525c4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4529 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-22 09:28:26 +0000  
    Browse Code »
  • Don't put a trailing slash after filename in the no PATH_INFO support ...
    9aafd203
    case.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4528 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-22 09:15:31 +0000  
    Browse Code »
  • Respect kt_no_extensions and KnowledgeTree/pathInfoSupport ...
    f2b8da96
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4527 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-22 09:14:26 +0000  
    Browse Code »
  • Make sure we don't have multiple copies of the same join. ...
    2d0b9e57
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4526 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-22 09:09:13 +0000  
    Browse Code »
  • Consolodate URL generation for browse tasks in getUrlForFolder, ...
    74499e27
    getUrlForDocument, getBrowseBaseUrl and getViewBaseUrl.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4525 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-22 09:08:04 +0000  
    Browse Code »
  • Make URL generation understand kt_no_extensions and ...
    294ca0a5
    KnowledgeTree/pathInfoSupport
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4524 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-22 09:07:29 +0000  
    Browse Code »
  • Make URL generation understand kt_no_extensions ...
    4ff42382
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4523 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-22 09:07:05 +0000  
    Browse Code »
  • Remove credits for software no longer used. ...
    c8b242bb
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4522 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-22 09:06:40 +0000  
    Browse Code »
  • Merge login and loginForm actions, and move login.php to / ...
    1abab5b9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4521 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-22 09:06:22 +0000  
    Browse Code »
  • Use KTBrowseUtil::getBrowseBaseUrl for browse URLs. ...
    07a07ffe
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4520 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-22 09:06:01 +0000  
    Browse Code »
  • Use KTBrowseUtil::getBrowseBaseUrl for browse URLs and ...
    04129d89
    KTBrowseUtil::getUrlForDocument for document view URL.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4519 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-22 09:05:35 +0000  
    Browse Code »
  • No difference between login and loginForm actions anymore. ...
    39a80170
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4518 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-22 09:04:50 +0000  
    Browse Code »
  • Move login.php from presentation/ to / ...
    1288180b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4517 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-22 09:04:19 +0000  
    Browse Code »

21 Dec, 2005
7 commits
  • Add plus.png and minus.png, for tree management. ...
    f2444a65
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4516 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-21 15:17:55 +0000  
    Browse Code »
  • Note new location of plus.png and minus.png ...
    a47aece3
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4515 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-21 15:17:22 +0000  
    Browse Code »
  • Note new location of search components. ...
    7335ca3b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4514 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-21 15:17:04 +0000  
    Browse Code »
  • Note new location of ajaxBooleanSearch.php ...
    9e2b04c5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4513 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-21 15:16:52 +0000  
    Browse Code »
  • Remove unused Html.inc include. ...
    4521567b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4512 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-21 15:16:33 +0000  
    Browse Code »
  • Remove unused sBuiltInAction in actions. ...
    f777f089
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4511 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-21 15:16:05 +0000  
    Browse Code »
  • Use PHP_SELF for self-referential urls, not a sitemap action. ...
    e4a87585
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4510 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-21 15:15:44 +0000  
    Browse Code »