/[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.19 by wakaba, Sun Nov 16 06:05:52 2008 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-1226136651"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226136651</id><title>2008-11-08 Wakaba</title><updated>2008-11-08T09:30:50Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ ChangeLog   8 Nov 2008 09:30:47 -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;.
125    
126    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
127    
128    </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
129            * main.pl: Added names=&quot;&quot; parameter to canvas editor link.
130    
131    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
132    
133    ++ swe/pages/ChangeLog  14 Sep 2009 06:16:20 -0000
134            * canvas.html: Added names=&quot;&quot; parameter to specify the names of
135            new images.
136    
137    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
138    
139    </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
140            * main.pl: Added links to canvas editor.
141    
142    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
143    
144    ++ swe/pages/ChangeLog  14 Sep 2009 06:00:50 -0000
145            * canvas.html: New file (originally comes from Remove Canvas's
146            client.html).
147    
148    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
149    
150    </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
151            * DB.pm (id_prop): New method.
152    
153    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
154    
155    ++ swe/lib/SWE/Object/Document/ChangeLog        14 Sep 2009 03:10:40 -0000
156            * SWML.pm (to_text, to_text_media_type): Moved back to the
157            superclass.
158    
159            * CanvasInstructions.pm: New module.
160            
161    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
162    
163    ++ swe/lib/SWE/Object/ChangeLog 14 Sep 2009 03:10:03 -0000
164            * Document.pm (prop): New method.
165            (content_media_type): Changed to return the real media type.
166            (to_xml_media_type, to_text_media_type, to_xml, to_html_fragment):
167            Changed to return appropriate default value.
168    
169    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
170    
171    ++ swe/lib/suikawiki/ChangeLog  14 Sep 2009 03:11:39 -0000
172            * main.pl: Don't generate rel=alternate links if it is known that
173            the alternate is not available.
174    
175    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
176    
177    </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
178            * Lang.pm: Changed module names.
179    
180    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
181    
182    ++ swe/lib/SWE/Object/Document/ChangeLog        14 Sep 2009 02:40:50 -0000
183            * SWML.pm: New module.
184    
185    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
186    
187    ++ swe/lib/SWE/Object/ChangeLog 14 Sep 2009 02:40:09 -0000
188            * Document.pm: Added |rebless| method family.  Moved
189            SWML-to-HTML/XML/text convertion methods to another module.
190    
191            * Document/: New directory.
192    
193    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
194    
195    ++ swe/lib/suikawiki/ChangeLog  14 Sep 2009 02:39:42 -0000
196            * main.pl: Call the |rebless| method on the SWE::Object::Document
197            module such that format-dependent methods can be invoked.
198    
199    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
200    
201    </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
202    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
203    
204            * Lang.pm: New module.
205    
206    ++ swe/lib/suikawiki/ChangeLog  14 Sep 2009 02:12:48 -0000
207            * main.pl: Moved media type list to an external module.
208    
209    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
210    
211    </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
212            * Document.pm (to_html_fragment): New method.
213    
214    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
215    
216    ++ swe/lib/suikawiki/ChangeLog  14 Sep 2009 02:03:01 -0000
217            * main.pl: Moved format=html processing to external module.
218    
219    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
220    
221    </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
222    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
223    
224            * Document.pm (to_xml, to_text): New methods.
225    
226    ++ swe/lib/suikawiki/ChangeLog  14 Sep 2009 01:25:42 -0000
227    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
228    
229            * main.pl: Changed format=text and format=xml to obtain the text
230            or xml variant from SWE::Object::Document.  Changed format=text to
231            obtain the xml variant from SWE::Object::Document and then convert
232            into HTML.
233    
234    </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
235    2009-07-19  Wakaba  &lt;wakaba@suika.fam.cx&gt;
236    
237            * main.pl: Extended posturl API for the use of bookmarklet.
238    
239    </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
240    2009-07-19  Wakaba  &lt;wakaba@suika.fam.cx&gt;
241    
242            * HashedIndex.pm (_for_each_id): Operator evaluation order was
243            wrong.
244    
245    </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
246            * main.pl: Set the paragraph number to the posturl content.
247    
248    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
249    
250    </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
251            * main.pl: Insert timestamp parameter of posturl.
252    
253    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
254    
255    </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
256            * main.pl: Implemented new-document case of posturl method.
257    
258    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
259    
260    </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
261            * Document.pm (new_id): New method.
262    
263    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
264    
265    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 10:45:55 -0000
266            * main.pl: Moved the code to obtain the new ID to another module.
267    
268    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
269    
270    </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
271            * Document.pm (update_tfidf): New method copied from main.pl.
272    
273    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
274    
275    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 10:37:39 -0000
276            * main.pl (update_tfidf): Moved to another module.
277    
278    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
279    
280    </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
281    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
282    
283            * Document.pm: New module.
284    
285    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 10:25:59 -0000
286            * main.pl: Facted out the code to associate new pages names to the
287            document.
288    
289    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
290    
291    </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
292            * DB.pm (name_history, id_history): New methods.
293    
294    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
295    
296    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 09:45:31 -0000
297            * main.pl: Use $db's methods to instantiate id_history and
298            name_history databases.
299    
300    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
301    
302    </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
303    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
304    
305            * DB.pm (vc): New method.
306    
307    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 09:07:51 -0000
308            * main.pl: Obtain instances of version control object by invoking
309            the method of $db object.
310    
311    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
312    
313    </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
314            * main.pl: posturl appending implemented.
315    
316    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
317    
318    </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
319            * main.pl: Preparation for introducing posturl method.
320    
321    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
322    
323    </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
324            * main.pl: Fact out the process to determine the document ID(s)
325            from the name, possibly converting the SuikaWiki3 document into
326            new format.
327    
328    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
329    
330    </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
331    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
332    
333            * sw.css: Styling for js-inserted sections.
334    
335    ++ swe/scripts/ChangeLog        12 Jul 2009 07:31:10 -0000
336            * sw-sami.js: Improved where js-generated sections are inserted.
337    
338    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
339    
340    </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
341            * main.pl: Create tfidf data when a page is created.
342    
343    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
344    
345    </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
346            * main.pl: Update tfidf data when a page content is updated.
347    
348    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
349    
350    </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
351            * main.pl Locks during the non-inverted index is updated.
352    
353    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
354    
355    </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
356            * HashedIndex.pm (lock, lock_file_name): New methods.
357    
358    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
359    
360    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 06:22:03 -0000
361            * main.pl: Locks the index database before the modification.
362    
363    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
364    
365    </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
366            * sw-sami.js: New script.  It loads search result and insert into
367            the document.
368    
369            * sw.js: Loads sw-sami.js.
370    
371    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
372    
373    </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
374    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
375    
376            * sw.js: Load sami-core.js.
377    
378    </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
379            * main.pl: Put the |script| element at the end of the |body|
380            element.
381    
382    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
383    
384    </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
385    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
386    
387            * NamedText.pm (_get_file_name): Typo.
388    
389            * Lock.pm: Check whether any preferable locks are already taken or
390            not to avoid deadlocks.
391    
392            * IDGenerator.pm (get_next_id): Set lock_type to enable lock order
393            control.
394    
395            * IDLocks.pm (get_lock): Set lock_type to enable lock order
396            control.
397    
398    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 04:00:17 -0000
399    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
400    
401            * main.pl: Set |lock_type| to enable lock order control.
402    
403    </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
404    2009-07-11  Wakaba  &lt;wakaba@suika.fam.cx&gt;
405    
406            * sw.css: Added .swe-info class.
407    
408    </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
409            * main.pl: Show the relatedness of pages in the list of neighbor
410            nodes.
411    
412    2009-03-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
413    
414    </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
415            * Repository.pm (are_related_ids): Repeat the relearning process
416            until the right answer is deduced.
417    
418    2009-03-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
419    
420    </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
421    2009-03-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
422    
423            * Repository.pm: New module.
424    
425    ++ swe/lib/suikawiki/ChangeLog  16 Mar 2009 07:39:54 -0000
426    2009-03-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
427    
428            * main.pl: Moved relatedness detection method into its own module.
429    
430    </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
431            * Node.pm (document_id): New method.
432    
433    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
434    
435    ++ swe/lib/suikawiki/ChangeLog  15 Mar 2009 13:07:01 -0000
436            * main.pl: Dump the name of neighbors.
437    
438    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
439    
440    </content></entry><entry xml:id="entry-1237122428"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237122428</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T13:07:06Z</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
441            * Node.pm (document_id): New method.
442    
443    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
444    
445    ++ swe/lib/suikawiki/ChangeLog  15 Mar 2009 13:07:01 -0000
446            * main.pl: Dump the name of neighbors.
447    
448    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
449    
450    </content></entry><entry xml:id="entry-1237121403"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237121403</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T12:50:01Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog    15 Mar 2009 12:49:18 -0000
451            * Graph.pm (get_node_by_id): New method.
452            (create_node): Changed to instantiate SWE::Object::Node.
453    
454            * Node.pm: New module.
455    
456    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
457    
458    ++ swe/lib/suikawiki/ChangeLog  15 Mar 2009 12:49:58 -0000
459            * main.pl: Dump the list of neighbors.
460    
461    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
462    
463    </content></entry><entry xml:id="entry-1237120057"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237120057</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T12:27:35Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog   15 Mar 2009 12:26:50 -0000
464            * DB.pm: Added graph and global property databases.
465    
466    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
467    
468    ++ swe/lib/SWE/Object/ChangeLog 15 Mar 2009 12:26:27 -0000
469            * Graph.pm: New module.
470    
471    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
472    
473    ++ swe/lib/suikawiki/ChangeLog  15 Mar 2009 12:27:26 -0000
474            * main.pl: Graph generation moved to another module.  Implemented
475            graph/document association.
476    
477    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
478    
479    </content></entry><entry xml:id="entry-1237110139"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237110139</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T09:42:17Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog        15 Mar 2009 09:41:26 -0000
480    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
481    
482            * NamedText.pm: New module.
483    
484    ++ swe/lib/suikawiki/ChangeLog  15 Mar 2009 09:42:14 -0000
485            * main.pl: Implemented the graph generate method.
486    
487    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
488    
489    </content></entry><entry xml:id="entry-1237104442"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237104442</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T08:07:19Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog   15 Mar 2009 08:06:01 -0000
490    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
491    
492            * DB.pm (id): New method.
493    
494    ++ swe/lib/suikawiki/ChangeLog  15 Mar 2009 08:07:12 -0000
495    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
496    
497            * main.pl: Moved the codes to get idgenerator object to SWE::DB
498            module.  Also, preparation for the experiments for the graph
499            generation implementation.
500    
501    </content></entry><entry xml:id="entry-1236992624"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1236992624</id><title>2009-03-14 Wakaba</title><updated>2009-03-14T01:03:40Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/scripts/ChangeLog   14 Mar 2009 01:03:37 -0000
502            * sw.js: Added |title|s to the buttons.
503    
504    2009-03-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
505    
506    </content></entry><entry xml:id="entry-1236992515"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1236992515</id><title>2009-03-14 Wakaba</title><updated>2009-03-14T01:01:52Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/scripts/ChangeLog   14 Mar 2009 01:01:18 -0000
507    2009-03-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
508    
509            * sw.js: Added a button to insert the current time.
510    
511    </content></entry><entry xml:id="entry-1236587122"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1236587122</id><title>2009-03-09 Wakaba</title><updated>2009-03-09T08:25:19Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Data/ChangeLog      9 Mar 2009 08:24:27 -0000
512            * FeatureVector.pm: Added support for parsing and operations.
513    
514    2009-03-02  Wakaba  &lt;wakaba@suika.fam.cx&gt;
515    
516    ++ swe/lib/suikawiki/ChangeLog  9 Mar 2009 08:25:07 -0000
517            * main.pl: Added experimental support for learning of relatedness
518            of pages.
519    
520    2009-03-02  Wakaba  &lt;wakaba@suika.fam.cx&gt;
521    
522    </content></entry><entry xml:id="entry-1235995769"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1235995769</id><title>2009-03-02 Wakaba</title><updated>2009-03-02T12:09:28Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog   2 Mar 2009 12:08:28 -0000
523            * DB.pm: New module.
524    
525    2009-03-02  Wakaba  &lt;wakaba@suika.fam.cx&gt;
526    
527    ++ swe/lib/suikawiki/ChangeLog  2 Mar 2009 12:09:18 -0000
528            * main.pl: Create an instance of the new SWE::DB module and obtain
529            references to database objects via that object for newly added
530            modes.
531    
532    2009-03-02  Wakaba  &lt;wakaba@suika.fam.cx&gt;
533    
534    </content></entry><entry xml:id="entry-1235994311"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1235994311</id><title>2009-03-02 Wakaba</title><updated>2009-03-02T11:45:09Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog   2 Mar 2009 11:44:31 -0000
535    2009-03-02  Wakaba  &lt;wakaba@suika.fam.cx&gt;
536    
537            * Data/: New directory.
538    
539    ++ swe/lib/SWE/Data/ChangeLog   2 Mar 2009 11:44:23 -0000
540    2009-03-02  Wakaba  &lt;wakaba@suika.fam.cx&gt;
541    
542            * FeatureVector.pm: New module.
543    
544            * ChangeLog: New file.
545    
546    ++ swe/lib/suikawiki/ChangeLog  2 Mar 2009 11:45:04 -0000
547            * main.pl (update_tfidf): Use new module to support feature word
548            vectors.
549    
550    2009-03-02  Wakaba  &lt;wakaba@suika.fam.cx&gt;
551    
552    </content></entry><entry xml:id="entry-1235979149"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1235979149</id><title>2009-03-02 Wakaba</title><updated>2009-03-02T07:32:24Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog        2 Mar 2009 07:32:02 -0000
553    2009-03-01  Wakaba  &lt;wakaba@suika.fam.cx&gt;
554    
555            * HashedIndex.pm: New module.
556    
557            * IDGenerator.pm (get_last_id): New method.
558    
559    2009-01-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
560    
561            * SuikaWiki3LastModified.pm (get_data): Why this convertion was
562            necessary?
563    
564    ++ swe/lib/suikawiki/ChangeLog  2 Mar 2009 07:31:08 -0000
565    2009-03-02  Wakaba  &lt;wakaba@suika.fam.cx&gt;
566    
567            * main.pl (;search, ;terms): New modes.
568    
569    ++ swe/styles/ChangeLog 3 Feb 2009 03:44:04 -0000
570    2009-02-03  Wakaba  &lt;wakaba@suika.fam.cx&gt;
571    
572            * sw.css: Fixed a typo.
573    
574    </content></entry><entry xml:id="entry-1229403054"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1229403054</id><title>2008-12-16 Wakaba</title><updated>2008-12-16T04:50:50Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     16 Dec 2008 04:49:26 -0000
575    2008-12-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
576    
577            * main.pl: Adds .tools class to the page navigation, to
578            distinguish with same-name pages navigation.
579    
580    ++ swe/scripts/ChangeLog        16 Dec 2008 04:50:42 -0000
581    2008-12-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
582    
583            * sw.js: Added Hatena Star support.  Use method
584            |button.setAttribute ('type')| instead of attribute |button.type|
585            for WebKit/WinIE compatibility.
586    
587    </content></entry><entry xml:id="entry-1227589308"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1227589308</id><title>2008-11-25 Wakaba</title><updated>2008-11-25T05:01:43Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     25 Nov 2008 05:01:39 -0000
588    2008-11-25  Wakaba  &lt;wakaba@suika.fam.cx&gt;
589    
590            * main.pl: Adds link to help page after the page content form.
591    
592    2008-11-24  Wakaba  &lt;wakaba@suika.fam.cx&gt;
593    
594            * main.pl: Output last-modified date at the end of HTML
595            representation of an article.
596            
597    </content></entry><entry xml:id="entry-1227527153"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1227527153</id><title>2008-11-24 Wakaba</title><updated>2008-11-24T11:45:51Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog        24 Nov 2008 11:43:31 -0000
598    2008-11-24  Wakaba  &lt;wakaba@suika.fam.cx&gt;
599    
600            * IDHistory.pm, HashedHistory.pm: New modules.
601    
602    ++ swe/lib/suikawiki/ChangeLog  24 Nov 2008 11:45:32 -0000
603            * main.pl: Implemented history modes.  Records creation of pages
604            and modifications to id/name associations as history.
605    
606    2008-11-24  Wakaba  &lt;wakaba@suika.fam.cx&gt;
607    
608    </content></entry><entry xml:id="entry-1227513662"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1227513662</id><title>2008-11-24 Wakaba</title><updated>2008-11-24T08:01:01Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     24 Nov 2008 07:59:48 -0000
609    2008-11-24  Wakaba  &lt;wakaba@suika.fam.cx&gt;
610    
611            * main.pl: New script (Code from sw.cgi
612            &lt;http://suika.fam.cx/gate/cvs/webroot/gate/2008/sw.cgi&gt;, with
613            minimum changes).
614    
615            * ChangeLog: New file.
616    
617    
618    ++ swe/lib/ChangeLog    24 Nov 2008 07:48:53 -0000
619    2008-11-24  Wakaba  &lt;wakaba@suika.fam.cx&gt;
620    
621            * suikawiki/: New directory.
622    
623    </content></entry><entry xml:id="entry-1227511046"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1227511046</id><title>2008-11-24 Wakaba</title><updated>2008-11-24T07:17:24Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ ChangeLog       24 Nov 2008 07:17:06 -0000
624    2008-11-24  Wakaba  &lt;wakaba@suika.fam.cx&gt;
625    
626            * cvscommit.sh: Use |mkcommitfeed| command instead of
627            |mkcommitfeed.pl| in the same directory.
628    
629            * mkcommitfeed.pl: Removed (See
630            &lt;http://suika.fam.cx/commitfeed/readme&gt;).
631            
632    ++ swe/styles/ChangeLog 23 Nov 2008 08:21:28 -0000
633    2008-11-23  Wakaba  &lt;wakaba@suika.fam.cx&gt;
634    
635            * sw.css: Oops, class names were wrong.
636    
637    </content></entry><entry xml:id="entry-1226136651"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226136651</id><title>2008-11-08 Wakaba</title><updated>2008-11-08T09:30:50Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ ChangeLog       8 Nov 2008 09:30:47 -0000
638  2008-11-08  Wakaba  &lt;wakaba@suika.fam.cx&gt;  2008-11-08  Wakaba  &lt;wakaba@suika.fam.cx&gt;
639    
640          * mkcommitfeed.pl: New file (copied from ../www/harusame/).          * mkcommitfeed.pl: New file (copied from ../www/harusame/).
# Line 170  Line 806 
806    
807  2008-11-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;  2008-11-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
808    
 </content></entry></feed>  
809    </content></entry><entry xml:id="entry-1226827412"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226827412</id><title>2008-11-16 Wakaba</title><updated>2008-11-16T09:23:30Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ ChangeLog       16 Nov 2008 08:45:59 -0000
810    2008-11-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
811    
812            * scripts/: New directory.
813    
814    ++ swe/scripts/ChangeLog        16 Nov 2008 09:23:25 -0000
815    2008-11-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
816    
817            * sw.js: New file.
818    
819            * ChangeLog: New file.
820    
821    
822    </content></entry><updated>2009-09-21T10:49:05Z</updated></feed>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24