/[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.53 by wakaba, Sun Jul 12 09:07:59 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-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  <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;  2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
270    
271          * DB.pm (vc): New method.          * DB.pm (vc): New method.
# Line 518  Line 785 
785          * ChangeLog: New file.          * ChangeLog: New file.
786    
787    
 </content></entry><updated>2009-07-12T09:07:55Z</updated></feed>  
788    </content></entry><updated>2009-09-21T09:10:32Z</updated></feed>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24