AddOn
Yform Usability
Beschreibung
Ergänzt YForm um nützliche Funktionen wie Drag & Drop und Status On/Off.Mit diesem Addon soll die Bearbeitung in Yform mit kleinen Erweiterungen erleichtert/intuitiver werden.
Funktionsliste
Yform Table Manager: Drag&Drop der Zeilen in den Datentabellen (es muss ein Prio-Tabellen-Feld verwendet werden das prio heisst)
Yform Table Manager: schnelles Online/Offline schalten einzelner Zeilen (es muss ein Tabellen-Feld verwendet werden das status heisst)
github.com/FriendsOfREDAXO/yform_usability
Umsetzung
Versionen
2.3.0
Felder können nun kopiert werden
What's Changed
- Thumbnailsandprio by @skerbis in https://github.com/FriendsOfREDAXO/yform_usability/pull/179
- Fix Warning - Undefined array key "status_first_column_all" by @tyrant88 in https://github.com/FriendsOfREDAXO/yform_usability/pull/181
- copy field added by @skerbis in https://github.com/FriendsOfREDAXO/yform_usability/pull/182
- Bump version to 2.3.0 by @skerbis in https://github.com/FriendsOfREDAXO/yform_usability/pull/183
- Update Extensions.php by @skerbis in https://github.com/FriendsOfREDAXO/yform_usability/pull/184
Full Changelog: https://github.com/FriendsOfREDAXO/yform_usability/compare/2.2.0...2.3.0
2.2.0
2.20
- Liefert ein Mediapreview für ausgewählte Felder und Tabellen
- Fixed: https://github.com/FriendsOfREDAXO/yform_usability/issues/160
- Fixed: https://github.com/FriendsOfREDAXO/yform_usability/issues/172
- Fixed: https://github.com/FriendsOfREDAXO/yform_usability/issues/172
Außerdem integriert es auch den PR https://github.com/FriendsOfREDAXO/yform_usability/pull/177 von dpf-dd
in ausgewählten Tabellen und Spalten kann eine Thumbnail , bzw. Symbolansicht aktiviert werden mit direkter Verlinkung zum Medienpool.
Übernommener PR
Das Status-Feld muss jetzt im Table Manager auf "sichtbar" gesetzt sein!
Mit diesem Update kann die Spalte „Status“ an den Anfang (statt wie bisher an das Ende) gesetzt werden.
Unter „yForm“ – „Usability“ kann diese Funktion für alle oder ausgewählte Tabellen eingestellt werden.
„Bonus-Bugfix 1“:
Die Status-Spalte kann nun sortiert werden (was zuvor nicht möglich war) und ist nun standardmäßig als sortierbar eingestellt.
„Bonus-Bugfix 2“:
Wenn das Statusfeld im yForm-Tabellenmanager nicht auf „In Liste ausblenden“ gesetzt war, wurde die Statusspalte bisher doppelt angezeigt. Da nun die vorhandene Statusspalte manipuliert wird, anstatt einen Klon zu erstellen, wird diese Dopplung verhindert. Wenn das Statusfeld im yForm-Tabellenmanager aber auf „In Liste ausblenden“ gesetzt ist, wird der Status nun nicht mehr angezeigt (statt vorher nun einmal).
Hinweis 1: Um die neue Funktion nutzen zu können, muss sie zunächst über die Seite mit den Usability-Einstellungen aktiviert werden. Die bloße Installation oder Aktualisierung des Updates hat daher keine Auswirkungen auf andere benutzerdefinierte Daten.
Hinweis 2: Aufgrund von "Bonus Bugfix 2" ist die bestehende und bereits integrierte Funktion "Online/Offline Status anzeigen" obsolet geworden, da die Anzeige der Spalte grundsätzlich über den Table Manager justiert werden kann.
Unabhängig davon finde ich die Benennung "Online/Offline Status anzeigen" suboptimal, dass ich die Spalte auch dann noch angezeigt bekomme, wenn die Funktion deaktiviert ist, aber das Feld im Table Manager zur Anzeige eingestellt wurde! Beste Lösung wäre, das Label einfach umzubenennen in "Status-Toggler aktivieren", dann ist es semantisch deutlich besser! Ich habe da aber jetzt nichts verändert, wollte es aber nicht unerwähnt lassen...
Hinweis 3: Ich habe den PR auf einem anderen Server mit frischem Redaxo und yForm 5 getestet und keinerlei Probleme oder Fehler gefunden.
What's Changed
-
Thumbnails und Symbole und New feature: State column first by @skerbis in https://github.com/FriendsOfREDAXO/yform_usability/pull/178
-
New feature: State column first #177 @dpf-dd
Full Changelog: https://github.com/FriendsOfREDAXO/yform_usability/compare/2.1.6...2.2.0
2.1.6
What's Changed
- Callbacks in der "First class callable syntax" by @christophboecker in https://github.com/FriendsOfREDAXO/yform_usability/pull/173
- 2.1.6 by @skerbis in https://github.com/FriendsOfREDAXO/yform_usability/pull/175
Full Changelog: https://github.com/FriendsOfREDAXO/yform_usability/compare/2.1.5...2.1.6
2.1.5
What's Changed
- Fixed two warnings "passing null to parameter #1..." by @tyrant88 in https://github.com/FriendsOfREDAXO/yform_usability/pull/165
- Fix warnings "count()...must be countable..." by @tyrant88 in https://github.com/FriendsOfREDAXO/yform_usability/pull/167
- Anpassung für YForm 5 by @christophboecker in https://github.com/FriendsOfREDAXO/yform_usability/pull/171
- 2.1.5 by @skerbis in https://github.com/FriendsOfREDAXO/yform_usability/pull/174
New Contributors
- @christophboecker made their first contribution in https://github.com/FriendsOfREDAXO/yform_usability/pull/171
Full Changelog: https://github.com/FriendsOfREDAXO/yform_usability/compare/2.1.4...2.1.5
2.1.4
Status Select funktionierte in der Übersicht nicht.
What's Changed
- Bugfix Status Change for Type Select by @michael-kreatif in https://github.com/FriendsOfREDAXO/yform_usability/pull/163
Full Changelog: https://github.com/FriendsOfREDAXO/yform_usability/compare/2.1.3...2.1.4
2.1.3
What's Changed
- bugfix drag and drop sort yform table fields by @michael-kreatif in https://github.com/FriendsOfREDAXO/yform_usability/pull/161
thx to @isospin
Full Changelog: https://github.com/FriendsOfREDAXO/yform_usability/compare/2.1.2...2.1.3
2.1.2
Bugfix Drag and Drop
What's Changed
- new version 2.1.2 + bugfix drag and drop by @michael-kreatif in https://github.com/FriendsOfREDAXO/yform_usability/pull/159
Full Changelog: https://github.com/FriendsOfREDAXO/yform_usability/compare/2.1.1...2.1.2
2.1.1
What's Changed
Überarbeitetes Status-Feld. Jetzt auch kompatibel zu YForm und URL.
Zusätzlicher Bugfix für YForm 4.1.1 (SQL Fehler auf Detailseite).
- Bugfix Status toggle yorm + packages included by @michael-kreatif in https://github.com/FriendsOfREDAXO/yform_usability/pull/151
- version bump by @alxndr-w in https://github.com/FriendsOfREDAXO/yform_usability/pull/153
- Bugfix Status Toggle environment by @michael-kreatif in https://github.com/FriendsOfREDAXO/yform_usability/pull/154
- bugfix version by @michael-kreatif in https://github.com/FriendsOfREDAXO/yform_usability/pull/155
- merge bugfixes and status toggle by @michael-kreatif in https://github.com/FriendsOfREDAXO/yform_usability/pull/157
Full Changelog: https://github.com/FriendsOfREDAXO/yform_usability/compare/2.0.11...2.1.1
2.0.11
What's Changed
- fix warning in getName by @danielplan in https://github.com/FriendsOfREDAXO/yform_usability/pull/139
- Bugfix value fields only for backend by @michael-kreatif in https://github.com/FriendsOfREDAXO/yform_usability/pull/149
New Contributors
- @danielplan made their first contribution in https://github.com/FriendsOfREDAXO/yform_usability/pull/139
Full Changelog: https://github.com/FriendsOfREDAXO/yform_usability/compare/2.0.10...2.0.11
2.0.10
What's Changed
- Kleinere fixes by @eaCe in https://github.com/FriendsOfREDAXO/yform_usability/pull/140
- chore: add compiled css file by @eaCe in https://github.com/FriendsOfREDAXO/yform_usability/pull/141
- fix: don't delete styles by @eaCe in https://github.com/FriendsOfREDAXO/yform_usability/pull/142
- Bugfix pagination does not keep yfu search filter by @michael-kreatif in https://github.com/FriendsOfREDAXO/yform_usability/pull/145
- Feature: search activation configurable for specific tables by @michael-kreatif in https://github.com/FriendsOfREDAXO/yform_usability/pull/144
New Contributors
- @eaCe made their first contribution in https://github.com/FriendsOfREDAXO/yform_usability/pull/140
Full Changelog: https://github.com/FriendsOfREDAXO/yform_usability/compare/2.0.9...2.0.10
2.0.9
What's Changed
- addStatusToggle return type auf yform4 angepasst by @michael-kreatif in https://github.com/FriendsOfREDAXO/yform_usability/pull/132
- Update package.yml by @alxndr-w in https://github.com/FriendsOfREDAXO/yform_usability/pull/136
Full Changelog: https://github.com/FriendsOfREDAXO/yform_usability/compare/2.0.8...2.0.9
2.0.8
What's Changed
- addStatusToggle return type auf yform4 angepasst by @michael-kreatif in https://github.com/FriendsOfREDAXO/yform_usability/pull/132
Full Changelog: https://github.com/FriendsOfREDAXO/yform_usability/compare/2.0.8...2.0.9
2.0.8
What's Changed
- deliver initial style.css by @tyrant88 in https://github.com/FriendsOfREDAXO/yform_usability/pull/124
- Fix für den Fall, dass ein möglicher Wert des Statusfeldes gelöscht w… by @tyrant88 in https://github.com/FriendsOfREDAXO/yform_usability/pull/128
- Anpasungen an readme und Sprach-Dateien by @tyrant88 in https://github.com/FriendsOfREDAXO/yform_usability/pull/129
- Status angepasst by @tbaddade in https://github.com/FriendsOfREDAXO/yform_usability/pull/127
- bugfix css lang-tabs dark-mode by @michael-kreatif in https://github.com/FriendsOfREDAXO/yform_usability/pull/134
- removed urlQuery Handling by @michael-kreatif in https://github.com/FriendsOfREDAXO/yform_usability/pull/133
- Update package.yml by @alxndr-w in https://github.com/FriendsOfREDAXO/yform_usability/pull/135
New Contributors
- @tbaddade made their first contribution in https://github.com/FriendsOfREDAXO/yform_usability/pull/127
- @michael-kreatif made their first contribution in https://github.com/FriendsOfREDAXO/yform_usability/pull/134
Full Changelog: https://github.com/FriendsOfREDAXO/yform_usability/compare/2.0.7...2.0.8
2.0.7
Fixes für PHP 8.1
2.0.5
- Status-Select-Feld Breite vergrößert und an Aktions-Dropdown von YForm 4 angepasst
Full Changelog: https://github.com/FriendsOfREDAXO/yform_usability/compare/2.0.4...2.0.5
2.0.4
What's Changed
- fix warning by @alxndr-w in https://github.com/FriendsOfREDAXO/yform_usability/pull/101
- Datalist Überlauf scrollbar machen (bootstrap 3 Klasse table-responsive) by @alxndr-w in https://github.com/FriendsOfREDAXO/yform_usability/pull/103
Full Changelog: https://github.com/FriendsOfREDAXO/yform_usability/compare/2.0.3...2.0.4
2.0.3
2.0.x
Breaking Change
Diese Version setzt yForm 4 voraus.
- added: update.php
- fix: for partial cannot be placed after widget @skerbis
- Update: README.md @alxndr-w , @skerbis
- New: Added Installer Action @skerbis
- New: checks Version of URL-AddOn @skerbis
- Added: form-control-Class for <select> @alxndr-w
- Fix Table name @alxndr-w
- Fix drag & drop warning @alxndr-w
- YForm 4 kompatibler yform_usability 2 Beta-Release @alxndr-w
- Drag & Drop API-Aufruf fixen @alxndr-w
- Update lang_tabs.php @alxndr-w
- Yform 4 function button @alxndr-w
- fix Warning: Undefined array key 0
- define REDAXO version @alxndr-w
- set default config @alxndr-w
1.4
Yform3 Support hinzugefügt
1.3.4
bugfix sortable funktioniert wieder
1.3.3
- Yform Cache wird nun gelöscht beim Sortieren der Tabellen-Felder
- Bugfix: einfacher Status-Toggle funktioniert nun wieder
1.2.8
Es können wieder beliebig viele Optionen für status hinterlegt werden.