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
  • ktstandard
  • KTBulkExportPlugin.php
27 Jul, 2006
1 commit
  • move to new license. ...
    a7f9cb0e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5758 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-07-27 10:17:43 +0000  
    Browse File »

20 Jul, 2006
1 commit
  • use ${install}/var/tmp by default. ...
    25382c90
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5726 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-07-20 10:37:54 +0000  
    Browse File »

14 Jul, 2006
2 commits
  • use folder_details permission, not "read". ...
    958a2dc3
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5706 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-07-14 16:24:42 +0000  
    Browse File »
  • fixes for a number of different issues. ...
    ed759e80
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5702 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-07-14 14:31:20 +0000  
    Browse File »

11 Jul, 2006
1 commit
  • - add a folder transaction for export ...
    95411e79
    - add an option to have a document-transaction on bulk export
    fixes KTS-1074
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5654 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-07-11 09:44:45 +0000  
    Browse File »

15 May, 2006
1 commit
  • Fix typo, which meant that Bulk Export was shown even if a user doesn't ...
    3d2bfba9
    have read permission on the folder.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5396 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-05-15 11:28:32 +0000  
    Browse File »

22 Apr, 2006
1 commit
  • use friendly names on plugins. ...
    e54d209a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5315 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-04-22 12:51:58 +0000  
    Browse File »

29 Mar, 2006
1 commit
  • Add a layer of indirection around array_merge. kt_array_merge will use ...
    d0b48d58
    array_merge directly on PHP4, but convert each parameter to an array
    when on PHP5.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5173 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-29 11:32:24 +0000  
    Browse File »

27 Mar, 2006
1 commit
  • Mark up more strings for translation. ...
    6465082c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5153 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-27 15:56:43 +0000  
    Browse File »

26 Mar, 2006
1 commit
  • Replace all instances of gettext's _ with _kt ...
    507aa975
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5137 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-26 21:42:54 +0000  
    Browse File »

02 Mar, 2006
1 commit
  • Look for zip in export/zip in the configuration. ...
    71cfe0c7
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5037 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-02 08:49:30 +0000  
    Browse File »

28 Feb, 2006
2 commits
  • Add copyright notices to those files that didn't have them. ...
    421655b8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5027 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-28 16:53:52 +0000  
    Browse File »
  • Make sure the browser renders the page before redirecting to download ...
    71f71d25
    the export file.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5019 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-28 09:15:31 +0000  
    Browse File »

27 Feb, 2006
1 commit
  • Fix bug in buildQuery that didn't properly nest parentheses in query, ...
    1093c708
    causing deleted files to be included in the export.
    
    Catch if there are no documents to be exported, and show a pretty error
    message and redirect back to the folder.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5008 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-27 10:54:55 +0000  
    Browse File »

19 Feb, 2006
1 commit
  • Allow for action names to be translated. ...
    b98235f2
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4966 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-19 15:07:57 +0000  
    Browse File »

13 Feb, 2006
1 commit
  • Add Bulk Export Plugin, which creates a ZIP file of the folder and all ...
    6c19b2e9
    its contents.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4915 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-13 15:29:22 +0000  
    Browse File »