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-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 |
<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-1253703411"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253703411</id><title>2009-09-23 Wakaba</title><updated>2009-09-23T10:56:46Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog 23 Sep 2009 10:56:11 -0000 |
2 |
|
* Document.pm (lock): Typo; it did not lock in fact, orz. |
3 |
|
|
4 |
|
* Graph.pm (schelling_update): Reuse the |repo| object's child |
5 |
|
objects where possible to avoid locking timing problem and so on. |
6 |
|
|
7 |
|
2009-09-23 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
++ swe/lib/suikawiki/ChangeLog 23 Sep 2009 10:56:43 -0000 |
10 |
|
2009-09-23 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* main.pl: Lock for the document ID at the beginning of the |
13 |
|
neighbors view processing. |
14 |
|
|
15 |
|
</content></entry><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 |
16 |
|
2009-09-23 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* Document.pm (prop_untainted): Typo. |
19 |
|
(untainted_prop): The |prop_untainted| property was not set. |
20 |
|
|
21 |
|
</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 |
22 |
|
* main.pl: Allow non-POST pings. |
23 |
|
|
24 |
|
2009-09-21 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
++ swe/scripts/ChangeLog 21 Sep 2009 10:48:59 -0000 |
27 |
|
* sw-sami.js: Added related/unrelated pings to neighbor links. |
28 |
|
|
29 |
|
2009-09-21 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
</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 |
32 |
|
* main.pl: Changed the graph view to be a |param| of the ID view. |
33 |
|
|
34 |
|
2009-09-21 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
++ swe/scripts/ChangeLog 21 Sep 2009 10:07:15 -0000 |
37 |
|
2009-09-21 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* sw-sami.js: Added a set of classes to insert neighborhoods |
40 |
|
section. |
41 |
|
|
42 |
|
</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 |
43 |
* Repository.pm (weight_lock, weight_unlock): New methods. |
* Repository.pm (weight_lock, weight_unlock): New methods. |
44 |
(term_weight_vector, save_term_weight_vector): Changed to use |
(term_weight_vector, save_term_weight_vector): Changed to use |
45 |
global props to save the term weight vector. |
global props to save the term weight vector. |
839 |
* ChangeLog: New file. |
* ChangeLog: New file. |
840 |
|
|
841 |
|
|
|
</content></entry><updated>2009-09-21T09:30:32Z</updated></feed> |
|
842 |
|
</content></entry><updated>2009-09-23T10:56:46Z</updated></feed> |