Skip to content

Commit

Permalink
[DOC] Rewrite change log (FluidTYPO3#1190)
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder authored and Marc Neuhaus committed Dec 10, 2016
1 parent 41525ec commit 683b46f
Show file tree
Hide file tree
Showing 18 changed files with 901 additions and 582 deletions.
603 changes: 21 additions & 582 deletions CHANGELOG.md

Large diffs are not rendered by default.

477 changes: 477 additions & 0 deletions Documentation/Changelog/2.0.0.md

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions Documentation/Changelog/2.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Release: 2.0.1 (2014/09/05)

Generated by:

```
git log --since="2014/09/05" --abbrev-commit --pretty='%ad %s (Commit %h by %an)' \
--date=short | egrep '(\[FEATURE|BUGFIX|REMOVAL\])+'`
```

Full list of changes: https://github.com/FluidTYPO3/vhs/compare/1.0.0...2.0.1

*Please note: the change list above does not contain any TASK commits since they are considered
infrastructure-only and not relevant to end users. The full list includes these!*

14 changes: 14 additions & 0 deletions Documentation/Changelog/2.0.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Release: 2.0.2 (2014/09/19)

Generated by:

```
git log --since="2014/09/19" --abbrev-commit --pretty='%ad %s (Commit %h by %an)' \
--date=short | egrep '(\[FEATURE|BUGFIX|REMOVAL\])+'`
```

Full list of changes: https://github.com/FluidTYPO3/vhs/compare/1.0.0...2.0.2

*Please note: the change list above does not contain any TASK commits since they are considered
infrastructure-only and not relevant to end users. The full list includes these!*

19 changes: 19 additions & 0 deletions Documentation/Changelog/2.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Release: 2.1.0 (2016/10/03)

* 2014-10-02 [BUGFIX] Edge case http query string building (Commit 13d9bdf by Cedric Ziel)
* 2014-09-26 [FEATURE] Add option to invert the FilterViewHelper (Commit 468134c by Stefano Kowalke)
* 2014-09-23 [BUGFIX] Have security ViewHelpers force no cache only in FE (Commit df7a7e3 by Claus Due)
* 2014-09-19 [BUGFIX] Avoid 6.2-only array merge utility on 6.1 (Commit 864630a by Claus Due)

Generated by:

```
git log --since="2014/09/18" --abbrev-commit --pretty='%ad %s (Commit %h by %an)' \
--date=short | egrep '(\[FEATURE|BUGFIX|REMOVAL\])+'`
```

Full list of changes: https://github.com/FluidTYPO3/vhs/compare/2.0.2...2.1.0

*Please note: the change list above does not contain any TASK commits since they are considered
infrastructure-only and not relevant to end users. The full list includes these!*

14 changes: 14 additions & 0 deletions Documentation/Changelog/2.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Release: 2.1.1 (2014/10/03)

Generated by:

```
git log --since="2014/10/02" --abbrev-commit --pretty='%ad %s (Commit %h by %an)' \
--date=short | egrep '(\[FEATURE|BUGFIX|REMOVAL\])+'`
```

Full list of changes: https://github.com/FluidTYPO3/vhs/compare/2.1.0...2.1.1

*Please note: the change list above does not contain any TASK commits since they are considered
infrastructure-only and not relevant to end users. The full list includes these!*

16 changes: 16 additions & 0 deletions Documentation/Changelog/2.1.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Release: 2.1.2 (2014/10/04)

* 2014-10-04 [BUGFIX] Random string bad length given max+min length (Commit 4d16791 by Claus Due)

Generated by:

```
git log --since="2014/10/02" --abbrev-commit --pretty='%ad %s (Commit %h by %an)' \
--date=short | egrep '(\[FEATURE|BUGFIX|REMOVAL\])+'`
```

Full list of changes: https://github.com/FluidTYPO3/vhs/compare/2.1.1...2.1.2

*Please note: the change list above does not contain any TASK commits since they are considered
infrastructure-only and not relevant to end users. The full list includes these!*

26 changes: 26 additions & 0 deletions Documentation/Changelog/2.1.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## Release: 2.1.3 (2014/11/16)

* 2014-11-10 [BUGFIX] TS assets rendered twice (Commit afb98dc by Timo Fröhlich)
* 2014-11-08 [BUGFIX] Change wrong brace expressions (Commit f9582bb by G. Bodenschatz)
* 2014-11-06 [BUGFIX] Ensure NULL or not empty array (Commit d630768 by Björn Fromme)
* 2014-11-04 [BUGFIX] Empty menu when usePageTitles is TRUE (Commit 15dc318 by Charles Brunet)
* 2014-11-04 [BUGFIX] Negative entryLevel is one page off (Commit 5fcbe13 by Charles Brunet)
* 2014-10-22 [FEATURE] Create XSS ViewHelper (Commit 9bcb298 by Tomas Norre Mikkelsen)
* 2014-10-16 [BUGFIX] Fix LLL support and shorthand mode of Or ViewHelper (Commit 194914d by Claus Due)
* 2014-10-12 [BUGFIX] Iterator / Reverse support for unfired QueryResult (Commit 983329c by Claus Due)
* 2014-10-07 [BUGFIX] Using useShortcutUid should return shortcut url (Commit 35a7819 by Danilo Bürger)
* 2014-10-06 [FEATURE] Add isBoolean ViewHelper (Commit 996a42e by Philipp Maier)
* 2014-10-04 [BUGFIX] Random string bad length given max+min length (Commit 4d16791 by Claus Due)

Generated by:

```
git log --since="2014/10/03" --abbrev-commit --pretty='%ad %s (Commit %h by %an)' \
--date=short | egrep '(\[FEATURE|BUGFIX|REMOVAL\])+'`
```

Full list of changes: https://github.com/FluidTYPO3/vhs/compare/2.1.2...2.1.3

*Please note: the change list above does not contain any TASK commits since they are considered
infrastructure-only and not relevant to end users. The full list includes these!*

17 changes: 17 additions & 0 deletions Documentation/Changelog/2.1.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Release: 2.1.4 (2014/11/26)

* 2014-10-15 [BUGFIX] Argument "limit" is ignored in Random/GetViewHelper.php (Commit 8fde820 by Anton Danilov)
* 2014-11-18 [BUGFIX] Fixed hideIfEmpty argument. It was not used in code. (Commit 8826581 by jmverges)

Generated by:

```
git log --since="2014/11/15" --abbrev-commit --pretty='%ad %s (Commit %h by %an)' \
--date=short | egrep '(\[FEATURE|BUGFIX|REMOVAL\])+'`
```

Full list of changes: https://github.com/FluidTYPO3/vhs/compare/2.1.3...2.1.4

*Please note: the change list above does not contain any TASK commits since they are considered
infrastructure-only and not relevant to end users. The full list includes these!*

17 changes: 17 additions & 0 deletions Documentation/Changelog/2.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Release: 2.2.0 (2014/12/03)

* 2014-11-28 [BUGFIX] Fix cache identifier prefix used by <v:render.cache /> (Commit d2616b8 by Daniel Schöne)
* 2014-10-15 [BUGFIX] Argument "limit" is ignored in Random/GetViewHelper.php (Commit 8fde820 by Anton Danilov)

Generated by:

```
git log --since="2014/11/25" --abbrev-commit --pretty='%ad %s (Commit %h by %an)' \
--date=short | egrep '(\[FEATURE|BUGFIX|REMOVAL\])+'`
```

Full list of changes: https://github.com/FluidTYPO3/vhs/compare/2.1.4...2.2.0

*Please note: the change list above does not contain any TASK commits since they are considered
infrastructure-only and not relevant to end users. The full list includes these!*

40 changes: 40 additions & 0 deletions Documentation/Changelog/2.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
## Release: 2.3.0 (2015/03/09)

* 2015-03-09 [BUGFIX] Only implode content array in v:content.render when no "as" arugment (Commit 008615d by Claus Due)
* 2015-03-09 [BUGFIX] Implode by linefeed (Commit 7d931b6 by Cedric Ziel)
* 2014-12-15 [FEATURE] ViewHelper to get settings in ext_conf_template.txt (Commit 723232c by Harry Glatz)
* 2015-02-12 [BUGFIX] Various fixes for CMS 7 (Commit 61c7d5d by Markus Klein)
* 2015-02-27 [BUGFIX] Arguments L viewhelper not registered (Commit ff31a4c by Gregor Becker)
* 2015-03-05 [FEATURE] Introduce a TagViewHelperTrait (Commit 7def7c1 by Claus Due)
* 2015-03-05 [FEATURE] Implement reusable ViewHelperTraits (Commit 0630c1a by Claus Due)
* 2015-02-21 [BUGFIX] Avoid creating arrays with one empty element from empty string (Commit 0d9e313 by Claus Due)
* 2015-01-14 [FEATURE] Filter by array in iterator.filter (Commit 27ddeb9 by Berger Fabien)
* 2015-02-11 [BUGFIX] Use correct page overlay (Commit 2d8b2b8 by Björn Fromme)
* 2015-02-09 [BUGFIX] Only return TRUE if resolved instance is of correct class (Commit 842f62d by Claus Due)
* 2015-02-09 [BUGFIX] Once/Session ViewHelper did not set timestamp (Commit d5d794e by Claus Due)
* 2015-01-28 [BUGFIX] Use original page uid for submenu rendering (Commit 2a8ca09 by Björn Fromme)
* 2015-01-25 [BUGFIX] Incorrect object class if HasValidator receives object (Commit b7af0a1 by Claus Due)
* 2015-01-25 [BUGFIX] Make sure LazyObjectStorage is detected before ObjectStorage (Commit cac5db1 by Claus Due)
* 2015-01-24 [FEATURE] Allow iterator.merge to be used in a chain (Commit 036b60c by Stefan Neufeind)
* 2015-01-20 [BUGFIX] Use is_numeric not ctype_digit to ensure ASCII code value (Commit 6580cbc by Claus Due)
* 2015-01-16 [FEATURE] Allow v:debug to debug ObjectAccessors and values (Commit 2944721 by Claus Due)
* 2015-01-15 [BUGFIX] Correctly handle already absolute paths in Asset (Commit 4b58447 by Claus Due)
* 2015-01-03 [FEATURE] Added new viewhelper which gets all translations from a certain language file (Commit 3665ef0 by Cornel Boppart)
* 2014-12-19 [BUGFIX] Incorrect order of arguments. (Commit 6c824e5 by Lars Peter Søndergaard)
* 2014-12-18 [FEATURE] Add an option to exclude certain GET variables in the language menu (Commit b07b98e by Dmitry Dulepov)
* 2014-12-09 [FEATURE] Context view helpers (Commit bacde17 by Benjamin Beck)
* 2014-12-10 [BUGFIX] Allow non vh assets to add variables md5 to name (Commit 8f98b63 by Danilo Bürger)
* 2014-12-04 [BUGFIX] Failing version check before array utility (Commit a96a953 by Claus Due)

Generated by:

```
git log --since="2014/12/02" --abbrev-commit --pretty='%ad %s (Commit %h by %an)' \
--date=short | egrep '(\[FEATURE|BUGFIX|REMOVAL\])+'`
```

Full list of changes: https://github.com/FluidTYPO3/vhs/compare/2.2.0...2.3.0

*Please note: the change list above does not contain any TASK commits since they are considered
infrastructure-only and not relevant to end users. The full list includes these!*

19 changes: 19 additions & 0 deletions Documentation/Changelog/2.3.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Release: 2.3.1 (2015/03/15)

* 2015-03-14 [BUGFIX] Remove redundant slash in URL (Commit b0f1149 by Joschi Kuphal)
* 2015-03-10 [BUGFIX] Optional "content" of renderTag, adjusted v:page.header.meta (Commit 345f106 by Claus Due)
* 2015-03-09 [BUGFIX] Only implode content array in v:content.render when no "as" arugment (Commit 008615d by Claus Due)
* 2015-03-09 [BUGFIX] Implode by linefeed (Commit 7d931b6 by Cedric Ziel)

Generated by:

```
git log --since="2015/03/08" --abbrev-commit --pretty='%ad %s (Commit %h by %an)' \
--date=short | egrep '(\[FEATURE|BUGFIX|REMOVAL\])+'`
```

Full list of changes: https://github.com/FluidTYPO3/vhs/compare/2.3.0...2.3.1

*Please note: the change list above does not contain any TASK commits since they are considered
infrastructure-only and not relevant to end users. The full list includes these!*

24 changes: 24 additions & 0 deletions Documentation/Changelog/2.3.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## Release: 2.3.2 (2015/04/16)

* 2015-04-16 [BUGFIX] Do not group by uid (Commit a1b6fb2 by Andreas Fernandez)
* 2015-04-08 [BUGFIX] Return correct value if called without arguments (Commit 3241fc3 by loco8878)
* 2015-04-13 [BUGFIX] Wrong variable name used. (Commit 2240179 by Frank Rakow)
* 2015-04-09 [BUGFIX] Fixed DirectoryViewHelper.Menu attribute "pages". (Commit 618c5e3 by Sebastian Böttger)
* 2015-03-25 [BUGFIX] Don't assign empty content (Commit 434cc47 by Björn Fromme)
* 2015-03-25 [BUGFIX] Declare variable from argument (Commit bbc1aa6 by Björn Fromme)
* 2015-03-23 [FEATURE] Added the ability to filter null values (Commit 1cafa34 by Frank Rakow)
* 2015-03-23 [FEATURE] Add attribute "property" to Page\Header\MetaViewHelper (Commit 16908ef by Frank Rakow)
* 2015-03-16 [BUGFIX] Correctly output meta tags (Commit a460c9f by Ludwig Rafelsberger)

Generated by:

```
git log --since="2015/03/14" --abbrev-commit --pretty='%ad %s (Commit %h by %an)' \
--date=short | egrep '(\[FEATURE|BUGFIX|REMOVAL\])+'`
```

Full list of changes: https://github.com/FluidTYPO3/vhs/compare/2.3.1...2.3.2

*Please note: the change list above does not contain any TASK commits since they are considered
infrastructure-only and not relevant to end users. The full list includes these!*

25 changes: 25 additions & 0 deletions Documentation/Changelog/2.3.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## Release: 2.3.3 (2015/05/20)

* 2015-05-20 [BUGFIX] AlternateViewHelper should include a link to current language (Commit 0c7c5d9 by Matthias Zaunseder)
* 2015-04-30 [FEATURE] Implement word wrap viewhelper (Commit 71e195c by Björn Fromme)
* 2015-05-11 [BUGFIX] Fix misspelling (Commit 5cac863 by Charles Coleman)
* 2015-05-11 [BUGFIX] Update website reference (Commit 362699c by Charles Coleman)
* 2015-04-28 [BUGFIX] Unexpected early return from v:or when alternative not string (Commit 18b63ad by Claus Due)
* 2015-04-22 [BUGFIX] Fix problem about iterator.random viewhelper wich never return objects anymore. (Commit 5e0bdd8 by Grégory Copin)
* 2015-04-21 [BUGFIX] Typo in name of extended class (Commit 4cce283 by Björn Fromme)
* 2015-04-18 [FEATURE] Add "whitespaceBetweenHtmlTags" option to EliminateViewhelper (Commit f78600a by Roland Waldner)
* 2015-04-16 [BUGFIX] Do not group by uid (Commit a1b6fb2 by Andreas Fernandez)
* 2015-04-08 [BUGFIX] Return correct value if called without arguments (Commit 3241fc3 by loco8878)

Generated by:

```
git log --since="2015/04/15" --abbrev-commit --pretty='%ad %s (Commit %h by %an)' \
--date=short | egrep '(\[FEATURE|BUGFIX|REMOVAL\])+'`
```

Full list of changes: https://github.com/FluidTYPO3/vhs/compare/2.3.2...2.3.3

*Please note: the change list above does not contain any TASK commits since they are considered
infrastructure-only and not relevant to end users. The full list includes these!*

42 changes: 42 additions & 0 deletions Documentation/Changelog/2.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
## Release: 2.4.0 (2016/09/19)

* 2015-09-18 [BUGFIX] Hide non translated pages if configured (Commit e566ed1 by Björn Fromme)
* 2015-08-08 [BUGFIX] Take Move-To placeholders into account (Commit e133f3f by Göran Bodenschatz)
* 2015-08-08 [BUGFIX] Random string viewhelper should not use off by one error (Commit ed94576 by Cedric Ziel)
* 2015-08-05 [FEATURE] Gravatar viewhelpers (Commit 227609a by jmverges)
* 2015-08-03 [BUGFIX] Fixed v:resource.image to return an img tag if no "as" attribute is given instead of an array (Commit 0923383 by Alexander Bohndorf)
* 2015-08-01 [BUGFIX] Set travis to 7.1 This is a workaround until > 7.1 TYPO3 is working with FT3 testing concept (Commit a2f0bed by Xaver Maierhofer)
* 2015-07-31 [BUGFIX] Force overriding with overlay values (Commit adc6ee0 by Björn Fromme)
* 2015-07-31 [BUGFIX] Fix Exists ViewHelper for v7 (Commit 61e4a0c by jmverges)
* 2015-07-30 [BUGFIX] Change flags to Flags after core bugfix (Commit 8f787ab by Xaver Maierhofer)
* 2015-07-30 [BUGFIX] Fix deprecated call to cObj->IMAGE (Commit c5ca474 by jmverges)
* 2015-07-28 [BUGFIX] Use the correct flag icon path depended on the current core version (Commit 7939eb2 by Daniel Dorndorf)
* 2015-07-28 [FEATURE] Implement utility class for core informations (Commit 9ff0feb by Daniel Dorndorf)
* 2015-07-26 [BUGFIX] Removes a unsed argument (Commit 4cb1638 by jmverges)
* 2015-07-24 [BUGFIX] Language menu can be inactive and current (translation settings) (Commit e6b5310 by Xaver Maierhofer)
* 2015-07-22 [BUGFIX] ImageViewHelper should respect fully qualified uris (Commit ef2eecb by Kay)
* 2015-07-10 [BUGFIX] Force closing tag and render comment (Commit a01215c by Björn Fromme)
* 2015-04-27 [FEATURE] Adopt Content\Random\GetViewHelper to correctly support record sliding (Commit c6d2ce3 by Philipp Kerling)
* 2015-04-27 [FEATURE] Make Page\Resources\FalViewHelper support record sliding (Commit c078ef0 by Philipp Kerling)
* 2015-04-27 [FEATURE] Introduce SlideViewHelperTrait (Commit b7eb1b3 by Philipp Kerling)
* 2015-06-16 [BUGFIX] Do not hardcode menu backup variables (Commit 687ef42 by Philipp Kerling)
* 2015-05-28 [BUGFIX] Use hashed identifier (Commit 7633518 by Cedric Ziel)
* 2015-05-25 [BUGFIX] Type cast uids when comparing (Commit 00c7113 by Björn Fromme)
* 2015-05-25 [BUGFIX] Adapt to translation behavior of menus (Commit 7c81f46 by Björn Fromme)
* 2015-05-25 [BUGFIX] Don't replace urls in inline css assets (Commit 8360d98 by Björn Fromme)
* 2015-05-25 [BUGFIX] Correct condition to determine alternative (Commit 8f09532 by Björn Fromme)
* 2015-05-22 [BUGFIX] Don't show hidden/disabled pages in menus (Commit 0260580 by Björn Fromme)
* 2015-05-20 [BUGFIX] AlternateViewHelper should include a link to current language (Commit 0c7c5d9 by Matthias Zaunseder)

Generated by:

```
git log --since="2015/05/19" --abbrev-commit --pretty='%ad %s (Commit %h by %an)' \
--date=short | egrep '(\[FEATURE|BUGFIX|REMOVAL\])+'`
```

Full list of changes: https://github.com/FluidTYPO3/vhs/compare/2.3.3...2.4.0

*Please note: the change list above does not contain any TASK commits since they are considered
infrastructure-only and not relevant to end users. The full list includes these!*

Loading

0 comments on commit 683b46f

Please sign in to comment.