/[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.50 by wakaba, Sun Jul 12 08:18:44 2009 UTC revision 1.79 by wakaba, Mon Sep 21 10:07:30 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-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  <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-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
2            * main.pl: Changed the graph view to be a |param| of the ID view.
3    
4    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
5    
6    ++ swe/scripts/ChangeLog        21 Sep 2009 10:07:15 -0000
7    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
8    
9            * sw-sami.js: Added a set of classes to insert neighborhoods
10            section.
11    
12    </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
13            * Repository.pm (weight_lock, weight_unlock): New methods.
14            (term_weight_vector, save_term_weight_vector): Changed to use
15            global props to save the term weight vector.
16    
17    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
18    
19    ++ swe/lib/suikawiki/ChangeLog  21 Sep 2009 09:30:29 -0000
20            * main.pl: Changed the related/unrelated end point to lock the
21            vector data file and put the file to the CVS repository.
22    
23    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
24    
25    </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
26    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
27    
28            * Lock.pm (check_lockability): Don't allow the same level of lock
29            type being locked twice to avoid deadlocks caused by same level of
30            locks.
31    
32    ++ swe/lib/SWE/Object/ChangeLog 21 Sep 2009 09:10:06 -0000
33            * Document.pm (repo, prop_untainted, untainted_prop, save_prop,
34            locked): New method.  Introduced the concept of &quot;tainted&quot; such
35            that we can access to the property in the locked code fragment
36            without being afraid to update the property using old values.
37            (get_or_create_graph_node): Updated to utilize |prop| family of
38            method with locks.
39    
40            * Graph.pm (repo, lock, unlock): New methods.
41            (add_nodes, create_node, schelling_update): Locks the database
42            before the modifications.
43    
44            * Repository.pm (graph, get_document_by_id): New methods.
45    
46            * Node.pm (repo): New method.
47    
48    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
49    
50    ++ swe/lib/suikawiki/ChangeLog  21 Sep 2009 09:10:27 -0000
51            * main.pl: Made the graph node view to lock the database.
52    
53    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
54    
55    </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
56    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
57    
58            * DB.pm (id_lock): New method.
59    
60    ++ swe/lib/SWE/Object/ChangeLog 21 Sep 2009 07:29:26 -0000
61            * Document.pm (lock): Changed to use the $db-&gt;id_lock method to
62            obtain the lock object.
63    
64            * Node.pm (neighbor_documents): New method.
65    
66    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
67    
68    ++ swe/lib/suikawiki/ChangeLog  21 Sep 2009 07:30:16 -0000
69            * main.pl: Moved most of remaining codes of graph node end point
70            processing to separate modules.
71    
72    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
73    
74    </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
75    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
76    
77            * Document.pm (title, get_or_create_graph_node): New methods (made
78            from codes moved from main.pl).
79    
80    ++ swe/lib/suikawiki/ChangeLog  21 Sep 2009 07:09:35 -0000
81    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
82    
83            * main.pl: Changed &quot;related&quot;/&quot;unrelated&quot; URLs to a |ping| end
84            point.  Moved most of graph node end point processing to separate
85            modules.
86    
87    </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
88            * Graph.pm (schelling_update): Implemented.
89    
90    2009-09-20  Wakaba  &lt;wakaba@suika.fam.cx&gt;
91    
92    </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
93    2009-09-20  Wakaba  &lt;wakaba@suika.fam.cx&gt;
94    
95            * Graph.pm (add_nodes): Improved the way to determine the number
96            of added nodes.
97    
98    </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
99            * main.pl: |$id_prop| had been unintentionally unset.
100    
101    2009-09-19  Wakaba  &lt;wakaba@suika.fam.cx&gt;
102    
103    </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
104    2009-09-19  Wakaba  &lt;wakaba@suika.fam.cx&gt;
105    
106            * main.pl: Added Google AdSense.
107    
108    ++ swe/styles/ChangeLog 19 Sep 2009 07:43:26 -0000
109    2009-09-19  Wakaba  &lt;wakaba@suika.fam.cx&gt;
110    
111            * sw.css: Added styles for Google AdSense.
112    
113    </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
114            * canvas.html: Set the default page name to &quot;(image)&quot;.
115    
116    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
117    
118    </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
119            * main.pl: Added names=&quot;&quot; parameter to canvas editor link.
120    
121    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
122    
123    ++ swe/pages/ChangeLog  14 Sep 2009 06:16:20 -0000
124            * canvas.html: Added names=&quot;&quot; parameter to specify the names of
125            new images.
126    
127    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
128    
129    </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
130            * main.pl: Added links to canvas editor.
131    
132    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
133    
134    ++ swe/pages/ChangeLog  14 Sep 2009 06:00:50 -0000
135            * canvas.html: New file (originally comes from Remove Canvas's
136            client.html).
137    
138    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
139    
140    </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
141            * DB.pm (id_prop): New method.
142    
143    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
144    
145    ++ swe/lib/SWE/Object/Document/ChangeLog        14 Sep 2009 03:10:40 -0000
146            * SWML.pm (to_text, to_text_media_type): Moved back to the
147            superclass.
148    
149            * CanvasInstructions.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 03:10:03 -0000
154            * Document.pm (prop): New method.
155            (content_media_type): Changed to return the real media type.
156            (to_xml_media_type, to_text_media_type, to_xml, to_html_fragment):
157            Changed to return appropriate default value.
158    
159    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
160    
161    ++ swe/lib/suikawiki/ChangeLog  14 Sep 2009 03:11:39 -0000
162            * main.pl: Don't generate rel=alternate links if it is known that
163            the alternate is not available.
164    
165    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
166    
167    </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
168            * Lang.pm: Changed module names.
169    
170    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
171    
172    ++ swe/lib/SWE/Object/Document/ChangeLog        14 Sep 2009 02:40:50 -0000
173            * SWML.pm: New module.
174    
175    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
176    
177    ++ swe/lib/SWE/Object/ChangeLog 14 Sep 2009 02:40:09 -0000
178            * Document.pm: Added |rebless| method family.  Moved
179            SWML-to-HTML/XML/text convertion methods to another module.
180    
181            * Document/: New directory.
182    
183    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
184    
185    ++ swe/lib/suikawiki/ChangeLog  14 Sep 2009 02:39:42 -0000
186            * main.pl: Call the |rebless| method on the SWE::Object::Document
187            module such that format-dependent methods can be invoked.
188    
189    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
190    
191    </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
192    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
193    
194            * Lang.pm: New module.
195    
196    ++ swe/lib/suikawiki/ChangeLog  14 Sep 2009 02:12:48 -0000
197            * main.pl: Moved media type list to an external module.
198    
199    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
200    
201    </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
202            * Document.pm (to_html_fragment): New method.
203    
204    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
205    
206    ++ swe/lib/suikawiki/ChangeLog  14 Sep 2009 02:03:01 -0000
207            * main.pl: Moved format=html processing to external module.
208    
209    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
210    
211    </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
212    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
213    
214            * Document.pm (to_xml, to_text): New methods.
215    
216    ++ swe/lib/suikawiki/ChangeLog  14 Sep 2009 01:25:42 -0000
217    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
218    
219            * main.pl: Changed format=text and format=xml to obtain the text
220            or xml variant from SWE::Object::Document.  Changed format=text to
221            obtain the xml variant from SWE::Object::Document and then convert
222            into HTML.
223    
224    </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
225    2009-07-19  Wakaba  &lt;wakaba@suika.fam.cx&gt;
226    
227            * main.pl: Extended posturl API for the use of bookmarklet.
228    
229    </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
230    2009-07-19  Wakaba  &lt;wakaba@suika.fam.cx&gt;
231    
232            * HashedIndex.pm (_for_each_id): Operator evaluation order was
233            wrong.
234    
235    </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
236            * main.pl: Set the paragraph number to the posturl content.
237    
238    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
239    
240    </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
241            * main.pl: Insert timestamp parameter of posturl.
242    
243    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
244    
245    </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
246            * main.pl: Implemented new-document case of posturl method.
247    
248    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
249    
250    </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
251            * Document.pm (new_id): New method.
252    
253    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
254    
255    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 10:45:55 -0000
256            * main.pl: Moved the code to obtain the new ID to another module.
257    
258    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
259    
260    </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
261            * Document.pm (update_tfidf): New method copied from main.pl.
262    
263    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
264    
265    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 10:37:39 -0000
266            * main.pl (update_tfidf): Moved to another module.
267    
268    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
269    
270    </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
271    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
272    
273            * Document.pm: New module.
274    
275    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 10:25:59 -0000
276            * main.pl: Facted out the code to associate new pages names to the
277            document.
278    
279    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
280    
281    </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
282            * DB.pm (name_history, id_history): New methods.
283    
284    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
285    
286    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 09:45:31 -0000
287            * main.pl: Use $db's methods to instantiate id_history and
288            name_history databases.
289    
290    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
291    
292    </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
293    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
294    
295            * DB.pm (vc): New method.
296    
297    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 09:07:51 -0000
298            * main.pl: Obtain instances of version control object by invoking
299            the method of $db object.
300    
301    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
302    
303    </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
304            * main.pl: posturl appending implemented.
305    
306    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
307    
308    </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
309            * main.pl: Preparation for introducing posturl method.
310    
311    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
312    
313    </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
314          * main.pl: Fact out the process to determine the document ID(s)          * main.pl: Fact out the process to determine the document ID(s)
315          from the name, possibly converting the SuikaWiki3 document into          from the name, possibly converting the SuikaWiki3 document into
316          new format.          new format.
# Line 497  Line 809 
809          * ChangeLog: New file.          * ChangeLog: New file.
810    
811    
 </content></entry><updated>2009-07-12T08:18:39Z</updated></feed>  
812    </content></entry><updated>2009-09-21T10:07:26Z</updated></feed>

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.79

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24