|
|
@@ -330,7 +330,7 @@ Index: sites/all/modules/img_assist/img_assist_popup.js
|
|
|
--- /dev/null 2008-05-02 21:08:21 +0200
|
|
|
+++ sites/all/modules/img_assist/img_assist_popup.js 2008-05-02 21:05:56 +0200
|
|
|
@@ -0,0 +1,20 @@
|
|
|
-+/* $Id: drupal.patch,v 1.5 2008/05/02 19:17:58 rse Exp $ */
|
|
|
++/* $Id: drupal.patch,v 1.6 2008/05/02 21:16:00 rse Exp $ */
|
|
|
+
|
|
|
+function launch_popup(nid, mw, mh) {
|
|
|
+ var ox = mw;
|
|
|
@@ -368,3 +368,22 @@ Index: sites/all/modules/img_assist/img_assist.module
|
|
|
$node->images[$key] = $destination;
|
|
|
_image_insert($node, $key, file_create_path($destination));
|
|
|
}
|
|
|
+
|
|
|
+-----------------------------------------------------------------------------
|
|
|
+
|
|
|
+Activate the Drupal glue code for the FCKeditor filemanager.
|
|
|
+
|
|
|
+Index: sites/all/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/config.php
|
|
|
+--- sites/all/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/config.php.orig 2008-03-25 16:28:24 +0100
|
|
|
++++ sites/all/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/config.php 2008-05-02 23:02:23 +0200
|
|
|
+@@ -39,6 +39,9 @@
|
|
|
+ // Attention: The above 'UserFilesPath' must point to the same directory.
|
|
|
+ $Config['UserFilesAbsolutePath'] = '' ;
|
|
|
+
|
|
|
++// activate Drupal glue code for filemanager
|
|
|
++require_once "../../../../../filemanager.config.php";
|
|
|
++
|
|
|
+ // Due to security issues with Apache modules, it is recommended to leave the
|
|
|
+ // following setting enabled.
|
|
|
+ $Config['ForceSingleExtension'] = true ;
|
|
|
+
|