This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add some missing documentation. * Adjust some documentation due to breaking changes. * Adjust structure of documentation for easier changelog rendering and browsing.
- Loading branch information
1 parent
12c3623
commit 8c862bc
Showing
24 changed files
with
118 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Up till v0.0.8 | ||
============== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
0.0.8/20180306-120-facet-configuration | ||
0.0.8/20180308-131-respect-page-cache-clear | ||
0.0.8/20180308-introduce-php70-type-hints | ||
0.0.8/20180309-25-provide-sys-language-uid | ||
0.0.8/20180315-134-make-conent-fields-configurable | ||
0.0.8/20180410-148-keep-sys_language_uid | ||
0.0.8/20180424-149-extract-relation-resolver-to-data-processing | ||
0.0.8/20180518-75-make-index-name-configurable | ||
0.0.8/20180926-163-allow-zero-as-typoscript-filter-value | ||
0.0.8/20181027-added-flush-command | ||
0.0.8/20181027-remove-cms7-support | ||
0.0.8/20181106-170-do-not-specify-the-pluginname-in-configurationcontainer |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
v0.1.0 | ||
====== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
0.1.0/2018-elasticsearch-upgrade | ||
0.1.0/20181027-allow-multiple-identifier-on-cli | ||
0.1.0/20181028-fluid-templating-list-items | ||
0.1.0/20181227-rename-of-configuration-files |
9 changes: 9 additions & 0 deletions
9
Documentation/source/changelog/0.1.0/2018-elasticsearch-upgrade.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Breaking Change "Elasticsearch Upgrade" | ||
======================================= | ||
|
||
By now Elasticsearch v6.x is required in order to work. | ||
|
||
You might need to change some configuration, as this is just piped through to | ||
Elasticsearch. Check out the breaking changes of Elasticsearch from 5.x to 6.x. | ||
|
||
Also update your Elasticsearch instance. |
13 changes: 13 additions & 0 deletions
13
Documentation/source/changelog/0.1.0/20181027-allow-multiple-identifier-on-cli.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Breaking Change "Allow multiple identifiers on cli" | ||
=================================================== | ||
|
||
All CLI commands except a comma separated list of IDs now. Still single IDs are allowed. | ||
|
||
Each Identifier will be processed one by another. This is just for continence to not | ||
call the command multiple times with different identifiers. | ||
|
||
Spaces are ignored before and after commas. | ||
|
||
|
||
As the argument was renamed from ``--identifier`` to ``--identifiers``, this is | ||
considered a breaking change. |
28 changes: 28 additions & 0 deletions
28
Documentation/source/changelog/0.1.0/20181028-fluid-templating-list-items.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
Feature "Added fluid partials for list items" | ||
============================================= | ||
|
||
When using a separate partial for ListItem you can simply adjust for your custom page type: | ||
|
||
Example ListItem.html:: | ||
----------------------- | ||
.. code-block:: html | ||
:linenos: | ||
|
||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" | ||
data-namespace-typo3-fluid="true"> | ||
|
||
<f:comment> | ||
Add opening for possible different partials based on Document types: | ||
</f:comment> | ||
|
||
{f:render(partial: 'resultItem-{result.search_document_type}', arguments: {result: result)} | ||
|
||
<f:section name="resultItem-pages"> | ||
// Render pages | ||
</f:section> | ||
|
||
<f:section name="resultItem-documentType"> | ||
// Render custom "documentType" | ||
</f:section> | ||
|
||
</html> |
6 changes: 6 additions & 0 deletions
6
Documentation/source/changelog/0.1.0/20181227-rename-of-configuration-files.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Breaking Change "Configuration files were renamed" | ||
================================================== | ||
|
||
TypoScript configuration files now end with ``.typoscript`` instead of ``.txt``. | ||
|
||
If you require these files via include statements with full file name, these need to be adjusted. |
4 changes: 0 additions & 4 deletions
4
Documentation/source/changelog/20181027-allow-multiple-identifier-on-cli.rst
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
Documentation/source/changelog/20181028-fluid-templating-list-items.rst
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters