/[suikacvs]/webroot/swe/doc/swe-commit.en.atom.u8
Suika

Diff of /webroot/swe/doc/swe-commit.en.atom.u8

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

revision 1.73 by wakaba, Sun Sep 20 06:09:21 2009 UTC revision 1.81 by wakaba, Wed Sep 23 10:22:07 2009 UTC
# Line 1  Line 1 
1  <feed xmlns="http://www.w3.org/2005/Atom"><link href="http://suika.fam.cx/swe/doc/swe-commit" hreflang="en" rel="self" type="application/atom+xml"></link><link href="http://suika.fam.cx/swe/doc/readme" rel="related"></link><link href="http://suika.fam.cx/swe/doc/readme#license" rel="license"></link><rights>This feed is free software; you can redistribute it and/or modify it under the same terms as Perl itself.</rights><entry xml:id="entry-1253426959"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253426959</id><title>2009-09-20 Wakaba</title><updated>2009-09-20T06:09:11Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog        20 Sep 2009 06:08:30 -0000  <feed xmlns="http://www.w3.org/2005/Atom"><link href="http://suika.fam.cx/swe/doc/swe-commit" hreflang="en" rel="self" type="application/atom+xml"></link><link href="http://suika.fam.cx/swe/doc/readme" rel="related"></link><link href="http://suika.fam.cx/swe/doc/readme#license" rel="license"></link><rights>This feed is free software; you can redistribute it and/or modify it under the same terms as Perl itself.</rights><entry xml:id="entry-1253701326"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253701326</id><title>2009-09-23 Wakaba</title><updated>2009-09-23T10:21:59Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog        23 Sep 2009 10:20:25 -0000
2    2009-09-23  Wakaba  &lt;wakaba@suika.fam.cx&gt;
3    
4            * Document.pm (prop_untainted): Typo.
5            (untainted_prop): The |prop_untainted| property was not set.
6    
7    </content></entry><entry xml:id="entry-1253530162"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253530162</id><title>2009-09-21 Wakaba</title><updated>2009-09-21T10:49:05Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     21 Sep 2009 10:48:30 -0000
8            * main.pl: Allow non-POST pings.
9    
10    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
11    
12    ++ swe/scripts/ChangeLog        21 Sep 2009 10:48:59 -0000
13            * sw-sami.js: Added related/unrelated pings to neighbor links.
14    
15    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
16    
17    </content></entry><entry xml:id="entry-1253527649"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253527649</id><title>2009-09-21 Wakaba</title><updated>2009-09-21T10:07:26Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     21 Sep 2009 10:06:44 -0000
18            * main.pl: Changed the graph view to be a |param| of the ID view.
19    
20    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
21    
22    ++ swe/scripts/ChangeLog        21 Sep 2009 10:07:15 -0000
23    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
24    
25            * sw-sami.js: Added a set of classes to insert neighborhoods
26            section.
27    
28    </content></entry><entry xml:id="entry-1253525437"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253525437</id><title>2009-09-21 Wakaba</title><updated>2009-09-21T09:30:32Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog    21 Sep 2009 09:29:32 -0000
29            * Repository.pm (weight_lock, weight_unlock): New methods.
30            (term_weight_vector, save_term_weight_vector): Changed to use
31            global props to save the term weight vector.
32    
33    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
34    
35    ++ swe/lib/suikawiki/ChangeLog  21 Sep 2009 09:30:29 -0000
36            * main.pl: Changed the related/unrelated end point to lock the
37            vector data file and put the file to the CVS repository.
38    
39    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
40    
41    </content></entry><entry xml:id="entry-1253524239"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253524239</id><title>2009-09-21 Wakaba</title><updated>2009-09-21T09:10:32Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog        21 Sep 2009 09:05:45 -0000
42    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
43    
44            * Lock.pm (check_lockability): Don't allow the same level of lock
45            type being locked twice to avoid deadlocks caused by same level of
46            locks.
47    
48    ++ swe/lib/SWE/Object/ChangeLog 21 Sep 2009 09:10:06 -0000
49            * Document.pm (repo, prop_untainted, untainted_prop, save_prop,
50            locked): New method.  Introduced the concept of &quot;tainted&quot; such
51            that we can access to the property in the locked code fragment
52            without being afraid to update the property using old values.
53            (get_or_create_graph_node): Updated to utilize |prop| family of
54            method with locks.
55    
56            * Graph.pm (repo, lock, unlock): New methods.
57            (add_nodes, create_node, schelling_update): Locks the database
58            before the modifications.
59    
60            * Repository.pm (graph, get_document_by_id): New methods.
61    
62            * Node.pm (repo): New method.
63    
64    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
65    
66    ++ swe/lib/suikawiki/ChangeLog  21 Sep 2009 09:10:27 -0000
67            * main.pl: Made the graph node view to lock the database.
68    
69    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
70    
71    </content></entry><entry xml:id="entry-1253518229"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253518229</id><title>2009-09-21 Wakaba</title><updated>2009-09-21T07:30:22Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog   21 Sep 2009 07:28:38 -0000
72    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
73    
74            * DB.pm (id_lock): New method.
75    
76    ++ swe/lib/SWE/Object/ChangeLog 21 Sep 2009 07:29:26 -0000
77            * Document.pm (lock): Changed to use the $db-&gt;id_lock method to
78            obtain the lock object.
79    
80            * Node.pm (neighbor_documents): New method.
81    
82    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
83    
84    ++ swe/lib/suikawiki/ChangeLog  21 Sep 2009 07:30:16 -0000
85            * main.pl: Moved most of remaining codes of graph node end point
86            processing to separate modules.
87    
88    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
89    
90    </content></entry><entry xml:id="entry-1253516987"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253516987</id><title>2009-09-21 Wakaba</title><updated>2009-09-21T07:09:38Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog    21 Sep 2009 06:44:52 -0000
91    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
92    
93            * Document.pm (title, get_or_create_graph_node): New methods (made
94            from codes moved from main.pl).
95    
96    ++ swe/lib/suikawiki/ChangeLog  21 Sep 2009 07:09:35 -0000
97    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
98    
99            * main.pl: Changed &quot;related&quot;/&quot;unrelated&quot; URLs to a |ping| end
100            point.  Moved most of graph node end point processing to separate
101            modules.
102    
103    </content></entry><entry xml:id="entry-1253436872"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253436872</id><title>2009-09-20 Wakaba</title><updated>2009-09-20T08:54:29Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog    20 Sep 2009 08:53:58 -0000
104            * Graph.pm (schelling_update): Implemented.
105    
106    2009-09-20  Wakaba  &lt;wakaba@suika.fam.cx&gt;
107    
108    </content></entry><entry xml:id="entry-1253426959"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253426959</id><title>2009-09-20 Wakaba</title><updated>2009-09-20T06:09:11Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog    20 Sep 2009 06:08:30 -0000
109  2009-09-20  Wakaba  &lt;wakaba@suika.fam.cx&gt;  2009-09-20  Wakaba  &lt;wakaba@suika.fam.cx&gt;
110    
111          * Graph.pm (add_nodes): Improved the way to determine the number          * Graph.pm (add_nodes): Improved the way to determine the number
# Line 718  Line 825 
825          * ChangeLog: New file.          * ChangeLog: New file.
826    
827    
 </content></entry><updated>2009-09-20T06:09:11Z</updated></feed>  
828    </content></entry><updated>2009-09-23T10:21:59Z</updated></feed>

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.81

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24