-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
122 lines (122 loc) · 5.49 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
* 2.2.2
– Add img srcset x2
* 2.2.3
– Add page subtitles for articles, events and products
* 2.3.0
– Add category filter if list made of sub pages
– Remove dedicated wizard tab
– Remove dedicated from category content element
* 2.3.1
– Improved language handling, kind of works in different language modes now
– Respects 'Hide page in default translation' in 'strict' and 'free' mode
– Respects 'Hide page if no translation for current language exists' in 'fallback' mode
* 2.3.2
– Category filter fix, not to show same article multiple times with more than one cat selected
* 2.3.3
– Default sort order fix if category filter in use (resave the content element to put it in action)
* 2.3.4
– Default sort order fix on initial content element save
* 2.3.5
– Add data processing for categories. Example in Partials/ListArticle.html
– Fix: show pages that's hidden in menus in selected pages list
* 2.4.0
– TYPO3 10.4 LTS support
- Fix articles default date issue on creating new pages
- Adding fake plugin configuration to make pagination work in 10.4
* 2.5.0 (NOTE! POSSIBLE BREAKING CHANGES)
– Vacancy page type added
- Disable showing sysfolders and other technical pages by default and add constant for disabled page types
- Change category query had to limit it to current page tree only, pidInList = 0 is not working in this context any more
- Add dedicated event start date-time field
- Not in list option for different default page types
- Translation sync for not in list option
- Translation sync for content element options
- Change field type and template names for meaningful BE feedback
- Show selected template in back end
- Add recursive select for pagelist from sub pages
- Remove jQuery breakpoint option, vanilla only now
– Category filter to work with only_full_group_by turned on
* 3.0.0
– TYPO3 11.5 support only
– BREAKING CHANGES
– No more pagination widget but requires t3brightside/paginatedprocessors
– Removed paginator CSS, default can be activated from paginatedprocessors
– Changes in pagination XML in Templates/Pagelist.html
- RouteEnhancers for pagination to be overlooked see README.txt
– SQL to migrate yourself:
– tx_pagelist_pagination to tx_paginatedprocessors_paginationenabled
– tx_pagelist_paginateitems to tx_paginatedprocessors_itemsperpage
* 3.1.0
- Add URL segment field to pagination settings (check your TS template if customised)
- Code clean up
- Option to disable pagination form extension configuration
* 3.2.0
- TCA clean up and improvement
- Dependent to paginatedprocessors 1.3
- Add pagination link anchor feature
* 3.3.0
- Basic vCal support for event pages
* 3.3.1
- [TASK] Remove extbase TS settings that are not needed any more
* 3.3.2
- [BUGFIX] Add page media field 'as' in TypoScript
* 3.4.0
- [TASK] Rewrite back end previews using PreviewRenderer
- [TASK] TYPO3 12 compatibility
* 3.5.0
- [FEATURE] Add title tag option to content element for improved semantics control
* 3.5.1
- [TASK] Add title tag fallback and back end preview
* 3.5.2
- [TASK] Add 0 = Default to title tag tsconfig
* 3.5.3
- [TASK] TYPO3 12.1 compatibility
- [TASK] Insert lib.contentElement and tt_content.defaultpagelist by < not =< in TS setup
- [FEATURE] Add support for ext:imagelazyload
* 3.5.4
- [BUGFIX] Insert lib.contentElement by =< again
- [TASK] Add tx_imagelazyload to TCA
* 3.6.0
- [TASK] Follow coding guidelines for ext_localconf and ext_tables
- [TASK] Remove JS for template breakpoints, use CSS grid instead
- [FEATURE] Embed and minified CSS on demand with ext:embedassets
- [!!BREAKING!!] Use 'pagelist.cssForceTs = 1' constant to use CSS the old way
- [!!BREAKING!!] Change 'pagelist.styles' constant to 'pagelist.cssFile'
* 3.7.0
- [TASK] Update constraints to v12.4 and paginatedprocessors to 1.5.1
- (origin/master, origin/HEAD) [FEATURE] Enable forcing image file format with TS
- [TASK] Change field size for title wrapping
- [TASK] Add 'strong' to title wrapping options
- [FEATURE] Add default title wrap constant
- [TASK] TCA code clean up
* 3.8.0
- [FEATURE] Add 'shortcut to' option to page types
- [!UPDATE!] Database update needed
* 3.8.1
- [TASK] add orderBy = sorting for sys_category
* 4.0.0
- [!UPDATE!] Database update needed
- [TASK] improve styles
- [TASK] clarify constant comments
- [FEATURE] improved BE previews
- [FEATURE] remove dummy image
- [FEATURE] add crop ratio for images
- [FEATURE] add sorting by event time
- [FEATURE] inline content editing for pages
- [TASK] category and author filtering improvement (works a bit iffy still)
- [TASK] add v13 compatibility and drop v11
* 4.1.0
- [!UPDATE!] Database update needed
- [!BREAKING!] Personnel records are coneccted bidirectionaly now, need to update page records accordingly
- [!BREAKING!] Narrowed down category selection, may need to update TypoScript constants
- [TASK] change default category pid to 'root'
- [TASK] narrow down category selection for performance
- [FEATURE] add ticketing info field to event pages
- [TASK] change location field from input to text
- [TASK] add dedicated content elements to wizard for v12
- [FEATURE] Improved filtering with updated bidirectional ext:personnel persons
- [FEATURE] Dedicated content types for Article and Events lists
* 4.1.1
- [BUGFIX] remove debug from cat filtering
* 4.1.2
- [TASK] limit inline editing to certain colPos only