Tom Mittelstädt
Tom Mittelstädt
Just stumbleded around this issue trying to find an "easy" way to add custom css (and data-attributes) to a widget (in order to use bootstrap-select). Kinda surprised that this is...
However you can use django-widget-tweaks in order to customize the input widget before it is handled by django-bootsrap4. This might be a nice solution: ``` {% bootstrap_field form.field|add_class:"what_ever_class_you_like"|attr:"data-foo:bar" %} ```
I tried to find reproduciblal things now for several weeks as this buggs me out. Transitions work if: - RGB value is adjusted (from RGB to RGB) - Brightness is...
This issue persists in 31.0.2 - only some values from defaults.php are used. > The assignment to OC.theme.name is done here: > > [server/lib/private/Template/JSConfigHelper.php](https://github.com/nextcloud/server/blob/00aa8f543841c6bfd853a3ac5cb4ff3ab0a058ae/lib/private/Template/JSConfigHelper.php#L242) > > Line 242 in [00aa8f5](/nextcloud/server/commit/00aa8f543841c6bfd853a3ac5cb4ff3ab0a058ae)...
So, deeper into the rabbit hole. The values from `themes/.../defaults.php` are overwritten as soon as there is a "name" specified in the database: https://github.com/nextcloud/server/blob/b03ffab5f0f39139c71cb2b8c370ca3f3d1ad391/apps/theming/lib/ThemingDefaults.php#L71 Returning `$this->name` (or replacing it with...
For now it seems to be quite easy to fix this without any side effects to other defaults by re-using existing logic: https://github.com/nextcloud/server/compare/master...1358:server:fix-legacy-theming This goes hand in hand with the...
Is there a chance to get a PR merged adressing all these legacy inconsistencies until the theming app is capable handling all of them (as there are several issues about...
I guess https://github.com/1358/server/pull/1 would be an easy snatch to handle all that old issues until migration to the theming app is done.
Faced the same issue. Recompiling the server after the system updates fixed it.
I added ```Output *ONLY* the Summary itself, leave out any introduction.``` to the Prompt here https://github.com/nextcloud/mail/blob/ee21dccc3d517eb5e9a2c8fd6fb8fd588ac73382/lib/Service/AiIntegrations/AiIntegrationsService.php#L100 (and asked to summarize in a specific language) which seems to successfully solve this...