"Fossies" - the Fresh Open Source Software Archive  

Source code changes report for "OpenKM-document-management-system" between the packages
OpenKM-document-management-system-6.3.11.tar.gz and OpenKM-document-management-system-6.3.12.tar.gz

About: OpenKM (Knowledge Management) is a document management system that allows easy management of documents, users, roles and finding your enterprise documents and records.
Community version (source code).

Summary:

The "OpenKM-document-management-system" source code changed by about 38.9% and now consists of 3476 regular files (-1385) and 560 directories (-50).

Related Informations:

None found by Fossies.

Changes In Files (According File Type):

File TypeTotalAddedRemovedChanged
Java program 1615 17 2 102
Shell program 5 0 0 1
JavaScript file 1854 121 1458 1
JSON file 62 3 0 0
XML document 64 0 0 3
Berkeley database 1 0 1 0
CSS style sheet 122 6 33 0
DOS Batch file 1 0 0 0
DTD file 14 0 0 0
Font file 15 6 0 0
Git file 1 0 0 0
HTML page 132 5 37 0
MS office document 1 0 0 0
OpenOffice document 5 0 0 0
Property file 213 108 105 0
RDF file 1 0 0 0
RTF file 1 0 0 0
SQL file 8 0 0 2
Data file 337 168 168 0
Icon 3 0 0 0
Image file 856 66 126 0
PDF file 5 1 0 0
Vector Image file 61 50 9 0
Video file 8 1 1 0
Directory 781 171 221 0
Archive 6 0 0 0
Information file 2 0 0 0
License 8 3 2 0
Readme file 6 3 1 0
Text file 13 1 1 0
Total Files62017302165109



Java Programs (121 of 1615):

NameStatusDeltaVisual Diff
src/main/java/com/openkm/api/OKMDashboard.java changed 8.3% diff
src/main/java/com/openkm/api/OKMMail.java changed 68.8% diff
src/main/java/com/openkm/bean/Mail.java changed 7.3% diff
src/main/java/com/openkm/cmis/CmisRepository.java changed 0.2% diff
src/main/java/com/openkm/core/Config.java changed 6.1% diff
src/main/java/com/openkm/dao/bean/NodeMail.java changed 7.1% diff
src/main/java/com/openkm/dao/bean/ProfileMenuFile.java changed 14.8% diff
src/main/java/com/openkm/dao/bean/ProfileMisc.java changed 17.6% diff
src/main/java/com/openkm/dao/bean/ProfileToolbar.java changed 2.7% diff
src/main/java/com/openkm/dao/NodeDocumentDAO.java changed 1.3% diff
src/main/java/com/openkm/dao/NodeFolderDAO.java changed 2.7% diff
src/main/java/com/openkm/dao/NodeMailDAO.java changed 3.5% diff
src/main/java/com/openkm/extension/frontend/client/widget/htmleditor/CheckinPopup.java changed 20.8% diff
src/main/java/com/openkm/extension/frontend/client/widget/htmleditor/finddocument/FindDocumentSelec
tPopup.java
changed 0.2% diff
src/main/java/com/openkm/extension/frontend/client/widget/htmleditor/HTMLEditor.java changed 1.7% diff
src/main/java/com/openkm/extension/frontend/client/widget/htmleditor/HTMLEditorPopup.java changed 58.2% diff
src/main/java/com/openkm/extension/frontend/client/widget/htmleditor/HTMLEditorUtils.java changed 14.1% diff
src/main/java/com/openkm/extension/frontend/client/widget/htmleditor/Status.java changed 27.3% diff
src/main/java/com/openkm/extension/frontend/client/widget/stapling/StapleTableManager.java changed 0.4% diff
src/main/java/com/openkm/extractor/OOTextExtractor.java changed 1.6% diff
src/main/java/com/openkm/extractor/RegisteredExtractors.java changed 9.5% diff
src/main/java/com/openkm/frontend/client/bean/GWTAvailableOption.java changed 1.5% diff
src/main/java/com/openkm/frontend/client/bean/GWTMail.java changed 4.1% diff
src/main/java/com/openkm/frontend/client/bean/GWTProfileToolbar.java changed 3.5% diff
src/main/java/com/openkm/frontend/client/bean/GWTWorkspace.java changed 8.1% diff
src/main/java/com/openkm/frontend/client/bean/ToolBarOption.java changed 3.4% diff
src/main/java/com/openkm/frontend/client/constants/rpc/GWTMailConstants.java added
src/main/java/com/openkm/frontend/client/constants/service/ErrorCode.java changed 1.7% diff
src/main/java/com/openkm/frontend/client/Main.java changed 1.5% diff
src/main/java/com/openkm/frontend/client/service/OKMAuthService.java changed 2.1% diff
src/main/java/com/openkm/frontend/client/service/OKMAuthServiceAsync.java changed 2.6% diff
src/main/java/com/openkm/frontend/client/service/OKMDashboardService.java changed 5.4% diff
src/main/java/com/openkm/frontend/client/service/OKMDashboardServiceAsync.java changed 6.0% diff
src/main/java/com/openkm/frontend/client/service/OKMMailService.java changed 22.6% diff
src/main/java/com/openkm/frontend/client/service/OKMMailServiceAsync.java changed 25.1% diff
src/main/java/com/openkm/frontend/client/util/CommonUI.java changed 8.1% diff
src/main/java/com/openkm/frontend/client/util/OKMBundleResources.java changed 6.1% diff
src/main/java/com/openkm/frontend/client/util/Util.java changed 9.5% diff
src/main/java/com/openkm/frontend/client/widget/base/ExtendedCaption.java added
src/main/java/com/openkm/frontend/client/widget/base/handler/CaptionHandler.java added
src/main/java/com/openkm/frontend/client/widget/base/hashandler/HasCaptionHandler.java added
src/main/java/com/openkm/frontend/client/widget/dashboard/GeneralDashboard.java changed 22.1% diff
src/main/java/com/openkm/frontend/client/widget/dashboard/keymap/KeyMapTable.java changed 0.2% diff
src/main/java/com/openkm/frontend/client/widget/filebrowser/ExtendedScrollTable.java changed 0.2% diff
src/main/java/com/openkm/frontend/client/widget/filebrowser/uploader/DragAndDropUploadFilesPopup.ja
va
changed 1.3% diff
src/main/java/com/openkm/frontend/client/widget/finddocument/FindDocumentSelectPopup.java changed 25.6% diff
src/main/java/com/openkm/frontend/client/widget/findfolder/FindFolderSelectPopup.java changed 23.4% diff
src/main/java/com/openkm/frontend/client/widget/form/FormManager.java changed 2.2% diff
src/main/java/com/openkm/frontend/client/widget/mainmenu/MainMenu.java changed 1.1% diff
src/main/java/com/openkm/frontend/client/widget/massive/KeywordsPopup.java changed 0.4% diff
src/main/java/com/openkm/frontend/client/widget/notify/NotifyHandler.java added
src/main/java/com/openkm/frontend/client/widget/notify/NotifyPanel.java changed 19.4% diff
src/main/java/com/openkm/frontend/client/widget/notify/NotifyPopup.java changed 4.8% diff
src/main/java/com/openkm/frontend/client/widget/notify/NotifyRole.java changed 61.6% diff
src/main/java/com/openkm/frontend/client/widget/notify/NotifyUser.java changed 61.2% diff
src/main/java/com/openkm/frontend/client/widget/notify/RoleScrollTable.java changed 14.0% diff
src/main/java/com/openkm/frontend/client/widget/notify/UserScrollTable.java changed 6.9% diff
src/main/java/com/openkm/frontend/client/widget/properties/attachment/AttachmentMenuPopup.java changed 9.5% diff
src/main/java/com/openkm/frontend/client/widget/properties/attachment/Menu.java changed 51.6% diff
src/main/java/com/openkm/frontend/client/widget/properties/EmbeddedPreview.java changed 3.3% diff
src/main/java/com/openkm/frontend/client/widget/properties/KeywordManager.java changed 0.6% diff
src/main/java/com/openkm/frontend/client/widget/properties/MailViewer.java changed 25.9% diff
src/main/java/com/openkm/frontend/client/widget/properties/Preview.java changed 18.2% diff
src/main/java/com/openkm/frontend/client/widget/properties/SyntaxHighlighterPreview.java changed 1.8% diff
src/main/java/com/openkm/frontend/client/widget/properties/TabDocument.java changed 1.2% diff
src/main/java/com/openkm/frontend/client/widget/properties/TabMail.java changed 0.5% diff
src/main/java/com/openkm/frontend/client/widget/searchresult/ExtendedScrollTable.java changed 0.2% diff
src/main/java/com/openkm/frontend/client/widget/searchresult/SearchFullResult.java changed 0.3% diff
src/main/java/com/openkm/frontend/client/widget/sendmail/MailEditorPopup.java added
src/main/java/com/openkm/frontend/client/widget/sendmail/RecipientsPopup.java added
src/main/java/com/openkm/frontend/client/widget/sendmail/WarningMailPopup.java added
src/main/java/com/openkm/frontend/client/widget/toolbar/DocumentSecurityHelper.java added
src/main/java/com/openkm/frontend/client/widget/toolbar/ToolBar.java changed 5.9% diff
src/main/java/com/openkm/frontend/client/widget/upload/FancyFileUpload.java changed 3.9% diff
src/main/java/com/openkm/frontend/client/widget/upload/FileUploadPopup.java changed 1.2% diff
src/main/java/com/openkm/frontend/client/widget/util/AttachmentHandler.java added
src/main/java/com/openkm/frontend/client/widget/util/WidgetUtil.java added
src/main/java/com/openkm/frontend/client/widget/WidgetUtil.java removed
src/main/java/com/openkm/frontend/public/index.jsp changed 6.8% diff
src/main/java/com/openkm/frontend/public/okm_mail_tinymce4.jsp added
src/main/java/com/openkm/frontend/public/tinymce4.jsp added
src/main/java/com/openkm/module/DashboardModule.java changed 7.0% diff
src/main/java/com/openkm/module/db/base/BaseMailModule.java changed 2.4% diff
src/main/java/com/openkm/module/db/DbDashboardModule.java changed 23.0% diff
src/main/java/com/openkm/module/db/DbDocumentModule.java changed 1.6% diff
src/main/java/com/openkm/module/db/DbMailModule.java changed 55.2% diff
src/main/java/com/openkm/module/db/stuff/FsDataStore.java changed 2.2% diff
src/main/java/com/openkm/module/MailModule.java changed 72.1% diff
src/main/java/com/openkm/rest/endpoint/DashboardService.java added
src/main/java/com/openkm/rest/endpoint/DocumentService.java changed 1.9% diff
src/main/java/com/openkm/rest/endpoint/MailService.java changed 69.9% diff
src/main/java/com/openkm/rest/util/DashboardDocumentResultList.java added
src/main/java/com/openkm/rest/util/DashboardFolderResultList.java added
src/main/java/com/openkm/rest/util/DashboardMailResultList.java added
src/main/java/com/openkm/servlet/admin/MailAccountServlet.java changed 2.7% diff
src/main/java/com/openkm/servlet/admin/ProfileServlet.java changed 1.1% diff
src/main/java/com/openkm/servlet/frontend/AuthServlet.java changed 7.5% diff
src/main/java/com/openkm/servlet/frontend/DashboardServlet.java changed 20.3% diff
src/main/java/com/openkm/servlet/frontend/MailServlet.java changed 51.9% diff
src/main/java/com/openkm/servlet/frontend/WorkspaceServlet.java changed 4.2% diff
src/main/java/com/openkm/servlet/SyntaxHighlighterServlet.java changed 1.9% diff
src/main/java/com/openkm/test/api/DocumentTest.java changed 0.5% diff
src/main/java/com/openkm/util/DocConverter.java changed 3.1% diff
src/main/java/com/openkm/util/FileUtils.java changed 2.8% diff
src/main/java/com/openkm/util/FormatUtil.java changed 2.5% diff
src/main/java/com/openkm/util/GWTUtil.java changed 0.2% diff
src/main/java/com/openkm/util/MailUtils.java changed 25.2% diff
src/main/java/com/openkm/util/SecureStore.java changed 41.1% diff
src/main/java/com/openkm/util/UserActivity.java changed 1.4% diff
src/main/java/com/openkm/util/WebUtils.java changed 0.3% diff
src/main/java/com/openkm/vernum/JbcmVersionNumerationAdapter.java removed
src/main/java/com/openkm/vernum/MajorMinorReleaseVersionNumerationAdapter.java changed 6.4% diff
src/main/java/com/openkm/vernum/MajorMinorVersionNumerationAdapter.java changed 3.4% diff
src/main/java/com/openkm/vernum/VersionNumerationAdapter.java changed 17.4% diff
src/main/java/com/openkm/webdav/resource/MailResource.java changed 7.4% diff
src/main/java/com/openkm/webdav/resource/ResourceUtils.java changed 1.5% diff
src/main/webapp/admin/config_edit.jsp changed 10.4% diff
src/main/webapp/admin/message_edit.jsp changed 10.7% diff
src/main/webapp/admin/profile_menu_file.jsp changed 5.5% diff
src/main/webapp/admin/profile_misc.jsp changed 16.0% diff
src/main/webapp/admin/profile_toolbar.jsp changed 4.3% diff

Shell Programs (1 of 5):

NameStatusDeltaVisual Diff
publish.sh changed 7.9% diff

JavaScript Files (1580 of 1854):

NameStatusDeltaVisual Diff
src/main/webapp/js/okm_mail_tinymce4.js added
src/main/webapp/js/okm_tinymce4.js added
src/main/webapp/js/tiny_mce/jquery.tinymce.js removed
src/main/webapp/js/tiny_mce/langs/ar.js removed
src/main/webapp/js/tiny_mce/langs/az.js removed
src/main/webapp/js/tiny_mce/langs/be.js removed
src/main/webapp/js/tiny_mce/langs/bg.js removed
src/main/webapp/js/tiny_mce/langs/bn.js removed
src/main/webapp/js/tiny_mce/langs/br.js removed
src/main/webapp/js/tiny_mce/langs/bs.js removed
src/main/webapp/js/tiny_mce/langs/ca.js removed
src/main/webapp/js/tiny_mce/langs/ch.js removed
src/main/webapp/js/tiny_mce/langs/cn.js removed
src/main/webapp/js/tiny_mce/langs/cs.js removed
src/main/webapp/js/tiny_mce/langs/cy.js removed
src/main/webapp/js/tiny_mce/langs/da.js removed
src/main/webapp/js/tiny_mce/langs/de.js removed
src/main/webapp/js/tiny_mce/langs/dv.js removed
src/main/webapp/js/tiny_mce/langs/el.js removed
src/main/webapp/js/tiny_mce/langs/en.js removed
src/main/webapp/js/tiny_mce/langs/eo.js removed
src/main/webapp/js/tiny_mce/langs/es.js removed
src/main/webapp/js/tiny_mce/langs/et.js removed
src/main/webapp/js/tiny_mce/langs/eu.js removed
src/main/webapp/js/tiny_mce/langs/fa.js removed
src/main/webapp/js/tiny_mce/langs/fi.js removed
src/main/webapp/js/tiny_mce/langs/fr.js removed
src/main/webapp/js/tiny_mce/langs/gl.js removed
src/main/webapp/js/tiny_mce/langs/gu.js removed
src/main/webapp/js/tiny_mce/langs/he.js removed
src/main/webapp/js/tiny_mce/langs/hi.js removed
src/main/webapp/js/tiny_mce/langs/hr.js removed
src/main/webapp/js/tiny_mce/langs/hu.js removed
src/main/webapp/js/tiny_mce/langs/hy.js removed
src/main/webapp/js/tiny_mce/langs/ia.js removed
src/main/webapp/js/tiny_mce/langs/id.js removed
src/main/webapp/js/tiny_mce/langs/is.js removed
src/main/webapp/js/tiny_mce/langs/it.js removed
src/main/webapp/js/tiny_mce/langs/ja.js removed
src/main/webapp/js/tiny_mce/langs/ka.js removed
src/main/webapp/js/tiny_mce/langs/kk.js removed
src/main/webapp/js/tiny_mce/langs/kl.js removed
src/main/webapp/js/tiny_mce/langs/km.js removed
src/main/webapp/js/tiny_mce/langs/ko.js removed
src/main/webapp/js/tiny_mce/langs/lb.js removed
src/main/webapp/js/tiny_mce/langs/lt.js removed
src/main/webapp/js/tiny_mce/langs/lv.js removed
src/main/webapp/js/tiny_mce/langs/mk.js removed
src/main/webapp/js/tiny_mce/langs/ml.js removed
src/main/webapp/js/tiny_mce/langs/mn.js removed
src/main/webapp/js/tiny_mce/langs/ms.js removed
src/main/webapp/js/tiny_mce/langs/my.js removed
src/main/webapp/js/tiny_mce/langs/nb.js removed
src/main/webapp/js/tiny_mce/langs/nl.js removed
src/main/webapp/js/tiny_mce/langs/nn.js removed
src/main/webapp/js/tiny_mce/langs/no.js removed
src/main/webapp/js/tiny_mce/langs/pl.js removed
src/main/webapp/js/tiny_mce/langs/ps.js removed
src/main/webapp/js/tiny_mce/langs/pt.js removed
src/main/webapp/js/tiny_mce/langs/ro.js removed
src/main/webapp/js/tiny_mce/langs/ru.js removed
src/main/webapp/js/tiny_mce/langs/sc.js removed
src/main/webapp/js/tiny_mce/langs/se.js removed
src/main/webapp/js/tiny_mce/langs/si.js removed
src/main/webapp/js/tiny_mce/langs/sk.js removed
src/main/webapp/js/tiny_mce/langs/sl.js removed
src/main/webapp/js/tiny_mce/langs/sq.js removed
src/main/webapp/js/tiny_mce/langs/sr.js removed
src/main/webapp/js/tiny_mce/langs/sv.js removed
src/main/webapp/js/tiny_mce/langs/sy.js removed
src/main/webapp/js/tiny_mce/langs/ta.js removed
src/main/webapp/js/tiny_mce/langs/te.js removed
src/main/webapp/js/tiny_mce/langs/th.js removed
src/main/webapp/js/tiny_mce/langs/tn.js removed
src/main/webapp/js/tiny_mce/langs/tr.js removed
src/main/webapp/js/tiny_mce/langs/tt.js removed
src/main/webapp/js/tiny_mce/langs/tw.js removed
src/main/webapp/js/tiny_mce/langs/uk.js removed
src/main/webapp/js/tiny_mce/langs/ur.js removed
src/main/webapp/js/tiny_mce/langs/vi.js removed
src/main/webapp/js/tiny_mce/langs/zh-cn.js removed
src/main/webapp/js/tiny_mce/langs/zh-tw.js removed
src/main/webapp/js/tiny_mce/langs/zh.js removed
src/main/webapp/js/tiny_mce/langs/zu.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/js/rule.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/ar_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/az_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/be_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/bg_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/bn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/br_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/bs_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/ca_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/ch_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/cn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/cs_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/cy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/da_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/de_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/dv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/el_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/en_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/eo_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/es_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/et_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/eu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/fa_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/fi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/fr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/gl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/gu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/he_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/hi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/hr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/hu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/hy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/ia_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/id_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/is_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/it_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/ja_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/ka_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/kk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/kl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/km_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/ko_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/lb_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/lt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/lv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/mk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/ml_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/mn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/ms_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/my_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/nb_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/nl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/nn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/no_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/pl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/ps_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/pt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/ro_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/ru_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/sc_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/se_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/si_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/sk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/sl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/sq_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/sr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/sv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/sy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/ta_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/te_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/th_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/tn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/tr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/tt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/tw_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/uk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/ur_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/vi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/zh-cn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/zh-tw_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/zh_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs/zu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/js/image.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/ar_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/az_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/be_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/bg_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/bn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/br_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/bs_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/ca_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/ch_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/cn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/cs_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/cy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/da_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/de_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/dv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/el_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/en_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/eo_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/es_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/et_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/eu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/fa_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/fi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/fr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/gl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/gu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/he_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/hi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/hr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/hu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/hy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/ia_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/id_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/is_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/it_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/ja_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/ka_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/kk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/kl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/km_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/ko_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/lb_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/lt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/lv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/mk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/ml_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/mn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/ms_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/my_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/nb_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/nl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/nn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/no_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/pl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/ps_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/pt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/ro_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/ru_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/sc_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/se_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/si_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/sk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/sl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/sq_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/sr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/sv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/sy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/ta_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/te_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/th_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/tn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/tr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/tt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/tw_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/uk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/ur_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/vi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/zh-cn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/zh-tw_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/zh_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs/zu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/js/advlink.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/ar_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/az_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/be_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/bg_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/bn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/br_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/bs_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/ca_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/ch_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/cn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/cs_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/cy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/da_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/de_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/dv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/el_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/en_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/eo_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/es_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/et_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/eu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/fa_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/fi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/fr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/gl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/gu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/he_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/hi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/hr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/hu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/hy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/ia_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/id_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/is_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/it_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/ja_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/ka_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/kk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/kl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/km_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/ko_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/lb_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/lt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/lv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/mk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/ml_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/mn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/ms_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/my_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/nb_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/nl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/nn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/no_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/pl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/ps_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/pt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/ro_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/ru_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/sc_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/se_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/si_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/sk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/sl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/sq_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/sr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/sv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/sy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/ta_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/te_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/th_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/tn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/tr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/tt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/tw_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/uk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/ur_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/vi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/zh-cn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/zh-tw_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/zh_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs/zu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/advlist/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/advlist/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/autolink/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/autolink/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/autoresize/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/autoresize/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/autosave/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/autosave/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/autosave/langs/en.js removed
src/main/webapp/js/tiny_mce/plugins/bbcode/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/bbcode/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/js/codehighlighting.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/langs/ar.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/langs/bg.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/langs/bs.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/langs/cs.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/langs/da.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/langs/de.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/langs/el.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/langs/en.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/langs/es.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/langs/eu.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/langs/fa.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/langs/fr.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/langs/gl.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/langs/hu.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/langs/id.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/langs/it.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/langs/ja.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/langs/lt.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/langs/lv.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/langs/mk.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/langs/nl.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/langs/pt.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/langs/ro.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/langs/ru.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/langs/sk.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/langs/sr.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/langs/sv.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/langs/th.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/langs/tr.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/langs/vi.js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/langs/zh-cn.js removed
src/main/webapp/js/tiny_mce/plugins/contextmenu/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/contextmenu/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/directionality/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/directionality/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/js/emotions.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/ar_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/az_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/be_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/bg_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/bn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/br_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/bs_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/ca_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/ch_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/cn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/cs_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/cy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/da_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/de_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/dv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/el_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/en_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/eo_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/es_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/et_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/eu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/fa_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/fi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/fr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/gl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/gu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/he_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/hi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/hr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/hu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/hy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/ia_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/id_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/is_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/it_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/ja_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/ka_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/kk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/kl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/km_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/ko_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/lb_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/lt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/lv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/mk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/ml_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/mn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/ms_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/my_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/nb_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/nl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/nn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/no_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/pl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/ps_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/pt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/ro_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/ru_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/sc_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/se_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/si_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/sk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/sl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/sq_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/sr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/sv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/sy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/ta_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/te_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/th_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/tn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/tr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/tt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/tw_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/uk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/ur_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/vi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/zh-cn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/zh-tw_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/zh_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs/zu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/example/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/example/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/example/js/dialog.js removed
src/main/webapp/js/tiny_mce/plugins/example/langs/en.js removed
src/main/webapp/js/tiny_mce/plugins/example/langs/en_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/example_dependency/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/example_dependency/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/js/fullpage.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/ar_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/az_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/be_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/bg_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/bn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/br_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/bs_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/ca_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/ch_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/cn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/cs_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/cy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/da_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/de_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/dv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/el_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/en_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/eo_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/es_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/et_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/eu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/fa_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/fi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/fr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/gl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/gu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/he_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/hi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/hr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/hu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/hy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/ia_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/id_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/is_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/it_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/ja_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/ka_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/kk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/kl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/km_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/ko_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/lb_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/lt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/lv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/mk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/ml_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/mn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/ms_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/my_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/nb_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/nl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/nn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/no_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/pl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/ps_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/pt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/ro_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/ru_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/sc_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/se_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/si_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/sk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/sl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/sq_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/sr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/sv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/sy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/ta_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/te_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/th_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/tn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/tr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/tt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/tw_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/uk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/ur_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/vi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/zh-cn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/zh-tw_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/zh_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs/zu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/fullscreen/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/fullscreen/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/iespell/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/iespell/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/inlinepopups/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/inlinepopups/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/insertdatetime/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/insertdatetime/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/layer/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/layer/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/legacyoutput/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/legacyoutput/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/lists/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/lists/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/media/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/media/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/media/js/embed.js removed
src/main/webapp/js/tiny_mce/plugins/media/js/media.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/ar_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/az_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/be_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/bg_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/bn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/br_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/bs_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/ca_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/ch_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/cn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/cs_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/cy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/da_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/de_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/dv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/el_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/en_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/eo_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/es_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/et_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/eu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/fa_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/fi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/fr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/gl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/gu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/he_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/hi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/hr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/hu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/hy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/ia_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/id_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/is_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/it_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/ja_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/ka_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/kk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/kl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/km_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/ko_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/lb_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/lt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/lv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/mk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/ml_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/mn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/ms_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/my_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/nb_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/nl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/nn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/no_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/pl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/ps_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/pt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/ro_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/ru_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/sc_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/se_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/si_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/sk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/sl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/sq_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/sr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/sv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/sy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/ta_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/te_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/th_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/tn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/tr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/tt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/tw_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/uk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/ur_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/vi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/zh-cn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/zh-tw_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/zh_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/media/langs/zu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/nonbreaking/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/nonbreaking/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/noneditable/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/noneditable/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/pagebreak/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/pagebreak/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/paste/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/paste/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/paste/js/pastetext.js removed
src/main/webapp/js/tiny_mce/plugins/paste/js/pasteword.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/ar_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/az_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/be_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/bg_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/bn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/br_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/bs_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/ca_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/ch_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/cn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/cs_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/cy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/da_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/de_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/dv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/el_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/en_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/eo_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/es_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/et_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/eu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/fa_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/fi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/fr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/gl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/gu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/he_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/hi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/hr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/hu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/hy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/ia_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/id_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/is_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/it_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/ja_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/ka_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/kk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/kl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/km_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/ko_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/lb_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/lt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/lv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/mk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/ml_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/mn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/ms_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/my_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/nb_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/nl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/nn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/no_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/pl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/ps_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/pt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/ro_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/ru_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/sc_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/se_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/si_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/sk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/sl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/sq_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/sr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/sv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/sy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/ta_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/te_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/th_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/tn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/tr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/tt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/tw_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/uk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/ur_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/vi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/zh-cn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/zh-tw_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/zh_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs/zu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/preview/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/preview/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/preview/jscripts/embed.js removed
src/main/webapp/js/tiny_mce/plugins/print/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/print/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/save/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/save/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/js/searchreplace.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/ar_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/az_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/be_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/bg_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/bn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/br_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/bs_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/ca_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/ch_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/cn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/cs_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/cy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/da_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/de_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/dv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/el_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/en_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/eo_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/es_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/et_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/eu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/fa_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/fi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/fr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/gl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/gu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/he_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/hi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/hr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/hu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/hy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/ia_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/id_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/is_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/it_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/ja_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/ka_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/kk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/kl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/km_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/ko_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/lb_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/lt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/lv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/mk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/ml_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/mn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/ms_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/my_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/nb_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/nl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/nn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/no_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/pl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/ps_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/pt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/ro_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/ru_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/sc_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/se_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/si_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/sk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/sl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/sq_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/sr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/sv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/sy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/ta_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/te_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/th_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/tn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/tr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/tt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/tw_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/uk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/ur_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/vi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/zh-cn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/zh-tw_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/zh_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs/zu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/spellchecker/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/spellchecker/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/style/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/style/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/style/js/props.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/ar_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/az_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/be_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/bg_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/bn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/br_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/bs_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/ca_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/ch_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/cn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/cs_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/cy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/da_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/de_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/dv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/el_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/en_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/eo_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/es_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/et_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/eu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/fa_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/fi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/fr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/gl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/gu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/he_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/hi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/hr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/hu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/hy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/ia_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/id_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/is_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/it_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/ja_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/ka_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/kk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/kl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/km_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/ko_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/lb_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/lt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/lv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/mk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/ml_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/mn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/ms_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/my_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/nb_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/nl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/nn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/no_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/pl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/ps_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/pt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/ro_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/ru_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/sc_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/se_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/si_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/sk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/sl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/sq_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/sr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/sv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/sy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/ta_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/te_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/th_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/tn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/tr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/tt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/tw_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/uk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/ur_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/vi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/zh-cn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/zh-tw_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/zh_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/style/langs/zu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/syntaxhighlighter/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/tabfocus/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/tabfocus/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/table/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/table/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/table/js/cell.js removed
src/main/webapp/js/tiny_mce/plugins/table/js/merge_cells.js removed
src/main/webapp/js/tiny_mce/plugins/table/js/row.js removed
src/main/webapp/js/tiny_mce/plugins/table/js/table.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/ar_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/az_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/be_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/bg_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/bn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/br_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/bs_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/ca_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/ch_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/cn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/cs_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/cy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/da_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/de_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/dv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/el_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/en_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/eo_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/es_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/et_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/eu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/fa_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/fi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/fr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/gl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/gu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/he_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/hi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/hr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/hu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/hy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/ia_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/id_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/is_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/it_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/ja_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/ka_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/kk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/kl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/km_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/ko_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/lb_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/lt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/lv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/mk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/ml_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/mn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/ms_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/my_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/nb_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/nl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/nn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/no_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/pl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/ps_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/pt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/ro_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/ru_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/sc_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/se_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/si_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/sk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/sl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/sq_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/sr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/sv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/sy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/ta_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/te_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/th_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/tn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/tr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/tt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/tw_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/uk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/ur_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/vi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/zh-cn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/zh-tw_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/zh_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/table/langs/zu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/template/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/template/js/template.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/ar_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/az_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/be_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/bg_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/bn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/br_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/bs_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/ca_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/ch_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/cn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/cs_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/cy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/da_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/de_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/dv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/el_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/en_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/eo_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/es_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/et_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/eu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/fa_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/fi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/fr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/gl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/gu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/he_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/hi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/hr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/hu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/hy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/ia_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/id_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/is_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/it_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/ja_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/ka_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/kk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/kl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/km_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/ko_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/lb_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/lt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/lv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/mk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/ml_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/mn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/ms_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/my_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/nb_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/nl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/nn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/no_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/pl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/ps_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/pt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/ro_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/ru_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/sc_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/se_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/si_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/sk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/sl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/sq_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/sr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/sv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/sy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/ta_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/te_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/th_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/tn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/tr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/tt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/tw_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/uk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/ur_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/vi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/zh-cn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/zh-tw_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/zh_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/template/langs/zu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/visualblocks/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/visualblocks/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/visualchars/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/visualchars/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/wordcount/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/wordcount/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/editor_plugin.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/editor_plugin_src.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/js/abbr.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/js/acronym.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/js/attributes.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/js/cite.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/js/del.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/js/element_common.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/js/ins.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/ar_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/az_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/be_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/bg_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/bn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/br_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/bs_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/ca_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/ch_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/cn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/cs_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/cy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/da_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/de_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/dv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/el_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/en_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/eo_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/es_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/et_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/eu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/fa_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/fi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/fr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/gl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/gu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/he_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/hi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/hr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/hu_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/hy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/ia_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/id_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/is_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/it_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/ja_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/ka_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/kk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/kl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/km_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/ko_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/lb_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/lt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/lv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/mk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/ml_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/mn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/ms_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/my_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/nb_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/nl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/nn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/no_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/pl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/ps_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/pt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/ro_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/ru_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/sc_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/se_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/si_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/sk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/sl_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/sq_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/sr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/sv_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/sy_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/ta_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/te_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/th_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/tn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/tr_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/tt_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/tw_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/uk_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/ur_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/vi_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/zh-cn_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/zh-tw_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/zh_dlg.js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs/zu_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/editor_template.js removed
src/main/webapp/js/tiny_mce/themes/advanced/editor_template_src.js removed
src/main/webapp/js/tiny_mce/themes/advanced/js/about.js removed
src/main/webapp/js/tiny_mce/themes/advanced/js/anchor.js removed
src/main/webapp/js/tiny_mce/themes/advanced/js/charmap.js removed
src/main/webapp/js/tiny_mce/themes/advanced/js/color_picker.js removed
src/main/webapp/js/tiny_mce/themes/advanced/js/image.js removed
src/main/webapp/js/tiny_mce/themes/advanced/js/link.js removed
src/main/webapp/js/tiny_mce/themes/advanced/js/source_editor.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/ar.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/ar_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/az.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/az_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/be.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/be_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/bg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/bg_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/bn.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/bn_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/br.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/br_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/bs.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/bs_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/ca.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/ca_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/ch.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/ch_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/cn.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/cn_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/cs.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/cs_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/cy.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/cy_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/da.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/da_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/de.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/de_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/dv.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/dv_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/el.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/el_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/en.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/en_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/eo.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/eo_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/es.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/es_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/et.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/et_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/eu.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/eu_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/fa.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/fa_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/fi.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/fi_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/fr.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/fr_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/gl.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/gl_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/gu.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/gu_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/he.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/he_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/hi.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/hi_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/hr.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/hr_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/hu.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/hu_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/hy.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/hy_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/ia.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/ia_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/id.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/id_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/is.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/is_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/it.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/it_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/ja.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/ja_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/ka.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/ka_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/kk.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/kk_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/kl.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/kl_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/km.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/km_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/ko.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/ko_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/lb.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/lb_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/lt.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/lt_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/lv.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/lv_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/mk.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/mk_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/ml.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/ml_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/mn.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/mn_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/ms.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/ms_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/my.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/my_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/nb.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/nb_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/nl.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/nl_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/nn.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/nn_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/no.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/no_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/pl.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/pl_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/ps.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/ps_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/pt.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/pt_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/ro.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/ro_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/ru.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/ru_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/sc.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/sc_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/se.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/se_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/si.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/si_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/sk.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/sk_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/sl.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/sl_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/sq.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/sq_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/sr.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/sr_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/sv.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/sv_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/sy.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/sy_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/ta.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/ta_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/te.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/te_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/th.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/th_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/tn.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/tn_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/tr.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/tr_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/tt.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/tt_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/tw.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/tw_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/uk.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/uk_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/ur.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/ur_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/vi.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/vi_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/zh-cn.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/zh-cn_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/zh-tw.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/zh-tw_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/zh.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/zh_dlg.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/zu.js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs/zu_dlg.js removed
src/main/webapp/js/tiny_mce/themes/simple/editor_template.js removed
src/main/webapp/js/tiny_mce/themes/simple/editor_template_src.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/ar.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/az.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/be.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/bg.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/bn.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/br.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/bs.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/ca.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/ch.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/cn.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/cs.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/cy.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/da.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/de.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/dv.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/el.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/en.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/eo.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/es.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/et.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/eu.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/fa.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/fi.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/fr.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/gl.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/gu.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/he.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/hi.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/hr.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/hu.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/hy.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/ia.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/id.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/is.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/it.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/ja.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/ka.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/kk.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/kl.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/km.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/ko.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/lb.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/lt.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/lv.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/mk.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/ml.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/mn.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/ms.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/my.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/nb.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/nl.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/nn.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/no.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/pl.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/ps.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/pt.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/ro.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/ru.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/sc.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/se.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/si.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/sk.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/sl.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/sq.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/sr.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/sv.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/sy.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/ta.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/te.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/th.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/tn.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/tr.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/tt.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/tw.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/uk.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/ur.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/vi.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/zh-cn.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/zh-tw.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/zh.js removed
src/main/webapp/js/tiny_mce/themes/simple/langs/zu.js removed
src/main/webapp/js/tiny_mce/tiny_mce.js removed
src/main/webapp/js/tiny_mce/tiny_mce_popup.js removed
src/main/webapp/js/tiny_mce/tiny_mce_src.js removed
src/main/webapp/js/tiny_mce/utils/editable_selects.js removed
src/main/webapp/js/tiny_mce/utils/form_utils.js removed
src/main/webapp/js/tiny_mce/utils/mctabs.js removed
src/main/webapp/js/tiny_mce/utils/validate.js removed
src/main/webapp/js/tinymce4/jquery.tinymce.min.js added
src/main/webapp/js/tinymce4/langs/ar.js added
src/main/webapp/js/tinymce4/langs/ar_SA.js added
src/main/webapp/js/tinymce4/langs/az.js added
src/main/webapp/js/tinymce4/langs/be.js added
src/main/webapp/js/tinymce4/langs/bg_BG.js added
src/main/webapp/js/tinymce4/langs/bn_BD.js added
src/main/webapp/js/tinymce4/langs/bs.js added
src/main/webapp/js/tinymce4/langs/ca.js added
src/main/webapp/js/tinymce4/langs/cs.js added
src/main/webapp/js/tinymce4/langs/cy.js added
src/main/webapp/js/tinymce4/langs/da.js added
src/main/webapp/js/tinymce4/langs/de.js added
src/main/webapp/js/tinymce4/langs/de_AT.js added
src/main/webapp/js/tinymce4/langs/dv.js added
src/main/webapp/js/tinymce4/langs/el.js added
src/main/webapp/js/tinymce4/langs/en_CA.js added
src/main/webapp/js/tinymce4/langs/en_GB.js added
src/main/webapp/js/tinymce4/langs/es.js added
src/main/webapp/js/tinymce4/langs/et.js added
src/main/webapp/js/tinymce4/langs/eu.js added
src/main/webapp/js/tinymce4/langs/fa.js added
src/main/webapp/js/tinymce4/langs/fi.js added
src/main/webapp/js/tinymce4/langs/fo.js added
src/main/webapp/js/tinymce4/langs/fr_FR.js added
src/main/webapp/js/tinymce4/langs/gd.js added
src/main/webapp/js/tinymce4/langs/gl.js added
src/main/webapp/js/tinymce4/langs/he_IL.js added
src/main/webapp/js/tinymce4/langs/hr.js added
src/main/webapp/js/tinymce4/langs/hu_HU.js added
src/main/webapp/js/tinymce4/langs/hy.js added
src/main/webapp/js/tinymce4/langs/id.js added
src/main/webapp/js/tinymce4/langs/is_IS.js added
src/main/webapp/js/tinymce4/langs/it.js added
src/main/webapp/js/tinymce4/langs/ja.js added
src/main/webapp/js/tinymce4/langs/ka_GE.js added
src/main/webapp/js/tinymce4/langs/kk.js added
src/main/webapp/js/tinymce4/langs/km_KH.js added
src/main/webapp/js/tinymce4/langs/ko_KR.js added
src/main/webapp/js/tinymce4/langs/lb.js added
src/main/webapp/js/tinymce4/langs/lt.js added
src/main/webapp/js/tinymce4/langs/lv.js added
src/main/webapp/js/tinymce4/langs/ml.js added
src/main/webapp/js/tinymce4/langs/ml_IN.js added
src/main/webapp/js/tinymce4/langs/mn_MN.js added
src/main/webapp/js/tinymce4/langs/nb_NO.js added
src/main/webapp/js/tinymce4/langs/nl.js added
src/main/webapp/js/tinymce4/langs/pl.js added
src/main/webapp/js/tinymce4/langs/pt_BR.js added
src/main/webapp/js/tinymce4/langs/pt_PT.js added
src/main/webapp/js/tinymce4/langs/ro.js added
src/main/webapp/js/tinymce4/langs/ru.js added
src/main/webapp/js/tinymce4/langs/si_LK.js added
src/main/webapp/js/tinymce4/langs/sk.js added
src/main/webapp/js/tinymce4/langs/sl_SI.js added
src/main/webapp/js/tinymce4/langs/sr.js added
src/main/webapp/js/tinymce4/langs/sv_SE.js added
src/main/webapp/js/tinymce4/langs/ta.js added
src/main/webapp/js/tinymce4/langs/ta_IN.js added
src/main/webapp/js/tinymce4/langs/tg.js added
src/main/webapp/js/tinymce4/langs/th_TH.js added
src/main/webapp/js/tinymce4/langs/tr_TR.js added
src/main/webapp/js/tinymce4/langs/tt.js added
src/main/webapp/js/tinymce4/langs/ug.js added
src/main/webapp/js/tinymce4/langs/uk.js added
src/main/webapp/js/tinymce4/langs/uk_UA.js added
src/main/webapp/js/tinymce4/langs/vi.js added
src/main/webapp/js/tinymce4/langs/vi_VN.js added
src/main/webapp/js/tinymce4/langs/zh_CN.js added
src/main/webapp/js/tinymce4/langs/zh_TW.js added
src/main/webapp/js/tinymce4/plugins/advlist/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/anchor/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/autolink/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/autoresize/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/autosave/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/bbcode/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/charmap/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/code/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/colorpicker/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/contextmenu/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/directionality/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/emoticons/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/example/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/example_dependency/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/fullpage/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/fullscreen/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/hr/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/image/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/importcss/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/insertdatetime/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/layer/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/legacyoutput/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/link/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/lists/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/media/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/nonbreaking/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/noneditable/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/pagebreak/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/paste/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/preview/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/print/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/save/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/searchreplace/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/spellchecker/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/tabfocus/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/table/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/template/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/textcolor/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/textpattern/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/visualblocks/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/visualchars/plugin.min.js added
src/main/webapp/js/tinymce4/plugins/wordcount/plugin.min.js added
src/main/webapp/js/tinymce4/themes/modern/theme.min.js added
src/main/webapp/js/tinymce4/tinymce.min.js added
src/main/webapp/js/utils.js changed 6.4% diff
src/main/webapp/preview/pdfjs/build/pdf.js added
src/main/webapp/preview/pdfjs/build/pdf.sandbox.js added
src/main/webapp/preview/pdfjs/build/pdf.worker.js added
src/main/webapp/preview/pdfjs/debugger.js moved 57.8% diff
src/main/webapp/preview/pdfjs/web/debugger.js
src/main/webapp/preview/pdfjs/l10n.js removed
src/main/webapp/preview/pdfjs/viewer.js removed
src/main/webapp/preview/pdfjs/web/viewer.js added

JSON Files (3 of 62):

NameStatusDeltaVisual Diff
src/main/webapp/preview/pdfjs/build/pdf.js.map added
src/main/webapp/preview/pdfjs/build/pdf.sandbox.js.map added
src/main/webapp/preview/pdfjs/web/viewer.js.map added

XML Documents (3 of 64):

NameStatusDeltaVisual Diff
pom.xml changed 0.3% diff
src/main/resources/com/openkm/dao/bean/Profile.hbm.xml changed 1.3% diff
src/main/webapp/WEB-INF/rest.xml changed 3.6% diff

Berkeley Databases (all 1):

NameStatusDeltaVisual Diff
src/main/webapp/js/tiny_mce/plugins/codehighlighting/img/Thumbs.db removed

CSS Style Sheets (39 of 122):

NameStatusDeltaVisual Diff
src/main/webapp/js/tiny_mce/plugins/advhr/css/advhr.css removed
src/main/webapp/js/tiny_mce/plugins/advimage/css/advimage.css removed
src/main/webapp/js/tiny_mce/plugins/advlink/css/advlink.css removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/css/codehighlighting.css removed
src/main/webapp/js/tiny_mce/plugins/fullpage/css/fullpage.css removed
src/main/webapp/js/tiny_mce/plugins/inlinepopups/skins/clearlooks2/window.css removed
src/main/webapp/js/tiny_mce/plugins/media/css/media.css removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/css/searchreplace.css removed
src/main/webapp/js/tiny_mce/plugins/spellchecker/css/content.css removed
src/main/webapp/js/tiny_mce/plugins/style/css/props.css removed
src/main/webapp/js/tiny_mce/plugins/table/css/cell.css removed
src/main/webapp/js/tiny_mce/plugins/table/css/row.css removed
src/main/webapp/js/tiny_mce/plugins/table/css/table.css removed
src/main/webapp/js/tiny_mce/plugins/template/css/template.css removed
src/main/webapp/js/tiny_mce/plugins/visualblocks/css/visualblocks.css removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/css/attributes.css removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/css/popup.css removed
src/main/webapp/js/tiny_mce/themes/advanced/skins/default/content.css removed
src/main/webapp/js/tiny_mce/themes/advanced/skins/default/dialog.css removed
src/main/webapp/js/tiny_mce/themes/advanced/skins/default/ui.css removed
src/main/webapp/js/tiny_mce/themes/advanced/skins/highcontrast/content.css removed
src/main/webapp/js/tiny_mce/themes/advanced/skins/highcontrast/dialog.css removed
src/main/webapp/js/tiny_mce/themes/advanced/skins/highcontrast/ui.css removed
src/main/webapp/js/tiny_mce/themes/advanced/skins/o2k7/content.css removed
src/main/webapp/js/tiny_mce/themes/advanced/skins/o2k7/dialog.css removed
src/main/webapp/js/tiny_mce/themes/advanced/skins/o2k7/ui.css removed
src/main/webapp/js/tiny_mce/themes/advanced/skins/o2k7/ui_black.css removed
src/main/webapp/js/tiny_mce/themes/advanced/skins/o2k7/ui_silver.css removed
src/main/webapp/js/tiny_mce/themes/simple/skins/default/content.css removed
src/main/webapp/js/tiny_mce/themes/simple/skins/default/ui.css removed
src/main/webapp/js/tiny_mce/themes/simple/skins/o2k7/content.css removed
src/main/webapp/js/tiny_mce/themes/simple/skins/o2k7/ui.css removed
src/main/webapp/js/tinymce4/plugins/visualblocks/css/visualblocks.css added
src/main/webapp/js/tinymce4/skins/lightgray/content.inline.min.css added
src/main/webapp/js/tinymce4/skins/lightgray/content.min.css added
src/main/webapp/js/tinymce4/skins/lightgray/skin.ie7.min.css added
src/main/webapp/js/tinymce4/skins/lightgray/skin.min.css added
src/main/webapp/preview/pdfjs/viewer.css moved 81.3% diff
src/main/webapp/preview/pdfjs/web/viewer.css

Font Files (6 of 15):

NameStatusDeltaVisual Diff
src/main/webapp/js/tinymce4/skins/lightgray/fonts/tinymce-small.eot added
src/main/webapp/js/tinymce4/skins/lightgray/fonts/tinymce-small.ttf added
src/main/webapp/js/tinymce4/skins/lightgray/fonts/tinymce-small.woff added
src/main/webapp/js/tinymce4/skins/lightgray/fonts/tinymce.eot added
src/main/webapp/js/tinymce4/skins/lightgray/fonts/tinymce.ttf added
src/main/webapp/js/tinymce4/skins/lightgray/fonts/tinymce.woff added

HTML Pages (42 of 132):

NameStatusDeltaVisual Diff
src/main/webapp/js/tiny_mce/plugins/advhr/rule.htm removed
src/main/webapp/js/tiny_mce/plugins/advimage/image.htm removed
src/main/webapp/js/tiny_mce/plugins/advlink/link.htm removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/codehighlighting.htm removed
src/main/webapp/js/tiny_mce/plugins/emotions/emotions.htm removed
src/main/webapp/js/tiny_mce/plugins/example/dialog.htm removed
src/main/webapp/js/tiny_mce/plugins/fullpage/fullpage.htm removed
src/main/webapp/js/tiny_mce/plugins/fullscreen/fullscreen.htm removed
src/main/webapp/js/tiny_mce/plugins/inlinepopups/template.htm removed
src/main/webapp/js/tiny_mce/plugins/media/media.htm removed
src/main/webapp/js/tiny_mce/plugins/paste/pastetext.htm removed
src/main/webapp/js/tiny_mce/plugins/paste/pasteword.htm removed
src/main/webapp/js/tiny_mce/plugins/preview/example.html removed
src/main/webapp/js/tiny_mce/plugins/preview/preview.html removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/searchreplace.htm removed
src/main/webapp/js/tiny_mce/plugins/style/props.htm removed
src/main/webapp/js/tiny_mce/plugins/table/cell.htm removed
src/main/webapp/js/tiny_mce/plugins/table/merge_cells.htm removed
src/main/webapp/js/tiny_mce/plugins/table/row.htm removed
src/main/webapp/js/tiny_mce/plugins/table/table.htm removed
src/main/webapp/js/tiny_mce/plugins/template/blank.htm removed
src/main/webapp/js/tiny_mce/plugins/template/template.htm removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/abbr.htm removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/acronym.htm removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/attributes.htm removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/cite.htm removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/del.htm removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/ins.htm removed
src/main/webapp/js/tiny_mce/themes/advanced/about.htm removed
src/main/webapp/js/tiny_mce/themes/advanced/anchor.htm removed
src/main/webapp/js/tiny_mce/themes/advanced/charmap.htm removed
src/main/webapp/js/tiny_mce/themes/advanced/color_picker.htm removed
src/main/webapp/js/tiny_mce/themes/advanced/image.htm removed
src/main/webapp/js/tiny_mce/themes/advanced/link.htm removed
src/main/webapp/js/tiny_mce/themes/advanced/shortcuts.htm removed
src/main/webapp/js/tiny_mce/themes/advanced/source_editor.htm removed
src/main/webapp/js/tinymce4/plugins/example/dialog.html added
src/main/webapp/js/tinymce4/test.html added
src/main/webapp/js/tinymce4/test2.html added
src/main/webapp/js/tinymce4/test3.html added
src/main/webapp/preview/pdfjs/viewer.html moved 16.6%
src/main/webapp/preview/pdfjs/web/viewer.html

Property Files (all 213):

NameStatusDeltaVisual Diff
src/main/webapp/preview/pdfjs/locale/ach/viewer.properties moved 25.0% diff
src/main/webapp/preview/pdfjs/web/locale/ach/viewer.properties
src/main/webapp/preview/pdfjs/locale/af/viewer.properties moved 5.1% diff
src/main/webapp/preview/pdfjs/web/locale/af/viewer.properties
src/main/webapp/preview/pdfjs/locale/ak/viewer.properties removed
src/main/webapp/preview/pdfjs/locale/an/viewer.properties moved 55.6% diff
src/main/webapp/preview/pdfjs/web/locale/an/viewer.properties
src/main/webapp/preview/pdfjs/locale/ar/viewer.properties moved 59.0% diff
src/main/webapp/preview/pdfjs/web/locale/ar/viewer.properties
src/main/webapp/preview/pdfjs/locale/as/viewer.properties removed
src/main/webapp/preview/pdfjs/locale/ast/viewer.properties moved 66.0% diff
src/main/webapp/preview/pdfjs/web/locale/ast/viewer.properties
src/main/webapp/preview/pdfjs/locale/az/viewer.properties moved 57.6% diff
src/main/webapp/preview/pdfjs/web/locale/az/viewer.properties
src/main/webapp/preview/pdfjs/locale/be/viewer.properties moved 59.1% diff
src/main/webapp/preview/pdfjs/web/locale/be/viewer.properties
src/main/webapp/preview/pdfjs/locale/bg/viewer.properties moved 46.2% diff
src/main/webapp/preview/pdfjs/web/locale/bg/viewer.properties
src/main/webapp/preview/pdfjs/locale/bn-BD/viewer.properties removed
src/main/webapp/preview/pdfjs/locale/bn-IN/viewer.properties removed
src/main/webapp/preview/pdfjs/locale/br/viewer.properties moved 62.3% diff
src/main/webapp/preview/pdfjs/web/locale/br/viewer.properties
src/main/webapp/preview/pdfjs/locale/bs/viewer.properties moved 18.3% diff
src/main/webapp/preview/pdfjs/web/locale/bs/viewer.properties
src/main/webapp/preview/pdfjs/locale/ca/viewer.properties moved 59.4% diff
src/main/webapp/preview/pdfjs/web/locale/ca/viewer.properties
src/main/webapp/preview/pdfjs/locale/cs/viewer.properties moved 60.7% diff
src/main/webapp/preview/pdfjs/web/locale/cs/viewer.properties
src/main/webapp/preview/pdfjs/locale/csb/viewer.properties removed
src/main/webapp/preview/pdfjs/locale/cy/viewer.properties moved 61.1% diff
src/main/webapp/preview/pdfjs/web/locale/cy/viewer.properties
src/main/webapp/preview/pdfjs/locale/da/viewer.properties moved 64.1% diff
src/main/webapp/preview/pdfjs/web/locale/da/viewer.properties
src/main/webapp/preview/pdfjs/locale/de/viewer.properties moved 64.7% diff
src/main/webapp/preview/pdfjs/web/locale/de/viewer.properties
src/main/webapp/preview/pdfjs/locale/el/viewer.properties moved 66.6% diff
src/main/webapp/preview/pdfjs/web/locale/el/viewer.properties
src/main/webapp/preview/pdfjs/locale/en-GB/viewer.properties moved 70.6% diff
src/main/webapp/preview/pdfjs/web/locale/en-GB/viewer.properties
src/main/webapp/preview/pdfjs/locale/en-US/viewer.properties moved 54.3% diff
src/main/webapp/preview/pdfjs/web/locale/en-US/viewer.properties
src/main/webapp/preview/pdfjs/locale/en-ZA/viewer.properties removed
src/main/webapp/preview/pdfjs/locale/eo/viewer.properties moved 62.5% diff
src/main/webapp/preview/pdfjs/web/locale/eo/viewer.properties
src/main/webapp/preview/pdfjs/locale/es-AR/viewer.properties moved 62.4% diff
src/main/webapp/preview/pdfjs/web/locale/es-AR/viewer.properties
src/main/webapp/preview/pdfjs/locale/es-CL/viewer.properties moved 61.5% diff
src/main/webapp/preview/pdfjs/web/locale/es-CL/viewer.properties
src/main/webapp/preview/pdfjs/locale/es-ES/viewer.properties removed
src/main/webapp/preview/pdfjs/locale/es-MX/viewer.properties moved 53.7% diff
src/main/webapp/preview/pdfjs/web/locale/es-MX/viewer.properties
src/main/webapp/preview/pdfjs/locale/et/viewer.properties moved 52.4% diff
src/main/webapp/preview/pdfjs/web/locale/et/viewer.properties
src/main/webapp/preview/pdfjs/locale/eu/viewer.properties moved 60.4% diff
src/main/webapp/preview/pdfjs/web/locale/eu/viewer.properties
src/main/webapp/preview/pdfjs/locale/fa/viewer.properties moved 32.7% diff
src/main/webapp/preview/pdfjs/web/locale/fa/viewer.properties
src/main/webapp/preview/pdfjs/locale/ff/viewer.properties moved 48.1% diff
src/main/webapp/preview/pdfjs/web/locale/ff/viewer.properties
src/main/webapp/preview/pdfjs/locale/fi/viewer.properties moved 61.0% diff
src/main/webapp/preview/pdfjs/web/locale/fi/viewer.properties
src/main/webapp/preview/pdfjs/locale/fr/viewer.properties moved 63.4% diff
src/main/webapp/preview/pdfjs/web/locale/fr/viewer.properties
src/main/webapp/preview/pdfjs/locale/fy-NL/viewer.properties moved 61.4% diff
src/main/webapp/preview/pdfjs/web/locale/fy-NL/viewer.properties
src/main/webapp/preview/pdfjs/locale/ga-IE/viewer.properties moved 8.0% diff
src/main/webapp/preview/pdfjs/web/locale/ga-IE/viewer.properties
src/main/webapp/preview/pdfjs/locale/gd/viewer.properties moved 48.0% diff
src/main/webapp/preview/pdfjs/web/locale/gd/viewer.properties
src/main/webapp/preview/pdfjs/locale/gl/viewer.properties moved 72.3% diff
src/main/webapp/preview/pdfjs/web/locale/gl/viewer.properties
src/main/webapp/preview/pdfjs/locale/gu-IN/viewer.properties moved 61.9% diff
src/main/webapp/preview/pdfjs/web/locale/gu-IN/viewer.properties
src/main/webapp/preview/pdfjs/locale/he/viewer.properties moved 69.6% diff
src/main/webapp/preview/pdfjs/web/locale/he/viewer.properties
src/main/webapp/preview/pdfjs/locale/hi-IN/viewer.properties moved 44.1% diff
src/main/webapp/preview/pdfjs/web/locale/hi-IN/viewer.properties
src/main/webapp/preview/pdfjs/locale/hr/viewer.properties moved 80.7% diff
src/main/webapp/preview/pdfjs/web/locale/hr/viewer.properties
src/main/webapp/preview/pdfjs/locale/hu/viewer.properties moved 60.7% diff
src/main/webapp/preview/pdfjs/web/locale/hu/viewer.properties
src/main/webapp/preview/pdfjs/locale/hy-AM/viewer.properties moved 55.9% diff
src/main/webapp/preview/pdfjs/web/locale/hy-AM/viewer.properties
src/main/webapp/preview/pdfjs/locale/id/viewer.properties moved 59.9% diff
src/main/webapp/preview/pdfjs/web/locale/id/viewer.properties
src/main/webapp/preview/pdfjs/locale/is/viewer.properties moved 45.1% diff
src/main/webapp/preview/pdfjs/web/locale/is/viewer.properties
src/main/webapp/preview/pdfjs/locale/it/viewer.properties moved 76.8% diff
src/main/webapp/preview/pdfjs/web/locale/it/viewer.properties
src/main/webapp/preview/pdfjs/locale/ja/viewer.properties moved 71.4% diff
src/main/webapp/preview/pdfjs/web/locale/ja/viewer.properties
src/main/webapp/preview/pdfjs/locale/ka/viewer.properties removed
src/main/webapp/preview/pdfjs/locale/kk/viewer.properties moved 58.4% diff
src/main/webapp/preview/pdfjs/web/locale/kk/viewer.properties
src/main/webapp/preview/pdfjs/locale/km/viewer.properties moved 21.7% diff
src/main/webapp/preview/pdfjs/web/locale/km/viewer.properties
src/main/webapp/preview/pdfjs/locale/kn/viewer.properties moved 14.6% diff
src/main/webapp/preview/pdfjs/web/locale/kn/viewer.properties
src/main/webapp/preview/pdfjs/locale/ko/viewer.properties moved 83.0% diff
src/main/webapp/preview/pdfjs/web/locale/ko/viewer.properties
src/main/webapp/preview/pdfjs/locale/ku/viewer.properties removed
src/main/webapp/preview/pdfjs/locale/lg/viewer.properties removed
src/main/webapp/preview/pdfjs/locale/lij/viewer.properties moved 51.0% diff
src/main/webapp/preview/pdfjs/web/locale/lij/viewer.properties
src/main/webapp/preview/pdfjs/locale/locale.properties moved 22.3% diff
src/main/webapp/preview/pdfjs/web/locale/locale.properties
src/main/webapp/preview/pdfjs/locale/lt/viewer.properties moved 56.3% diff
src/main/webapp/preview/pdfjs/web/locale/lt/viewer.properties
src/main/webapp/preview/pdfjs/locale/lv/viewer.properties moved 48.2% diff
src/main/webapp/preview/pdfjs/web/locale/lv/viewer.properties
src/main/webapp/preview/pdfjs/locale/mai/viewer.properties removed
src/main/webapp/preview/pdfjs/locale/mk/viewer.properties moved 10.5% diff
src/main/webapp/preview/pdfjs/web/locale/mk/viewer.properties
src/main/webapp/preview/pdfjs/locale/ml/viewer.properties removed
src/main/webapp/preview/pdfjs/locale/mn/viewer.properties removed
src/main/webapp/preview/pdfjs/locale/mr/viewer.properties moved 40.1% diff
src/main/webapp/preview/pdfjs/web/locale/mr/viewer.properties
src/main/webapp/preview/pdfjs/locale/ms/viewer.properties moved 49.4% diff
src/main/webapp/preview/pdfjs/web/locale/ms/viewer.properties
src/main/webapp/preview/pdfjs/locale/my/viewer.properties moved 13.3% diff
src/main/webapp/preview/pdfjs/web/locale/my/viewer.properties
src/main/webapp/preview/pdfjs/locale/nb-NO/viewer.properties moved 59.6% diff
src/main/webapp/preview/pdfjs/web/locale/nb-NO/viewer.properties
src/main/webapp/preview/pdfjs/locale/nl/viewer.properties moved 60.4% diff
src/main/webapp/preview/pdfjs/web/locale/nl/viewer.properties
src/main/webapp/preview/pdfjs/locale/nn-NO/viewer.properties moved 62.5% diff
src/main/webapp/preview/pdfjs/web/locale/nn-NO/viewer.properties
src/main/webapp/preview/pdfjs/locale/nso/viewer.properties removed
src/main/webapp/preview/pdfjs/locale/oc/viewer.properties moved 85.3% diff
src/main/webapp/preview/pdfjs/web/locale/oc/viewer.properties
src/main/webapp/preview/pdfjs/locale/or/viewer.properties removed
src/main/webapp/preview/pdfjs/locale/pa-IN/viewer.properties moved 73.5% diff
src/main/webapp/preview/pdfjs/web/locale/pa-IN/viewer.properties
src/main/webapp/preview/pdfjs/locale/pl/viewer.properties removed
src/main/webapp/preview/pdfjs/locale/pt-BR/viewer.properties moved 69.5% diff
src/main/webapp/preview/pdfjs/web/locale/pt-BR/viewer.properties
src/main/webapp/preview/pdfjs/locale/pt-PT/viewer.properties moved 70.9% diff
src/main/webapp/preview/pdfjs/web/locale/pt-PT/viewer.properties
src/main/webapp/preview/pdfjs/locale/rm/viewer.properties moved 58.8% diff
src/main/webapp/preview/pdfjs/web/locale/rm/viewer.properties
src/main/webapp/preview/pdfjs/locale/ro/viewer.properties moved 75.2% diff
src/main/webapp/preview/pdfjs/web/locale/ro/viewer.properties
src/main/webapp/preview/pdfjs/locale/ru/viewer.properties removed
src/main/webapp/preview/pdfjs/locale/rw/viewer.properties removed
src/main/webapp/preview/pdfjs/locale/sah/viewer.properties removed
src/main/webapp/preview/pdfjs/locale/si/viewer.properties moved 23.2% diff
src/main/webapp/preview/pdfjs/web/locale/si/viewer.properties
src/main/webapp/preview/pdfjs/locale/sk/viewer.properties moved 65.3% diff
src/main/webapp/preview/pdfjs/web/locale/sk/viewer.properties
src/main/webapp/preview/pdfjs/locale/sl/viewer.properties moved 65.2% diff
src/main/webapp/preview/pdfjs/web/locale/sl/viewer.properties
src/main/webapp/preview/pdfjs/locale/son/viewer.properties moved 4.8% diff
src/main/webapp/preview/pdfjs/web/locale/son/viewer.properties
src/main/webapp/preview/pdfjs/locale/sq/viewer.properties moved 53.6% diff
src/main/webapp/preview/pdfjs/web/locale/sq/viewer.properties
src/main/webapp/preview/pdfjs/locale/sr/viewer.properties moved 57.0% diff
src/main/webapp/preview/pdfjs/web/locale/sr/viewer.properties
src/main/webapp/preview/pdfjs/locale/sv-SE/viewer.properties moved 60.2% diff
src/main/webapp/preview/pdfjs/web/locale/sv-SE/viewer.properties
src/main/webapp/preview/pdfjs/locale/sw/viewer.properties removed
src/main/webapp/preview/pdfjs/locale/ta-LK/viewer.properties removed
src/main/webapp/preview/pdfjs/locale/ta/viewer.properties moved 17.8% diff
src/main/webapp/preview/pdfjs/web/locale/ta/viewer.properties
src/main/webapp/preview/pdfjs/locale/te/viewer.properties moved 31.2% diff
src/main/webapp/preview/pdfjs/web/locale/te/viewer.properties
src/main/webapp/preview/pdfjs/locale/th/viewer.properties moved 65.2% diff
src/main/webapp/preview/pdfjs/web/locale/th/viewer.properties
src/main/webapp/preview/pdfjs/locale/tl/viewer.properties removed
src/main/webapp/preview/pdfjs/locale/tn/viewer.properties removed
src/main/webapp/preview/pdfjs/locale/tr/viewer.properties moved 66.0% diff
src/main/webapp/preview/pdfjs/web/locale/tr/viewer.properties
src/main/webapp/preview/pdfjs/locale/uk/viewer.properties moved 59.3% diff
src/main/webapp/preview/pdfjs/web/locale/uk/viewer.properties
src/main/webapp/preview/pdfjs/locale/ur/viewer.properties moved 45.2% diff
src/main/webapp/preview/pdfjs/web/locale/ur/viewer.properties
src/main/webapp/preview/pdfjs/locale/vi/viewer.properties moved 71.0% diff
src/main/webapp/preview/pdfjs/web/locale/vi/viewer.properties
src/main/webapp/preview/pdfjs/locale/wo/viewer.properties moved 2.6% diff
src/main/webapp/preview/pdfjs/web/locale/wo/viewer.properties
src/main/webapp/preview/pdfjs/locale/xh/viewer.properties moved 5.5% diff
src/main/webapp/preview/pdfjs/web/locale/xh/viewer.properties
src/main/webapp/preview/pdfjs/locale/zh-CN/viewer.properties moved 68.4% diff
src/main/webapp/preview/pdfjs/web/locale/zh-CN/viewer.properties
src/main/webapp/preview/pdfjs/locale/zh-TW/viewer.properties moved 63.1% diff
src/main/webapp/preview/pdfjs/web/locale/zh-TW/viewer.properties
src/main/webapp/preview/pdfjs/locale/zu/viewer.properties removed
src/main/webapp/preview/pdfjs/web/locale/bn/viewer.properties added
src/main/webapp/preview/pdfjs/web/locale/bo/viewer.properties added
src/main/webapp/preview/pdfjs/web/locale/brx/viewer.properties added
src/main/webapp/preview/pdfjs/web/locale/cak/viewer.properties added
src/main/webapp/preview/pdfjs/web/locale/ckb/viewer.properties added
src/main/webapp/preview/pdfjs/web/locale/dsb/viewer.properties added
src/main/webapp/preview/pdfjs/web/locale/en-CA/viewer.properties added
src/main/webapp/preview/pdfjs/web/locale/es-ES/viewer.properties added
src/main/webapp/preview/pdfjs/web/locale/gn/viewer.properties added
src/main/webapp/preview/pdfjs/web/locale/hsb/viewer.properties added
src/main/webapp/preview/pdfjs/web/locale/hye/viewer.properties added
src/main/webapp/preview/pdfjs/web/locale/ia/viewer.properties added
src/main/webapp/preview/pdfjs/web/locale/ka/viewer.properties added
src/main/webapp/preview/pdfjs/web/locale/kab/viewer.properties added
src/main/webapp/preview/pdfjs/web/locale/lo/viewer.properties added
src/main/webapp/preview/pdfjs/web/locale/ltg/viewer.properties added
src/main/webapp/preview/pdfjs/web/locale/meh/viewer.properties added
src/main/webapp/preview/pdfjs/web/locale/ne-NP/viewer.properties added
src/main/webapp/preview/pdfjs/web/locale/pl/viewer.properties added
src/main/webapp/preview/pdfjs/web/locale/ru/viewer.properties added
src/main/webapp/preview/pdfjs/web/locale/scn/viewer.properties added
src/main/webapp/preview/pdfjs/web/locale/sco/viewer.properties added
src/main/webapp/preview/pdfjs/web/locale/szl/viewer.properties added
src/main/webapp/preview/pdfjs/web/locale/tg/viewer.properties added
src/main/webapp/preview/pdfjs/web/locale/tl/viewer.properties added
src/main/webapp/preview/pdfjs/web/locale/trs/viewer.properties added
src/main/webapp/preview/pdfjs/web/locale/uz/viewer.properties added

SQL Files (2 of 8):

NameStatusDeltaVisual Diff
src/main/resources/i18n/en-GB.sql changed 1.1% diff
src/main/resources/i18n/es-ES.sql changed 1.2% diff

Data Files (336 of 337):

NameStatusDeltaVisual Diff
src/main/webapp/preview/pdfjs/cmaps/78-EUC-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/78-EUC-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/78-EUC-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/78-EUC-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/78-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/78-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/78-RKSJ-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/78-RKSJ-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/78-RKSJ-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/78-RKSJ-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/78-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/78-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/78ms-RKSJ-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/78ms-RKSJ-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/78ms-RKSJ-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/78ms-RKSJ-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/83pv-RKSJ-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/83pv-RKSJ-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/90ms-RKSJ-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/90ms-RKSJ-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/90ms-RKSJ-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/90ms-RKSJ-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/90msp-RKSJ-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/90msp-RKSJ-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/90msp-RKSJ-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/90msp-RKSJ-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/90pv-RKSJ-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/90pv-RKSJ-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/90pv-RKSJ-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/90pv-RKSJ-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/Add-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Add-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/Add-RKSJ-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Add-RKSJ-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/Add-RKSJ-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Add-RKSJ-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/Add-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Add-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/Adobe-CNS1-0.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Adobe-CNS1-0.bcmap
src/main/webapp/preview/pdfjs/cmaps/Adobe-CNS1-1.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Adobe-CNS1-1.bcmap
src/main/webapp/preview/pdfjs/cmaps/Adobe-CNS1-2.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Adobe-CNS1-2.bcmap
src/main/webapp/preview/pdfjs/cmaps/Adobe-CNS1-3.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Adobe-CNS1-3.bcmap
src/main/webapp/preview/pdfjs/cmaps/Adobe-CNS1-4.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Adobe-CNS1-4.bcmap
src/main/webapp/preview/pdfjs/cmaps/Adobe-CNS1-5.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Adobe-CNS1-5.bcmap
src/main/webapp/preview/pdfjs/cmaps/Adobe-CNS1-6.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Adobe-CNS1-6.bcmap
src/main/webapp/preview/pdfjs/cmaps/Adobe-CNS1-UCS2.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Adobe-CNS1-UCS2.bcmap
src/main/webapp/preview/pdfjs/cmaps/Adobe-GB1-0.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Adobe-GB1-0.bcmap
src/main/webapp/preview/pdfjs/cmaps/Adobe-GB1-1.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Adobe-GB1-1.bcmap
src/main/webapp/preview/pdfjs/cmaps/Adobe-GB1-2.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Adobe-GB1-2.bcmap
src/main/webapp/preview/pdfjs/cmaps/Adobe-GB1-3.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Adobe-GB1-3.bcmap
src/main/webapp/preview/pdfjs/cmaps/Adobe-GB1-4.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Adobe-GB1-4.bcmap
src/main/webapp/preview/pdfjs/cmaps/Adobe-GB1-5.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Adobe-GB1-5.bcmap
src/main/webapp/preview/pdfjs/cmaps/Adobe-GB1-UCS2.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Adobe-GB1-UCS2.bcmap
src/main/webapp/preview/pdfjs/cmaps/Adobe-Japan1-0.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Adobe-Japan1-0.bcmap
src/main/webapp/preview/pdfjs/cmaps/Adobe-Japan1-1.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Adobe-Japan1-1.bcmap
src/main/webapp/preview/pdfjs/cmaps/Adobe-Japan1-2.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Adobe-Japan1-2.bcmap
src/main/webapp/preview/pdfjs/cmaps/Adobe-Japan1-3.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Adobe-Japan1-3.bcmap
src/main/webapp/preview/pdfjs/cmaps/Adobe-Japan1-4.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Adobe-Japan1-4.bcmap
src/main/webapp/preview/pdfjs/cmaps/Adobe-Japan1-5.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Adobe-Japan1-5.bcmap
src/main/webapp/preview/pdfjs/cmaps/Adobe-Japan1-6.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Adobe-Japan1-6.bcmap
src/main/webapp/preview/pdfjs/cmaps/Adobe-Japan1-UCS2.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Adobe-Japan1-UCS2.bcmap
src/main/webapp/preview/pdfjs/cmaps/Adobe-Korea1-0.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Adobe-Korea1-0.bcmap
src/main/webapp/preview/pdfjs/cmaps/Adobe-Korea1-1.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Adobe-Korea1-1.bcmap
src/main/webapp/preview/pdfjs/cmaps/Adobe-Korea1-2.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Adobe-Korea1-2.bcmap
src/main/webapp/preview/pdfjs/cmaps/Adobe-Korea1-UCS2.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Adobe-Korea1-UCS2.bcmap
src/main/webapp/preview/pdfjs/cmaps/B5-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/B5-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/B5-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/B5-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/B5pc-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/B5pc-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/B5pc-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/B5pc-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/CNS-EUC-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/CNS-EUC-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/CNS-EUC-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/CNS-EUC-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/CNS1-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/CNS1-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/CNS1-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/CNS1-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/CNS2-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/CNS2-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/CNS2-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/CNS2-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/ETen-B5-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/ETen-B5-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/ETen-B5-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/ETen-B5-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/ETenms-B5-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/ETenms-B5-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/ETenms-B5-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/ETenms-B5-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/ETHK-B5-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/ETHK-B5-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/ETHK-B5-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/ETHK-B5-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/EUC-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/EUC-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/EUC-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/EUC-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/Ext-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Ext-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/Ext-RKSJ-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Ext-RKSJ-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/Ext-RKSJ-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Ext-RKSJ-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/Ext-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Ext-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/GB-EUC-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/GB-EUC-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/GB-EUC-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/GB-EUC-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/GB-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/GB-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/GB-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/GB-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/GBK-EUC-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/GBK-EUC-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/GBK-EUC-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/GBK-EUC-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/GBK2K-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/GBK2K-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/GBK2K-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/GBK2K-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/GBKp-EUC-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/GBKp-EUC-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/GBKp-EUC-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/GBKp-EUC-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/GBpc-EUC-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/GBpc-EUC-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/GBpc-EUC-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/GBpc-EUC-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/GBT-EUC-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/GBT-EUC-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/GBT-EUC-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/GBT-EUC-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/GBT-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/GBT-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/GBT-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/GBT-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/GBTpc-EUC-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/GBTpc-EUC-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/GBTpc-EUC-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/GBTpc-EUC-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/H.bcmap
src/main/webapp/preview/pdfjs/cmaps/Hankaku.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Hankaku.bcmap
src/main/webapp/preview/pdfjs/cmaps/Hiragana.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Hiragana.bcmap
src/main/webapp/preview/pdfjs/cmaps/HKdla-B5-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/HKdla-B5-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/HKdla-B5-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/HKdla-B5-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/HKdlb-B5-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/HKdlb-B5-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/HKdlb-B5-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/HKdlb-B5-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/HKgccs-B5-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/HKgccs-B5-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/HKgccs-B5-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/HKgccs-B5-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/HKm314-B5-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/HKm314-B5-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/HKm314-B5-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/HKm314-B5-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/HKm471-B5-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/HKm471-B5-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/HKm471-B5-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/HKm471-B5-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/HKscs-B5-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/HKscs-B5-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/HKscs-B5-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/HKscs-B5-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/Katakana.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Katakana.bcmap
src/main/webapp/preview/pdfjs/cmaps/KSC-EUC-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/KSC-EUC-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/KSC-EUC-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/KSC-EUC-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/KSC-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/KSC-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/KSC-Johab-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/KSC-Johab-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/KSC-Johab-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/KSC-Johab-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/KSC-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/KSC-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/KSCms-UHC-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/KSCms-UHC-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/KSCms-UHC-HW-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/KSCms-UHC-HW-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/KSCms-UHC-HW-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/KSCms-UHC-HW-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/KSCms-UHC-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/KSCms-UHC-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/KSCpc-EUC-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/KSCpc-EUC-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/KSCpc-EUC-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/KSCpc-EUC-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/NWP-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/NWP-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/NWP-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/NWP-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/RKSJ-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/RKSJ-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/RKSJ-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/RKSJ-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/Roman.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/Roman.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniCNS-UCS2-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniCNS-UCS2-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniCNS-UCS2-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniCNS-UCS2-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniCNS-UTF16-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniCNS-UTF16-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniCNS-UTF16-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniCNS-UTF16-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniCNS-UTF32-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniCNS-UTF32-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniCNS-UTF32-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniCNS-UTF32-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniCNS-UTF8-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniCNS-UTF8-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniCNS-UTF8-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniCNS-UTF8-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniGB-UCS2-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniGB-UCS2-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniGB-UCS2-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniGB-UCS2-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniGB-UTF16-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniGB-UTF16-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniGB-UTF16-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniGB-UTF16-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniGB-UTF32-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniGB-UTF32-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniGB-UTF32-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniGB-UTF32-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniGB-UTF8-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniGB-UTF8-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniGB-UTF8-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniGB-UTF8-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniJIS-UCS2-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniJIS-UCS2-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniJIS-UCS2-HW-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniJIS-UCS2-HW-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniJIS-UCS2-HW-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniJIS-UCS2-HW-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniJIS-UCS2-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniJIS-UCS2-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniJIS-UTF16-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniJIS-UTF16-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniJIS-UTF16-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniJIS-UTF16-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniJIS-UTF32-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniJIS-UTF32-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniJIS-UTF32-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniJIS-UTF32-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniJIS-UTF8-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniJIS-UTF8-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniJIS-UTF8-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniJIS-UTF8-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniJIS2004-UTF16-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniJIS2004-UTF16-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniJIS2004-UTF16-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniJIS2004-UTF16-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniJIS2004-UTF32-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniJIS2004-UTF32-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniJIS2004-UTF32-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniJIS2004-UTF32-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniJIS2004-UTF8-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniJIS2004-UTF8-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniJIS2004-UTF8-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniJIS2004-UTF8-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniJISPro-UCS2-HW-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniJISPro-UCS2-HW-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniJISPro-UCS2-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniJISPro-UCS2-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniJISPro-UTF8-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniJISPro-UTF8-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniJISX0213-UTF32-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniJISX0213-UTF32-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniJISX0213-UTF32-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniJISX0213-UTF32-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniJISX02132004-UTF32-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniJISX02132004-UTF32-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniJISX02132004-UTF32-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniJISX02132004-UTF32-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniKS-UCS2-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniKS-UCS2-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniKS-UCS2-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniKS-UCS2-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniKS-UTF16-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniKS-UTF16-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniKS-UTF16-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniKS-UTF16-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniKS-UTF32-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniKS-UTF32-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniKS-UTF32-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniKS-UTF32-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniKS-UTF8-H.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniKS-UTF8-H.bcmap
src/main/webapp/preview/pdfjs/cmaps/UniKS-UTF8-V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/UniKS-UTF8-V.bcmap
src/main/webapp/preview/pdfjs/cmaps/V.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/V.bcmap
src/main/webapp/preview/pdfjs/cmaps/WP-Symbol.bcmap moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/WP-Symbol.bcmap

Image Files (192 of 856):

NameStatusDeltaVisual Diff
src/main/java/com/openkm/frontend/public/img/email_reply.png added
src/main/java/com/openkm/frontend/public/img/email_reply_all.png added
src/main/java/com/openkm/frontend/public/img/icon/actions/attachment.png added
src/main/java/com/openkm/frontend/public/img/icon/actions/button_close.png added
src/main/java/com/openkm/frontend/public/img/icon/actions/button_maximize.png added
src/main/java/com/openkm/frontend/public/img/icon/actions/button_minimize.png added
src/main/java/com/openkm/frontend/public/img/icon/actions/user.png added
src/main/java/com/openkm/frontend/public/img/icon/actions/write_mail.png added
src/main/java/com/openkm/frontend/public/img/icon/actions/write_mail_disabled.png added
src/main/webapp/img/tinymce4/align_center.png added
src/main/webapp/img/tinymce4/align_justify.png added
src/main/webapp/img/tinymce4/align_left.png added
src/main/webapp/img/tinymce4/align_right.png added
src/main/webapp/img/tinymce4/backcolor.png added
src/main/webapp/img/tinymce4/bold.png added
src/main/webapp/img/tinymce4/cancel.png added
src/main/webapp/img/tinymce4/cancel_checkout.gif added
src/main/webapp/img/tinymce4/checkin.gif added
src/main/webapp/img/tinymce4/copy.png added
src/main/webapp/img/tinymce4/cut.png added
src/main/webapp/img/tinymce4/document_find.gif added
src/main/webapp/img/tinymce4/download_document_find.png added
src/main/webapp/img/tinymce4/email_go.png added
src/main/webapp/img/tinymce4/emoticon.png added
src/main/webapp/img/tinymce4/folder_find.gif added
src/main/webapp/img/tinymce4/forecolor.png added
src/main/webapp/img/tinymce4/image.png added
src/main/webapp/img/tinymce4/image_find.png added
src/main/webapp/img/tinymce4/indent.png added
src/main/webapp/img/tinymce4/italic.png added
src/main/webapp/img/tinymce4/link.png added
src/main/webapp/img/tinymce4/list_bullets.png added
src/main/webapp/img/tinymce4/list_numbers.png added
src/main/webapp/img/tinymce4/media.png added
src/main/webapp/img/tinymce4/new_document.png added
src/main/webapp/img/tinymce4/outdent.png added
src/main/webapp/img/tinymce4/paste.png added
src/main/webapp/img/tinymce4/preview.png added
src/main/webapp/img/tinymce4/print.png added
src/main/webapp/img/tinymce4/redo.png added
src/main/webapp/img/tinymce4/undo.png added
src/main/webapp/js/tiny_mce/plugins/advimage/img/sample.gif removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/img/codehighlight.png moved 0.1%
src/main/webapp/img/tinymce4/codehighlight.png
src/main/webapp/js/tiny_mce/plugins/codehighlighting/img/codehighlight1.gif removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/img/codehighlight2.gif removed
src/main/webapp/js/tiny_mce/plugins/emotions/img/smiley-cool.gif moved 0.0%
src/main/webapp/js/tinymce4/plugins/emoticons/img/smiley-cool.gif
src/main/webapp/js/tiny_mce/plugins/emotions/img/smiley-cry.gif moved 0.0%
src/main/webapp/js/tinymce4/plugins/emoticons/img/smiley-cry.gif
src/main/webapp/js/tiny_mce/plugins/emotions/img/smiley-embarassed.gif moved 0.0%
src/main/webapp/js/tinymce4/plugins/emoticons/img/smiley-embarassed.gif
src/main/webapp/js/tiny_mce/plugins/emotions/img/smiley-foot-in-mouth.gif moved 0.0%
src/main/webapp/js/tinymce4/plugins/emoticons/img/smiley-foot-in-mouth.gif
src/main/webapp/js/tiny_mce/plugins/emotions/img/smiley-frown.gif moved 0.0%
src/main/webapp/js/tinymce4/plugins/emoticons/img/smiley-frown.gif
src/main/webapp/js/tiny_mce/plugins/emotions/img/smiley-innocent.gif moved 0.0%
src/main/webapp/js/tinymce4/plugins/emoticons/img/smiley-innocent.gif
src/main/webapp/js/tiny_mce/plugins/emotions/img/smiley-kiss.gif moved 0.0%
src/main/webapp/js/tinymce4/plugins/emoticons/img/smiley-kiss.gif
src/main/webapp/js/tiny_mce/plugins/emotions/img/smiley-laughing.gif moved 0.0%
src/main/webapp/js/tinymce4/plugins/emoticons/img/smiley-laughing.gif
src/main/webapp/js/tiny_mce/plugins/emotions/img/smiley-money-mouth.gif moved 0.0%
src/main/webapp/js/tinymce4/plugins/emoticons/img/smiley-money-mouth.gif
src/main/webapp/js/tiny_mce/plugins/emotions/img/smiley-sealed.gif moved 0.0%
src/main/webapp/js/tinymce4/plugins/emoticons/img/smiley-sealed.gif
src/main/webapp/js/tiny_mce/plugins/emotions/img/smiley-smile.gif moved 0.0%
src/main/webapp/js/tinymce4/plugins/emoticons/img/smiley-smile.gif
src/main/webapp/js/tiny_mce/plugins/emotions/img/smiley-surprised.gif moved 0.0%
src/main/webapp/js/tinymce4/plugins/emoticons/img/smiley-surprised.gif
src/main/webapp/js/tiny_mce/plugins/emotions/img/smiley-tongue-out.gif moved 0.0%
src/main/webapp/js/tinymce4/plugins/emoticons/img/smiley-tongue-out.gif
src/main/webapp/js/tiny_mce/plugins/emotions/img/smiley-undecided.gif moved 0.0%
src/main/webapp/js/tinymce4/plugins/emoticons/img/smiley-undecided.gif
src/main/webapp/js/tiny_mce/plugins/emotions/img/smiley-wink.gif moved 0.0%
src/main/webapp/js/tinymce4/plugins/emoticons/img/smiley-wink.gif
src/main/webapp/js/tiny_mce/plugins/emotions/img/smiley-yell.gif moved 0.0%
src/main/webapp/js/tinymce4/plugins/emoticons/img/smiley-yell.gif
src/main/webapp/js/tiny_mce/plugins/example/img/example.gif removed
src/main/webapp/js/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif removed
src/main/webapp/js/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/button.gif removed
src/main/webapp/js/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif removed
src/main/webapp/js/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif removed
src/main/webapp/js/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif removed
src/main/webapp/js/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif removed
src/main/webapp/js/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif removed
src/main/webapp/js/tiny_mce/plugins/spellchecker/img/wline.gif removed
src/main/webapp/js/tiny_mce/themes/advanced/img/colorpicker.jpg removed
src/main/webapp/js/tiny_mce/themes/advanced/img/flash.gif removed
src/main/webapp/js/tiny_mce/themes/advanced/img/icons.gif removed
src/main/webapp/js/tiny_mce/themes/advanced/img/iframe.gif removed
src/main/webapp/js/tiny_mce/themes/advanced/img/pagebreak.gif removed
src/main/webapp/js/tiny_mce/themes/advanced/img/quicktime.gif removed
src/main/webapp/js/tiny_mce/themes/advanced/img/realmedia.gif removed
src/main/webapp/js/tiny_mce/themes/advanced/img/shockwave.gif removed
src/main/webapp/js/tiny_mce/themes/advanced/img/trans.gif moved 0.0%
src/main/webapp/js/tinymce4/skins/lightgray/img/trans.gif
src/main/webapp/js/tiny_mce/themes/advanced/img/video.gif removed
src/main/webapp/js/tiny_mce/themes/advanced/img/windowsmedia.gif removed
src/main/webapp/js/tiny_mce/themes/advanced/skins/default/img/buttons.png removed
src/main/webapp/js/tiny_mce/themes/advanced/skins/default/img/items.gif removed
src/main/webapp/js/tiny_mce/themes/advanced/skins/default/img/menu_arrow.gif removed
src/main/webapp/js/tiny_mce/themes/advanced/skins/default/img/menu_check.gif removed
src/main/webapp/js/tiny_mce/themes/advanced/skins/default/img/progress.gif removed
src/main/webapp/js/tiny_mce/themes/advanced/skins/default/img/tabs.gif removed
src/main/webapp/js/tiny_mce/themes/advanced/skins/o2k7/img/button_bg.png removed
src/main/webapp/js/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_black.png removed
src/main/webapp/js/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_silver.png removed
src/main/webapp/js/tiny_mce/themes/simple/img/icons.gif removed
src/main/webapp/js/tiny_mce/themes/simple/skins/o2k7/img/button_bg.png removed
src/main/webapp/js/tinymce4/skins/lightgray/img/anchor.gif added
src/main/webapp/js/tinymce4/skins/lightgray/img/loader.gif added
src/main/webapp/js/tinymce4/skins/lightgray/img/object.gif added
src/main/webapp/preview/pdfjs/images/findbarButton-next-rtl.png removed
src/main/webapp/preview/pdfjs/images/findbarButton-next-rtl@2x.png removed
src/main/webapp/preview/pdfjs/images/findbarButton-next.png removed
src/main/webapp/preview/pdfjs/images/findbarButton-next@2x.png removed
src/main/webapp/preview/pdfjs/images/findbarButton-previous-rtl.png removed
src/main/webapp/preview/pdfjs/images/findbarButton-previous-rtl@2x.png removed
src/main/webapp/preview/pdfjs/images/findbarButton-previous.png removed
src/main/webapp/preview/pdfjs/images/findbarButton-previous@2x.png removed
src/main/webapp/preview/pdfjs/images/grab.cur moved 0.0%
src/main/webapp/preview/pdfjs/web/images/grab.cur
src/main/webapp/preview/pdfjs/images/grabbing.cur moved 0.0%
src/main/webapp/preview/pdfjs/web/images/grabbing.cur
src/main/webapp/preview/pdfjs/images/loading-icon.gif moved 0.0%
src/main/webapp/preview/pdfjs/web/images/loading-icon.gif
src/main/webapp/preview/pdfjs/images/loading-small.png removed
src/main/webapp/preview/pdfjs/images/loading-small@2x.png removed
src/main/webapp/preview/pdfjs/images/secondaryToolbarButton-documentProperties.png removed
src/main/webapp/preview/pdfjs/images/secondaryToolbarButton-documentProperties@2x.png removed
src/main/webapp/preview/pdfjs/images/secondaryToolbarButton-firstPage.png removed
src/main/webapp/preview/pdfjs/images/secondaryToolbarButton-firstPage@2x.png removed
src/main/webapp/preview/pdfjs/images/secondaryToolbarButton-handTool.png removed
src/main/webapp/preview/pdfjs/images/secondaryToolbarButton-handTool@2x.png removed
src/main/webapp/preview/pdfjs/images/secondaryToolbarButton-lastPage.png removed
src/main/webapp/preview/pdfjs/images/secondaryToolbarButton-lastPage@2x.png removed
src/main/webapp/preview/pdfjs/images/secondaryToolbarButton-rotateCcw.png removed
src/main/webapp/preview/pdfjs/images/secondaryToolbarButton-rotateCcw@2x.png removed
src/main/webapp/preview/pdfjs/images/secondaryToolbarButton-rotateCw.png removed
src/main/webapp/preview/pdfjs/images/secondaryToolbarButton-rotateCw@2x.png removed
src/main/webapp/preview/pdfjs/images/shadow.png moved 0.3%
src/main/webapp/preview/pdfjs/web/images/shadow.png
src/main/webapp/preview/pdfjs/images/texture.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-bookmark.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-bookmark@2x.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-download.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-download@2x.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-menuArrows.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-menuArrows@2x.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-openFile.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-openFile@2x.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-pageDown-rtl.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-pageDown-rtl@2x.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-pageDown.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-pageDown@2x.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-pageUp-rtl.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-pageUp-rtl@2x.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-pageUp.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-pageUp@2x.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-presentationMode.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-presentationMode@2x.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-print.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-print@2x.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-search.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-search@2x.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-secondaryToolbarToggle-rtl.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-secondaryToolbarToggle.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-secondaryToolbarToggle@2x.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-sidebarToggle-rtl.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-sidebarToggle-rtl@2x.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-sidebarToggle.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-sidebarToggle@2x.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-viewAttachments.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-viewAttachments@2x.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-viewOutline-rtl.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-viewOutline-rtl@2x.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-viewOutline.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-viewOutline@2x.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-viewThumbnail.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-viewThumbnail@2x.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-zoomIn.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-zoomIn@2x.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-zoomOut.png removed
src/main/webapp/preview/pdfjs/images/toolbarButton-zoomOut@2x.png removed
src/main/webapp/preview/pdfjs/images/treeitem-collapsed-rtl.png removed
src/main/webapp/preview/pdfjs/images/treeitem-collapsed-rtl@2x.png removed
src/main/webapp/preview/pdfjs/images/treeitem-collapsed.png removed
src/main/webapp/preview/pdfjs/images/treeitem-collapsed@2x.png removed
src/main/webapp/preview/pdfjs/images/treeitem-expanded.png removed
src/main/webapp/preview/pdfjs/images/treeitem-expanded@2x.png removed

PDF Files (1 of 5):

NameStatusDeltaVisual Diff
src/main/webapp/preview/pdfjs/web/compressed.tracemonkey-pldi-09.pdf added

Vector Image Files (59 of 61):

NameStatusDeltaVisual Diff
src/main/webapp/js/tinymce4/skins/lightgray/fonts/tinymce-small.dev.svg added
src/main/webapp/js/tinymce4/skins/lightgray/fonts/tinymce-small.svg added
src/main/webapp/js/tinymce4/skins/lightgray/fonts/tinymce.dev.svg added
src/main/webapp/js/tinymce4/skins/lightgray/fonts/tinymce.svg added
src/main/webapp/preview/pdfjs/images/annotation-check.svg moved 0.0%
src/main/webapp/preview/pdfjs/web/images/annotation-check.svg
src/main/webapp/preview/pdfjs/images/annotation-comment.svg moved 0.0%
src/main/webapp/preview/pdfjs/web/images/annotation-comment.svg
src/main/webapp/preview/pdfjs/images/annotation-help.svg moved 0.0%
src/main/webapp/preview/pdfjs/web/images/annotation-help.svg
src/main/webapp/preview/pdfjs/images/annotation-insert.svg moved 0.0%
src/main/webapp/preview/pdfjs/web/images/annotation-insert.svg
src/main/webapp/preview/pdfjs/images/annotation-key.svg moved 0.0%
src/main/webapp/preview/pdfjs/web/images/annotation-key.svg
src/main/webapp/preview/pdfjs/images/annotation-newparagraph.svg moved 0.0%
src/main/webapp/preview/pdfjs/web/images/annotation-newparagraph.svg
src/main/webapp/preview/pdfjs/images/annotation-noicon.svg moved 0.0%
src/main/webapp/preview/pdfjs/web/images/annotation-noicon.svg
src/main/webapp/preview/pdfjs/images/annotation-note.svg moved 0.0%
src/main/webapp/preview/pdfjs/web/images/annotation-note.svg
src/main/webapp/preview/pdfjs/images/annotation-paragraph.svg moved 0.0%
src/main/webapp/preview/pdfjs/web/images/annotation-paragraph.svg
src/main/webapp/preview/pdfjs/web/images/findbarButton-next.svg added
src/main/webapp/preview/pdfjs/web/images/findbarButton-previous.svg added
src/main/webapp/preview/pdfjs/web/images/loading-dark.svg added
src/main/webapp/preview/pdfjs/web/images/loading.svg added
src/main/webapp/preview/pdfjs/web/images/secondaryToolbarButton-documentProperties.svg added
src/main/webapp/preview/pdfjs/web/images/secondaryToolbarButton-firstPage.svg added
src/main/webapp/preview/pdfjs/web/images/secondaryToolbarButton-handTool.svg added
src/main/webapp/preview/pdfjs/web/images/secondaryToolbarButton-lastPage.svg added
src/main/webapp/preview/pdfjs/web/images/secondaryToolbarButton-rotateCcw.svg added
src/main/webapp/preview/pdfjs/web/images/secondaryToolbarButton-rotateCw.svg added
src/main/webapp/preview/pdfjs/web/images/secondaryToolbarButton-scrollHorizontal.svg added
src/main/webapp/preview/pdfjs/web/images/secondaryToolbarButton-scrollVertical.svg added
src/main/webapp/preview/pdfjs/web/images/secondaryToolbarButton-scrollWrapped.svg added
src/main/webapp/preview/pdfjs/web/images/secondaryToolbarButton-selectTool.svg added
src/main/webapp/preview/pdfjs/web/images/secondaryToolbarButton-spreadEven.svg added
src/main/webapp/preview/pdfjs/web/images/secondaryToolbarButton-spreadNone.svg added
src/main/webapp/preview/pdfjs/web/images/secondaryToolbarButton-spreadOdd.svg added
src/main/webapp/preview/pdfjs/web/images/toolbarButton-bookmark.svg added
src/main/webapp/preview/pdfjs/web/images/toolbarButton-currentOutlineItem.svg added
src/main/webapp/preview/pdfjs/web/images/toolbarButton-download.svg added
src/main/webapp/preview/pdfjs/web/images/toolbarButton-menuArrow.svg added
src/main/webapp/preview/pdfjs/web/images/toolbarButton-openFile.svg added
src/main/webapp/preview/pdfjs/web/images/toolbarButton-pageDown.svg added
src/main/webapp/preview/pdfjs/web/images/toolbarButton-pageUp.svg added
src/main/webapp/preview/pdfjs/web/images/toolbarButton-presentationMode.svg added
src/main/webapp/preview/pdfjs/web/images/toolbarButton-print.svg added
src/main/webapp/preview/pdfjs/web/images/toolbarButton-search.svg added
src/main/webapp/preview/pdfjs/web/images/toolbarButton-secondaryToolbarToggle.svg added
src/main/webapp/preview/pdfjs/web/images/toolbarButton-sidebarToggle.svg added
src/main/webapp/preview/pdfjs/web/images/toolbarButton-viewAttachments.svg added
src/main/webapp/preview/pdfjs/web/images/toolbarButton-viewLayers.svg added
src/main/webapp/preview/pdfjs/web/images/toolbarButton-viewOutline.svg added
src/main/webapp/preview/pdfjs/web/images/toolbarButton-viewThumbnail.svg added
src/main/webapp/preview/pdfjs/web/images/toolbarButton-zoomIn.svg added
src/main/webapp/preview/pdfjs/web/images/toolbarButton-zoomOut.svg added
src/main/webapp/preview/pdfjs/web/images/treeitem-collapsed.svg added
src/main/webapp/preview/pdfjs/web/images/treeitem-expanded.svg added

Video Files (2 of 8):

NameStatusDeltaVisual Diff
src/main/webapp/js/tiny_mce/plugins/media/moxieplayer.swf moved 0.2%
src/main/webapp/js/tinymce4/plugins/media/moxieplayer.swf

Directories (392 of 781):

NameStatus
src/main/java/com/openkm/frontend/client/widget/base added
src/main/java/com/openkm/frontend/client/widget/base/handler added
src/main/java/com/openkm/frontend/client/widget/base/hashandler added
src/main/java/com/openkm/frontend/client/widget/sendmail added
src/main/java/com/openkm/frontend/client/widget/util added
src/main/webapp/img/tinymce4 added
src/main/webapp/js/tiny_mce removed
src/main/webapp/js/tiny_mce/langs removed
src/main/webapp/js/tiny_mce/plugins moved
src/main/webapp/js/tinymce4/plugins
src/main/webapp/js/tiny_mce/plugins/advhr removed
src/main/webapp/js/tiny_mce/plugins/advhr/css removed
src/main/webapp/js/tiny_mce/plugins/advhr/js removed
src/main/webapp/js/tiny_mce/plugins/advhr/langs removed
src/main/webapp/js/tiny_mce/plugins/advimage removed
src/main/webapp/js/tiny_mce/plugins/advimage/css removed
src/main/webapp/js/tiny_mce/plugins/advimage/img removed
src/main/webapp/js/tiny_mce/plugins/advimage/js removed
src/main/webapp/js/tiny_mce/plugins/advimage/langs removed
src/main/webapp/js/tiny_mce/plugins/advlink removed
src/main/webapp/js/tiny_mce/plugins/advlink/css removed
src/main/webapp/js/tiny_mce/plugins/advlink/js removed
src/main/webapp/js/tiny_mce/plugins/advlink/langs removed
src/main/webapp/js/tiny_mce/plugins/advlist moved
src/main/webapp/js/tinymce4/plugins/advlist
src/main/webapp/js/tiny_mce/plugins/autolink moved
src/main/webapp/js/tinymce4/plugins/autolink
src/main/webapp/js/tiny_mce/plugins/autoresize moved
src/main/webapp/js/tinymce4/plugins/autoresize
src/main/webapp/js/tiny_mce/plugins/autosave moved
src/main/webapp/js/tinymce4/plugins/autosave
src/main/webapp/js/tiny_mce/plugins/autosave/langs removed
src/main/webapp/js/tiny_mce/plugins/bbcode moved
src/main/webapp/js/tinymce4/plugins/bbcode
src/main/webapp/js/tiny_mce/plugins/codehighlighting removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/css removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/img removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/js removed
src/main/webapp/js/tiny_mce/plugins/codehighlighting/langs removed
src/main/webapp/js/tiny_mce/plugins/contextmenu moved
src/main/webapp/js/tinymce4/plugins/contextmenu
src/main/webapp/js/tiny_mce/plugins/directionality moved
src/main/webapp/js/tinymce4/plugins/directionality
src/main/webapp/js/tiny_mce/plugins/emotions removed
src/main/webapp/js/tiny_mce/plugins/emotions/img removed
src/main/webapp/js/tiny_mce/plugins/emotions/js removed
src/main/webapp/js/tiny_mce/plugins/emotions/langs removed
src/main/webapp/js/tiny_mce/plugins/example moved
src/main/webapp/js/tinymce4/plugins/example
src/main/webapp/js/tiny_mce/plugins/example/img removed
src/main/webapp/js/tiny_mce/plugins/example/js removed
src/main/webapp/js/tiny_mce/plugins/example/langs removed
src/main/webapp/js/tiny_mce/plugins/example_dependency moved
src/main/webapp/js/tinymce4/plugins/example_dependency
src/main/webapp/js/tiny_mce/plugins/fullpage moved
src/main/webapp/js/tinymce4/plugins/fullpage
src/main/webapp/js/tiny_mce/plugins/fullpage/css removed
src/main/webapp/js/tiny_mce/plugins/fullpage/js removed
src/main/webapp/js/tiny_mce/plugins/fullpage/langs removed
src/main/webapp/js/tiny_mce/plugins/fullscreen moved
src/main/webapp/js/tinymce4/plugins/fullscreen
src/main/webapp/js/tiny_mce/plugins/iespell removed
src/main/webapp/js/tiny_mce/plugins/inlinepopups removed
src/main/webapp/js/tiny_mce/plugins/inlinepopups/skins removed
src/main/webapp/js/tiny_mce/plugins/inlinepopups/skins/clearlooks2 removed
src/main/webapp/js/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img removed
src/main/webapp/js/tiny_mce/plugins/insertdatetime moved
src/main/webapp/js/tinymce4/plugins/insertdatetime
src/main/webapp/js/tiny_mce/plugins/layer moved
src/main/webapp/js/tinymce4/plugins/layer
src/main/webapp/js/tiny_mce/plugins/legacyoutput moved
src/main/webapp/js/tinymce4/plugins/legacyoutput
src/main/webapp/js/tiny_mce/plugins/lists moved
src/main/webapp/js/tinymce4/plugins/lists
src/main/webapp/js/tiny_mce/plugins/media moved
src/main/webapp/js/tinymce4/plugins/media
src/main/webapp/js/tiny_mce/plugins/media/css removed
src/main/webapp/js/tiny_mce/plugins/media/js removed
src/main/webapp/js/tiny_mce/plugins/media/langs removed
src/main/webapp/js/tiny_mce/plugins/nonbreaking moved
src/main/webapp/js/tinymce4/plugins/nonbreaking
src/main/webapp/js/tiny_mce/plugins/noneditable moved
src/main/webapp/js/tinymce4/plugins/noneditable
src/main/webapp/js/tiny_mce/plugins/pagebreak moved
src/main/webapp/js/tinymce4/plugins/pagebreak
src/main/webapp/js/tiny_mce/plugins/paste moved
src/main/webapp/js/tinymce4/plugins/paste
src/main/webapp/js/tiny_mce/plugins/paste/js removed
src/main/webapp/js/tiny_mce/plugins/paste/langs removed
src/main/webapp/js/tiny_mce/plugins/preview moved
src/main/webapp/js/tinymce4/plugins/preview
src/main/webapp/js/tiny_mce/plugins/preview/jscripts removed
src/main/webapp/js/tiny_mce/plugins/print moved
src/main/webapp/js/tinymce4/plugins/print
src/main/webapp/js/tiny_mce/plugins/save moved
src/main/webapp/js/tinymce4/plugins/save
src/main/webapp/js/tiny_mce/plugins/searchreplace moved
src/main/webapp/js/tinymce4/plugins/searchreplace
src/main/webapp/js/tiny_mce/plugins/searchreplace/css removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/js removed
src/main/webapp/js/tiny_mce/plugins/searchreplace/langs removed
src/main/webapp/js/tiny_mce/plugins/spellchecker moved
src/main/webapp/js/tinymce4/plugins/spellchecker
src/main/webapp/js/tiny_mce/plugins/spellchecker/css removed
src/main/webapp/js/tiny_mce/plugins/spellchecker/img removed
src/main/webapp/js/tiny_mce/plugins/style removed
src/main/webapp/js/tiny_mce/plugins/style/css removed
src/main/webapp/js/tiny_mce/plugins/style/js removed
src/main/webapp/js/tiny_mce/plugins/style/langs removed
src/main/webapp/js/tiny_mce/plugins/syntaxhighlighter removed
src/main/webapp/js/tiny_mce/plugins/tabfocus moved
src/main/webapp/js/tinymce4/plugins/tabfocus
src/main/webapp/js/tiny_mce/plugins/table moved
src/main/webapp/js/tinymce4/plugins/table
src/main/webapp/js/tiny_mce/plugins/table/css removed
src/main/webapp/js/tiny_mce/plugins/table/js removed
src/main/webapp/js/tiny_mce/plugins/table/langs removed
src/main/webapp/js/tiny_mce/plugins/template moved
src/main/webapp/js/tinymce4/plugins/template
src/main/webapp/js/tiny_mce/plugins/template/css removed
src/main/webapp/js/tiny_mce/plugins/template/js removed
src/main/webapp/js/tiny_mce/plugins/template/langs removed
src/main/webapp/js/tiny_mce/plugins/visualblocks moved
src/main/webapp/js/tinymce4/plugins/visualblocks
src/main/webapp/js/tiny_mce/plugins/visualblocks/css moved
src/main/webapp/js/tinymce4/plugins/visualblocks/css
src/main/webapp/js/tiny_mce/plugins/visualchars moved
src/main/webapp/js/tinymce4/plugins/visualchars
src/main/webapp/js/tiny_mce/plugins/wordcount moved
src/main/webapp/js/tinymce4/plugins/wordcount
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/css removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/js removed
src/main/webapp/js/tiny_mce/plugins/xhtmlxtras/langs removed
src/main/webapp/js/tiny_mce/themes moved
src/main/webapp/js/tinymce4/themes
src/main/webapp/js/tiny_mce/themes/advanced removed
src/main/webapp/js/tiny_mce/themes/advanced/img removed
src/main/webapp/js/tiny_mce/themes/advanced/js removed
src/main/webapp/js/tiny_mce/themes/advanced/langs removed
src/main/webapp/js/tiny_mce/themes/advanced/skins removed
src/main/webapp/js/tiny_mce/themes/advanced/skins/default removed
src/main/webapp/js/tiny_mce/themes/advanced/skins/default/img removed
src/main/webapp/js/tiny_mce/themes/advanced/skins/highcontrast removed
src/main/webapp/js/tiny_mce/themes/advanced/skins/o2k7 removed
src/main/webapp/js/tiny_mce/themes/advanced/skins/o2k7/img removed
src/main/webapp/js/tiny_mce/themes/simple removed
src/main/webapp/js/tiny_mce/themes/simple/img removed
src/main/webapp/js/tiny_mce/themes/simple/langs removed
src/main/webapp/js/tiny_mce/themes/simple/skins removed
src/main/webapp/js/tiny_mce/themes/simple/skins/default removed
src/main/webapp/js/tiny_mce/themes/simple/skins/o2k7 removed
src/main/webapp/js/tiny_mce/themes/simple/skins/o2k7/img removed
src/main/webapp/js/tiny_mce/utils removed
src/main/webapp/js/tinymce4 added
src/main/webapp/js/tinymce4/langs added
src/main/webapp/js/tinymce4/plugins/anchor added
src/main/webapp/js/tinymce4/plugins/charmap added
src/main/webapp/js/tinymce4/plugins/code added
src/main/webapp/js/tinymce4/plugins/colorpicker added
src/main/webapp/js/tinymce4/plugins/emoticons added
src/main/webapp/js/tinymce4/plugins/emoticons/img added
src/main/webapp/js/tinymce4/plugins/hr added
src/main/webapp/js/tinymce4/plugins/image added
src/main/webapp/js/tinymce4/plugins/importcss added
src/main/webapp/js/tinymce4/plugins/link added
src/main/webapp/js/tinymce4/plugins/textcolor added
src/main/webapp/js/tinymce4/plugins/textpattern added
src/main/webapp/js/tinymce4/skins added
src/main/webapp/js/tinymce4/skins/lightgray added
src/main/webapp/js/tinymce4/skins/lightgray/fonts added
src/main/webapp/js/tinymce4/skins/lightgray/img added
src/main/webapp/js/tinymce4/themes/modern added
src/main/webapp/preview/pdfjs/build added
src/main/webapp/preview/pdfjs/cmaps moved
src/main/webapp/preview/pdfjs/web/cmaps
src/main/webapp/preview/pdfjs/images moved
src/main/webapp/preview/pdfjs/web/images
src/main/webapp/preview/pdfjs/locale moved
src/main/webapp/preview/pdfjs/web/locale
src/main/webapp/preview/pdfjs/locale/ach moved
src/main/webapp/preview/pdfjs/web/locale/ach
src/main/webapp/preview/pdfjs/locale/af moved
src/main/webapp/preview/pdfjs/web/locale/af
src/main/webapp/preview/pdfjs/locale/ak removed
src/main/webapp/preview/pdfjs/locale/an moved
src/main/webapp/preview/pdfjs/web/locale/an
src/main/webapp/preview/pdfjs/locale/ar moved
src/main/webapp/preview/pdfjs/web/locale/ar
src/main/webapp/preview/pdfjs/locale/as removed
src/main/webapp/preview/pdfjs/locale/ast moved
src/main/webapp/preview/pdfjs/web/locale/ast
src/main/webapp/preview/pdfjs/locale/az moved
src/main/webapp/preview/pdfjs/web/locale/az
src/main/webapp/preview/pdfjs/locale/be moved
src/main/webapp/preview/pdfjs/web/locale/be
src/main/webapp/preview/pdfjs/locale/bg moved
src/main/webapp/preview/pdfjs/web/locale/bg
src/main/webapp/preview/pdfjs/locale/bn-BD removed
src/main/webapp/preview/pdfjs/locale/bn-IN removed
src/main/webapp/preview/pdfjs/locale/br moved
src/main/webapp/preview/pdfjs/web/locale/br
src/main/webapp/preview/pdfjs/locale/bs moved
src/main/webapp/preview/pdfjs/web/locale/bs
src/main/webapp/preview/pdfjs/locale/ca moved
src/main/webapp/preview/pdfjs/web/locale/ca
src/main/webapp/preview/pdfjs/locale/cs moved
src/main/webapp/preview/pdfjs/web/locale/cs
src/main/webapp/preview/pdfjs/locale/csb removed
src/main/webapp/preview/pdfjs/locale/cy moved
src/main/webapp/preview/pdfjs/web/locale/cy
src/main/webapp/preview/pdfjs/locale/da moved
src/main/webapp/preview/pdfjs/web/locale/da
src/main/webapp/preview/pdfjs/locale/de moved
src/main/webapp/preview/pdfjs/web/locale/de
src/main/webapp/preview/pdfjs/locale/el moved
src/main/webapp/preview/pdfjs/web/locale/el
src/main/webapp/preview/pdfjs/locale/en-GB moved
src/main/webapp/preview/pdfjs/web/locale/en-GB
src/main/webapp/preview/pdfjs/locale/en-US moved
src/main/webapp/preview/pdfjs/web/locale/en-US
src/main/webapp/preview/pdfjs/locale/en-ZA removed
src/main/webapp/preview/pdfjs/locale/eo moved
src/main/webapp/preview/pdfjs/web/locale/eo
src/main/webapp/preview/pdfjs/locale/es-AR moved
src/main/webapp/preview/pdfjs/web/locale/es-AR
src/main/webapp/preview/pdfjs/locale/es-CL moved
src/main/webapp/preview/pdfjs/web/locale/es-CL
src/main/webapp/preview/pdfjs/locale/es-ES moved
src/main/webapp/preview/pdfjs/web/locale/es-ES
src/main/webapp/preview/pdfjs/locale/es-MX moved
src/main/webapp/preview/pdfjs/web/locale/es-MX
src/main/webapp/preview/pdfjs/locale/et moved
src/main/webapp/preview/pdfjs/web/locale/et
src/main/webapp/preview/pdfjs/locale/eu moved
src/main/webapp/preview/pdfjs/web/locale/eu
src/main/webapp/preview/pdfjs/locale/fa moved
src/main/webapp/preview/pdfjs/web/locale/fa
src/main/webapp/preview/pdfjs/locale/ff moved
src/main/webapp/preview/pdfjs/web/locale/ff
src/main/webapp/preview/pdfjs/locale/fi moved
src/main/webapp/preview/pdfjs/web/locale/fi
src/main/webapp/preview/pdfjs/locale/fr moved
src/main/webapp/preview/pdfjs/web/locale/fr
src/main/webapp/preview/pdfjs/locale/fy-NL moved
src/main/webapp/preview/pdfjs/web/locale/fy-NL
src/main/webapp/preview/pdfjs/locale/ga-IE moved
src/main/webapp/preview/pdfjs/web/locale/ga-IE
src/main/webapp/preview/pdfjs/locale/gd moved
src/main/webapp/preview/pdfjs/web/locale/gd
src/main/webapp/preview/pdfjs/locale/gl moved
src/main/webapp/preview/pdfjs/web/locale/gl
src/main/webapp/preview/pdfjs/locale/gu-IN moved
src/main/webapp/preview/pdfjs/web/locale/gu-IN
src/main/webapp/preview/pdfjs/locale/he moved
src/main/webapp/preview/pdfjs/web/locale/he
src/main/webapp/preview/pdfjs/locale/hi-IN moved
src/main/webapp/preview/pdfjs/web/locale/hi-IN
src/main/webapp/preview/pdfjs/locale/hr moved
src/main/webapp/preview/pdfjs/web/locale/hr
src/main/webapp/preview/pdfjs/locale/hu moved
src/main/webapp/preview/pdfjs/web/locale/hu
src/main/webapp/preview/pdfjs/locale/hy-AM moved
src/main/webapp/preview/pdfjs/web/locale/hy-AM
src/main/webapp/preview/pdfjs/locale/id moved
src/main/webapp/preview/pdfjs/web/locale/id
src/main/webapp/preview/pdfjs/locale/is moved
src/main/webapp/preview/pdfjs/web/locale/is
src/main/webapp/preview/pdfjs/locale/it moved
src/main/webapp/preview/pdfjs/web/locale/it
src/main/webapp/preview/pdfjs/locale/ja moved
src/main/webapp/preview/pdfjs/web/locale/ja
src/main/webapp/preview/pdfjs/locale/ka moved
src/main/webapp/preview/pdfjs/web/locale/ka
src/main/webapp/preview/pdfjs/locale/kk moved
src/main/webapp/preview/pdfjs/web/locale/kk
src/main/webapp/preview/pdfjs/locale/km moved
src/main/webapp/preview/pdfjs/web/locale/km
src/main/webapp/preview/pdfjs/locale/kn moved
src/main/webapp/preview/pdfjs/web/locale/kn
src/main/webapp/preview/pdfjs/locale/ko moved
src/main/webapp/preview/pdfjs/web/locale/ko
src/main/webapp/preview/pdfjs/locale/ku removed
src/main/webapp/preview/pdfjs/locale/lg removed
src/main/webapp/preview/pdfjs/locale/lij moved
src/main/webapp/preview/pdfjs/web/locale/lij
src/main/webapp/preview/pdfjs/locale/lt moved
src/main/webapp/preview/pdfjs/web/locale/lt
src/main/webapp/preview/pdfjs/locale/lv moved
src/main/webapp/preview/pdfjs/web/locale/lv
src/main/webapp/preview/pdfjs/locale/mai removed
src/main/webapp/preview/pdfjs/locale/mk moved
src/main/webapp/preview/pdfjs/web/locale/mk
src/main/webapp/preview/pdfjs/locale/ml removed
src/main/webapp/preview/pdfjs/locale/mn removed
src/main/webapp/preview/pdfjs/locale/mr moved
src/main/webapp/preview/pdfjs/web/locale/mr
src/main/webapp/preview/pdfjs/locale/ms moved
src/main/webapp/preview/pdfjs/web/locale/ms
src/main/webapp/preview/pdfjs/locale/my moved
src/main/webapp/preview/pdfjs/web/locale/my
src/main/webapp/preview/pdfjs/locale/nb-NO moved
src/main/webapp/preview/pdfjs/web/locale/nb-NO
src/main/webapp/preview/pdfjs/locale/nl moved
src/main/webapp/preview/pdfjs/web/locale/nl
src/main/webapp/preview/pdfjs/locale/nn-NO moved
src/main/webapp/preview/pdfjs/web/locale/nn-NO
src/main/webapp/preview/pdfjs/locale/nso removed
src/main/webapp/preview/pdfjs/locale/oc moved
src/main/webapp/preview/pdfjs/web/locale/oc
src/main/webapp/preview/pdfjs/locale/or removed
src/main/webapp/preview/pdfjs/locale/pa-IN moved
src/main/webapp/preview/pdfjs/web/locale/pa-IN
src/main/webapp/preview/pdfjs/locale/pl moved
src/main/webapp/preview/pdfjs/web/locale/pl
src/main/webapp/preview/pdfjs/locale/pt-BR moved
src/main/webapp/preview/pdfjs/web/locale/pt-BR
src/main/webapp/preview/pdfjs/locale/pt-PT moved
src/main/webapp/preview/pdfjs/web/locale/pt-PT
src/main/webapp/preview/pdfjs/locale/rm moved
src/main/webapp/preview/pdfjs/web/locale/rm
src/main/webapp/preview/pdfjs/locale/ro moved
src/main/webapp/preview/pdfjs/web/locale/ro
src/main/webapp/preview/pdfjs/locale/ru moved
src/main/webapp/preview/pdfjs/web/locale/ru
src/main/webapp/preview/pdfjs/locale/rw removed
src/main/webapp/preview/pdfjs/locale/sah removed
src/main/webapp/preview/pdfjs/locale/si moved
src/main/webapp/preview/pdfjs/web/locale/si
src/main/webapp/preview/pdfjs/locale/sk moved
src/main/webapp/preview/pdfjs/web/locale/sk
src/main/webapp/preview/pdfjs/locale/sl moved
src/main/webapp/preview/pdfjs/web/locale/sl
src/main/webapp/preview/pdfjs/locale/son moved
src/main/webapp/preview/pdfjs/web/locale/son
src/main/webapp/preview/pdfjs/locale/sq moved
src/main/webapp/preview/pdfjs/web/locale/sq
src/main/webapp/preview/pdfjs/locale/sr moved
src/main/webapp/preview/pdfjs/web/locale/sr
src/main/webapp/preview/pdfjs/locale/sv-SE moved
src/main/webapp/preview/pdfjs/web/locale/sv-SE
src/main/webapp/preview/pdfjs/locale/sw removed
src/main/webapp/preview/pdfjs/locale/ta moved
src/main/webapp/preview/pdfjs/web/locale/ta
src/main/webapp/preview/pdfjs/locale/ta-LK removed
src/main/webapp/preview/pdfjs/locale/te moved
src/main/webapp/preview/pdfjs/web/locale/te
src/main/webapp/preview/pdfjs/locale/th moved
src/main/webapp/preview/pdfjs/web/locale/th
src/main/webapp/preview/pdfjs/locale/tl moved
src/main/webapp/preview/pdfjs/web/locale/tl
src/main/webapp/preview/pdfjs/locale/tn removed
src/main/webapp/preview/pdfjs/locale/tr moved
src/main/webapp/preview/pdfjs/web/locale/tr
src/main/webapp/preview/pdfjs/locale/uk moved
src/main/webapp/preview/pdfjs/web/locale/uk
src/main/webapp/preview/pdfjs/locale/ur moved
src/main/webapp/preview/pdfjs/web/locale/ur
src/main/webapp/preview/pdfjs/locale/vi moved
src/main/webapp/preview/pdfjs/web/locale/vi
src/main/webapp/preview/pdfjs/locale/wo moved
src/main/webapp/preview/pdfjs/web/locale/wo
src/main/webapp/preview/pdfjs/locale/xh moved
src/main/webapp/preview/pdfjs/web/locale/xh
src/main/webapp/preview/pdfjs/locale/zh-CN moved
src/main/webapp/preview/pdfjs/web/locale/zh-CN
src/main/webapp/preview/pdfjs/locale/zh-TW moved
src/main/webapp/preview/pdfjs/web/locale/zh-TW
src/main/webapp/preview/pdfjs/locale/zu removed
src/main/webapp/preview/pdfjs/web added
src/main/webapp/preview/pdfjs/web/locale/bn added
src/main/webapp/preview/pdfjs/web/locale/bo added
src/main/webapp/preview/pdfjs/web/locale/brx added
src/main/webapp/preview/pdfjs/web/locale/cak added
src/main/webapp/preview/pdfjs/web/locale/ckb added
src/main/webapp/preview/pdfjs/web/locale/dsb added
src/main/webapp/preview/pdfjs/web/locale/en-CA added
src/main/webapp/preview/pdfjs/web/locale/gn added
src/main/webapp/preview/pdfjs/web/locale/hsb added
src/main/webapp/preview/pdfjs/web/locale/hye added
src/main/webapp/preview/pdfjs/web/locale/ia added
src/main/webapp/preview/pdfjs/web/locale/kab added
src/main/webapp/preview/pdfjs/web/locale/lo added
src/main/webapp/preview/pdfjs/web/locale/ltg added
src/main/webapp/preview/pdfjs/web/locale/meh added
src/main/webapp/preview/pdfjs/web/locale/ne-NP added
src/main/webapp/preview/pdfjs/web/locale/scn added
src/main/webapp/preview/pdfjs/web/locale/sco added
src/main/webapp/preview/pdfjs/web/locale/szl added
src/main/webapp/preview/pdfjs/web/locale/tg added
src/main/webapp/preview/pdfjs/web/locale/trs added
src/main/webapp/preview/pdfjs/web/locale/uz added

Licenses (5 of 8):

NameStatusDeltaVisual Diff
src/main/webapp/js/tiny_mce/license.txt moved 0.0%
src/main/webapp/js/tinymce4/license.txt
src/main/webapp/preview/pdfjs/cmaps/LICENSE moved 0.0%
src/main/webapp/preview/pdfjs/web/cmaps/LICENSE
src/main/webapp/preview/pdfjs/LICENSE added

Readme Files (4 of 6):

NameStatusDeltaVisual Diff
src/main/webapp/js/tiny_mce/plugins/style/readme.txt removed
src/main/webapp/js/tinymce4/langs/readme.md added
src/main/webapp/js/tinymce4/README.txt added
src/main/webapp/js/tinymce4/skins/lightgray/fonts/readme.md added

Text Files (2 of 13):

NameStatusDeltaVisual Diff
src/main/webapp/js/tiny_mce/leeme.txt removed
src/main/webapp/preview/pdfjs/build/pdf.worker.js.map added

Packages Compared:

OpenKM-document-management-system-6.3.11.tar.gz
OpenKM-document-management-system-6.3.12.tar.gz


Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)