1 |
wakaba |
1.20 |
2009-09-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
|
3 |
|
|
* Document.pm (prop_untainted): Typo. |
4 |
|
|
(untainted_prop): The |prop_untainted| property was not set. |
5 |
|
|
|
6 |
wakaba |
1.16 |
2009-09-21 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
|
8 |
wakaba |
1.19 |
* Repository.pm (weight_lock, weight_unlock): New methods. |
9 |
|
|
(term_weight_vector, save_term_weight_vector): Changed to use |
10 |
|
|
global props to save the term weight vector. |
11 |
|
|
|
12 |
|
|
2009-09-21 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
|
14 |
wakaba |
1.18 |
* Document.pm (repo, prop_untainted, untainted_prop, save_prop, |
15 |
|
|
locked): New method. Introduced the concept of "tainted" such |
16 |
|
|
that we can access to the property in the locked code fragment |
17 |
|
|
without being afraid to update the property using old values. |
18 |
|
|
(get_or_create_graph_node): Updated to utilize |prop| family of |
19 |
|
|
method with locks. |
20 |
|
|
|
21 |
|
|
* Graph.pm (repo, lock, unlock): New methods. |
22 |
|
|
(add_nodes, create_node, schelling_update): Locks the database |
23 |
|
|
before the modifications. |
24 |
|
|
|
25 |
|
|
* Repository.pm (graph, get_document_by_id): New methods. |
26 |
|
|
|
27 |
|
|
* Node.pm (repo): New method. |
28 |
|
|
|
29 |
|
|
2009-09-21 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
|
31 |
wakaba |
1.17 |
* Document.pm (lock): Changed to use the $db->id_lock method to |
32 |
|
|
obtain the lock object. |
33 |
|
|
|
34 |
|
|
* Node.pm (neighbor_documents): New method. |
35 |
|
|
|
36 |
|
|
2009-09-21 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
|
38 |
wakaba |
1.16 |
* Document.pm (title, get_or_create_graph_node): New methods (made |
39 |
|
|
from codes moved from main.pl). |
40 |
|
|
|
41 |
wakaba |
1.14 |
2009-09-20 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
|
43 |
wakaba |
1.15 |
* Graph.pm (schelling_update): Implemented. |
44 |
|
|
|
45 |
|
|
2009-09-20 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
|
47 |
wakaba |
1.14 |
* Graph.pm (add_nodes): Improved the way to determine the number |
48 |
|
|
of added nodes. |
49 |
|
|
|
50 |
wakaba |
1.10 |
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
|
52 |
wakaba |
1.13 |
* Document.pm (prop): New method. |
53 |
|
|
(content_media_type): Changed to return the real media type. |
54 |
|
|
(to_xml_media_type, to_text_media_type, to_xml, to_html_fragment): |
55 |
|
|
Changed to return appropriate default value. |
56 |
|
|
|
57 |
|
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
|
59 |
wakaba |
1.12 |
* Document.pm: Added |rebless| method family. Moved |
60 |
|
|
SWML-to-HTML/XML/text convertion methods to another module. |
61 |
|
|
|
62 |
|
|
* Document/: New directory. |
63 |
|
|
|
64 |
|
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
|
66 |
wakaba |
1.11 |
* Document.pm (to_html_fragment): New method. |
67 |
|
|
|
68 |
|
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
|
70 |
wakaba |
1.10 |
* Document.pm (to_xml, to_text): New methods. |
71 |
|
|
|
72 |
wakaba |
1.7 |
2009-07-12 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
|
74 |
wakaba |
1.9 |
* Document.pm (new_id): New method. |
75 |
|
|
|
76 |
|
|
2009-07-12 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
|
78 |
wakaba |
1.8 |
* Document.pm (update_tfidf): New method copied from main.pl. |
79 |
|
|
|
80 |
|
|
2009-07-12 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
|
82 |
wakaba |
1.7 |
* Document.pm: New module. |
83 |
|
|
|
84 |
wakaba |
1.5 |
2009-03-16 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
|
86 |
wakaba |
1.6 |
* Repository.pm (are_related_ids): Repeat the relearning process |
87 |
|
|
until the right answer is deduced. |
88 |
|
|
|
89 |
|
|
2009-03-16 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
|
91 |
wakaba |
1.5 |
* Repository.pm: New module. |
92 |
|
|
|
93 |
wakaba |
1.1 |
2009-03-15 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
|
95 |
wakaba |
1.4 |
* Node.pm (document_id): New method. |
96 |
|
|
|
97 |
|
|
2009-03-15 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
|
99 |
wakaba |
1.3 |
* Graph.pm (get_node_by_id): New method. |
100 |
|
|
(create_node): Changed to instantiate SWE::Object::Node. |
101 |
|
|
|
102 |
|
|
* Node.pm: New module. |
103 |
|
|
|
104 |
|
|
2009-03-15 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
|
106 |
wakaba |
1.2 |
* Graph.pm: New module. |
107 |
|
|
|
108 |
|
|
2009-03-15 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
|
110 |
wakaba |
1.1 |
* ChangeLog: New file. |
111 |
|
|
|
112 |
|
|
|