ArchBlood

Results 114 comments of ArchBlood

I don't mind the idea, my only concern would be the translations that could also confuse the users; ### Example #### German Language Translation `Role => Rolle` > Rolle: A...

Just to check, are you running on InnoDB? Check ACP > Information > Prerequisites Looking at the error stack the following lines of code is supposed to make sure to...

The error you're encountering suggests that `Yii::$app->db->pdo` is null when attempting to execute the `exec()` function in the `beforeAction()` method. This could happen if the database connection is not properly...

> @luke- if you agree with this suggestion, I can send a PR In this case, I believe instead of opening in a new window (i.e. opening the direct link...

The issue is more related to experimental UI currently isn't it? https://developer.chrome.com/blog/richer-install-ui-desktop https://web.dev/patterns/web-apps/richer-install-ui

It seems to me that this is more related to beta versions and browsers which have experimental functions enabled which we shouldn't really need to implement improvements due to changes...

If it were to be implemented, something like the following could be added to the ManifestController; ### Example ```php /** * Handles generating screenshots for the manifest. * * @return...

Here's a modified version to this; ```php /** * Returns a list of available mail summary intervals with their corresponding times * * @return array the intervals with times */...

Also in `MailSummary.php` I think the following should be changed @luke-; https://github.com/humhub/humhub/blob/420a5541d947f52f5b365a5e161c1f55a71f28b0/protected/humhub/modules/activity/components/MailSummary.php#L193-L208 ```php /** * Returns the last summary date * * @return string of the last summary mail date...

> > Also in MailSummary.php I think the following should be changed @luke-; > > Yes I was about to file an issue for this, thx for the catch >...