2023/5/14 13:47:40
|
---|
|
Standup ReportsAs @fiammybe started in this thread, it's time for me to be transparent, accountable, and contribute more to the momentum of ImpressCMS than I have in recent times. This is my commitment to getting stuff done. David (@fiammybe) and Raimondas (@MekDrop) have been the key contributors to maintaining our current releases and shaping our new major revamp of the core - and I want to thank them for stepping into this and getting a lot of the groundwork completed. I can't speak for them, or even for you - only myself. I don't just do this for myself, though - it was always done to help the community of users. I have clients that depend on me to provide a solid website for them. However, they are not my primary source of income, so I divide my time. I can't always control outcomes, but I do have a lot of influence over inputs and actions.
Here's my first list of actions I will take:
As I mentioned above, I don't just do this for myself. I do have motivations to do this, regardless. Having feedback is definitely going to help me stay focused and provide some energy to get things done. Less feedback and participation will probably mean that it will only take a bit longer, that's all. Thanks to all who have participated and contributed to getting ImpressCMS this far! |
2023/5/15 20:05:20
|
---|
|
Re: Standup ReportsRemember when we were hosting our repositories on Assembla? They had a feature for standup reports, and I added recurring events to my calendar to update my standup reports twice a week - Wednesday evenings and Saturday mornings. Those reminders still come up. So - I will use those reminders to trigger updates for what I'm working on. David also has a thread for what he's working on - we focus on different things, all of them are to keep some momentum going for ImpressCMS. There's something I want to emphasize - the minimum PHP requirement for the upcoming 2.0 has been lowered to PHP 7.4. That does not mean it will not work on PHP 8. It just means we will not be introducing anything in this release that requires PHP 8 to function. I work with that in mind. Because I do support sites with a variety of requirements, I do test a wide variety of actions and methods. So, the requirements have been expanded for functions provided and governed by the core, regardless of PHP version. I will be looking to have my pending changes merged to the release branch by Wednesday, and adding an update for some external libraries (PHPMailer among them). Support for Google Analytics 4 will also be part of this release. Onward and Upward! |
2023/5/21 8:43:42
|
---|
|
Re: Standup ReportsDoing some testing before merging in changes and packaging everything up. Found something that needs to be addressed - a function call to a function that has been removed (icms_float). I should have something by the end of the day. Once I can validate a fresh install, I'll check an upgrade before releasing. |
2023/5/28 12:08:44
|
---|
|
Re: Standup ReportsMy commitments were to get the release ready for review, and that has been completed, thanks to David and Raimondas. All major hurdles have been cleared - complete install and upgrade (from 1.4.4) have been successful. There is an open pull request to merge in the update to PHPMailer. Once that is reviewed and merged, we can move ahead with the release. I need to verify the GA4 changes have been merged - they aren't showing up in the branch yet There are some things I would like to see added - a responsive theme, for one - but I'd rather get this out and work on some refinements afterwards. As mentioned earlier, there are some updates to modules that will also need to be done to work with this release. I'll be posting PRs this week for the ones I have found. For this week -
|
2023/5/30 5:34:25
|
---|
|
Re: Standup ReportsI'm working on a responsive theme in Bootstrap 5, but that is still some way of, certainly if you want it to work nicely on mobile devices (more than 50% of web trafic nowadays) AND be flexible with the standard layout in iTheme. |
_________________
|
2023/5/30 20:19:13
|
---|
|
Re: Standup ReportsMy initial tests were with PHP7.4. Testing with PHP8.0, there are some errors to overcome. I will be posting updates soon. |
2023/6/3 11:10:01
|
---|
|
Re: Standup ReportsI've made some changes to be able to get things working - mostly - on PHP8.2. The latest issue is the version of HTMLPurifier. There is a version that is PHP8 compliant and I've begun testing with that. There are some changes to how things get loaded that are different, so it will take a bit of effort. If you disable HTMLPurifier (not recommended if users are allowed to post), the core appears fully functional on PHP 8.2. |
2023/6/7 21:23:28
|
---|
|
Re: Standup ReportsHTMLPurifier has been updated successfully. Now on to WideImage. Viewing, adding, duplicating, and deleting are all working as expected. Editing (resize, crop, filter) all need some work. I’m not sure if it’s WideImage or the image-editor library. |
2023/6/10 19:52:34
|
---|
|
Re: Standup ReportsI continued to test WideImage and the image editor. Basis for further testing -
Initially I found that everything worked with the new WideImage library on ICMS 1.4.4 (max PHP is 7.4), but not in ICMS 2.0 with PHP 7.4. As it turns out, it was a preload method that was empty (icms_BootstrapEventHandler::backwardCompatibility). Adding a return value got it working on the 2.0.0RC branch (1.5.x) and PHP 7.4. End result - all the functions work when using PHP 7.4. Switching to PHP 8.x results in failures when using the editor, whether it's crop, resize, or filter. Now, to figure out the PHP 8 issues. It may, or may not, be something with the WideImage library. It may, or may not, be something with the image editor library. It may, or may not, be something with the core (the last issue was). Another colleague has been helping me with this, as he now has some additional discretionary time. Hopefully, we'll figure this out soon.
|
2023/6/10 23:01:02
|
---|
|
Re: Standup ReportsWould this be an appropriate time to release another RC? |
_________________
|
2023/6/14 19:37:58
|
---|
|
Re: Standup ReportsJust about. If our goal is for this release to run on PHP8, there are a few things that need to be addressed. If PHP7.4 is acceptable, then we are ready for another RC release. The PR to update HTMLPurifier to work with PHP8 is waiting for review. Once that is merged, there aren't any fatal errors that I know of (one that I cannot reproduce during install, but occurs for another tester on Windows. We have a fix for that). There is one thing that does not work on PHP8 - the image editor is the one I am struggling with. It does work on PHP7.4, though. Mozilla's debug console says there is a missing semicolon in the javascript. But, only in PHP8+. So, something is being passed as an argument to the js functions that isn't properly formatted. I'll fix the few other things I know about and leave the image editor for another time. More testers and eyes on the issue will help. PRs to the next release
|
2023/6/24 9:18:16
|
---|
|
Re: Standup Reports
The Google Analytics update for GA4 is waiting on some minor changes, then it can be merged, too. We may even want to release a patch, since there are only days left before Google automatically changes |
2023/7/29 16:25:37
|
---|
|
Re: Standup ReportsA patch was released for GA-4 for 1.4.4 and 1.3.11, as well as a new release - 1.4.5, specifically for the GA-4 update. Things in progress -
I've also been looking at the HackerOne reports and working on prioritizing those for upcoming releases. |
2023/8/4 6:33:39
|
---|
|
Re: Standup ReportsHi,
I think we are ready for a 2.0 RC.
|
_________________
|
2023/8/20 6:06:50
|
---|
|
Re: Standup ReportsDuring my final tests, there were some things we needed to address before releasing. A couple more merge requests - an update to the GA4 plugin because it used a legacy class name and has a fatal error in 2.0. And, a final fix to the image editor so the plugins work now! (crop, resize, and filter were broken when using PHP8+). The changes for the theme selector block have also been approved are are ready to merge. Once these have been merged, we can package and release 2.0RC! |
2023/8/21 7:58:32
|
---|
|
Re: Standup ReportsThose updates have been applied. Now, in testing on PHP8.1, I've discovered another update is needed - HTMLPurifier. Again. I'm not sure how this was missed. It looks as though I tested it locally and never pushed the proper files to github. |
2023/8/21 12:35:06
|
---|
|
Re: Standup ReportsI'm encountering errors in PHP 8.1 with the 'count()' use in some IPF instances. I'll create tickets and see what I can come up with. |
_________________
|
2023/10/7 8:42:59
|
---|
|
Re: Standup ReportsI think we've cleared all the known issues with this release. We had an open issue for MySQL 8 compatibility and I've done a fresh install and navigated through all the core functions without any errors. Time to bundle everything up and get some more hands on it. |
2023/10/8 9:04:18
|
---|
|
Re: Standup ReportsIf you want to include iTheme2 to this version, that would be great. I have been trying different modules and fixing stuff here and there, but I think we are not too far away from a first release of the theme. Getting feedback from different points of view and use cases would be great. |
_________________
|
2023/10/14 9:38:23
|
---|
|
Re: Standup ReportsWe could bundle it the the release like we do with certain modules. At some point, we can make it the core theme. |