-
Notifications
You must be signed in to change notification settings - Fork 29
/
extension.meta.xml
171 lines (171 loc) · 10.4 KB
/
extension.meta.xml
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<?xml version="1.0" encoding="UTF-8"?>
<extension id="selectbox_link_field" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Select Box Link Field</name>
<description>Linking two sections together</description>
<repo type="github">https://github.com/symphonycms/selectbox_link_field</repo>
<url type="discuss">https://getsymphony.com/discuss/thread/473/</url>
<types>
<type>Field Types</type>
<type>Relationship</type>
</types>
<authors>
<author>
<name github="symphonycms" symphony="team">Symphony Team</name>
<website>https://getsymphony.com</website>
</author>
</authors>
<releases>
<release version="2.0.2" date="2017-10-06" min="2.6.0" max="2.x.x">
- [#87](https://github.com/symphonycms/selectbox_link_field/issues/87) Add missing canPrePopulate() function
</release>
<release version="2.0.1" date="2017-06-20" min="2.6.0" max="2.x.x">
- Fix for Symphony 2.7.0 with MySQL 5.7
</release>
<release version="2.0.0" date="2016-05-15" min="2.6.0" max="2.6.x">
- Switch to semver (but should be backward compatible)
- Fix for MySQL 5.7
- Do not create handles based on sanitized value
- Replace getParameterPoolValue by prepareTextValue when getting values
</release>
<release version="1.34" date="2016-02-01" min="2.6.0" max="2.6.x">
- Added basic sorting capabilities
</release>
<release version="1.33" date="2015-02-23" min="2.6.0" max="2.6.x">
- Mark compatibility with Symphony 2.6.0
- [#76](https://github.com/symphonycms/selectbox_link_field/issues/76) Better XML Importer support
- Improve functionality within the Publish Filtering interface
- Sanitize export values consistently
</release>
<release version="1.32" date="2014-09-15" min="2.4" max="2.5">
- Minor fix to handle multiple/single values consistently
</release>
<release version="1.31" date="2014-08-17" min="2.4" max="2.5">
- Mark compatibility with Symphony 2.4+
- Various updates for Symphony's associations
- Add implementation of `checkPostFieldData` and `preparePlainTextValue`
- Fixes for better publish filtering support in the core
</release>
<release version="1.30" date="2014-04-17" min="2.4">
- General update to Symphony 2.4 (@brendo/@nilshoerrmann)
- [#46](https://github.com/symphonycms/selectbox_link_field/issues/46) Remove `optgroup` when there is only a single section (@nilshoerrmann)
- [#38](https://github.com/symphonycms/selectbox_link_field/issues/38) Prevent circular lookups (@andrewminton)
- Updates to German translation (@nilshoerrmann)
- Added French translation (@nitriques)
</release>
<release version="1.29" date="2014-03-01" min="2.3.3" max="2.3.x">
- [#18](https://github.com/symphonycms/selectbox_link_field/issues/18) Show a message when there are no entries in a section
- Correctly fetch file name and other values using the Exportable interface
- Revert to saving NULL instead of 0 when no value is selected
- Updated Russian translation
</release>
<release version="1.28" date="2013-07-01" min="2.3.3" max="2.3.x">
- Add Finnish and Polish translations
- Update links to **getsymphony.com**
</release>
<release version="1.27" date="2013-05-12" min="2.3.3" max="2.3.x">
- [#36](https://github.com/symphonycms/selectbox_link_field/issues/36) Add functionality to hide field in a prepopulated state
- [#35](https://github.com/symphonycms/selectbox_link_field/issues/35) Handle grouping on null values better
- When importing into the SBL field, if the data given is not entry ID's, attempt to find the entry ID's assuming the value we've been given is handles or values
</release>
<release version="1.26" date="2013-02-22" min="2.3.2" max="2.3.x">
- Implement the updated `ImportableField` interface
- Updated Russian language
- Handle sections that no longer exist
</release>
<release version="1.25" date="2012-10-29" min="2.3.1" max="2.3.x">
- [#30](https://github.com/symphonycms/selectbox_link_field/issues/30) Separate multiple values in the backend publish tables.
- [#29](https://github.com/symphonycms/selectbox_link_field/issues/29) Apply alternate SQL query for not: filters.
- [#20](https://github.com/symphonycms/selectbox_link_field/issues/20) Entries are now ordered the same way as their parent section.
</release>
<release version="1.24" date="2012-09-16" min="2.3.1" max="2.3.x">
- [#23](https://github.com/symphonycms/selectbox_link_field/pull/23) Fix invalid type error
- Add `ImportableField` and `ExportableField` support
- Fix issues where cached entries would not be unique (and therefore would no show in the backend)
</release>
<release version="1.23" date="2012-05-22" min="2.3" max="2.3.x">
- Updates for Symphony 2.3
- [#19](https://github.com/symphonycms/selectbox_link_field/issues/19) Add `sql-null-or-not:` filtering
- [#16](https://github.com/symphonycms/selectbox_link_field/issues/16) Ensure options are sorted by recency
- When a field is required, force users to select an option which is consistent with Symphony 2.3 behaviour
- Consistency updates with base core classes
</release>
<release version="1.22" date="2011-11-04" min="2.2" max="2.2.x">
- Implement `requiresSQLGrouping` function which prevents some oddities with pagination
- Preform some checks for `relation_id` to improve compatibility with extensions that extend the Select Box Link field.
</release>
<release version="1.21" date="2011-10-22" min="2.2">
- Correctly load information about entries that fall outside of the limit (but are still attached to an entry)
- Prevention for an edge case where empty ID's are thrown around
</release>
<release version="1.20" date="2011-08-01" min="2.2">
- Updates for Symphony 2.2
- Performance enhancements
- Don't allow grouping if multiple options are selected
</release>
<release version="1.19" date="2011-01-29" min="2.0.5" max="2.2">
- Allow the linked section's public column visibility to be toggled
</release>
<release version="1.18" date="2010-02-02" min="2.0.5">
- Prevent `null` Relations from appearing in the Output XML
</release>
<release version="1.17" date="2010-02-02" min="2.0.5">
- Added missing translation strings
- Added localisation files for Dutch, German, Portuguese (Brazil) and Russian
</release>
<release version="1.16" date="2010-01-25" min="2.0.5">
- Fixed sort order of entries in select box. Corrected to use the column sort order. A bug in 1.13+ caused this particular issue to reappear. This fix is based on code by Nick Dunn initially introduced in 1.12.
</release>
<release version="1.15" date="2010-01-14" min="2.0.5">
- `relation_id` can now be a `null` value. Fixes issue [#1](http://getsymphony.com/download/extensions/issues/view/20054/1/)
</release>
<release version="1.14" date="2009-12-29" min="2.0">
- Made install and update functions more tolerant of existing tables
- Minor bug fixes for 2.0.7
</release>
<release version="1.13" date="2009-12-29" min="2.0">
- Added filtering by handle functionality. Thanks **@creativedutchmen**
</release>
<release version="1.12" date="2009-10-26" min="2.0">
- Fixed a couple of issues where 'related_field_id' was returning the wrong type. **@buzzomatic**
- In dropdown options, sort Sections by their Symphony order and sort Entries by their Symphony order (using EntryManager) **@nickdunn**
- Sort Sections in field's settings panel by Symphony order **@nickdunn**
</release>
<release version="1.11" date="2009-08-19" min="2.0">
- Fixed bug that triggered a database error in Symphony version greater than 2.0.6
</release>
<release version="1.10" date="2009-07-27" min="2.0">
- Added translations
- Possible to toggle values via publish tables
</release>
<release version="1.9" date="2009-03-03" min="2.0">
- Warnings about incorrect data type, origination from line 409, are now suppressed
- Fixed sorting to work when "random" is selected
</release>
<release version="1.8" date="2009-02-13" min="2.0">
- Fixed bug that caused no items to appear selected in publish area
</release>
<release version="1.7" date="2009-02-10" min="2.0">
- Updated `fetchAssociatedEntrySearchValue()` to make use of `entry_id` passed in, if available
</release>
<release version="1.6" date="2009-02-05" min="2.0">
Fixed problems with updating from a version earlier than 1.4
</release>
<release version="1.5" date="2009-01-27" min="2.0">
- Added a limit to the number of entries shown in select box
- Allowed selection of multiple source sections
</release>
<release version="1.4" date="2009-01-05" min="2.0">
- Enable Data Source param output for this field
</release>
<release version="1.3" date="2009-01-04" min="2.0">
- Fixed bug introduced in 1.2 that caused table values to disappear if the first field of the section is a "Select Box Link".
</release>
<release version="1.2" date="2009-01-03" min="2.0">
- Should correctly work with fields that do now use a `value` column in the database. This would cause an empty select box.
</release>
<release version="1.1" date="2009-01-03" min="2.0">
- Added ability to set field to required/not required.
- Added multi-select property (thanks to **@czheng**)
</release>
</releases>
</extension>