/[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.78 by wakaba, Mon Sep 21 09:30:37 2009 UTC revision 1.86 by wakaba, Wed Sep 23 14:16: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-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-1253715382"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253715382</id><title>2009-09-23 Wakaba</title><updated>2009-09-23T14:16:14Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog        23 Sep 2009 14:15:25 -0000
2            * Document.pm (name): Separated from |title|.
3    
4    2009-09-23  Wakaba  &lt;wakaba@suika.fam.cx&gt;
5    
6    ++ swe/lib/suikawiki/ChangeLog  23 Sep 2009 14:16:10 -0000
7            * main.pl: Use |name| method instead of |title| method for the
8            |neighbors| view, otherwise JS can't construct the URL for the
9            linked page.
10    
11    2009-09-23  Wakaba  &lt;wakaba@suika.fam.cx&gt;
12    
13    </content></entry><entry xml:id="entry-1253713631"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253713631</id><title>2009-09-23 Wakaba</title><updated>2009-09-23T13:47:02Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/scripts/ChangeLog   23 Sep 2009 13:46:59 -0000
14            * sw-sami.js: Added ping handler to search result's links.  Use
15            synchronous ping to ensure ping is really sent.
16    
17    2009-09-23  Wakaba  &lt;wakaba@suika.fam.cx&gt;
18    
19    </content></entry><entry xml:id="entry-1253704564"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253704564</id><title>2009-09-23 Wakaba</title><updated>2009-09-23T11:15:52Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/scripts/ChangeLog   23 Sep 2009 11:15:49 -0000
20            * sw-sami.js: Enable neighbor link feature to the production wiki.
21    
22    2009-09-23  Wakaba  &lt;wakaba@suika.fam.cx&gt;
23    
24    </content></entry><entry xml:id="entry-1253703873"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253703873</id><title>2009-09-23 Wakaba</title><updated>2009-09-23T11:04:24Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/styles/ChangeLog    23 Sep 2009 11:04:07 -0000
25    2009-09-23  Wakaba  &lt;wakaba@suika.fam.cx&gt;
26    
27            * sw.css: Added styles for link lists.
28    
29    ++ swe/scripts/ChangeLog        23 Sep 2009 11:04:21 -0000
30    2009-09-23  Wakaba  &lt;wakaba@suika.fam.cx&gt;
31    
32            * sw-sami.js: Added class names to link list elements.
33    
34    </content></entry><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
35            * Document.pm (lock): Typo; it did not lock in fact, orz.
36    
37            * Graph.pm (schelling_update): Reuse the |repo| object's child
38            objects where possible to avoid locking timing problem and so on.
39    
40    2009-09-23  Wakaba  &lt;wakaba@suika.fam.cx&gt;
41    
42    ++ swe/lib/suikawiki/ChangeLog  23 Sep 2009 10:56:43 -0000
43    2009-09-23  Wakaba  &lt;wakaba@suika.fam.cx&gt;
44    
45            * main.pl: Lock for the document ID at the beginning of the
46            neighbors view processing.
47    
48    </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
49    2009-09-23  Wakaba  &lt;wakaba@suika.fam.cx&gt;
50    
51            * Document.pm (prop_untainted): Typo.
52            (untainted_prop): The |prop_untainted| property was not set.
53    
54    </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
55            * main.pl: Allow non-POST pings.
56    
57    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
58    
59    ++ swe/scripts/ChangeLog        21 Sep 2009 10:48:59 -0000
60            * sw-sami.js: Added related/unrelated pings to neighbor links.
61    
62    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
63    
64    </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
65            * main.pl: Changed the graph view to be a |param| of the ID view.
66    
67    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
68    
69    ++ swe/scripts/ChangeLog        21 Sep 2009 10:07:15 -0000
70    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
71    
72            * sw-sami.js: Added a set of classes to insert neighborhoods
73            section.
74    
75    </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
76          * Repository.pm (weight_lock, weight_unlock): New methods.          * Repository.pm (weight_lock, weight_unlock): New methods.
77          (term_weight_vector, save_term_weight_vector): Changed to use          (term_weight_vector, save_term_weight_vector): Changed to use
78          global props to save the term weight vector.          global props to save the term weight vector.
# Line 798  Line 872 
872          * ChangeLog: New file.          * ChangeLog: New file.
873    
874    
 </content></entry><updated>2009-09-21T09:30:32Z</updated></feed>  
875    </content></entry><updated>2009-09-23T14:16:14Z</updated></feed>

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.86

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24  
Google Analytics is used in this page; Cookies are used. 忍者AdMax is used in this page; Cookies are used. Privacy policy.