View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003854 | SOGo | Web Mail | public | 2016-10-20 17:58 | 2016-11-02 16:37 |
Reporter | alwaysk2 | Assigned To | francis | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Platform | [Server] Linux | OS | RHEL/CentOS | OS Version | 7 |
Product Version | 3.2.0 | ||||
Fixed in Version | 3.2.1 | ||||
Summary | 0003854: CKEDITOR additional skins/extensions gets reset on update | ||||
Description | Hi, We are using ckeditor's moonocolor skin and pastefromexcel extension, however when we update sogo all settings gets reset. We need to edit following files to get back skin and extension. FILE - build-config.js:
FILE - ckeditor.js: CKEDITOR.skin.name="moonocolor" CKEDITOR.config.skin='moonocolor'; CKEDITOR.config.plugins= .... ,pastefromexcel, .... FILE- config.js config.extraPlugins = 'pastefromexcel'; Is there any way where we can update sogo and keep these settings? Same thing also happens with LOGO on rootpage which gets reset everytime sogo is updated. | ||||
Tags | No tags attached. | ||||
If you modify build-config.js, it means you're using a custom build of CKEditor so it's unfortunately not possible to avoid the files to be overwritten when updating SOGo. Your best approach would be to move your custom CKEditor to a different directory and modify your webserver configuration to point to it. |
|
Hi Francis, I think I am only using pastefromexcel plugin in CKEditor for SOGo as by applying this plugin SOGo editor allows copy pasting of Excel tables and layouts in proper manner. And about ckeditor skin this can be handled or ignored at my end. Just need this excel thing. Can't this be integrated in default SOGo installation? |
|
wow.. so fast... Thanks a million francis. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2016-10-20 17:58 | alwaysk2 | New Issue | |
2016-10-20 18:02 | francis | Note Added: 0010764 | |
2016-10-21 09:12 | alwaysk2 | Note Added: 0010771 | |
2016-11-02 16:30 | francis | Changeset attached | => sogo master 17e65da6 |
2016-11-02 16:30 | francis | Assigned To | => francis |
2016-11-02 16:30 | francis | Resolution | open => fixed |
2016-11-02 16:34 | alwaysk2 | Note Added: 0010809 | |
2016-11-02 16:37 | francis | Status | new => resolved |
2016-11-02 16:37 | francis | Fixed in Version | => 3.2.1 |