Re: Standup Reports |
by fiammybe on 2024/1/1 9:49:18 The editor integration is a bit messy, with in my view lots of times whee configuration is rebuilt and overwritten later in the loop. It's not as easy as I had hoped, so please bear with me as I try to make sense of it all ... I first tried to update the CKEditor version to v5, which is the current, supported, one. That version is not backward compatible with previous versions, which means that the entire integration would need to be rewritten. The javascript functions in the CKEDITOR object that replace a textarea on the page no longer exist, so I am now greeted with a nice, empty editor space That's something for later, after I get the v4 integration correct again. |
Re: Standup Reports |
by skenow on 2023/12/23 13:15:13 For CKeditor - config.js is part of the standard package from the developers (we've run into this with things we've done with Smarty, too). What's in there could be moved to formCkeditor.php |
Re: Standup Reports |
by fiammybe on 2023/12/22 9:13:46 current score : 2 down, 1 to go (the new theme is a bit too ambitious before the end of the year). I'm looking in the CKEditor stuff now, might even just go for an update to CKEditor 5 if I can get that to run in a reasonable timeframe (next 2 days) |
Re: Standup Reports |
by skenow on 2023/11/18 10:19:30 PR waiting approval - Password reset: https://github.com/ImpressCMS/impresscms/pull/1527 Issue - Remove banner components from the db: https://github.com/ImpressCMS/impresscms/issues/1528 Issue - CKeditor customizations: https://github.com/ImpressCMS/impresscms/issues/1529 There are a few other improvements to work on. With these and the new theme from @fiammybe, I think we're ready for a release (RC) |
Re: Standup Reports |
by fiammybe on 2023/10/23 1:01:49 works for me. I'll get a first beta version ready for inclusion by the end of the week. |