1 |
|
2009-09-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Document.pm (lock): Changed to use the $db->id_lock method to |
4 |
|
obtain the lock object. |
5 |
|
|
6 |
|
* Node.pm (neighbor_documents): New method. |
7 |
|
|
8 |
|
2009-09-21 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* Document.pm (title, get_or_create_graph_node): New methods (made |
11 |
|
from codes moved from main.pl). |
12 |
|
|
13 |
|
2009-09-20 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* Graph.pm (schelling_update): Implemented. |
16 |
|
|
17 |
|
2009-09-20 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* Graph.pm (add_nodes): Improved the way to determine the number |
20 |
|
of added nodes. |
21 |
|
|
22 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* Document.pm (prop): New method. |
25 |
|
(content_media_type): Changed to return the real media type. |
26 |
|
(to_xml_media_type, to_text_media_type, to_xml, to_html_fragment): |
27 |
|
Changed to return appropriate default value. |
28 |
|
|
29 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* Document.pm: Added |rebless| method family. Moved |
32 |
|
SWML-to-HTML/XML/text convertion methods to another module. |
33 |
|
|
34 |
|
* Document/: New directory. |
35 |
|
|
36 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* Document.pm (to_html_fragment): New method. |
39 |
|
|
40 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* Document.pm (to_xml, to_text): New methods. |
43 |
|
|
44 |
|
2009-07-12 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* Document.pm (new_id): New method. |
47 |
|
|
48 |
|
2009-07-12 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* Document.pm (update_tfidf): New method copied from main.pl. |
51 |
|
|
52 |
|
2009-07-12 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* Document.pm: New module. |
55 |
|
|
56 |
|
2009-03-16 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* Repository.pm (are_related_ids): Repeat the relearning process |
59 |
|
until the right answer is deduced. |
60 |
|
|
61 |
2009-03-16 Wakaba <wakaba@suika.fam.cx> |
2009-03-16 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
* Repository.pm: New module. |
* Repository.pm: New module. |