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

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.81

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24