forked from divio/aldryn-search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
83 lines (57 loc) · 2.47 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
==== 0.2.11 (2016-02-03) ====
- Add Django 1.9 compatibility.
- Drop support for django CMS 2.4.
- Travis setup fixes.
- Fixed importlib deprecation warning.
- Fixed bug where unpublishing cms page would not remove it from index.
- Adds 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) ====
- Documentation updates.
- Add 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-24) ====
- Fixed bug in form handling on search view.
==== 0.2.0 (2014-07-x) ====
- Removed contrib.pagination.DiggPaginator (use aldryn_common.paginator.DiggPaginator)
- Added alias_from_language utility function
- Renamed searchqueryset to search_queryset in search view
- Adds search_queryset_class to search view
- Adds helpers module
- Adds helper function get_plugin_index_data
- Adds new utility clean_join
- Adds models attribute on view, to limit search by specific models.
- Renamed get_request_for_search to get_request and moved it to helpers module
- Adds 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) ====