-
Notifications
You must be signed in to change notification settings - Fork 11
/
RELEASES
104 lines (55 loc) · 1.95 KB
/
RELEASES
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
haystack\_static\_pages-0.4.0ALPHA
==================================
Tagged on July 28, 2010 by David Sauve <[email protected]>
Minor Code Changes
------------------
* Added the `-l, --language` option to allow indexing of multi-lingual content.
Upgrade Instructions
--------------------
* Reset and recreate the tables and indexes for static pages:
./manage.py reset haystack_static_pages
./manage.py crawl_static_pages
./manage.py rebuild_index
* * *
haystack\_static\_pages-0.3.0ALPHA
==================================
Tagged on December 16, 2009 by David Sauve <[email protected]>
Minor Code Changes
------------------
* Changed title extraction to use `contents` instead of `string` as string may not exist if the title tag spans multiple lines.
Upgrade Instructions
--------------------
* Reset and recreate the tables and indexes for static pages:
./manage.py reset haystack_static_pages
./manage.py crawl_static_pages
./manage.py reindex
* * *
haystack\_static\_pages-0.2.0ALPHA
==================================
Tagged on November 24, 2009 by David Sauve <[email protected]>
Major Code Changes
------------------
* Rewritten `crawl_static_pages` command to extract title and meta-description tags
* `crawl_static_pages` can now accept full urls as well as named urls. This means it can index content that is stored remotely as well as outside of the Django project itself as well as the typical internal links.
Upgrade Instructions
--------------------
* Reset and recreate the tables and indexes for static pages:
./manage.py reset haystack_static_pages
./manage.py crawl_static_pages
./manage.py reindex
* * *
haystack\_static\_pages-0.1.0ALPHA
==================================
Tagged on October 9, 2009 by David Sauve <[email protected]>
New Features
------------
None
Upgrade Instructions
--------------------
None
Known issues
------------
None
Bugs Fixed
----------
None