/[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.70 by wakaba, Mon Sep 14 06:23:33 2009 UTC revision 1.80 by wakaba, Mon Sep 21 10:49:24 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-1252909412"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1252909412</id><title>2009-09-14 Wakaba</title><updated>2009-09-14T06:23:15Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/pages/ChangeLog 14 Sep 2009 06:23:13 -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-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
2            * main.pl: Allow non-POST pings.
3    
4    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
5    
6    ++ swe/scripts/ChangeLog        21 Sep 2009 10:48:59 -0000
7            * sw-sami.js: Added related/unrelated pings to neighbor links.
8    
9    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
10    
11    </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
12            * main.pl: Changed the graph view to be a |param| of the ID view.
13    
14    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
15    
16    ++ swe/scripts/ChangeLog        21 Sep 2009 10:07:15 -0000
17    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
18    
19            * sw-sami.js: Added a set of classes to insert neighborhoods
20            section.
21    
22    </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
23            * Repository.pm (weight_lock, weight_unlock): New methods.
24            (term_weight_vector, save_term_weight_vector): Changed to use
25            global props to save the term weight vector.
26    
27    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
28    
29    ++ swe/lib/suikawiki/ChangeLog  21 Sep 2009 09:30:29 -0000
30            * main.pl: Changed the related/unrelated end point to lock the
31            vector data file and put the file to the CVS repository.
32    
33    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
34    
35    </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
36    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
37    
38            * Lock.pm (check_lockability): Don't allow the same level of lock
39            type being locked twice to avoid deadlocks caused by same level of
40            locks.
41    
42    ++ swe/lib/SWE/Object/ChangeLog 21 Sep 2009 09:10:06 -0000
43            * Document.pm (repo, prop_untainted, untainted_prop, save_prop,
44            locked): New method.  Introduced the concept of &quot;tainted&quot; such
45            that we can access to the property in the locked code fragment
46            without being afraid to update the property using old values.
47            (get_or_create_graph_node): Updated to utilize |prop| family of
48            method with locks.
49    
50            * Graph.pm (repo, lock, unlock): New methods.
51            (add_nodes, create_node, schelling_update): Locks the database
52            before the modifications.
53    
54            * Repository.pm (graph, get_document_by_id): New methods.
55    
56            * Node.pm (repo): New method.
57    
58    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
59    
60    ++ swe/lib/suikawiki/ChangeLog  21 Sep 2009 09:10:27 -0000
61            * main.pl: Made the graph node view to lock the database.
62    
63    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
64    
65    </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
66    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
67    
68            * DB.pm (id_lock): New method.
69    
70    ++ swe/lib/SWE/Object/ChangeLog 21 Sep 2009 07:29:26 -0000
71            * Document.pm (lock): Changed to use the $db-&gt;id_lock method to
72            obtain the lock object.
73    
74            * Node.pm (neighbor_documents): New method.
75    
76    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
77    
78    ++ swe/lib/suikawiki/ChangeLog  21 Sep 2009 07:30:16 -0000
79            * main.pl: Moved most of remaining codes of graph node end point
80            processing to separate modules.
81    
82    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
83    
84    </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
85    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
86    
87            * Document.pm (title, get_or_create_graph_node): New methods (made
88            from codes moved from main.pl).
89    
90    ++ swe/lib/suikawiki/ChangeLog  21 Sep 2009 07:09:35 -0000
91    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
92    
93            * main.pl: Changed &quot;related&quot;/&quot;unrelated&quot; URLs to a |ping| end
94            point.  Moved most of graph node end point processing to separate
95            modules.
96    
97    </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
98            * Graph.pm (schelling_update): Implemented.
99    
100    2009-09-20  Wakaba  &lt;wakaba@suika.fam.cx&gt;
101    
102    </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
103    2009-09-20  Wakaba  &lt;wakaba@suika.fam.cx&gt;
104    
105            * Graph.pm (add_nodes): Improved the way to determine the number
106            of added nodes.
107    
108    </content></entry><entry xml:id="entry-1253356523"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253356523</id><title>2009-09-19 Wakaba</title><updated>2009-09-19T10:35:16Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     19 Sep 2009 10:35:13 -0000
109            * main.pl: |$id_prop| had been unintentionally unset.
110    
111    2009-09-19  Wakaba  &lt;wakaba@suika.fam.cx&gt;
112    
113    </content></entry><entry xml:id="entry-1253346230"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253346230</id><title>2009-09-19 Wakaba</title><updated>2009-09-19T07:43:40Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     19 Sep 2009 07:43:34 -0000
114    2009-09-19  Wakaba  &lt;wakaba@suika.fam.cx&gt;
115    
116            * main.pl: Added Google AdSense.
117    
118    ++ swe/styles/ChangeLog 19 Sep 2009 07:43:26 -0000
119    2009-09-19  Wakaba  &lt;wakaba@suika.fam.cx&gt;
120    
121            * sw.css: Added styles for Google AdSense.
122    
123    </content></entry><entry xml:id="entry-1252909412"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1252909412</id><title>2009-09-14 Wakaba</title><updated>2009-09-14T06:23:15Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/pages/ChangeLog     14 Sep 2009 06:23:13 -0000
124          * canvas.html: Set the default page name to &quot;(image)&quot;.          * canvas.html: Set the default page name to &quot;(image)&quot;.
125    
126  2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;  2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
# Line 697  Line 819 
819          * ChangeLog: New file.          * ChangeLog: New file.
820    
821    
 </content></entry><updated>2009-09-14T06:23:15Z</updated></feed>  
822    </content></entry><updated>2009-09-21T10:49:05Z</updated></feed>

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.80

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24