/[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.36 by wakaba, Sun Mar 15 13:07:13 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-1237122433"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237122433</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T13:07:11Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog        15 Mar 2009 13:06:41 -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.
77            (term_weight_vector, save_term_weight_vector): Changed to use
78            global props to save the term weight vector.
79    
80    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
81    
82    ++ swe/lib/suikawiki/ChangeLog  21 Sep 2009 09:30:29 -0000
83            * main.pl: Changed the related/unrelated end point to lock the
84            vector data file and put the file to the CVS repository.
85    
86    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
87    
88    </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
89    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
90    
91            * Lock.pm (check_lockability): Don't allow the same level of lock
92            type being locked twice to avoid deadlocks caused by same level of
93            locks.
94    
95    ++ swe/lib/SWE/Object/ChangeLog 21 Sep 2009 09:10:06 -0000
96            * Document.pm (repo, prop_untainted, untainted_prop, save_prop,
97            locked): New method.  Introduced the concept of &quot;tainted&quot; such
98            that we can access to the property in the locked code fragment
99            without being afraid to update the property using old values.
100            (get_or_create_graph_node): Updated to utilize |prop| family of
101            method with locks.
102    
103            * Graph.pm (repo, lock, unlock): New methods.
104            (add_nodes, create_node, schelling_update): Locks the database
105            before the modifications.
106    
107            * Repository.pm (graph, get_document_by_id): New methods.
108    
109            * Node.pm (repo): New method.
110    
111    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
112    
113    ++ swe/lib/suikawiki/ChangeLog  21 Sep 2009 09:10:27 -0000
114            * main.pl: Made the graph node view to lock the database.
115    
116    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
117    
118    </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
119    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
120    
121            * DB.pm (id_lock): New method.
122    
123    ++ swe/lib/SWE/Object/ChangeLog 21 Sep 2009 07:29:26 -0000
124            * Document.pm (lock): Changed to use the $db-&gt;id_lock method to
125            obtain the lock object.
126    
127            * Node.pm (neighbor_documents): New method.
128    
129    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
130    
131    ++ swe/lib/suikawiki/ChangeLog  21 Sep 2009 07:30:16 -0000
132            * main.pl: Moved most of remaining codes of graph node end point
133            processing to separate modules.
134    
135    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
136    
137    </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
138    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
139    
140            * Document.pm (title, get_or_create_graph_node): New methods (made
141            from codes moved from main.pl).
142    
143    ++ swe/lib/suikawiki/ChangeLog  21 Sep 2009 07:09:35 -0000
144    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
145    
146            * main.pl: Changed &quot;related&quot;/&quot;unrelated&quot; URLs to a |ping| end
147            point.  Moved most of graph node end point processing to separate
148            modules.
149    
150    </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
151            * Graph.pm (schelling_update): Implemented.
152    
153    2009-09-20  Wakaba  &lt;wakaba@suika.fam.cx&gt;
154    
155    </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
156    2009-09-20  Wakaba  &lt;wakaba@suika.fam.cx&gt;
157    
158            * Graph.pm (add_nodes): Improved the way to determine the number
159            of added nodes.
160    
161    </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
162            * main.pl: |$id_prop| had been unintentionally unset.
163    
164    2009-09-19  Wakaba  &lt;wakaba@suika.fam.cx&gt;
165    
166    </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
167    2009-09-19  Wakaba  &lt;wakaba@suika.fam.cx&gt;
168    
169            * main.pl: Added Google AdSense.
170    
171    ++ swe/styles/ChangeLog 19 Sep 2009 07:43:26 -0000
172    2009-09-19  Wakaba  &lt;wakaba@suika.fam.cx&gt;
173    
174            * sw.css: Added styles for Google AdSense.
175    
176    </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
177            * canvas.html: Set the default page name to &quot;(image)&quot;.
178    
179    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
180    
181    </content></entry><entry xml:id="entry-1252908996"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1252908996</id><title>2009-09-14 Wakaba</title><updated>2009-09-14T06:16:24Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     14 Sep 2009 06:15:55 -0000
182            * main.pl: Added names=&quot;&quot; parameter to canvas editor link.
183    
184    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
185    
186    ++ swe/pages/ChangeLog  14 Sep 2009 06:16:20 -0000
187            * canvas.html: Added names=&quot;&quot; parameter to specify the names of
188            new images.
189    
190    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
191    
192    </content></entry><entry xml:id="entry-1252908072"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1252908072</id><title>2009-09-14 Wakaba</title><updated>2009-09-14T06:00:54Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     14 Sep 2009 05:59:53 -0000
193            * main.pl: Added links to canvas editor.
194    
195    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
196    
197    ++ swe/pages/ChangeLog  14 Sep 2009 06:00:50 -0000
198            * canvas.html: New file (originally comes from Remove Canvas's
199            client.html).
200    
201    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
202    
203    </content></entry><entry xml:id="entry-1252897921"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1252897921</id><title>2009-09-14 Wakaba</title><updated>2009-09-14T03:11:50Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog   14 Sep 2009 03:08:53 -0000
204            * DB.pm (id_prop): New method.
205    
206    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
207    
208    ++ swe/lib/SWE/Object/Document/ChangeLog        14 Sep 2009 03:10:40 -0000
209            * SWML.pm (to_text, to_text_media_type): Moved back to the
210            superclass.
211    
212            * CanvasInstructions.pm: New module.
213            
214    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
215    
216    ++ swe/lib/SWE/Object/ChangeLog 14 Sep 2009 03:10:03 -0000
217            * Document.pm (prop): New method.
218            (content_media_type): Changed to return the real media type.
219            (to_xml_media_type, to_text_media_type, to_xml, to_html_fragment):
220            Changed to return appropriate default value.
221    
222    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
223    
224    ++ swe/lib/suikawiki/ChangeLog  14 Sep 2009 03:11:39 -0000
225            * main.pl: Don't generate rel=alternate links if it is known that
226            the alternate is not available.
227    
228    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
229    
230    </content></entry><entry xml:id="entry-1252896060"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1252896060</id><title>2009-09-14 Wakaba</title><updated>2009-09-14T02:40:52Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog   14 Sep 2009 02:38:21 -0000
231            * Lang.pm: Changed module names.
232    
233    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
234    
235    ++ swe/lib/SWE/Object/Document/ChangeLog        14 Sep 2009 02:40:50 -0000
236            * SWML.pm: New module.
237    
238    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
239    
240    ++ swe/lib/SWE/Object/ChangeLog 14 Sep 2009 02:40:09 -0000
241            * Document.pm: Added |rebless| method family.  Moved
242            SWML-to-HTML/XML/text convertion methods to another module.
243    
244            * Document/: New directory.
245    
246    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
247    
248    ++ swe/lib/suikawiki/ChangeLog  14 Sep 2009 02:39:42 -0000
249            * main.pl: Call the |rebless| method on the SWE::Object::Document
250            module such that format-dependent methods can be invoked.
251    
252    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
253    
254    </content></entry><entry xml:id="entry-1252894392"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1252894392</id><title>2009-09-14 Wakaba</title><updated>2009-09-14T02:13:00Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog   14 Sep 2009 02:12:58 -0000
255    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
256    
257            * Lang.pm: New module.
258    
259    ++ swe/lib/suikawiki/ChangeLog  14 Sep 2009 02:12:48 -0000
260            * main.pl: Moved media type list to an external module.
261    
262    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
263    
264    </content></entry><entry xml:id="entry-1252893804"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1252893804</id><title>2009-09-14 Wakaba</title><updated>2009-09-14T02:03:16Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog    14 Sep 2009 02:03:14 -0000
265            * Document.pm (to_html_fragment): New method.
266    
267    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
268    
269    ++ swe/lib/suikawiki/ChangeLog  14 Sep 2009 02:03:01 -0000
270            * main.pl: Moved format=html processing to external module.
271    
272    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
273    
274    </content></entry><entry xml:id="entry-1252891592"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1252891592</id><title>2009-09-14 Wakaba</title><updated>2009-09-14T01:26:19Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog    14 Sep 2009 01:25:50 -0000
275    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
276    
277            * Document.pm (to_xml, to_text): New methods.
278    
279    ++ swe/lib/suikawiki/ChangeLog  14 Sep 2009 01:25:42 -0000
280    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
281    
282            * main.pl: Changed format=text and format=xml to obtain the text
283            or xml variant from SWE::Object::Document.  Changed format=text to
284            obtain the xml variant from SWE::Object::Document and then convert
285            into HTML.
286    
287    </content></entry><entry xml:id="entry-1248007097"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1248007097</id><title>2009-07-19 Wakaba</title><updated>2009-07-19T12:38:10Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     19 Jul 2009 12:37:49 -0000
288    2009-07-19  Wakaba  &lt;wakaba@suika.fam.cx&gt;
289    
290            * main.pl: Extended posturl API for the use of bookmarklet.
291    
292    </content></entry><entry xml:id="entry-1247972595"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247972595</id><title>2009-07-19 Wakaba</title><updated>2009-07-19T03:03:12Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog        19 Jul 2009 03:02:59 -0000
293    2009-07-19  Wakaba  &lt;wakaba@suika.fam.cx&gt;
294    
295            * HashedIndex.pm (_for_each_id): Operator evaluation order was
296            wrong.
297    
298    </content></entry><entry xml:id="entry-1247399659"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247399659</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T11:54:15Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     12 Jul 2009 11:54:12 -0000
299            * main.pl: Set the paragraph number to the posturl content.
300    
301    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
302    
303    </content></entry><entry xml:id="entry-1247396930"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247396930</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T11:08:47Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     12 Jul 2009 11:08:44 -0000
304            * main.pl: Insert timestamp parameter of posturl.
305    
306    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
307    
308    </content></entry><entry xml:id="entry-1247396243"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247396243</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T10:57:21Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     12 Jul 2009 10:57:18 -0000
309            * main.pl: Implemented new-document case of posturl method.
310    
311    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
312    
313    </content></entry><entry xml:id="entry-1247395578"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247395578</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T10:46:11Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog    12 Jul 2009 10:46:07 -0000
314            * Document.pm (new_id): New method.
315    
316    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
317    
318    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 10:45:55 -0000
319            * main.pl: Moved the code to obtain the new ID to another module.
320    
321    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
322    
323    </content></entry><entry xml:id="entry-1247395065"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247395065</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T10:37:42Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog    12 Jul 2009 10:37:22 -0000
324            * Document.pm (update_tfidf): New method copied from main.pl.
325    
326    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
327    
328    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 10:37:39 -0000
329            * main.pl (update_tfidf): Moved to another module.
330    
331    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
332    
333    </content></entry><entry xml:id="entry-1247394387"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247394387</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T10:26:21Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog    12 Jul 2009 10:25:36 -0000
334    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
335    
336            * Document.pm: New module.
337    
338    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 10:25:59 -0000
339            * main.pl: Facted out the code to associate new pages names to the
340            document.
341    
342    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
343    
344    </content></entry><entry xml:id="entry-1247391940"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247391940</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T09:45:37Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog   12 Jul 2009 09:45:07 -0000
345            * DB.pm (name_history, id_history): New methods.
346    
347    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
348    
349    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 09:45:31 -0000
350            * main.pl: Use $db's methods to instantiate id_history and
351            name_history databases.
352    
353    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
354    
355    </content></entry><entry xml:id="entry-1247389678"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247389678</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T09:07:55Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog   12 Jul 2009 09:07:25 -0000
356    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
357    
358            * DB.pm (vc): New method.
359    
360    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 09:07:51 -0000
361            * main.pl: Obtain instances of version control object by invoking
362            the method of $db object.
363    
364    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
365    
366    </content></entry><entry xml:id="entry-1247389166"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247389166</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T08:59:24Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     12 Jul 2009 08:59:20 -0000
367            * main.pl: posturl appending implemented.
368    
369    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
370    
371    </content></entry><entry xml:id="entry-1247387085"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247387085</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T08:24:42Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     12 Jul 2009 08:24:39 -0000
372            * main.pl: Preparation for introducing posturl method.
373    
374    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
375    
376    </content></entry><entry xml:id="entry-1247386723"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247386723</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T08:18:39Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     12 Jul 2009 08:18:35 -0000
377            * main.pl: Fact out the process to determine the document ID(s)
378            from the name, possibly converting the SuikaWiki3 document into
379            new format.
380    
381    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
382    
383    </content></entry><entry xml:id="entry-1247383880"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247383880</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T07:31:14Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/styles/ChangeLog    12 Jul 2009 07:30:45 -0000
384    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
385    
386            * sw.css: Styling for js-inserted sections.
387    
388    ++ swe/scripts/ChangeLog        12 Jul 2009 07:31:10 -0000
389            * sw-sami.js: Improved where js-generated sections are inserted.
390    
391    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
392    
393    </content></entry><entry xml:id="entry-1247382933"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247382933</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T07:15:26Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     12 Jul 2009 07:15:23 -0000
394            * main.pl: Create tfidf data when a page is created.
395    
396    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
397    
398    </content></entry><entry xml:id="entry-1247382413"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247382413</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T07:06:46Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     12 Jul 2009 07:06:43 -0000
399            * main.pl: Update tfidf data when a page content is updated.
400    
401    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
402    
403    </content></entry><entry xml:id="entry-1247380434"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247380434</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T06:33:49Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     12 Jul 2009 06:33:44 -0000
404            * main.pl Locks during the non-inverted index is updated.
405    
406    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
407    
408    </content></entry><entry xml:id="entry-1247379728"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247379728</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T06:22:06Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog        12 Jul 2009 06:21:38 -0000
409            * HashedIndex.pm (lock, lock_file_name): New methods.
410    
411    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
412    
413    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 06:22:03 -0000
414            * main.pl: Locks the index database before the modification.
415    
416    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
417    
418    </content></entry><entry xml:id="entry-1247378662"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247378662</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T06:04:20Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/scripts/ChangeLog   12 Jul 2009 06:04:15 -0000
419            * sw-sami.js: New script.  It loads search result and insert into
420            the document.
421    
422            * sw.js: Loads sw-sami.js.
423    
424    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
425    
426    </content></entry><entry xml:id="entry-1247374904"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247374904</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T05:01:42Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/scripts/ChangeLog   12 Jul 2009 05:01:39 -0000
427    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
428    
429            * sw.js: Load sami-core.js.
430    
431    </content></entry><entry xml:id="entry-1247374191"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247374191</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T04:49:47Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     12 Jul 2009 04:49:44 -0000
432            * main.pl: Put the |script| element at the end of the |body|
433            element.
434    
435    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
436    
437    </content></entry><entry xml:id="entry-1247371223"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247371223</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T04:00:21Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog        12 Jul 2009 03:59:58 -0000
438    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
439    
440            * NamedText.pm (_get_file_name): Typo.
441    
442            * Lock.pm: Check whether any preferable locks are already taken or
443            not to avoid deadlocks.
444    
445            * IDGenerator.pm (get_next_id): Set lock_type to enable lock order
446            control.
447    
448            * IDLocks.pm (get_lock): Set lock_type to enable lock order
449            control.
450    
451    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 04:00:17 -0000
452    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
453    
454            * main.pl: Set |lock_type| to enable lock order control.
455    
456    </content></entry><entry xml:id="entry-1247310226"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247310226</id><title>2009-07-11 Wakaba</title><updated>2009-07-11T11:03:44Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/styles/ChangeLog    11 Jul 2009 11:03:40 -0000
457    2009-07-11  Wakaba  &lt;wakaba@suika.fam.cx&gt;
458    
459            * sw.css: Added .swe-info class.
460    
461    </content></entry><entry xml:id="entry-1237192113"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237192113</id><title>2009-03-16 Wakaba</title><updated>2009-03-16T08:28:31Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     16 Mar 2009 08:28:29 -0000
462            * main.pl: Show the relatedness of pages in the list of neighbor
463            nodes.
464    
465    2009-03-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
466    
467    </content></entry><entry xml:id="entry-1237189495"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237189495</id><title>2009-03-16 Wakaba</title><updated>2009-03-16T07:44:53Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog    16 Mar 2009 07:44:50 -0000
468            * Repository.pm (are_related_ids): Repeat the relearning process
469            until the right answer is deduced.
470    
471    2009-03-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
472    
473    </content></entry><entry xml:id="entry-1237189204"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237189204</id><title>2009-03-16 Wakaba</title><updated>2009-03-16T07:39:59Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog    16 Mar 2009 07:39:22 -0000
474    2009-03-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
475    
476            * Repository.pm: New module.
477    
478    ++ swe/lib/suikawiki/ChangeLog  16 Mar 2009 07:39:54 -0000
479    2009-03-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
480    
481            * main.pl: Moved relatedness detection method into its own module.
482    
483    </content></entry><entry xml:id="entry-1237122433"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237122433</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T13:07:11Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog    15 Mar 2009 13:06:41 -0000
484          * Node.pm (document_id): New method.          * Node.pm (document_id): New method.
485    
486  2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;  2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
# Line 390  Line 872 
872          * ChangeLog: New file.          * ChangeLog: New file.
873    
874    
 </content></entry><updated>2009-03-15T13:07:11Z</updated></feed>  
875    </content></entry><updated>2009-09-23T14:16:14Z</updated></feed>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24