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-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 |
<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 <wakaba@suika.fam.cx> |
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 <wakaba@suika.fam.cx> |
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 <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
++ swe/scripts/ChangeLog 21 Sep 2009 10:07:15 -0000 |
17 |
|
2009-09-21 Wakaba <wakaba@suika.fam.cx> |
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 <wakaba@suika.fam.cx> |
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 <wakaba@suika.fam.cx> |
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 <wakaba@suika.fam.cx> |
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 "tainted" 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 <wakaba@suika.fam.cx> |
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 <wakaba@suika.fam.cx> |
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 <wakaba@suika.fam.cx> |
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->id_lock method to |
72 |
|
obtain the lock object. |
73 |
|
|
74 |
|
* Node.pm (neighbor_documents): New method. |
75 |
|
|
76 |
|
2009-09-21 Wakaba <wakaba@suika.fam.cx> |
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 <wakaba@suika.fam.cx> |
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 <wakaba@suika.fam.cx> |
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 <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* main.pl: Changed "related"/"unrelated" 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. |
* Graph.pm (schelling_update): Implemented. |
99 |
|
|
100 |
2009-09-20 Wakaba <wakaba@suika.fam.cx> |
2009-09-20 Wakaba <wakaba@suika.fam.cx> |
819 |
* ChangeLog: New file. |
* ChangeLog: New file. |
820 |
|
|
821 |
|
|
|
</content></entry><updated>2009-09-20T08:54:29Z</updated></feed> |
|
822 |
|
</content></entry><updated>2009-09-21T10:49:05Z</updated></feed> |