]> git.donarmstrong.com Git - roundcube.git/commitdiff
Depends on tinymce2 package
authorVincent Bernat <bernat@debian.org>
Tue, 20 May 2008 18:52:20 +0000 (18:52 +0000)
committerJérémy Bobbio <lunar@debian.org>
Sat, 18 Jun 2011 17:28:35 +0000 (19:28 +0200)
debian/changelog
debian/conf/apache.conf
debian/conf/lighttpd.conf
debian/control
debian/roundcube-core.README.Debian

index ba400f4bd559b40490ae2c3598aad0723cc90e5a..8d2b4aea5ac54045072212c7ea9e4c7a635c687b 100644 (file)
@@ -5,9 +5,10 @@ roundcube (0.1.1-4) UNRELEASED; urgency=low
      + RoundCube is GPL-2 licensed, not GPL-2+
      + Add an explanation on the BSD license present at the top of
        index.php (Closes: #477119)
-  * We do not support tinymce 3, yet. Depends on tinymce (<< 3). Closes: #481145
+  * We do not support tinymce 3, yet. Depends on tinymce2 | tinymce (<<
+    3). Closes: #481145
 
- -- Vincent Bernat <bernat@debian.org>  Fri, 16 May 2008 21:49:38 +0200
+ -- Vincent Bernat <bernat@debian.org>  Tue, 20 May 2008 20:51:52 +0200
 
 roundcube (0.1.1-3) unstable; urgency=low
 
index 79e3d41b7df6e336d2960ac9d202a5aa29c90f2e..0ab1eb3175398d5e7e5936a9f87118fa5690d71c 100644 (file)
@@ -1,10 +1,10 @@
 # Those aliases do not work properly with several hosts on your apache server
 # Uncomment them to use it or adapt them to your configuration
-#    Alias /roundcube/program/js/tiny_mce/ /usr/share/tinymce/www/
+#    Alias /roundcube/program/js/tiny_mce/ /usr/share/tinymce2/www/
 #    Alias /roundcube /var/lib/roundcube
 
-# Access to tinymce files
-<Directory "/usr/share/tinymce/www/">
+# Access to tinymce2 files
+<Directory "/usr/share/tinymce2/www/">
       Options Indexes MultiViews FollowSymLinks
       AllowOverride None
       Order allow,deny
index d64b232cbb040e3155aa2375aae3f6f94a67efb9..11e8d509ab52e3e4ae67e03303edf95ce720f7a1 100644 (file)
@@ -5,7 +5,7 @@
 alias.url += (
      "/roundcube" => "/var/lib/roundcube",
      # The following line allow to use tinymce. Look at README.Debian
-     "/roundcube/program/js/tiny_mce" => "/usr/share/tinymce/www"
+     "/roundcube/program/js/tiny_mce" => "/usr/share/tinymce2/www"
 )
 
 $HTTP["url"] =~ "^/roundcube" {
index e45d62d8326ab456de63d2dd9799c5e292a244f7..954b66e5ee1203d172c338207e3fbdee2e0d7450 100644 (file)
@@ -11,7 +11,7 @@ Vcs-Browser: http://svn.debian.org/wsvn/pkg-roundcube/roundcube
 
 Package: roundcube-core
 Architecture: all
-Depends: dbconfig-common, debconf | debconf-2.0, apache2 | lighttpd | httpd, php5, php5-mcrypt, roundcube-db, php-db, php-auth, php-net-smtp, php-net-socket, php-mail-mime (>= 1.5.0), ucf, tinymce (<< 3), ${misc:Depends}, libmagic1
+Depends: dbconfig-common, debconf | debconf-2.0, apache2 | lighttpd | httpd, php5, php5-mcrypt, roundcube-db, php-db, php-auth, php-net-smtp, php-net-socket, php-mail-mime (>= 1.5.0), ucf, tinymce2 | tinymce (<< 3), ${misc:Depends}, libmagic1
 Replaces: roundcube
 Conflicts: roundcube (<< 0.1~rc2-2)
 Description: skinnable AJAX based webmail solution for IMAP servers
index 20edc781f965f82c18e870fdb0304edd1c878766..f7735fd733d514a7810e07a2900883984db03d27 100644 (file)
@@ -5,7 +5,12 @@ To use tinymce editor:
  - set $rcmail_config['enable_htmleditor'] to TRUE in
    /etc/roundcube/main.inc.php
 
+RoundCube needs tinymce 2. On recent Debian systems, this package is
+provided by tinymce2 package. If you use tinymce package from etch,
+you will need to check Apache or lighttpd configuration to adapt
+paths.
+
 The spellchecker is disabled since it is not present in tinymce Debian
 package.
 
- -- Vincent Bernat <bernat@luffy.cx>, Fri,  7 Mar 2008 09:54:52 +0100
+ -- Vincent Bernat <bernat@debian.org>, Tue, 20 May 2008 20:51:28 +0200