pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/roundcube Update to 0.2beta (from 0.2alpha), and ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e5484e03c41
branches:  trunk
changeset: 547769:1e5484e03c41
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Thu Oct 02 15:47:15 2008 +0000

description:
Update to 0.2beta (from 0.2alpha), and take MAINTAINER. From the changelog:

- Made config files location configurable (#1485215)
- Reduced memory footprint when forwarding attachments (#1485345)
- Allow and use spellcheck attribute for input/textarea fields (#1485060)
- Added icons for forwarded/forwarded+replied messages (#1485257)
- Added Reply-To to forwarded emails (#1485315)
- Display progress message for folders create/delete/rename (#1485357)
- Smart Tags and NOBR tag support in html messages (#1485363, #1485327)
- Redesign of the identities settings (#1484042)
- Add config option to disable creation/deletion of identities (#1484498)
- Added 'sendmail_delay' option to restrict messages sending interval
    (#1484491)
- Added vertical splitter for folders list resizing
- Added possibility to view all headers in message view
- Fixed splitter drag/resize on Opera (#1485170)
- Fixed quota img height/width setting from template (#1484857)
- Refactor drag & drop functionality. Don't rely on browser events
    anymore (#1484453)
- Insert "virtual" folders in subscription list (#1484779)
- Added link to open message in new window
- Enable export of address book contacts as vCard
- Add feature to import contacts from vcard files (#1326103)
- Respect Content-Location headers in multipart/related messages
    according to RFC2110 (#1484946)
- Allowed max. attachment size now indicated in compose screen (#1485030)
- Also capture backspace key in list mode (#1484566)
- Allow application/pgp parts to be displayed (#1484753)
- Correctly handle options in mailto-links (#1485228)
- Immediately save sort_col/sort_order in user prefs (#1485265)
- Truncate very long (above 50 characters) attachment filenames
    when displaying
- Allow to auto-detect client language if none set (#1484434)
- Auto-detect the client timezone (user configurable)
- Add RFC2231 header value continuations support for attachment
    filenames + hack for servers that not support that feature
- Fix Reply-To header displaying (#1485314)
- Mark form buttons that provide the most obvious operation (mainaction)
- Added option 'quota_zero_as_unlimited' (#1484604)
- Added PRE handling in html2text class (#1484740)
- Added folder hierarchy collapsing
- Added options to use syslog instead of log file (#1484850)
- Added Logging & Debugging section in Installer
- Fix In-Reply-To and References headers when composing saved draft
    message (#1485288)
- Fix html message charset conversion for charsets with underline (#1485287)
- Fix buttons status after contacts deletion (#1485233)
- Fix escaping of To: and From: fields when building message body
    for reply or forward in the HTML editor (#1484904)
- Use current mailbox name in template (#1485256)
- Better fix for skipping untagged responses (#1485261)
- Added pspell support patch by Kris Steinhoff (#1483960)
- Enable spellchecker for HTML editor (#1485114)
- Respect spellcheck_uri in tinyMCE spellchecker (#1484196)
- Case insensitive contacts searching using PostgreSQL (#1485259)
- Make default imap folders configurable for each user (#1485075)
- Save outgoing mail to selectable folder (#1324581)
- Fix hiding of mark menu when clicking th button again (#1484944)
- Use long date format in print mode (#1485191)
- Updated TinyMCE to version 3.1.0.1
- Re-enable autocomplete attribute for login form (#1485211)
- Check PERMANENTFLAGS before saving $MDNSent flag (#1484963, #1485163)
- Added flag column on messages list (#1484623)
- Patched Mail/MimePart.php (http://pear.php.net/bugs/bug.php?id=14232)
- Allow trash/junk subfolders to be purged (#1485085)
- Store compose parameters in session and redirect to a unique URL
- Fixed CRAM-MD5 authentication (#1484819)
- Fixed forwarding messages with one HTML attachment (#1484442)
- Fixed encoding of message/rfc822 attachments and image/pjpeg
    handling (#1484914)
- Added option to select skin in user preferences
- Added option to configure displaying of attached images below
    the message body
- Added option to display images in messages from known senders (#1484601)
- User preferences grouped in more fieldsets
- Fix corrupted MIME headers of messages in Sent folder (#1485111)
- Fixed bug in MDB2 package: http://pear.php.net/bugs/bug.php?id=14124
- Use keypress instead of keydown to select list's row (#1484816)
- Don't call expunge and don't remove message row after message
    move if flag_for_deletion is set to true (#1485002)

diffstat:

 mail/roundcube/Makefile         |   44 ++--
 mail/roundcube/PLIST            |  355 ++++++++++++++++++++++++++++++++++++---
 mail/roundcube/distinfo         |   20 +-
 mail/roundcube/patches/patch-aa |   28 ++-
 mail/roundcube/patches/patch-ab |   23 +-
 mail/roundcube/patches/patch-ac |   22 +-
 mail/roundcube/patches/patch-ad |   19 --
 mail/roundcube/patches/patch-ae |   15 -
 mail/roundcube/patches/patch-af |   11 +-
 mail/roundcube/patches/patch-ag |   13 -
 mail/roundcube/patches/patch-ah |   29 ---
 11 files changed, 399 insertions(+), 180 deletions(-)

diffs (truncated from 926 to 300 lines):

diff -r 91b19fe72dfa -r 1e5484e03c41 mail/roundcube/Makefile
--- a/mail/roundcube/Makefile   Thu Oct 02 14:33:58 2008 +0000
+++ b/mail/roundcube/Makefile   Thu Oct 02 15:47:15 2008 +0000
@@ -1,21 +1,19 @@
-# $NetBSD: Makefile,v 1.11 2008/07/30 21:29:57 schmonz Exp $
+# $NetBSD: Makefile,v 1.12 2008/10/02 15:47:15 schmonz Exp $
 #
 
-DISTNAME=      roundcubemail-${RCVERSION}-dep.1
-PKGNAME=       ${DISTNAME:S/mail-${RCVERSION}-dep.1/-${VERSION}/}
+DISTNAME=      roundcubemail-${RCVERSION}-dep
+PKGNAME=       ${DISTNAME:S/mail-${RCVERSION}-dep/-${VERSION}/}
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=roundcubemail/}
 
-MAINTAINER=    adrianp%NetBSD.org@localhost
+MAINTAINER=    schmonz%NetBSD.org@localhost
 HOMEPAGE=      http://roundcube.net/
 COMMENT=       Browser-based multilingual IMAP client
 
-WRKSRC=                ${WRKDIR}/${DISTNAME:S/-dep.1/-dependent/}
-
 USE_TOOLS+=    pax
 USE_LANGUAGES= # none
 NO_BUILD=      yes
-RCVERSION=     0.2-alpha
+RCVERSION=     0.2-beta
 VERSION=       ${RCVERSION:S/-//}
 
 .include "../../mk/bsd.prefs.mk"
@@ -38,12 +36,13 @@
 RCDIR=                 ${PREFIX}/share/roundcube
 EGDIR=                 ${PREFIX}/share/examples/roundcube
 DOCDIR=                        ${PREFIX}/share/doc/roundcube
-PAX_DIRS=              program skins installer
+PAX_DIRS=              program skins installer bin
 
 MESSAGE_SUBST+=                DOCDIR=${DOCDIR:Q} PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q}
 MESSAGE_SUBST+=                VARBASE=${VARBASE:Q} RCDIR=${RCDIR:Q}
 FILES_SUBST+=          RCDIR=${RCDIR:Q}
 
+OWN_DIRS+=             ${PKG_SYSCONFDIR}
 OWN_DIRS_PERMS+=       ${VARBASE}/log/roundcube \
                        ${WWW_USER} ${WWW_GROUP} 0755
 OWN_DIRS_PERMS+=       ${VARBASE}/tmp/roundcube \
@@ -51,22 +50,31 @@
 
 CONF_FILES=            ${EGDIR}/roundcube.conf \
                        ${PKG_SYSCONFDIR}/roundcube.conf
-CONF_FILES+=           ${EGDIR}/db.inc.php.dist \
-                       ${PKG_SYSCONFDIR}/db.inc.php
-CONF_FILES+=           ${EGDIR}/main.inc.php.dist \
-                       ${PKG_SYSCONFDIR}/main.inc.php
+CONF_FILES_PERMS+=     ${EGDIR}/db.inc.php.dist \
+                       ${PKG_SYSCONFDIR}/db.inc.php \
+                       ${WWW_USER} ${WWW_GROUP} 0640
+CONF_FILES_PERMS+=     ${EGDIR}/main.inc.php.dist \
+                       ${PKG_SYSCONFDIR}/main.inc.php \
+                       ${WWW_USER} ${WWW_GROUP} 0640
 
 SUBST_CLASSES+=                files
 SUBST_STAGE.files=     do-configure
 SUBST_FILES.files=     roundcube.conf
 SUBST_FILES.files+=    config/main.inc.php.dist
+SUBST_FILES.files+=    installer/index.php
 SUBST_FILES.files+=    program/include/iniset.php
 SUBST_SED.files=       -e "s|@RCDIR@|${RCDIR}|g"
 SUBST_SED.files+=      -e "s|@VARBASE@|${VARBASE}|g"
 SUBST_SED.files+=      -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g"
 SUBST_MESSAGE.files=   Fixing configuration files.
 
+REPLACE_INTERPRETER+=  php
+REPLACE.php.old=       .*/bin/php
+REPLACE.php.new=       ${PREFIX}/bin/php
+REPLACE_FILES.php=     bin/*.sh
+
 INSTALLATION_DIRS=     ${RCDIR}/program ${RCDIR}/skins ${EGDIR}/SQL ${DOCDIR}
+INSTALLATION_DIRS+=    ${RCDIR}/bin
 
 .include "../../mk/apache.mk"
 .include "options.mk"
@@ -76,9 +84,11 @@
 
 pre-install:
        ${FIND} ${WRKSRC} -name "*.orig" -print | ${XARGS} ${RM} -f
+.      for i in 1 2 3
+       ${FIND} ${WRKSRC}/program/js/tiny_mce -type d -empty | ${XARGS} ${RMDIR}
+.      endfor
 
 do-install:
-       ${INSTALL_DATA_DIR} ${RCDIR}/config
        ${INSTALL_DATA} ${WRKSRC}/roundcube.conf ${EGDIR}/roundcube.conf
        ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCDIR}
        ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCDIR}
@@ -95,14 +105,6 @@
                ${EGDIR}/db.inc.php.dist
        ${INSTALL_DATA} ${WRKSRC}/config/main.inc.php.dist \
                ${EGDIR}/main.inc.php.dist
-       ${INSTALL_DATA} ${WRKSRC}/config/db.inc.php.dist \
-               ${RCDIR}/config/db.inc.php.dist
-       ${INSTALL_DATA} ${WRKSRC}/config/main.inc.php.dist \
-               ${RCDIR}/config/main.inc.php.dist
-
-       ${CHMOD} ${PKGDIRMODE} ${RCDIR}/config
-       ${CHOWN} ${WWW_USER}:${WWW_GROUP} ${RCDIR}/config
-       ${CHOWN} ${WWW_USER}:${WWW_GROUP} ${RCDIR}/config/*.dist
 
 .      for i in ${PAX_DIRS}
                cd ${WRKSRC}/${i} && pax -rw . ${RCDIR}/${i}
diff -r 91b19fe72dfa -r 1e5484e03c41 mail/roundcube/PLIST
--- a/mail/roundcube/PLIST      Thu Oct 02 14:33:58 2008 +0000
+++ b/mail/roundcube/PLIST      Thu Oct 02 15:47:15 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2008/07/30 21:29:57 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.8 2008/10/02 15:47:15 schmonz Exp $
 share/doc/roundcube/INSTALL
 share/doc/roundcube/LICENSE
 share/doc/roundcube/README
@@ -15,8 +15,11 @@
 share/examples/roundcube/main.inc.php.dist
 share/examples/roundcube/roundcube.conf
 share/roundcube/.htaccess
-share/roundcube/config/db.inc.php.dist
-share/roundcube/config/main.inc.php.dist
+share/roundcube/bin/html2text.php
+share/roundcube/bin/modcss.php
+share/roundcube/bin/msgexport.sh
+share/roundcube/bin/msgimport.sh
+share/roundcube/bin/quotaimg.php
 share/roundcube/index.php
 share/roundcube/installer/check.php
 share/roundcube/installer/client.js
@@ -41,7 +44,6 @@
 share/roundcube/program/include/rcube_browser.php
 share/roundcube/program/include/rcube_config.php
 share/roundcube/program/include/rcube_contacts.php
-share/roundcube/program/include/rcube_db.php
 share/roundcube/program/include/rcube_html_page.php
 share/roundcube/program/include/rcube_imap.php
 share/roundcube/program/include/rcube_json_output.php
@@ -55,6 +57,7 @@
 share/roundcube/program/include/rcube_sqlite.inc
 share/roundcube/program/include/rcube_template.php
 share/roundcube/program/include/rcube_user.php
+share/roundcube/program/include/rcube_vcard.php
 share/roundcube/program/include/session.inc
 share/roundcube/program/js/app.js
 share/roundcube/program/js/common.js
@@ -62,7 +65,47 @@
 share/roundcube/program/js/editor_images.js
 share/roundcube/program/js/googiespell.js
 share/roundcube/program/js/list.js
+share/roundcube/program/js/tiny_mce/langs/ar.js
+share/roundcube/program/js/tiny_mce/langs/bg.js
+share/roundcube/program/js/tiny_mce/langs/bs.js
+share/roundcube/program/js/tiny_mce/langs/ca.js
+share/roundcube/program/js/tiny_mce/langs/cs.js
+share/roundcube/program/js/tiny_mce/langs/da.js
+share/roundcube/program/js/tiny_mce/langs/de.js
+share/roundcube/program/js/tiny_mce/langs/el.js
 share/roundcube/program/js/tiny_mce/langs/en.js
+share/roundcube/program/js/tiny_mce/langs/es.js
+share/roundcube/program/js/tiny_mce/langs/et.js
+share/roundcube/program/js/tiny_mce/langs/fa.js
+share/roundcube/program/js/tiny_mce/langs/fi.js
+share/roundcube/program/js/tiny_mce/langs/fr.js
+share/roundcube/program/js/tiny_mce/langs/he.js
+share/roundcube/program/js/tiny_mce/langs/hr.js
+share/roundcube/program/js/tiny_mce/langs/hu.js
+share/roundcube/program/js/tiny_mce/langs/is.js
+share/roundcube/program/js/tiny_mce/langs/it.js
+share/roundcube/program/js/tiny_mce/langs/ja.js
+share/roundcube/program/js/tiny_mce/langs/ko.js
+share/roundcube/program/js/tiny_mce/langs/lt.js
+share/roundcube/program/js/tiny_mce/langs/lv.js
+share/roundcube/program/js/tiny_mce/langs/mk.js
+share/roundcube/program/js/tiny_mce/langs/ms.js
+share/roundcube/program/js/tiny_mce/langs/nb.js
+share/roundcube/program/js/tiny_mce/langs/nl.js
+share/roundcube/program/js/tiny_mce/langs/nn.js
+share/roundcube/program/js/tiny_mce/langs/pl.js
+share/roundcube/program/js/tiny_mce/langs/pt.js
+share/roundcube/program/js/tiny_mce/langs/ro.js
+share/roundcube/program/js/tiny_mce/langs/ru.js
+share/roundcube/program/js/tiny_mce/langs/si.js
+share/roundcube/program/js/tiny_mce/langs/sk.js
+share/roundcube/program/js/tiny_mce/langs/sl.js
+share/roundcube/program/js/tiny_mce/langs/sr.js
+share/roundcube/program/js/tiny_mce/langs/sv.js
+share/roundcube/program/js/tiny_mce/langs/tr.js
+share/roundcube/program/js/tiny_mce/langs/uk.js
+share/roundcube/program/js/tiny_mce/langs/vi.js
+share/roundcube/program/js/tiny_mce/langs/zh.js
 share/roundcube/program/js/tiny_mce/license.txt
 share/roundcube/program/js/tiny_mce/plugins/compat2x/editor_plugin.js
 share/roundcube/program/js/tiny_mce/plugins/compat2x/editor_plugin_src.js
@@ -90,7 +133,47 @@
 share/roundcube/program/js/tiny_mce/plugins/emotions/img/smiley-wink.gif
 share/roundcube/program/js/tiny_mce/plugins/emotions/img/smiley-yell.gif
 share/roundcube/program/js/tiny_mce/plugins/emotions/js/emotions.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/ar_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/bg_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/bs_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/ca_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/cs_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/da_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/de_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/el_dlg.js
 share/roundcube/program/js/tiny_mce/plugins/emotions/langs/en_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/es_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/et_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/fa_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/fi_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/fr_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/he_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/hr_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/hu_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/is_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/it_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/ja_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/ko_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/lt_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/lv_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/mk_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/ms_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/nb_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/nl_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/nn_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/pl_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/pt_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/ro_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/ru_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/si_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/sk_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/sl_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/sr_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/sv_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/tr_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/uk_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/vi_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/emotions/langs/zh_dlg.js
 share/roundcube/program/js/tiny_mce/plugins/media/css/content.css
 share/roundcube/program/js/tiny_mce/plugins/media/css/media.css
 share/roundcube/program/js/tiny_mce/plugins/media/editor_plugin.js
@@ -104,7 +187,47 @@
 share/roundcube/program/js/tiny_mce/plugins/media/img/windowsmedia.gif
 share/roundcube/program/js/tiny_mce/plugins/media/js/embed.js
 share/roundcube/program/js/tiny_mce/plugins/media/js/media.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/ar_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/bg_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/bs_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/ca_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/cs_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/da_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/de_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/el_dlg.js
 share/roundcube/program/js/tiny_mce/plugins/media/langs/en_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/es_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/et_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/fa_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/fi_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/fr_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/he_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/hr_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/hu_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/is_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/it_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/ja_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/ko_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/lt_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/lv_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/mk_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/ms_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/nb_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/nl_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/nn_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/pl_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/pt_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/ro_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/ru_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/si_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/sk_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/sl_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/sr_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/sv_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/tr_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/uk_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/vi_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/media/langs/zh_dlg.js
 share/roundcube/program/js/tiny_mce/plugins/media/media.htm
 share/roundcube/program/js/tiny_mce/plugins/nonbreaking/editor_plugin.js
 share/roundcube/program/js/tiny_mce/plugins/nonbreaking/editor_plugin_src.js
@@ -122,12 +245,62 @@
 share/roundcube/program/js/tiny_mce/plugins/searchreplace/editor_plugin.js
 share/roundcube/program/js/tiny_mce/plugins/searchreplace/editor_plugin_src.js
 share/roundcube/program/js/tiny_mce/plugins/searchreplace/js/searchreplace.js
+share/roundcube/program/js/tiny_mce/plugins/searchreplace/langs/ar_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/searchreplace/langs/bg_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/searchreplace/langs/bs_dlg.js
+share/roundcube/program/js/tiny_mce/plugins/searchreplace/langs/ca_dlg.js



Home | Main Index | Thread Index | Old Index