update to 4.0.13

This commit is contained in:
robert 2013-06-04 15:14:23 +00:00
parent fc7d5d5297
commit 3204214fa5
3 changed files with 198 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.24 2013/03/11 11:44:49 espie Exp $
# $OpenBSD: Makefile,v 1.25 2013/06/04 15:14:23 robert Exp $
COMMENT= industrial-grade ticketing system
DISTNAME= rt-4.0.10
DISTNAME= rt-4.0.13
CATEGORIES= www
MAINTAINER= Robert Nagy <robert@openbsd.org>

View File

@ -1,2 +1,2 @@
SHA256 (rt-4.0.10.tar.gz) = yhaJTQ2e+H2kBMoMPjlMtWqd/dPpb9iwnxopIOcSGsI=
SIZE (rt-4.0.10.tar.gz) = 6532881
SHA256 (rt-4.0.13.tar.gz) = uMUW5rmaOEdusODWM20RBW4yKiFD4ByW5C9FhqaL+Zk=
SIZE (rt-4.0.13.tar.gz) = 6895248

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.12 2013/02/07 18:22:30 robert Exp $
@comment $OpenBSD: PLIST,v 1.13 2013/06/04 15:14:24 robert Exp $
bin/rt
bin/rt-crontool
bin/rt-mailgate
@ -85,6 +85,8 @@ libdata/perl5/site_perl/RT/Handle.pm
libdata/perl5/site_perl/RT/I18N/
libdata/perl5/site_perl/RT/I18N.pm
libdata/perl5/site_perl/RT/I18N/cs.pm
libdata/perl5/site_perl/RT/I18N/de.pm
libdata/perl5/site_perl/RT/I18N/fr.pm
libdata/perl5/site_perl/RT/I18N/i_default.pm
libdata/perl5/site_perl/RT/I18N/ru.pm
libdata/perl5/site_perl/RT/Installer.pm
@ -545,6 +547,22 @@ share/examples/rt3/upgrade/4.0.1/acl.Pg
@sample ${SYSCONFDIR}/rt3/upgrade/4.0.1/acl.Pg
share/examples/rt3/upgrade/4.0.1/content
@sample ${SYSCONFDIR}/rt3/upgrade/4.0.1/content
share/examples/rt3/upgrade/4.0.12/
@sample ${SYSCONFDIR}/rt3/upgrade/4.0.12/
share/examples/rt3/upgrade/4.0.12/schema.Oracle
@sample ${SYSCONFDIR}/rt3/upgrade/4.0.12/schema.Oracle
share/examples/rt3/upgrade/4.0.12/schema.Pg
@sample ${SYSCONFDIR}/rt3/upgrade/4.0.12/schema.Pg
share/examples/rt3/upgrade/4.0.12/schema.mysql
@sample ${SYSCONFDIR}/rt3/upgrade/4.0.12/schema.mysql
share/examples/rt3/upgrade/4.0.13/
@sample ${SYSCONFDIR}/rt3/upgrade/4.0.13/
share/examples/rt3/upgrade/4.0.13/schema.Oracle
@sample ${SYSCONFDIR}/rt3/upgrade/4.0.13/schema.Oracle
share/examples/rt3/upgrade/4.0.13/schema.Pg
@sample ${SYSCONFDIR}/rt3/upgrade/4.0.13/schema.Pg
share/examples/rt3/upgrade/4.0.13/schema.mysql
@sample ${SYSCONFDIR}s/rt3/upgrade/4.0.13/schema.mysql
share/examples/rt3/upgrade/4.0.3/
@sample ${SYSCONFDIR}/rt3/upgrade/4.0.3/
share/examples/rt3/upgrade/4.0.3/content
@ -940,10 +958,12 @@ share/rt3/html/Helpers/Autocomplete/CustomFieldValues
share/rt3/html/Helpers/Autocomplete/Groups
share/rt3/html/Helpers/Autocomplete/Owners
share/rt3/html/Helpers/Autocomplete/Users
share/rt3/html/Helpers/Autocomplete/autohandler
share/rt3/html/Helpers/TicketHistory
share/rt3/html/Helpers/Toggle/
share/rt3/html/Helpers/Toggle/ShowRequestor
share/rt3/html/Helpers/Toggle/TicketBookmark
share/rt3/html/Helpers/autohandler
share/rt3/html/Install/
share/rt3/html/Install/Basics.html
share/rt3/html/Install/DatabaseDetails.html
@ -1008,13 +1028,17 @@ share/rt3/html/NoAuth/RichText/ckeditor/lang/he.js
share/rt3/html/NoAuth/RichText/ckeditor/lang/hi.js
share/rt3/html/NoAuth/RichText/ckeditor/lang/hr.js
share/rt3/html/NoAuth/RichText/ckeditor/lang/hu.js
share/rt3/html/NoAuth/RichText/ckeditor/lang/id.js
share/rt3/html/NoAuth/RichText/ckeditor/lang/is.js
share/rt3/html/NoAuth/RichText/ckeditor/lang/it.js
share/rt3/html/NoAuth/RichText/ckeditor/lang/ja.js
share/rt3/html/NoAuth/RichText/ckeditor/lang/ka.js
share/rt3/html/NoAuth/RichText/ckeditor/lang/km.js
share/rt3/html/NoAuth/RichText/ckeditor/lang/ko.js
share/rt3/html/NoAuth/RichText/ckeditor/lang/ku.js
share/rt3/html/NoAuth/RichText/ckeditor/lang/lt.js
share/rt3/html/NoAuth/RichText/ckeditor/lang/lv.js
share/rt3/html/NoAuth/RichText/ckeditor/lang/mk.js
share/rt3/html/NoAuth/RichText/ckeditor/lang/mn.js
share/rt3/html/NoAuth/RichText/ckeditor/lang/ms.js
share/rt3/html/NoAuth/RichText/ckeditor/lang/nb.js
@ -1032,6 +1056,7 @@ share/rt3/html/NoAuth/RichText/ckeditor/lang/sr.js
share/rt3/html/NoAuth/RichText/ckeditor/lang/sv.js
share/rt3/html/NoAuth/RichText/ckeditor/lang/th.js
share/rt3/html/NoAuth/RichText/ckeditor/lang/tr.js
share/rt3/html/NoAuth/RichText/ckeditor/lang/ug.js
share/rt3/html/NoAuth/RichText/ckeditor/lang/uk.js
share/rt3/html/NoAuth/RichText/ckeditor/lang/vi.js
share/rt3/html/NoAuth/RichText/ckeditor/lang/zh-cn.js
@ -1041,25 +1066,93 @@ share/rt3/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/dialogs/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/lang/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/lang/_translationstatus.txt
share/rt3/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/lang/cs.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/lang/cy.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/lang/da.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/lang/de.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/lang/el.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/lang/en.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/lang/eo.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/lang/fa.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/lang/fi.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/lang/fr.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/lang/gu.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/lang/he.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/lang/it.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/lang/ku.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/lang/lv.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/lang/mk.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/lang/nb.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/lang/nl.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/lang/no.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/lang/pt-br.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/lang/ro.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/lang/sk.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/lang/tr.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/lang/ug.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/lang/vi.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/lang/zh-cn.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/about/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/about/dialogs/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/about/dialogs/about.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/about/dialogs/logo_ckeditor.png
share/rt3/html/NoAuth/RichText/ckeditor/plugins/adobeair/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/adobeair/plugin.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/ajax/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/ajax/plugin.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/autogrow/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/autogrow/plugin.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/bbcode/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/bbcode/plugin.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/clipboard/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/clipboard/dialogs/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/clipboard/dialogs/paste.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/colordialog/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/colordialog/dialogs/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/colordialog/dialogs/colordialog.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/_translationstatus.txt
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/bg.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/cs.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/cy.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/da.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/de.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/el.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/en.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/eo.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/et.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/fa.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/fi.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/fr.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/gu.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/he.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/hr.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/it.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/ku.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/lv.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/nb.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/nl.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/no.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/pl.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/pt-br.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/sk.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/tr.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/ug.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/uk.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/vi.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/lang/zh-cn.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/devtools/plugin.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/dialog/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/dialog/dialogDefinition.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/div/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/div/dialogs/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/div/dialogs/div.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/docprops/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/docprops/dialogs/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/docprops/dialogs/docprops.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/docprops/plugin.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/find/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/find/dialogs/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/find/dialogs/find.js
@ -1080,6 +1173,11 @@ share/rt3/html/NoAuth/RichText/ckeditor/plugins/forms/dialogs/textarea.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/forms/dialogs/textfield.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/forms/images/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/forms/images/hiddenfield.gif
share/rt3/html/NoAuth/RichText/ckeditor/plugins/iframe/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/iframe/dialogs/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/iframe/dialogs/iframe.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/iframe/images/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/iframe/images/placeholder.png
share/rt3/html/NoAuth/RichText/ckeditor/plugins/iframedialog/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/iframedialog/plugin.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/image/
@ -1103,6 +1201,43 @@ share/rt3/html/NoAuth/RichText/ckeditor/plugins/pastefromword/filter/default.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/pastetext/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/pastetext/dialogs/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/pastetext/dialogs/pastetext.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/dialogs/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/dialogs/placeholder.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/lang/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/lang/_translationstatus.txt
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/lang/bg.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/lang/cs.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/lang/cy.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/lang/da.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/lang/de.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/lang/el.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/lang/en.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/lang/eo.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/lang/et.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/lang/fa.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/lang/fi.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/lang/fr.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/lang/he.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/lang/hr.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/lang/it.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/lang/ku.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/lang/lv.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/lang/nb.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/lang/nl.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/lang/no.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/lang/pl.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/lang/pt-br.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/lang/sk.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/lang/tr.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/lang/ug.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/lang/uk.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/lang/vi.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/lang/zh-cn.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/placeholder.gif
share/rt3/html/NoAuth/RichText/ckeditor/plugins/placeholder/plugin.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/preview/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/preview/preview.html
share/rt3/html/NoAuth/RichText/ckeditor/plugins/scayt/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/scayt/dialogs/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/scayt/dialogs/options.js
@ -1148,9 +1283,36 @@ share/rt3/html/NoAuth/RichText/ckeditor/plugins/smiley/images/wink_smile.gif
share/rt3/html/NoAuth/RichText/ckeditor/plugins/specialchar/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/specialchar/dialogs/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/specialchar/dialogs/specialchar.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/specialchar/lang/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/specialchar/lang/_translationstatus.txt
share/rt3/html/NoAuth/RichText/ckeditor/plugins/specialchar/lang/cs.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/specialchar/lang/cy.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/specialchar/lang/de.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/specialchar/lang/el.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/specialchar/lang/en.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/specialchar/lang/eo.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/specialchar/lang/et.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/specialchar/lang/fa.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/specialchar/lang/fi.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/specialchar/lang/fr.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/specialchar/lang/he.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/specialchar/lang/hr.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/specialchar/lang/it.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/specialchar/lang/ku.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/specialchar/lang/lv.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/specialchar/lang/nb.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/specialchar/lang/nl.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/specialchar/lang/no.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/specialchar/lang/pt-br.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/specialchar/lang/sk.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/specialchar/lang/tr.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/specialchar/lang/ug.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/specialchar/lang/zh-cn.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/styles/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/styles/styles/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/styles/styles/default.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/stylesheetparser/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/stylesheetparser/plugin.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/table/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/table/dialogs/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/table/dialogs/table.js
@ -1172,7 +1334,36 @@ share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/dialogs/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/dialogs/uicolor.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/lang/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/lang/_translationstatus.txt
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/lang/bg.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/lang/cs.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/lang/cy.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/lang/da.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/lang/de.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/lang/el.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/lang/en.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/lang/eo.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/lang/et.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/lang/fa.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/lang/fi.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/lang/fr.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/lang/he.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/lang/hr.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/lang/it.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/lang/ku.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/lang/lv.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/lang/mk.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/lang/nb.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/lang/nl.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/lang/no.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/lang/pl.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/lang/pt-br.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/lang/sk.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/lang/tr.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/lang/ug.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/lang/uk.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/lang/vi.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/lang/zh-cn.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/plugin.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/uicolor.gif
share/rt3/html/NoAuth/RichText/ckeditor/plugins/uicolor/yui/
@ -1189,6 +1380,8 @@ share/rt3/html/NoAuth/RichText/ckeditor/plugins/wsc/dialogs/ciframe.html
share/rt3/html/NoAuth/RichText/ckeditor/plugins/wsc/dialogs/tmpFrameset.html
share/rt3/html/NoAuth/RichText/ckeditor/plugins/wsc/dialogs/wsc.css
share/rt3/html/NoAuth/RichText/ckeditor/plugins/wsc/dialogs/wsc.js
share/rt3/html/NoAuth/RichText/ckeditor/plugins/xml/
share/rt3/html/NoAuth/RichText/ckeditor/plugins/xml/plugin.js
share/rt3/html/NoAuth/RichText/ckeditor/skins/
share/rt3/html/NoAuth/RichText/ckeditor/skins/kama/
share/rt3/html/NoAuth/RichText/ckeditor/skins/kama/dialog.css