Dmitry Merkushin

Results 28 comments of Dmitry Merkushin

Just want to add, the problem is inside shCore.js which is part of syntaxhighlighter3. The code of this script is obfuscated. I attach a screenshot of the method that removes...

I was trying to reproduce the problem with WordPress 5 and Classic Editor. When I added the example code from the issue to the Text tab of the Classic Editor...

DB schema: https://dbdiagram.io/d/62ea84d0f31da965e8727c47

@m1r0 What do you think about storing timestamps (started_at, completed_at, created_at, updated_at) as unix timestamp in database (`int` as for internal type)? And that means it will be in UTC....

@m1r0 I added delete methods and changed the timezone to UTC.

> I've noticed that when you remove a student from a course, the course progress is still there. Is this expected? I believe it's out of scope for this PR:...

> I've noticed a few issues: > - The completed_at date is still using the local timezone. > - When I start a lesson, the started_at date is in UTC,...

@m1r0 >> I've noticed that when you remove a student from a course, the course progress is still there. Is this expected? > I believe it's out of scope for...

> I've noticed a few issues: > - The completed_at date is still using the local timezone. > - When I start a lesson, the started_at date is in UTC,...