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