Skip to content

Commit

Permalink
version 9.0.9
Browse files Browse the repository at this point in the history
Docu and License
  • Loading branch information
bihor committed Dec 10, 2019
1 parent b45fff8 commit 06bbd3d
Show file tree
Hide file tree
Showing 11 changed files with 733 additions and 18 deletions.
6 changes: 2 additions & 4 deletions Documentation/Administration/ViewHelper/Index.rst
Expand Up @@ -43,7 +43,5 @@ ViewHelpers
This is an example of the template Carousel.html. Use see, which parameters can be set.
The ViewHelper indicates the files on the file-ending .css or .js. Second example with all parameters::

<cam:addPublicResources path="fileadmin/Resources/Public/Scripts/galleryview/css/jquery.galleryview-3.0-dev.css" addSlash="TRUE"></cam:addPublicResources>
<cam:addPublicResources path="fileadmin/Resources/Public/Scripts/galleryview/js/jquery.galleryview-3.0-dev.js" compress="FALSE" footer="TRUE" library="" addSlash="TRUE"></cam:addPublicResources>

addSlah-parameter: add a slash at the beginn of the path?
<cam:addPublicResources path="fileadmin/Resources/Public/Scripts/galleryview/css/jquery.galleryview-3.0-dev.css"></cam:addPublicResources>
<cam:addPublicResources path="fileadmin/Resources/Public/Scripts/galleryview/js/jquery.galleryview-3.0-dev.js" compress="FALSE" footer="TRUE" library=""></cam:addPublicResources>
3 changes: 2 additions & 1 deletion Documentation/Changelog/Index.rst
Expand Up @@ -195,5 +195,6 @@ Version Changes
TS category.storagePids, category.sortBy and category.orderBy added.
The field "childs" of {content.categoriesAndParents} is now an array, not a string.
The repository works now without the typo3db_legacy extension.
9.0.6 New configuration option: actionForLinks (for ke_search).
9.1.0 New configuration option: actionForLinks (for ke_search).
Bugfix: AddPublicResourcesViewHelper.
========== ============================================================================================================================
25 changes: 23 additions & 2 deletions Documentation/Configuration/PageTSconfig/Index.rst
Expand Up @@ -18,7 +18,7 @@
Page TSconfig
^^^^^^^^^^^^^

- You can use the Page TSconfig to define some template layouts.
- You can use the Page TSconfig to configure the backend. E.g. you can define some template layouts.

Example
~~~~~~~
Expand Down Expand Up @@ -65,4 +65,25 @@ Here an example for a template (extract) with 2 layouts:

|img-19|

*Image 17: You find this on the Ressources tab of a page*
*Image 17: You find this on the Ressources tab of a page*

- Furthermore you can use TSconfig to hide/remove FlexForm-settings. Examples:

::

TCEFORM {
tt_content {
pi_flexform {
camaliga_pi1 {
sDEF {
switchableControllerActions.removeItems = Content->adGallery;Content->search;Content->show,Content->coolcarousel;Content->search;Content->show,Content->ekko;Content->search;Content->show,Content->elastislide;Content->search;Content->show,Content->fancyBox;Content->search;Content->show,Content->flipster;Content->search;Content->show,Content->fractionSlider;Content->search;Content->show,Content->fullwidth;Content->search;Content->show,Content->galleryview;Content->search;Content->show
}
sMORE {
settings\.more\.setModulo.disabled = 1
settings\.more\.slidesToShow.disabled = 1
settings\.more\.slidesToScroll.disabled = 1
}
}
}
}
}
2 changes: 1 addition & 1 deletion Documentation/Introduction/Contact/Index.rst
Expand Up @@ -20,5 +20,5 @@ Contact

- You can write me a message on my homepage:

`www.quizpalme.de/kontakt.html <http://www.quizpalme.de/kontakt.html>`_
`www.quizpalme.de/kontakt.html <http://www.quizpalme.de/kontakt>`_

Expand Up @@ -45,7 +45,5 @@ ViewHelpers
Das Beispiel stammt aus dem Carousel.html Template. Da kann man also schon mal sehen, welche Parameter man angeben kann.
Die CSS- und JS-Dateien werden Anhand der Endung erkannt. Zweites Beispiel mit allen Parametern::

<cam:addPublicResources path="fileadmin/Resources/Public/Scripts/galleryview/css/jquery.galleryview-3.0-dev.css" addSlash="TRUE"></cam:addPublicResources>
<cam:addPublicResources path="fileadmin/Resources/Public/Scripts/galleryview/js/jquery.galleryview-3.0-dev.js" compress="FALSE" footer="TRUE" library="" addSlash="TRUE"></cam:addPublicResources>

addSlah-parameter: füge einen Slash (/) am Anfang des Pfades hinzu?
<cam:addPublicResources path="fileadmin/Resources/Public/Scripts/galleryview/css/jquery.galleryview-3.0-dev.css"></cam:addPublicResources>
<cam:addPublicResources path="fileadmin/Resources/Public/Scripts/galleryview/js/jquery.galleryview-3.0-dev.js" compress="FALSE" footer="TRUE" library=""></cam:addPublicResources>
Expand Up @@ -21,5 +21,5 @@ Kontakt
- Man kann mir eine Nachricht über meine Homepage schreiben:

`www.quizpalme.de/kontakt.html
<http://www.quizpalme.de/kontakt.html>`_
<http://www.quizpalme.de/kontakt>`_

Expand Up @@ -18,7 +18,8 @@
Seiten-TSconfig
^^^^^^^^^^^^^^^

- Mittels der TypoScript-Konfiguration über Seiten-TSconfig kann man mehrere Layout für ein Template definieren.
- Mittels der TypoScript-Konfiguration über Seiten-TSconfig kann man das Backend beeinflussen.
Z.B. kann man mehrere Layouts für ein Template definieren.

Beispiel
~~~~~~~~
Expand Down Expand Up @@ -67,3 +68,24 @@ Hier ein Beispiel mit 2 Layouts:
|img-17|

*Abbildung 17: Dies findet man im Ressources-Tab einer Seite*

- Man kann über die TSconfig auch unnötige FlexForm-Felder ausblenden. Ein Beispiel:

::

TCEFORM {
tt_content {
pi_flexform {
camaliga_pi1 {
sDEF {
switchableControllerActions.removeItems = Content->adGallery;Content->search;Content->show,Content->coolcarousel;Content->search;Content->show,Content->ekko;Content->search;Content->show,Content->elastislide;Content->search;Content->show,Content->fancyBox;Content->search;Content->show,Content->flipster;Content->search;Content->show,Content->fractionSlider;Content->search;Content->show,Content->fullwidth;Content->search;Content->show,Content->galleryview;Content->search;Content->show
}
sMORE {
settings\.more\.setModulo.disabled = 1
settings\.more\.slidesToShow.disabled = 1
settings\.more\.slidesToScroll.disabled = 1
}
}
}
}
}
3 changes: 2 additions & 1 deletion Documentation/Localization.de_DE/Nderungen/Index.rst
Expand Up @@ -202,5 +202,6 @@ Version Änderungen
Das Feld "childs" von {content.categoriesAndParents} ist jetzt ein Array und kein String mehr.
Siehe Kapitel "Updaten auf Camaliga 9.0.0".
Das Repository läuft nun auch ohne die Extension typo3db_legacy.
9.0.6 Neue Konfigurationsmöglichkeit: actionForLinks (für ke_search).
9.1.0 Neue Konfigurationsmöglichkeit: actionForLinks (für ke_search).
Bugfix: AddPublicResourcesViewHelper.
========== =====================================================================================================================

0 comments on commit 06bbd3d

Please sign in to comment.