Commit a9bf1144db7e381659ec9d9bc8b2f69380bd39c6
Merge branch 'edge' of git@github.com:ktgit/knowledgetree into edge
Showing
14 changed files
with
17 additions
and
23 deletions
.gitignore
clienttools/.gitignore deleted
ktwebservice/KTDownloadManager.inc.php
| @@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
| 9 | * KnowledgeTree Community Edition | 9 | * KnowledgeTree Community Edition |
| 10 | * Document Management Made Simple | 10 | * Document Management Made Simple |
| 11 | * Copyright (C) 2008, 2009 KnowledgeTree Inc. | 11 | * Copyright (C) 2008, 2009 KnowledgeTree Inc. |
| 12 | - * Portions copyright The Jam Warehouse Software (Pty) Limited | 12 | + * |
| 13 | * | 13 | * |
| 14 | * This program is free software; you can redistribute it and/or modify it under | 14 | * This program is free software; you can redistribute it and/or modify it under |
| 15 | * the terms of the GNU General Public License version 3 as published by the | 15 | * the terms of the GNU General Public License version 3 as published by the |
ktwebservice/KTUploadManager.inc.php
| @@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
| 9 | * KnowledgeTree Community Edition | 9 | * KnowledgeTree Community Edition |
| 10 | * Document Management Made Simple | 10 | * Document Management Made Simple |
| 11 | * Copyright (C) 2008, 2009 KnowledgeTree Inc. | 11 | * Copyright (C) 2008, 2009 KnowledgeTree Inc. |
| 12 | - * Portions copyright The Jam Warehouse Software (Pty) Limited | 12 | + * |
| 13 | * | 13 | * |
| 14 | * This program is free software; you can redistribute it and/or modify it under | 14 | * This program is free software; you can redistribute it and/or modify it under |
| 15 | * the terms of the GNU General Public License version 3 as published by the | 15 | * the terms of the GNU General Public License version 3 as published by the |
ktwebservice/KTWebService.php
| @@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
| 5 | * KnowledgeTree Community Edition | 5 | * KnowledgeTree Community Edition |
| 6 | * Document Management Made Simple | 6 | * Document Management Made Simple |
| 7 | * Copyright (C) 2008, 2009 KnowledgeTree Inc. | 7 | * Copyright (C) 2008, 2009 KnowledgeTree Inc. |
| 8 | - * Portions copyright The Jam Warehouse Software (Pty) Limited | 8 | + * |
| 9 | * | 9 | * |
| 10 | * This program is free software; you can redistribute it and/or modify it under | 10 | * This program is free software; you can redistribute it and/or modify it under |
| 11 | * the terms of the GNU General Public License version 3 as published by the | 11 | * the terms of the GNU General Public License version 3 as published by the |
| @@ -671,4 +671,4 @@ $ws->handle(); | @@ -671,4 +671,4 @@ $ws->handle(); | ||
| 671 | 671 | ||
| 672 | exit(); | 672 | exit(); |
| 673 | 673 | ||
| 674 | -?> | ||
| 675 | \ No newline at end of file | 674 | \ No newline at end of file |
| 675 | +?> |
ktwebservice/checkup.php
| @@ -32,4 +32,4 @@ $uploadsWritable = !is_writable($uploadsDir)?'The upload directory is not writab | @@ -32,4 +32,4 @@ $uploadsWritable = !is_writable($uploadsDir)?'The upload directory is not writab | ||
| 32 | <td>Upload Directory Writable</td> | 32 | <td>Upload Directory Writable</td> |
| 33 | <td><?php print $uploadsWritable?></td> | 33 | <td><?php print $uploadsWritable?></td> |
| 34 | </tr> | 34 | </tr> |
| 35 | -</table> | ||
| 36 | \ No newline at end of file | 35 | \ No newline at end of file |
| 36 | +</table> |
ktwebservice/download.php
| @@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
| 7 | * KnowledgeTree Community Edition | 7 | * KnowledgeTree Community Edition |
| 8 | * Document Management Made Simple | 8 | * Document Management Made Simple |
| 9 | * Copyright (C) 2008, 2009 KnowledgeTree Inc. | 9 | * Copyright (C) 2008, 2009 KnowledgeTree Inc. |
| 10 | - * Portions copyright The Jam Warehouse Software (Pty) Limited | 10 | + * |
| 11 | * | 11 | * |
| 12 | * This program is free software; you can redistribute it and/or modify it under | 12 | * This program is free software; you can redistribute it and/or modify it under |
| 13 | * the terms of the GNU General Public License version 3 as published by the | 13 | * the terms of the GNU General Public License version 3 as published by the |
| @@ -81,4 +81,4 @@ if (PEAR::isError($response)) | @@ -81,4 +81,4 @@ if (PEAR::isError($response)) | ||
| 81 | exit; | 81 | exit; |
| 82 | } | 82 | } |
| 83 | 83 | ||
| 84 | -?> | ||
| 85 | \ No newline at end of file | 84 | \ No newline at end of file |
| 85 | +?> |
ktwebservice/download_cleanup.php
| @@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
| 9 | * KnowledgeTree Community Edition | 9 | * KnowledgeTree Community Edition |
| 10 | * Document Management Made Simple | 10 | * Document Management Made Simple |
| 11 | * Copyright (C) 2008, 2009 KnowledgeTree Inc. | 11 | * Copyright (C) 2008, 2009 KnowledgeTree Inc. |
| 12 | - * Portions copyright The Jam Warehouse Software (Pty) Limited | 12 | + * |
| 13 | * | 13 | * |
| 14 | * This program is free software; you can redistribute it and/or modify it under | 14 | * This program is free software; you can redistribute it and/or modify it under |
| 15 | * the terms of the GNU General Public License version 3 as published by the | 15 | * the terms of the GNU General Public License version 3 as published by the |
ktwebservice/index.php
| @@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
| 9 | * KnowledgeTree Community Edition | 9 | * KnowledgeTree Community Edition |
| 10 | * Document Management Made Simple | 10 | * Document Management Made Simple |
| 11 | * Copyright (C) 2008, 2009 KnowledgeTree Inc. | 11 | * Copyright (C) 2008, 2009 KnowledgeTree Inc. |
| 12 | - * Portions copyright The Jam Warehouse Software (Pty) Limited | 12 | + * |
| 13 | * | 13 | * |
| 14 | * This program is free software; you can redistribute it and/or modify it under | 14 | * This program is free software; you can redistribute it and/or modify it under |
| 15 | * the terms of the GNU General Public License version 3 as published by the | 15 | * the terms of the GNU General Public License version 3 as published by the |
ktwebservice/json.php
ktwebservice/upload.php
| @@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
| 9 | * KnowledgeTree Community Edition | 9 | * KnowledgeTree Community Edition |
| 10 | * Document Management Made Simple | 10 | * Document Management Made Simple |
| 11 | * Copyright (C) 2008, 2009 KnowledgeTree Inc. | 11 | * Copyright (C) 2008, 2009 KnowledgeTree Inc. |
| 12 | - * Portions copyright The Jam Warehouse Software (Pty) Limited | 12 | + * |
| 13 | * | 13 | * |
| 14 | * This program is free software; you can redistribute it and/or modify it under | 14 | * This program is free software; you can redistribute it and/or modify it under |
| 15 | * the terms of the GNU General Public License version 3 as published by the | 15 | * the terms of the GNU General Public License version 3 as published by the |
| @@ -207,4 +207,4 @@ function respond($code, $msg, $uploads=array()) | @@ -207,4 +207,4 @@ function respond($code, $msg, $uploads=array()) | ||
| 207 | } | 207 | } |
| 208 | 208 | ||
| 209 | 209 | ||
| 210 | -?> | ||
| 211 | \ No newline at end of file | 210 | \ No newline at end of file |
| 211 | +?> |
plugins/multiselect/BulkImport.php
| @@ -65,11 +65,12 @@ class InetBulkImportFolderMultiSelectAction extends KTFolderAction { | @@ -65,11 +65,12 @@ class InetBulkImportFolderMultiSelectAction extends KTFolderAction { | ||
| 65 | $js .= "<script src='plugins/multiselect/js/hidelink.js' type='text/javascript'></script>"; | 65 | $js .= "<script src='plugins/multiselect/js/hidelink.js' type='text/javascript'></script>"; |
| 66 | 66 | ||
| 67 | $aJavascript[] = 'thirdpartyjs/jquery/jquery-1.3.2.js'; | 67 | $aJavascript[] = 'thirdpartyjs/jquery/jquery-1.3.2.js'; |
| 68 | + $aJavascript[] = 'thirdpartyjs/jquery/jquery_noconflict.js'; | ||
| 69 | + | ||
| 68 | $oPage =& $GLOBALS['main']; | 70 | $oPage =& $GLOBALS['main']; |
| 69 | if (method_exists($oPage, 'requireJSResources')) { | 71 | if (method_exists($oPage, 'requireJSResources')) { |
| 70 | $oPage->requireJSResources($aJavascript); | 72 | $oPage->requireJSResources($aJavascript); |
| 71 | } | 73 | } |
| 72 | - | ||
| 73 | return $js._kt('Import from Server Location'); | 74 | return $js._kt('Import from Server Location'); |
| 74 | } | 75 | } |
| 75 | else | 76 | else |
plugins/multiselect/BulkUpload.php
| @@ -67,6 +67,7 @@ class InetBulkUploadFolderAction extends KTFolderAction { | @@ -67,6 +67,7 @@ class InetBulkUploadFolderAction extends KTFolderAction { | ||
| 67 | if(!KTPluginUtil::pluginIsActive('inet.foldermetadata.plugin')) | 67 | if(!KTPluginUtil::pluginIsActive('inet.foldermetadata.plugin')) |
| 68 | { | 68 | { |
| 69 | $aJavascript[] = 'thirdpartyjs/jquery/jquery-1.3.2.js'; | 69 | $aJavascript[] = 'thirdpartyjs/jquery/jquery-1.3.2.js'; |
| 70 | + $aJavascript[] = 'thirdpartyjs/jquery/jquery_noconflict.js'; | ||
| 70 | 71 | ||
| 71 | $oPage =& $GLOBALS['main']; | 72 | $oPage =& $GLOBALS['main']; |
| 72 | if (method_exists($oPage, 'requireJSResources')) { | 73 | if (method_exists($oPage, 'requireJSResources')) { |
thirdpartyjs/jquery/jquery_noconflict.js
0 → 100644
| 1 | +jQuery.noConflict(); |