Subject:*
Name/Email:*
Message Icon:*
Message:*
url email imgsrc image php hide code quote
English Nederlands 
VOORBEELD
alignleft aligncenter alignright bold italic underline linethrough   


 [meer...]
Options:*
 

 

 
   
Re: Standup Reports

by skenow on 24/11/2024 14:39:37

There are a few more issues to resolve before the next beta release - some of the system blocks won't display, and some of the system settings (WYSIWYG editor permissions, viewing debug) aren't applying properly. The fixes are pretty straightforward and I'm about ready to submit the pull request. In addition to these updates, I've been working on some other modules that will need some updates to be error free and compatible with 2.0.0 and PHP7/8. These are affecting me because I'm prepping to move several sites to a new host and PHP5.6 won't be an option there (and I'm not going to try to make it an option). While testing the modules and debugging some things, I have to make sure it is in the module and not in the core, which takes a bit longer. Here in the U.S. we're getting ready for Thanksgiving and we get rather busy with food, family, and friends. I hope you all are going to be able to have time with your family and friends, too.
Re: Standup Reports

by fiammybe on 14/11/2024 13:46:00

I just contributed 2 small fixes to make the next release more stable
Re: Standup Reports

by skenow on 10/11/2024 20:10:53

We had scheduled to do another release this weekend, and during testing for some of the things we targeted for this release (2.0.0 beta 2), we discovered some other things we need to address. They're pretty straightforward issues, so we should have them sorted out by next weekend.

Here's the list of issues we're working on.


Re: Standup Reports

by fiammybe on 1/1/2024 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 23/12/2023 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