/[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.37 by wakaba, Mon Mar 16 07:40:04 2009 UTC revision 1.77 by wakaba, Mon Sep 21 09:10:40 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-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  <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-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
2    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
3    
4            * Lock.pm (check_lockability): Don't allow the same level of lock
5            type being locked twice to avoid deadlocks caused by same level of
6            locks.
7    
8    ++ swe/lib/SWE/Object/ChangeLog 21 Sep 2009 09:10:06 -0000
9            * Document.pm (repo, prop_untainted, untainted_prop, save_prop,
10            locked): New method.  Introduced the concept of &quot;tainted&quot; such
11            that we can access to the property in the locked code fragment
12            without being afraid to update the property using old values.
13            (get_or_create_graph_node): Updated to utilize |prop| family of
14            method with locks.
15    
16            * Graph.pm (repo, lock, unlock): New methods.
17            (add_nodes, create_node, schelling_update): Locks the database
18            before the modifications.
19    
20            * Repository.pm (graph, get_document_by_id): New methods.
21    
22            * Node.pm (repo): New method.
23    
24    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
25    
26    ++ swe/lib/suikawiki/ChangeLog  21 Sep 2009 09:10:27 -0000
27            * main.pl: Made the graph node view to lock the database.
28    
29    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
30    
31    </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
32    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
33    
34            * DB.pm (id_lock): New method.
35    
36    ++ swe/lib/SWE/Object/ChangeLog 21 Sep 2009 07:29:26 -0000
37            * Document.pm (lock): Changed to use the $db-&gt;id_lock method to
38            obtain the lock object.
39    
40            * Node.pm (neighbor_documents): New method.
41    
42    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
43    
44    ++ swe/lib/suikawiki/ChangeLog  21 Sep 2009 07:30:16 -0000
45            * main.pl: Moved most of remaining codes of graph node end point
46            processing to separate modules.
47    
48    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
49    
50    </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
51    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
52    
53            * Document.pm (title, get_or_create_graph_node): New methods (made
54            from codes moved from main.pl).
55    
56    ++ swe/lib/suikawiki/ChangeLog  21 Sep 2009 07:09:35 -0000
57    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
58    
59            * main.pl: Changed &quot;related&quot;/&quot;unrelated&quot; URLs to a |ping| end
60            point.  Moved most of graph node end point processing to separate
61            modules.
62    
63    </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
64            * Graph.pm (schelling_update): Implemented.
65    
66    2009-09-20  Wakaba  &lt;wakaba@suika.fam.cx&gt;
67    
68    </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
69    2009-09-20  Wakaba  &lt;wakaba@suika.fam.cx&gt;
70    
71            * Graph.pm (add_nodes): Improved the way to determine the number
72            of added nodes.
73    
74    </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
75            * main.pl: |$id_prop| had been unintentionally unset.
76    
77    2009-09-19  Wakaba  &lt;wakaba@suika.fam.cx&gt;
78    
79    </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
80    2009-09-19  Wakaba  &lt;wakaba@suika.fam.cx&gt;
81    
82            * main.pl: Added Google AdSense.
83    
84    ++ swe/styles/ChangeLog 19 Sep 2009 07:43:26 -0000
85    2009-09-19  Wakaba  &lt;wakaba@suika.fam.cx&gt;
86    
87            * sw.css: Added styles for Google AdSense.
88    
89    </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
90            * canvas.html: Set the default page name to &quot;(image)&quot;.
91    
92    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
93    
94    </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
95            * main.pl: Added names=&quot;&quot; parameter to canvas editor link.
96    
97    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
98    
99    ++ swe/pages/ChangeLog  14 Sep 2009 06:16:20 -0000
100            * canvas.html: Added names=&quot;&quot; parameter to specify the names of
101            new images.
102    
103    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
104    
105    </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
106            * main.pl: Added links to canvas editor.
107    
108    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
109    
110    ++ swe/pages/ChangeLog  14 Sep 2009 06:00:50 -0000
111            * canvas.html: New file (originally comes from Remove Canvas's
112            client.html).
113    
114    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
115    
116    </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
117            * DB.pm (id_prop): New method.
118    
119    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
120    
121    ++ swe/lib/SWE/Object/Document/ChangeLog        14 Sep 2009 03:10:40 -0000
122            * SWML.pm (to_text, to_text_media_type): Moved back to the
123            superclass.
124    
125            * CanvasInstructions.pm: New module.
126            
127    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
128    
129    ++ swe/lib/SWE/Object/ChangeLog 14 Sep 2009 03:10:03 -0000
130            * Document.pm (prop): New method.
131            (content_media_type): Changed to return the real media type.
132            (to_xml_media_type, to_text_media_type, to_xml, to_html_fragment):
133            Changed to return appropriate default value.
134    
135    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
136    
137    ++ swe/lib/suikawiki/ChangeLog  14 Sep 2009 03:11:39 -0000
138            * main.pl: Don't generate rel=alternate links if it is known that
139            the alternate is not available.
140    
141    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
142    
143    </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
144            * Lang.pm: Changed module names.
145    
146    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
147    
148    ++ swe/lib/SWE/Object/Document/ChangeLog        14 Sep 2009 02:40:50 -0000
149            * SWML.pm: New module.
150    
151    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
152    
153    ++ swe/lib/SWE/Object/ChangeLog 14 Sep 2009 02:40:09 -0000
154            * Document.pm: Added |rebless| method family.  Moved
155            SWML-to-HTML/XML/text convertion methods to another module.
156    
157            * Document/: New directory.
158    
159    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
160    
161    ++ swe/lib/suikawiki/ChangeLog  14 Sep 2009 02:39:42 -0000
162            * main.pl: Call the |rebless| method on the SWE::Object::Document
163            module such that format-dependent methods can be invoked.
164    
165    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
166    
167    </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
168    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
169    
170            * Lang.pm: New module.
171    
172    ++ swe/lib/suikawiki/ChangeLog  14 Sep 2009 02:12:48 -0000
173            * main.pl: Moved media type list to an external module.
174    
175    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
176    
177    </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
178            * Document.pm (to_html_fragment): New method.
179    
180    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
181    
182    ++ swe/lib/suikawiki/ChangeLog  14 Sep 2009 02:03:01 -0000
183            * main.pl: Moved format=html processing to external module.
184    
185    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
186    
187    </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
188    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
189    
190            * Document.pm (to_xml, to_text): New methods.
191    
192    ++ swe/lib/suikawiki/ChangeLog  14 Sep 2009 01:25:42 -0000
193    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
194    
195            * main.pl: Changed format=text and format=xml to obtain the text
196            or xml variant from SWE::Object::Document.  Changed format=text to
197            obtain the xml variant from SWE::Object::Document and then convert
198            into HTML.
199    
200    </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
201    2009-07-19  Wakaba  &lt;wakaba@suika.fam.cx&gt;
202    
203            * main.pl: Extended posturl API for the use of bookmarklet.
204    
205    </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
206    2009-07-19  Wakaba  &lt;wakaba@suika.fam.cx&gt;
207    
208            * HashedIndex.pm (_for_each_id): Operator evaluation order was
209            wrong.
210    
211    </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
212            * main.pl: Set the paragraph number to the posturl content.
213    
214    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
215    
216    </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
217            * main.pl: Insert timestamp parameter of posturl.
218    
219    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
220    
221    </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
222            * main.pl: Implemented new-document case of posturl method.
223    
224    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
225    
226    </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
227            * Document.pm (new_id): New method.
228    
229    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
230    
231    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 10:45:55 -0000
232            * main.pl: Moved the code to obtain the new ID to another module.
233    
234    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
235    
236    </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
237            * Document.pm (update_tfidf): New method copied from main.pl.
238    
239    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
240    
241    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 10:37:39 -0000
242            * main.pl (update_tfidf): Moved to another module.
243    
244    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
245    
246    </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
247    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
248    
249            * Document.pm: New module.
250    
251    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 10:25:59 -0000
252            * main.pl: Facted out the code to associate new pages names to the
253            document.
254    
255    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
256    
257    </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
258            * DB.pm (name_history, id_history): New methods.
259    
260    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
261    
262    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 09:45:31 -0000
263            * main.pl: Use $db's methods to instantiate id_history and
264            name_history databases.
265    
266    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
267    
268    </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
269    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
270    
271            * DB.pm (vc): New method.
272    
273    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 09:07:51 -0000
274            * main.pl: Obtain instances of version control object by invoking
275            the method of $db object.
276    
277    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
278    
279    </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
280            * main.pl: posturl appending implemented.
281    
282    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
283    
284    </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
285            * main.pl: Preparation for introducing posturl method.
286    
287    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
288    
289    </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
290            * main.pl: Fact out the process to determine the document ID(s)
291            from the name, possibly converting the SuikaWiki3 document into
292            new format.
293    
294    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
295    
296    </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
297    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
298    
299            * sw.css: Styling for js-inserted sections.
300    
301    ++ swe/scripts/ChangeLog        12 Jul 2009 07:31:10 -0000
302            * sw-sami.js: Improved where js-generated sections are inserted.
303    
304    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
305    
306    </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
307            * main.pl: Create tfidf data when a page is created.
308    
309    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
310    
311    </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
312            * main.pl: Update tfidf data when a page content is updated.
313    
314    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
315    
316    </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
317            * main.pl Locks during the non-inverted index is updated.
318    
319    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
320    
321    </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
322            * HashedIndex.pm (lock, lock_file_name): New methods.
323    
324    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
325    
326    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 06:22:03 -0000
327            * main.pl: Locks the index database before the modification.
328    
329    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
330    
331    </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
332            * sw-sami.js: New script.  It loads search result and insert into
333            the document.
334    
335            * sw.js: Loads sw-sami.js.
336    
337    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
338    
339    </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
340    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
341    
342            * sw.js: Load sami-core.js.
343    
344    </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
345            * main.pl: Put the |script| element at the end of the |body|
346            element.
347    
348    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
349    
350    </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
351    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
352    
353            * NamedText.pm (_get_file_name): Typo.
354    
355            * Lock.pm: Check whether any preferable locks are already taken or
356            not to avoid deadlocks.
357    
358            * IDGenerator.pm (get_next_id): Set lock_type to enable lock order
359            control.
360    
361            * IDLocks.pm (get_lock): Set lock_type to enable lock order
362            control.
363    
364    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 04:00:17 -0000
365    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
366    
367            * main.pl: Set |lock_type| to enable lock order control.
368    
369    </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
370    2009-07-11  Wakaba  &lt;wakaba@suika.fam.cx&gt;
371    
372            * sw.css: Added .swe-info class.
373    
374    </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
375            * main.pl: Show the relatedness of pages in the list of neighbor
376            nodes.
377    
378    2009-03-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
379    
380    </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
381            * Repository.pm (are_related_ids): Repeat the relearning process
382            until the right answer is deduced.
383    
384    2009-03-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
385    
386    </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
387  2009-03-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;  2009-03-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
388    
389          * Repository.pm: New module.          * Repository.pm: New module.
# Line 400  Line 785 
785          * ChangeLog: New file.          * ChangeLog: New file.
786    
787    
 </content></entry><updated>2009-03-16T07:39:59Z</updated></feed>  
788    </content></entry><updated>2009-09-21T09:10:32Z</updated></feed>

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.77

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24