/[suikacvs]/webroot/swe/lib/SWE/Object/ChangeLog
Suika

Diff of /webroot/swe/lib/SWE/Object/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by wakaba, Mon Sep 14 01:26:33 2009 UTC revision 1.20 by wakaba, Wed Sep 23 10:22:07 2009 UTC
# Line 1  Line 1 
1    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    2009-09-21  Wakaba  <wakaba@suika.fam.cx>
7    
8            * 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            * 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            * 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            * Document.pm (title, get_or_create_graph_node): New methods (made
39            from codes moved from main.pl).
40    
41    2009-09-20  Wakaba  <wakaba@suika.fam.cx>
42    
43            * Graph.pm (schelling_update): Implemented.
44    
45    2009-09-20  Wakaba  <wakaba@suika.fam.cx>
46    
47            * Graph.pm (add_nodes): Improved the way to determine the number
48            of added nodes.
49    
50    2009-09-14  Wakaba  <wakaba@suika.fam.cx>
51    
52            * 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            * 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            * Document.pm (to_html_fragment): New method.
67    
68  2009-09-14  Wakaba  <wakaba@suika.fam.cx>  2009-09-14  Wakaba  <wakaba@suika.fam.cx>
69    
70          * Document.pm (to_xml, to_text): New methods.          * Document.pm (to_xml, to_text): New methods.

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.20

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24