This repository has been archived by the owner on Feb 15, 2023. It is now read-only.
forked from divio/aldryn-search
-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGELOG.txt
171 lines (108 loc) · 3.66 KB
/
CHANGELOG.txt
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
=========
Changelog
=========
1.1.0 (2020-02-20)
==================
* Added support for Django 2.2 and django CMS 3.7
* Added support for Transifex
* Added isort and flake8
* Changed from djangocms-helper to django-app-helper
* Extended test matrix
* Adapted code base to align with other supported addons
* Removed ``INDEX_TITLE`` backwards compatibility shim
1.0.1 (2018-06-14)
==================
* Added support for configurable alias from language function
with the new ``ALDRYN_SEARCH_ALIAS_FROM_LANGUAGE`` setting
1.0.0 (2018-04-05)
==================
* Added django CMS 3.5 to test matrix
* Dropped support for Django < 1.8
* Dropped suppport for django CMS < 3.2
0.5.0 (2018-03-06)
==================
* Added new ``ALDRYN_SEARCH_EXCLUDED_PLUGINS`` setting to prevent
specific plugin types from being indexed
0.4.1 (2017-11-02)
==================
* Updated metadata for pypi
0.4.0 (2017-10-20)
==================
* Added CMS 3.5.x compatibility
* Dropped support for Django 1.7.x
0.3.0 (2016-10-20)
==================
* Added CMS 3.4.x compatibility
* Added Django 1.8.x compatibility
0.2.12 (2016-05-19)
==================
* Added CMS 3.3.x compatibility
0.2.11 (2016-02-03)
==================
* Added Django 1.9 compatibility
* Dropped support for django CMS 2.4
* Fixed Travis setup
* Fixed importlib deprecation warning
* Fixed bug where unpublishing cms page would not remove it from index
* Added support for explicit signal based indexing
* Fixed regression on plugin indexing
* Restored the old _strip_tags due to a regression
0.2.10 (2015-10-15)
==================
* Updated documentation
* Added Django 1.8 compatibility
0.2.9 (2015-08-05)
==================
* Tests
* Fixed issue with lxml parser error
0.2.8 (2015-07-06)
==================
* Fixed issues with strip_tags
* Fixed issue where the non-public version of a title was being indexed
0.2.7 (2015-04-16)
==================
* Fixed a issue with get_language return wrong language in indexing
0.2.6 (2015-01-27)
==================
* Fixed issue with search_fields not following relationships
0.2.5 (2015-01-27)
==================
* Fixed issue with javascript not being stripped correctly
* Fixed duplicate content issue when indexing a plugin that set search_fields
0.2.4 (2014-11-24)
==================
* Added missing requirements to setup.py (issue #23)
* Added for_write router. Fixes issues on single object updates
0.2.3 (2014-09-30)
==================
* Fixed TypeError when rebuilding page index on cms 2.4
* Fixed typo on README
* Fixed a bug on spelling suggestion check when using pagination
0.2.2 (2014-08-06)
==================
* Fixed bug in get_model_path utility (issue #19)
0.2.1 (2014-07-25)
==================
* Fixed bug in form handling on search view
0.2.0 (2014-07-24)
==================
* Removed contrib.pagination.DiggPaginator (use aldryn_common.paginator.DiggPaginator)
* Added alias_from_language utility function
* Renamed searchqueryset to search_queryset in search view
* Added search_queryset_class to search view
* Added helpers module
* Added helper function get_plugin_index_data
* Added new utility clean_join
* Added models attribute on view, to limit search by specific models
* Renamed get_request_for_search to get_request and moved it to helpers module
* Added get_request_instance method to base index, this allows adding custom attributes to request object
* Renamed INDEX_TITLE to index_title to keep the same format as haystack
* Refactored plugin data indexing to split on whitespace, thus reducing index size
0.1.9 (2014-05-17)
0.1.8 (2014-05-16)
0.1.7 (2014-03-20)
0.1.6 (2014-01-30)
0.1.5 (2014-01-29)
0.1.4 (2014-01-29)
0.1.3 (2013-11-11)
0.1.2 (2013-08-07)