Copilot
|
e84bae2807
|
Make form layout better at wide screens & Make horizontal form column layout configurable via global Twig variables (#1293)
* Initial plan
* Make form column layout configurable with global Twig variables
Co-authored-by: jbtronics <5410681+jbtronics@users.noreply.github.com>
* Rename form column Twig globals to shorter names: label_col, input_col, offset_col
Co-authored-by: jbtronics <5410681+jbtronics@users.noreply.github.com>
* Fixed remaining places where offsets where used
* Fixed margin of delete button on admin forms
* Rename Twig globals: col_label, col_input, offset_label
Co-authored-by: jbtronics <5410681+jbtronics@users.noreply.github.com>
* Added documentation to our twig class variables
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jbtronics <5410681+jbtronics@users.noreply.github.com>
Co-authored-by: Jan Böhmer <mail@jan-boehmer.de>
|
2026-03-07 16:14:58 +01:00 |
|
Jan Böhmer
|
c549665578
|
Fixed flash messages in admin pages
|
2026-03-04 23:24:29 +01:00 |
|
web-devinition.de
|
14a4f1f437
|
Added custom part status (#1053)
* Benutzerdefinierten Bauteilstatus einführen
* PartCustomStateController hinzufügen
* Umstellung Migrationen bzgl. Multi-Plattform-Support.
Zunächst MySQL, SQLite Statements integrieren.
* Postgre Statements integrieren
* Semikolon in Migration entfernen
* Migration für PartCustomState aktualisieren
* Benutzerdefinierten Bauteilstatus in TableSettings aufnehmen
* PartCustomStateControllerTest: Attribute für PHPUnit-Gruppen umgestellt
* PartCustomState: Mapping für Parameter korrigieren
* PartCustomState: Darstellung und Zuordnung von Anhängen ergänzt
Die Sidebar wurde um die Anzeige des benutzerdefinierten Bauteilstatus erweitert, inklusive Vorschaubild, sofern vorhanden.
* Migrationen zusammenführen
* PartCustomState: Anpassungen bzgl. Tests
* PartCustomStateEndpoint hinzufügen
* Made custom part states plural for consistency with other entity captions
* Fixed phpunit error
* Fixed phpstan issues
---------
Co-authored-by: Marcel Diegelmann <marcel.diegelmann@gmail.com>
Co-authored-by: Jan Böhmer <mail@jan-boehmer.de>
|
2025-10-27 21:58:16 +01:00 |
|
Jan Böhmer
|
cc1595e048
|
Added button to user admin to impersonate a certain user
|
2023-07-08 22:43:41 +02:00 |
|
Jan Böhmer
|
9188331c1e
|
Fixed error popup behavior, when turbo could not find a matching turbo-fram in the response.
|
2023-03-13 22:39:07 +01:00 |
|
Jan Böhmer
|
27969a1f65
|
Replaced leftover bootstrap_4 form theme usages with BS5
|
2023-03-05 23:12:44 +01:00 |
|
Jan Böhmer
|
6ff60e556e
|
Properly escape user provided data in trans with data to prevent possible XSS attack vectors.
|
2023-02-26 00:41:08 +01:00 |
|
Jan Böhmer
|
a925597565
|
Show entity preview image on admin page
|
2023-02-05 20:00:11 +01:00 |
|
Jan Böhmer
|
a128f40358
|
Renamed AdminPages/ templates folder to recommended snake_case style
|
2023-02-04 23:34:39 +01:00 |
|