EricDuminil / picolena

a lightweight but powerful documents search engine, written in Rails.

This URL has Read+Write access

picolena / History.txt
100644 128 lines (87 sloc) 2.907 kb
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
== 0.3.0 2009-
 
* 3 major enhancements :
  * Using ActiveRecord to store Document information
  * Good base to use sphinx instead of ferret
  * Lots of refactoring
 
* 1 minor enhancement :
  * No dbm dependency anymore
 
* 2 bug fixes :
  * Race conditions in Indexing process would mess up the whole index
  * Platform recognition would recognise Mac OS X as win32
 
== 0.2.2 2009-02-13
 
* 3 major enhancements :
  * Thumbnails created for pictures & videos
  * Support for .zip & .rar archives
  * Alias_path is now LetterTokenized
 
* 2 minor enhancements:
  * More specs
  * Some aesthetical changes
 
* 1 bug fix :
  * Displaying filetypes without any icon would raise an Exception
 
== 0.2.0 2009-02-02
 
* 1 major enhancement :
  * Upgraded to Rails 2.2.2
 
* 1 minor enhancement :
  * extract EXIF data from pictures
 
* 1 bug fix:
  * permissions were set the wrong way
 
== 0.1.9 2008-05-09
 
* 2 minor enhancements:
  * Multicolor cache highlighting à la Google
  * More documentation
 
== 0.1.8 2008-05-08
 
* 2 minor enhancements:
  * New IndexerLogger with basic statistics
  * More specs & documentation.
 
* 2 bug fixes:
  * Binary documents without extension are not considered supported anymore
  * Ensure that index is locked system-wide by using lock file.
 
== 0.1.7 2008-04-30
 
* 5 minor enhancements:
  * added cache highlighting à la Google
  * rake index:update implemented as described in Ferret book by David Balmain
  * rake index:prune removes missing files from indexer
  * possibility to sort results by relevance / by date
  * one configuration file for performance tweaks
 
== 0.1.6 2008-04-25
 
* 1 minor enhancement:
  * replaced index key by Document#probably_unique_id
 
* bug fixes:
  * Added forgotten public/images/flags to generator file
 
== 0.1.5 2008-04-25
 
* 1 major enhancement:
  * yet another Indexer & Index rewrite
 
* 1 minor enhancement:
  * flags to indicate found language
 
* bug fixes:
  * No more (or just less?) index lock errors
 
== 0.1.4 2008-04-23
* 1 minor enhancement:
  * minimal MacOS support
 
== 0.1.3 2008-04-20
 
* 1 bug fix:
  * removed verbose debug info
 
== 0.1.2 2008-04-20
 
* 3 major enhancements:
  * complete Indexer & Index rewrite
  * new DSL syntax
  * multi-threaded Indexer
 
== 0.1.1 2008-04-12
 
* 1 major enhancement:
  * cache à la Google
 
* minor enhancements:
  * easier configuration. Every picolena specific conf files in config/custom
  * lots of refactoring
 
* bug fixes
 
== 0.1.0 2008-04-08
 
* 3 minor enhancements:
  * can now be installed on win32 (doesn't pass every spec though)
  * moved rails_plugins away from lib/ so that they don't get parsed by rdoc/ri
  * shorter and prettier base26_hash id for documents
 
== 0.0.99 2008-04-06
 
* 2 minor enhancements:
  * more complete specs
  * mtime is now indexed and available in queries as "date:20080406"
 
== 0.0.98 2008-03-29
 
* 1 major enhancement:
  * Initial release