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
29 Mar, 2006
1 commit
  • Add a layer of indirection around array_merge. kt_array_merge will use ...
    d48f4e82
    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
    Neil Blakey-Milner authored
    2006-03-29 11:32:24 +0000  
    Browse File »

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

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

02 Mar, 2006
1 commit
  • Look for zip in export/zip in the configuration. ...
    63ae262d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5037 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner 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. ...
    9d83e6c8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5027 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-02-28 16:53:52 +0000  
    Browse File »
  • Make sure the browser renders the page before redirecting to download ...
    3b8a7903
    the export file.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5019 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner 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, ...
    41c8a861
    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
    Neil Blakey-Milner authored
    2006-02-27 10:54:55 +0000  
    Browse File »

19 Feb, 2006
1 commit
  • Allow for action names to be translated. ...
    f1982a62
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4966 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner 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 ...
    d7075b24
    its contents.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4915 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-02-13 15:29:22 +0000  
    Browse File »