/[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.45 by wakaba, Sun Jul 12 06:22:09 2009 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-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  <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.          * HashedIndex.pm (lock, lock_file_name): New methods.
357    
358  2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;  2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
# Line 465  Line 819 
819          * ChangeLog: New file.          * ChangeLog: New file.
820    
821    
 </content></entry><updated>2009-07-12T06:22:06Z</updated></feed>  
822    </content></entry><updated>2009-09-21T10:49:05Z</updated></feed>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24