AddOn
Navigation Array
Beschreibung
Helper function zur Generierung von REDAXO-Navigationen
Das AddOn liefert eine Function zur Generierung eines Navigationsarrays.
In YCOM definierte Rechte werden berücksichtigt
Helper function zur Generierung von REDAXO-Navigationen
Das AddOn liefert eine Function zur Generierung eines Navigationsarrays.
In YCOM definierte Rechte werden berücksichtigt
github.com/FriendsOfREDAXO/navigation_array
Umsetzung
Versionen
4.0.0
Die depracated Class \FriendsOfRedaxo\navigationArray und die function navArray() wurden entfernt.
Sofern nicht bereits erfolgt, muss vorhandener Code angepasst werden. Siehe Readme.
Sonst keine Änderungen zu 3.1.1
Removed:
- deprecated:
\FriendsOfRedaxo\navigationArray
class - depracaed:
function navArray()
Full Changelog: https://github.com/FriendsOfREDAXO/navigation_array/compare/3.1.1...4.0.0
3.1.1
3.1.1 🙈 compatibility fix for classic finction NavArray
Neu: Vollständige Verkettung der Factory möglich inkl. generate()
Beispiel:
$navArray = BuildArray::create()->setDepth(3)->generate();
Fixes in der Readme, Danke @erraiva
3.0.0
Namespace hat sich geändert und es wurde Raum für neue zusätzliche Classes geschaffen.
Das Array wird nun mit der Class BuildArray erstellt. (Siehe Readme)
Vorher // bis 4.0.0 noch verwendbar
FriendsOfRedaxo\navigationArray(0, 3);
jetzt
new FriendsOfRedaxo\navigationArray\BuildArray(0, 3);
Bitte stellt schon jetzt auf die neue Schreibweise um.
2.0.0 -3.0.0
Was hat sich geändert?
Alles:
- Es ist nun eine Class
- Es gibt einen FilterCallback
- und CustomDataCallback
- Level werden ab den übergeben Kategorien gezählt
- Man kann mehrere Kategorien übergeben die die Ebene 0 darstellen.
- ausführliche Readme
- Anwendungsbeispiele
- Kategorie-Objekt wurde entfernt in der Übergabe
- die alte func nutzt jetzt die class. Es müssen bei einem Update keine Änderungen durchgeführt werden.
- yrewrite auto start category
- YCOM wird berücksichtigt
2.0.2
Bugfixes, missing Vars
2.0.1
Fixed php version
2.0.0
What's Changed
- Update publish-to-redaxo.yml by @aeberhard in https://github.com/FriendsOfREDAXO/navigation_array/pull/9
- multiple start categories by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/10
- multiple cats as mountpoints by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/11
- added namespace by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/12
- Neue doku by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/13
- added setCategoryFilterCallback by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/14
- readme setCategoryFilterCallback by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/15
- new setCustomDataCallback by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/16
- newsetCustomDataCallback by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/17
- cat object entfernt by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/18
- factory by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/19
- breadcrumb by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/20
- function uses class by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/21
- yrewrite auto start discovery by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/22
- 0 soll auch bei yrewrite möglich sein by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/23
- wenn kein yrewrite start = 0 by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/24
- Ergänzung automatische Erkennung by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/25
- set start to -1 by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/26
- depthcheck from root of selected categories by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/27
Full Changelog: https://github.com/FriendsOfREDAXO/navigation_array/compare/1.2.1...2.0.0
2.0.2
Was hat sich geändert?
Alles:
- Es ist nun eine Class
- Es gibt einen FilterCallback
- und CustomDataCallback
- Level werden ab den übergeben Kategorien gezählt
- Man kann mehrere Kategorien übergeben die die Ebene 0 darstellen.
- ausführliche Readme
- Anwendungsbeispiele
- Kategorie-Objekt wurde entfernt in der Übergabe
- die alte func nutzt jetzt die class. Es müssen bei einem Update keine Änderungen durchgeführt werden.
- yrewrite auto start category
- YCOM wird berücksichtigt
2.0.2
Bugfixes, missing Vars
2.0.1
Fixed php version
2.0.0
What's Changed
- Update publish-to-redaxo.yml by @aeberhard in https://github.com/FriendsOfREDAXO/navigation_array/pull/9
- multiple start categories by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/10
- multiple cats as mountpoints by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/11
- added namespace by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/12
- Neue doku by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/13
- added setCategoryFilterCallback by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/14
- readme setCategoryFilterCallback by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/15
- new setCustomDataCallback by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/16
- newsetCustomDataCallback by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/17
- cat object entfernt by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/18
- factory by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/19
- breadcrumb by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/20
- function uses class by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/21
- yrewrite auto start discovery by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/22
- 0 soll auch bei yrewrite möglich sein by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/23
- wenn kein yrewrite start = 0 by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/24
- Ergänzung automatische Erkennung by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/25
- set start to -1 by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/26
- depthcheck from root of selected categories by @skerbis in https://github.com/FriendsOfREDAXO/navigation_array/pull/27
Full Changelog: https://github.com/FriendsOfREDAXO/navigation_array/compare/1.2.1...2.0.0
1.2.1
Die letzte Version als Funktion