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
  • plugins
23 Dec, 2005
1 commit
  • 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 Dir »

22 Dec, 2005
2 commits
  • 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 Dir »
  • 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 Dir »

21 Dec, 2005
8 commits
  • Remove unused sBuiltInAction in actions. ...
    61a9eba0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4511 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-21 15:16:05 +0000  
    Browse Dir »
  • Use PHP_SELF for self-referential urls, not a sitemap action. ...
    442a9563
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4510 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-21 15:15:44 +0000  
    Browse Dir »
  • Use PHP_SELF for self-referential links, not the sitemap action. ...
    ed583cb8
    Remove unused Html.inc import.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4509 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-21 15:15:21 +0000  
    Browse Dir »
  • Remove unused Html.inc import. ...
    85cb0d60
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4508 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-21 15:14:49 +0000  
    Browse Dir »
  • Pass context to boolean search template. ...
    a1072ceb
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4507 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-21 15:14:35 +0000  
    Browse Dir »
  • Remove unused sBuiltInActions in actions. ...
    cad51289
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4506 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-21 15:14:01 +0000  
    Browse Dir »
  • Remove unused sBuiltInActions in actions ...
    a4898649
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4505 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-21 15:13:46 +0000  
    Browse Dir »
  • Don't do a call-time pass-by-reference. ...
    f409726d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4485 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-21 09:13:04 +0000  
    Browse Dir »

15 Dec, 2005
13 commits
  • Use the correct MIME type for postscript files. ...
    5d299f39
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4483 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-15 19:48:09 +0000  
    Browse Dir »
  • Use application/vnd.ms-powerpoint mime type ...
    89799a71
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4482 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-15 19:27:29 +0000  
    Browse Dir »
  • Allow indexers to get the full path to their binaries from ...
    3583d489
    configuration.
    
    Use antiword instead of catdoc on Windows.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4480 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-15 18:57:00 +0000  
    Browse Dir »
  • Try to use xls2csv as a first shot. If that fails, try to use ...
    41cd794c
    PHPExcelReader instead.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4475 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-15 16:11:56 +0000  
    Browse Dir »
  • - missing ; ...
    c68bbb32
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4473 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-12-15 15:43:59 +0000  
    Browse Dir »
  • Use validateString on the workflow name given. ...
    fcf5eaad
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4470 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-15 14:56:49 +0000  
    Browse Dir »
  • Make the tree widget expanded by default in the administration of tree ...
    055d53ff
    lookups.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4469 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-15 14:56:21 +0000  
    Browse Dir »
  • Get the proper title for the document being created. ...
    12064ff8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4467 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-15 14:29:52 +0000  
    Browse Dir »
  • Automatically search for the user we've just created when returning to ...
    c66a6819
    user management page.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4466 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-15 14:22:42 +0000  
    Browse Dir »
  • - deleted documents can now be either restored on expunged (again). ...
    da6484ca
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4465 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-12-15 14:13:20 +0000  
    Browse Dir »
  • Integrate Manage Lookup Trees into document field management. ...
    26e9877a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4462 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-15 13:34:38 +0000  
    Browse Dir »
  • - role allocations now can be used to control permissions. ...
    bb33dad5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4458 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-12-15 12:42:51 +0000  
    Browse Dir »
  • - add role-allocations ...
    83e25b1a
    - ensure that workflow and permission respect role-based allocations.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4454 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-12-15 10:42:10 +0000  
    Browse Dir »

14 Dec, 2005
6 commits
  • - fix typo in subscription-display that caused significant degradation. ...
    5d2936d6
    - fix manage to show folder subscriptions.
    - fix browse to have subscription portlet
    - fix documentFields to allow fieldset and field addition and editing.
    - fix fieldsetDisplay to not crash on metadata-lookups.
    - fix partialquery to not show multiple copies of a given file.
    -
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4453 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-12-14 17:53:22 +0000  
    Browse Dir »
  • Allow for the download of previous document content versions. ...
    13c98079
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4450 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-14 14:12:39 +0000  
    Browse Dir »
  • Clean up admin pages - remove commented-out require of dmsDefaults and ...
    f480353b
    dispatcher logic, and replace use of 'action' breadcrumbs with url-based
    ones.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4444 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-14 13:30:54 +0000  
    Browse Dir »
  • Add Conditions and Saved Search pages to admin pages. ...
    b76c7177
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4441 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-14 13:15:50 +0000  
    Browse Dir »
  • If we can't find the command, return with no contents. ...
    0c01d228
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4438 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-14 12:06:23 +0000  
    Browse Dir »
  • Add some documentation, and use KTUtil::findCommand to find the ...
    f75d5d97
    executable in question.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4437 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-14 12:05:42 +0000  
    Browse Dir »

13 Dec, 2005
1 commit
  • - transactions are now keyed on the namespace, so they should survive activati… ...
    91a9a4ab
    …on/de-activation better.
      - upgrade script for this change.
      - updated all components in this tree to use the new style transaction
      - pass a document, _not_ an id.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4425 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-12-13 09:55:34 +0000  
    Browse Dir »

12 Dec, 2005
7 commits
  • Cater for pathInfoSupport being false. ...
    14da4ecc
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4421 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-12 19:52:59 +0000  
    Browse Dir »
  • - add very simple document_type browsing into the system ...
    f58e00a8
    - considering adding all lookup fields, though that might get a little too "busy".
    - does not incorporate the category version yet, since it will need to have an upgrade from
      freetext to lookup.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4417 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-12-12 15:53:50 +0000  
    Browse Dir »
  • Use the new document addition observer system to display feedback to the ...
    ec3af9f0
    user on how the import is going.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4415 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-12 15:36:06 +0000  
    Browse Dir »
  • Remove unused methods. ...
    18fd229d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4409 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-12 15:23:51 +0000  
    Browse Dir »
  • Move add document action into a separate file, and move control over UI ...
    2fcf2fbf
    to a document addition observer.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4408 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-12 15:23:16 +0000  
    Browse Dir »
  • - add fieldset and description editing. ...
    9b9f2c28
    - work around SMARTY bug w.r.t. i18n tags
    - add sql upgrade script for field and fieldset descriptions.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4399 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-12-12 11:06:50 +0000  
    Browse Dir »
  • very simple dashlet disabling. ...
    821155c9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4396 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-12-12 10:22:32 +0000  
    Browse Dir »

08 Dec, 2005
2 commits
  • total revision of the subscription "engine" ...
    82dd1073
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4392 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-12-08 14:32:51 +0000  
    Browse Dir »
  • Remove now-incorrect comments. ...
    12ac8f9d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4388 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-08 14:21:27 +0000  
    Browse Dir »