/[suikacvs]/webroot/swe/doc/swe-commit.en.atom.u8
Suika

Contents of /webroot/swe/doc/swe-commit.en.atom.u8

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.88 - (show annotations) (download)
Sun Nov 15 09:53:07 2009 UTC (15 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.87: +8 -2 lines
++ swe/lib/suikawiki/ChangeLog	15 Nov 2009 09:52:52 -0000
2009-11-15  Wakaba  <wakaba@suika.fam.cx>

	* main.pl: Remove ru=xxx parameter set by proxy, otherwise
	"changing page name" does not work because of ";" in URL.

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-1258278787"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1258278787</id><title>2009-11-15 Wakaba</title><updated>2009-11-15T09:53:00Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog 15 Nov 2009 09:52:52 -0000
2 2009-11-15 Wakaba &lt;wakaba@suika.fam.cx&gt;
3
4 * main.pl: Remove ru=xxx parameter set by proxy, otherwise
5 &quot;changing page name&quot; does not work because of &quot;;&quot; in URL.
6
7 </content></entry><entry xml:id="entry-1257118282"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1257118282</id><title>2009-11-01 Wakaba</title><updated>2009-11-01T23:31:14Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog 1 Nov 2009 23:30:48 -0000
8 2009-11-02 Wakaba &lt;wakaba@suika.fam.cx&gt;
9
10 * main.pl: Tentative workaround for Apache mod_rewrite's buggy
11 percent-decoding of %2B.
12
13 </content></entry><entry xml:id="entry-1253715382"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253715382</id><title>2009-09-23 Wakaba</title><updated>2009-09-23T14:16:14Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog 23 Sep 2009 14:15:25 -0000
14 * Document.pm (name): Separated from |title|.
15
16 2009-09-23 Wakaba &lt;wakaba@suika.fam.cx&gt;
17
18 ++ swe/lib/suikawiki/ChangeLog 23 Sep 2009 14:16:10 -0000
19 * main.pl: Use |name| method instead of |title| method for the
20 |neighbors| view, otherwise JS can't construct the URL for the
21 linked page.
22
23 2009-09-23 Wakaba &lt;wakaba@suika.fam.cx&gt;
24
25 </content></entry><entry xml:id="entry-1253713631"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253713631</id><title>2009-09-23 Wakaba</title><updated>2009-09-23T13:47:02Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/scripts/ChangeLog 23 Sep 2009 13:46:59 -0000
26 * sw-sami.js: Added ping handler to search result's links. Use
27 synchronous ping to ensure ping is really sent.
28
29 2009-09-23 Wakaba &lt;wakaba@suika.fam.cx&gt;
30
31 </content></entry><entry xml:id="entry-1253704564"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253704564</id><title>2009-09-23 Wakaba</title><updated>2009-09-23T11:15:52Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/scripts/ChangeLog 23 Sep 2009 11:15:49 -0000
32 * sw-sami.js: Enable neighbor link feature to the production wiki.
33
34 2009-09-23 Wakaba &lt;wakaba@suika.fam.cx&gt;
35
36 </content></entry><entry xml:id="entry-1253703873"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253703873</id><title>2009-09-23 Wakaba</title><updated>2009-09-23T11:04:24Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/styles/ChangeLog 23 Sep 2009 11:04:07 -0000
37 2009-09-23 Wakaba &lt;wakaba@suika.fam.cx&gt;
38
39 * sw.css: Added styles for link lists.
40
41 ++ swe/scripts/ChangeLog 23 Sep 2009 11:04:21 -0000
42 2009-09-23 Wakaba &lt;wakaba@suika.fam.cx&gt;
43
44 * sw-sami.js: Added class names to link list elements.
45
46 </content></entry><entry xml:id="entry-1253703411"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253703411</id><title>2009-09-23 Wakaba</title><updated>2009-09-23T10:56:46Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog 23 Sep 2009 10:56:11 -0000
47 * Document.pm (lock): Typo; it did not lock in fact, orz.
48
49 * Graph.pm (schelling_update): Reuse the |repo| object's child
50 objects where possible to avoid locking timing problem and so on.
51
52 2009-09-23 Wakaba &lt;wakaba@suika.fam.cx&gt;
53
54 ++ swe/lib/suikawiki/ChangeLog 23 Sep 2009 10:56:43 -0000
55 2009-09-23 Wakaba &lt;wakaba@suika.fam.cx&gt;
56
57 * main.pl: Lock for the document ID at the beginning of the
58 neighbors view processing.
59
60 </content></entry><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
61 2009-09-23 Wakaba &lt;wakaba@suika.fam.cx&gt;
62
63 * Document.pm (prop_untainted): Typo.
64 (untainted_prop): The |prop_untainted| property was not set.
65
66 </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
67 * main.pl: Allow non-POST pings.
68
69 2009-09-21 Wakaba &lt;wakaba@suika.fam.cx&gt;
70
71 ++ swe/scripts/ChangeLog 21 Sep 2009 10:48:59 -0000
72 * sw-sami.js: Added related/unrelated pings to neighbor links.
73
74 2009-09-21 Wakaba &lt;wakaba@suika.fam.cx&gt;
75
76 </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
77 * main.pl: Changed the graph view to be a |param| of the ID view.
78
79 2009-09-21 Wakaba &lt;wakaba@suika.fam.cx&gt;
80
81 ++ swe/scripts/ChangeLog 21 Sep 2009 10:07:15 -0000
82 2009-09-21 Wakaba &lt;wakaba@suika.fam.cx&gt;
83
84 * sw-sami.js: Added a set of classes to insert neighborhoods
85 section.
86
87 </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
88 * Repository.pm (weight_lock, weight_unlock): New methods.
89 (term_weight_vector, save_term_weight_vector): Changed to use
90 global props to save the term weight vector.
91
92 2009-09-21 Wakaba &lt;wakaba@suika.fam.cx&gt;
93
94 ++ swe/lib/suikawiki/ChangeLog 21 Sep 2009 09:30:29 -0000
95 * main.pl: Changed the related/unrelated end point to lock the
96 vector data file and put the file to the CVS repository.
97
98 2009-09-21 Wakaba &lt;wakaba@suika.fam.cx&gt;
99
100 </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
101 2009-09-21 Wakaba &lt;wakaba@suika.fam.cx&gt;
102
103 * Lock.pm (check_lockability): Don't allow the same level of lock
104 type being locked twice to avoid deadlocks caused by same level of
105 locks.
106
107 ++ swe/lib/SWE/Object/ChangeLog 21 Sep 2009 09:10:06 -0000
108 * Document.pm (repo, prop_untainted, untainted_prop, save_prop,
109 locked): New method. Introduced the concept of &quot;tainted&quot; such
110 that we can access to the property in the locked code fragment
111 without being afraid to update the property using old values.
112 (get_or_create_graph_node): Updated to utilize |prop| family of
113 method with locks.
114
115 * Graph.pm (repo, lock, unlock): New methods.
116 (add_nodes, create_node, schelling_update): Locks the database
117 before the modifications.
118
119 * Repository.pm (graph, get_document_by_id): New methods.
120
121 * Node.pm (repo): New method.
122
123 2009-09-21 Wakaba &lt;wakaba@suika.fam.cx&gt;
124
125 ++ swe/lib/suikawiki/ChangeLog 21 Sep 2009 09:10:27 -0000
126 * main.pl: Made the graph node view to lock the database.
127
128 2009-09-21 Wakaba &lt;wakaba@suika.fam.cx&gt;
129
130 </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
131 2009-09-21 Wakaba &lt;wakaba@suika.fam.cx&gt;
132
133 * DB.pm (id_lock): New method.
134
135 ++ swe/lib/SWE/Object/ChangeLog 21 Sep 2009 07:29:26 -0000
136 * Document.pm (lock): Changed to use the $db-&gt;id_lock method to
137 obtain the lock object.
138
139 * Node.pm (neighbor_documents): New method.
140
141 2009-09-21 Wakaba &lt;wakaba@suika.fam.cx&gt;
142
143 ++ swe/lib/suikawiki/ChangeLog 21 Sep 2009 07:30:16 -0000
144 * main.pl: Moved most of remaining codes of graph node end point
145 processing to separate modules.
146
147 2009-09-21 Wakaba &lt;wakaba@suika.fam.cx&gt;
148
149 </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
150 2009-09-21 Wakaba &lt;wakaba@suika.fam.cx&gt;
151
152 * Document.pm (title, get_or_create_graph_node): New methods (made
153 from codes moved from main.pl).
154
155 ++ swe/lib/suikawiki/ChangeLog 21 Sep 2009 07:09:35 -0000
156 2009-09-21 Wakaba &lt;wakaba@suika.fam.cx&gt;
157
158 * main.pl: Changed &quot;related&quot;/&quot;unrelated&quot; URLs to a |ping| end
159 point. Moved most of graph node end point processing to separate
160 modules.
161
162 </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
163 * Graph.pm (schelling_update): Implemented.
164
165 2009-09-20 Wakaba &lt;wakaba@suika.fam.cx&gt;
166
167 </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
168 2009-09-20 Wakaba &lt;wakaba@suika.fam.cx&gt;
169
170 * Graph.pm (add_nodes): Improved the way to determine the number
171 of added nodes.
172
173 </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
174 * main.pl: |$id_prop| had been unintentionally unset.
175
176 2009-09-19 Wakaba &lt;wakaba@suika.fam.cx&gt;
177
178 </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
179 2009-09-19 Wakaba &lt;wakaba@suika.fam.cx&gt;
180
181 * main.pl: Added Google AdSense.
182
183 ++ swe/styles/ChangeLog 19 Sep 2009 07:43:26 -0000
184 2009-09-19 Wakaba &lt;wakaba@suika.fam.cx&gt;
185
186 * sw.css: Added styles for Google AdSense.
187
188 </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
189 * canvas.html: Set the default page name to &quot;(image)&quot;.
190
191 2009-09-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
192
193 </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
194 * main.pl: Added names=&quot;&quot; parameter to canvas editor link.
195
196 2009-09-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
197
198 ++ swe/pages/ChangeLog 14 Sep 2009 06:16:20 -0000
199 * canvas.html: Added names=&quot;&quot; parameter to specify the names of
200 new images.
201
202 2009-09-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
203
204 </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
205 * main.pl: Added links to canvas editor.
206
207 2009-09-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
208
209 ++ swe/pages/ChangeLog 14 Sep 2009 06:00:50 -0000
210 * canvas.html: New file (originally comes from Remove Canvas's
211 client.html).
212
213 2009-09-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
214
215 </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
216 * DB.pm (id_prop): New method.
217
218 2009-09-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
219
220 ++ swe/lib/SWE/Object/Document/ChangeLog 14 Sep 2009 03:10:40 -0000
221 * SWML.pm (to_text, to_text_media_type): Moved back to the
222 superclass.
223
224 * CanvasInstructions.pm: New module.
225
226 2009-09-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
227
228 ++ swe/lib/SWE/Object/ChangeLog 14 Sep 2009 03:10:03 -0000
229 * Document.pm (prop): New method.
230 (content_media_type): Changed to return the real media type.
231 (to_xml_media_type, to_text_media_type, to_xml, to_html_fragment):
232 Changed to return appropriate default value.
233
234 2009-09-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
235
236 ++ swe/lib/suikawiki/ChangeLog 14 Sep 2009 03:11:39 -0000
237 * main.pl: Don't generate rel=alternate links if it is known that
238 the alternate is not available.
239
240 2009-09-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
241
242 </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
243 * Lang.pm: Changed module names.
244
245 2009-09-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
246
247 ++ swe/lib/SWE/Object/Document/ChangeLog 14 Sep 2009 02:40:50 -0000
248 * SWML.pm: New module.
249
250 2009-09-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
251
252 ++ swe/lib/SWE/Object/ChangeLog 14 Sep 2009 02:40:09 -0000
253 * Document.pm: Added |rebless| method family. Moved
254 SWML-to-HTML/XML/text convertion methods to another module.
255
256 * Document/: New directory.
257
258 2009-09-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
259
260 ++ swe/lib/suikawiki/ChangeLog 14 Sep 2009 02:39:42 -0000
261 * main.pl: Call the |rebless| method on the SWE::Object::Document
262 module such that format-dependent methods can be invoked.
263
264 2009-09-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
265
266 </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
267 2009-09-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
268
269 * Lang.pm: New module.
270
271 ++ swe/lib/suikawiki/ChangeLog 14 Sep 2009 02:12:48 -0000
272 * main.pl: Moved media type list to an external module.
273
274 2009-09-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
275
276 </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
277 * Document.pm (to_html_fragment): New method.
278
279 2009-09-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
280
281 ++ swe/lib/suikawiki/ChangeLog 14 Sep 2009 02:03:01 -0000
282 * main.pl: Moved format=html processing to external module.
283
284 2009-09-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
285
286 </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
287 2009-09-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
288
289 * Document.pm (to_xml, to_text): New methods.
290
291 ++ swe/lib/suikawiki/ChangeLog 14 Sep 2009 01:25:42 -0000
292 2009-09-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
293
294 * main.pl: Changed format=text and format=xml to obtain the text
295 or xml variant from SWE::Object::Document. Changed format=text to
296 obtain the xml variant from SWE::Object::Document and then convert
297 into HTML.
298
299 </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
300 2009-07-19 Wakaba &lt;wakaba@suika.fam.cx&gt;
301
302 * main.pl: Extended posturl API for the use of bookmarklet.
303
304 </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
305 2009-07-19 Wakaba &lt;wakaba@suika.fam.cx&gt;
306
307 * HashedIndex.pm (_for_each_id): Operator evaluation order was
308 wrong.
309
310 </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
311 * main.pl: Set the paragraph number to the posturl content.
312
313 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
314
315 </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
316 * main.pl: Insert timestamp parameter of posturl.
317
318 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
319
320 </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
321 * main.pl: Implemented new-document case of posturl method.
322
323 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
324
325 </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
326 * Document.pm (new_id): New method.
327
328 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
329
330 ++ swe/lib/suikawiki/ChangeLog 12 Jul 2009 10:45:55 -0000
331 * main.pl: Moved the code to obtain the new ID to another module.
332
333 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
334
335 </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
336 * Document.pm (update_tfidf): New method copied from main.pl.
337
338 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
339
340 ++ swe/lib/suikawiki/ChangeLog 12 Jul 2009 10:37:39 -0000
341 * main.pl (update_tfidf): Moved to another module.
342
343 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
344
345 </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
346 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
347
348 * Document.pm: New module.
349
350 ++ swe/lib/suikawiki/ChangeLog 12 Jul 2009 10:25:59 -0000
351 * main.pl: Facted out the code to associate new pages names to the
352 document.
353
354 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
355
356 </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
357 * DB.pm (name_history, id_history): New methods.
358
359 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
360
361 ++ swe/lib/suikawiki/ChangeLog 12 Jul 2009 09:45:31 -0000
362 * main.pl: Use $db's methods to instantiate id_history and
363 name_history databases.
364
365 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
366
367 </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
368 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
369
370 * DB.pm (vc): New method.
371
372 ++ swe/lib/suikawiki/ChangeLog 12 Jul 2009 09:07:51 -0000
373 * main.pl: Obtain instances of version control object by invoking
374 the method of $db object.
375
376 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
377
378 </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
379 * main.pl: posturl appending implemented.
380
381 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
382
383 </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
384 * main.pl: Preparation for introducing posturl method.
385
386 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
387
388 </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
389 * main.pl: Fact out the process to determine the document ID(s)
390 from the name, possibly converting the SuikaWiki3 document into
391 new format.
392
393 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
394
395 </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
396 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
397
398 * sw.css: Styling for js-inserted sections.
399
400 ++ swe/scripts/ChangeLog 12 Jul 2009 07:31:10 -0000
401 * sw-sami.js: Improved where js-generated sections are inserted.
402
403 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
404
405 </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
406 * main.pl: Create tfidf data when a page is created.
407
408 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
409
410 </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
411 * main.pl: Update tfidf data when a page content is updated.
412
413 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
414
415 </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
416 * main.pl Locks during the non-inverted index is updated.
417
418 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
419
420 </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
421 * HashedIndex.pm (lock, lock_file_name): New methods.
422
423 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
424
425 ++ swe/lib/suikawiki/ChangeLog 12 Jul 2009 06:22:03 -0000
426 * main.pl: Locks the index database before the modification.
427
428 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
429
430 </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
431 * sw-sami.js: New script. It loads search result and insert into
432 the document.
433
434 * sw.js: Loads sw-sami.js.
435
436 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
437
438 </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
439 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
440
441 * sw.js: Load sami-core.js.
442
443 </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
444 * main.pl: Put the |script| element at the end of the |body|
445 element.
446
447 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
448
449 </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
450 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
451
452 * NamedText.pm (_get_file_name): Typo.
453
454 * Lock.pm: Check whether any preferable locks are already taken or
455 not to avoid deadlocks.
456
457 * IDGenerator.pm (get_next_id): Set lock_type to enable lock order
458 control.
459
460 * IDLocks.pm (get_lock): Set lock_type to enable lock order
461 control.
462
463 ++ swe/lib/suikawiki/ChangeLog 12 Jul 2009 04:00:17 -0000
464 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
465
466 * main.pl: Set |lock_type| to enable lock order control.
467
468 </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
469 2009-07-11 Wakaba &lt;wakaba@suika.fam.cx&gt;
470
471 * sw.css: Added .swe-info class.
472
473 </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
474 * main.pl: Show the relatedness of pages in the list of neighbor
475 nodes.
476
477 2009-03-16 Wakaba &lt;wakaba@suika.fam.cx&gt;
478
479 </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
480 * Repository.pm (are_related_ids): Repeat the relearning process
481 until the right answer is deduced.
482
483 2009-03-16 Wakaba &lt;wakaba@suika.fam.cx&gt;
484
485 </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
486 2009-03-16 Wakaba &lt;wakaba@suika.fam.cx&gt;
487
488 * Repository.pm: New module.
489
490 ++ swe/lib/suikawiki/ChangeLog 16 Mar 2009 07:39:54 -0000
491 2009-03-16 Wakaba &lt;wakaba@suika.fam.cx&gt;
492
493 * main.pl: Moved relatedness detection method into its own module.
494
495 </content></entry><entry xml:id="entry-1237122433"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237122433</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T13:07:11Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog 15 Mar 2009 13:06:41 -0000
496 * Node.pm (document_id): New method.
497
498 2009-03-15 Wakaba &lt;wakaba@suika.fam.cx&gt;
499
500 ++ swe/lib/suikawiki/ChangeLog 15 Mar 2009 13:07:01 -0000
501 * main.pl: Dump the name of neighbors.
502
503 2009-03-15 Wakaba &lt;wakaba@suika.fam.cx&gt;
504
505 </content></entry><entry xml:id="entry-1237122428"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237122428</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T13:07:06Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog 15 Mar 2009 13:06:41 -0000
506 * Node.pm (document_id): New method.
507
508 2009-03-15 Wakaba &lt;wakaba@suika.fam.cx&gt;
509
510 ++ swe/lib/suikawiki/ChangeLog 15 Mar 2009 13:07:01 -0000
511 * main.pl: Dump the name of neighbors.
512
513 2009-03-15 Wakaba &lt;wakaba@suika.fam.cx&gt;
514
515 </content></entry><entry xml:id="entry-1237121403"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237121403</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T12:50:01Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog 15 Mar 2009 12:49:18 -0000
516 * Graph.pm (get_node_by_id): New method.
517 (create_node): Changed to instantiate SWE::Object::Node.
518
519 * Node.pm: New module.
520
521 2009-03-15 Wakaba &lt;wakaba@suika.fam.cx&gt;
522
523 ++ swe/lib/suikawiki/ChangeLog 15 Mar 2009 12:49:58 -0000
524 * main.pl: Dump the list of neighbors.
525
526 2009-03-15 Wakaba &lt;wakaba@suika.fam.cx&gt;
527
528 </content></entry><entry xml:id="entry-1237120057"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237120057</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T12:27:35Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog 15 Mar 2009 12:26:50 -0000
529 * DB.pm: Added graph and global property databases.
530
531 2009-03-15 Wakaba &lt;wakaba@suika.fam.cx&gt;
532
533 ++ swe/lib/SWE/Object/ChangeLog 15 Mar 2009 12:26:27 -0000
534 * Graph.pm: New module.
535
536 2009-03-15 Wakaba &lt;wakaba@suika.fam.cx&gt;
537
538 ++ swe/lib/suikawiki/ChangeLog 15 Mar 2009 12:27:26 -0000
539 * main.pl: Graph generation moved to another module. Implemented
540 graph/document association.
541
542 2009-03-15 Wakaba &lt;wakaba@suika.fam.cx&gt;
543
544 </content></entry><entry xml:id="entry-1237110139"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237110139</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T09:42:17Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog 15 Mar 2009 09:41:26 -0000
545 2009-03-15 Wakaba &lt;wakaba@suika.fam.cx&gt;
546
547 * NamedText.pm: New module.
548
549 ++ swe/lib/suikawiki/ChangeLog 15 Mar 2009 09:42:14 -0000
550 * main.pl: Implemented the graph generate method.
551
552 2009-03-15 Wakaba &lt;wakaba@suika.fam.cx&gt;
553
554 </content></entry><entry xml:id="entry-1237104442"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237104442</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T08:07:19Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog 15 Mar 2009 08:06:01 -0000
555 2009-03-15 Wakaba &lt;wakaba@suika.fam.cx&gt;
556
557 * DB.pm (id): New method.
558
559 ++ swe/lib/suikawiki/ChangeLog 15 Mar 2009 08:07:12 -0000
560 2009-03-15 Wakaba &lt;wakaba@suika.fam.cx&gt;
561
562 * main.pl: Moved the codes to get idgenerator object to SWE::DB
563 module. Also, preparation for the experiments for the graph
564 generation implementation.
565
566 </content></entry><entry xml:id="entry-1236992624"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1236992624</id><title>2009-03-14 Wakaba</title><updated>2009-03-14T01:03:40Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/scripts/ChangeLog 14 Mar 2009 01:03:37 -0000
567 * sw.js: Added |title|s to the buttons.
568
569 2009-03-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
570
571 </content></entry><entry xml:id="entry-1236992515"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1236992515</id><title>2009-03-14 Wakaba</title><updated>2009-03-14T01:01:52Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/scripts/ChangeLog 14 Mar 2009 01:01:18 -0000
572 2009-03-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
573
574 * sw.js: Added a button to insert the current time.
575
576 </content></entry><entry xml:id="entry-1236587122"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1236587122</id><title>2009-03-09 Wakaba</title><updated>2009-03-09T08:25:19Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Data/ChangeLog 9 Mar 2009 08:24:27 -0000
577 * FeatureVector.pm: Added support for parsing and operations.
578
579 2009-03-02 Wakaba &lt;wakaba@suika.fam.cx&gt;
580
581 ++ swe/lib/suikawiki/ChangeLog 9 Mar 2009 08:25:07 -0000
582 * main.pl: Added experimental support for learning of relatedness
583 of pages.
584
585 2009-03-02 Wakaba &lt;wakaba@suika.fam.cx&gt;
586
587 </content></entry><entry xml:id="entry-1235995769"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1235995769</id><title>2009-03-02 Wakaba</title><updated>2009-03-02T12:09:28Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog 2 Mar 2009 12:08:28 -0000
588 * DB.pm: New module.
589
590 2009-03-02 Wakaba &lt;wakaba@suika.fam.cx&gt;
591
592 ++ swe/lib/suikawiki/ChangeLog 2 Mar 2009 12:09:18 -0000
593 * main.pl: Create an instance of the new SWE::DB module and obtain
594 references to database objects via that object for newly added
595 modes.
596
597 2009-03-02 Wakaba &lt;wakaba@suika.fam.cx&gt;
598
599 </content></entry><entry xml:id="entry-1235994311"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1235994311</id><title>2009-03-02 Wakaba</title><updated>2009-03-02T11:45:09Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog 2 Mar 2009 11:44:31 -0000
600 2009-03-02 Wakaba &lt;wakaba@suika.fam.cx&gt;
601
602 * Data/: New directory.
603
604 ++ swe/lib/SWE/Data/ChangeLog 2 Mar 2009 11:44:23 -0000
605 2009-03-02 Wakaba &lt;wakaba@suika.fam.cx&gt;
606
607 * FeatureVector.pm: New module.
608
609 * ChangeLog: New file.
610
611 ++ swe/lib/suikawiki/ChangeLog 2 Mar 2009 11:45:04 -0000
612 * main.pl (update_tfidf): Use new module to support feature word
613 vectors.
614
615 2009-03-02 Wakaba &lt;wakaba@suika.fam.cx&gt;
616
617 </content></entry><entry xml:id="entry-1235979149"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1235979149</id><title>2009-03-02 Wakaba</title><updated>2009-03-02T07:32:24Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog 2 Mar 2009 07:32:02 -0000
618 2009-03-01 Wakaba &lt;wakaba@suika.fam.cx&gt;
619
620 * HashedIndex.pm: New module.
621
622 * IDGenerator.pm (get_last_id): New method.
623
624 2009-01-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
625
626 * SuikaWiki3LastModified.pm (get_data): Why this convertion was
627 necessary?
628
629 ++ swe/lib/suikawiki/ChangeLog 2 Mar 2009 07:31:08 -0000
630 2009-03-02 Wakaba &lt;wakaba@suika.fam.cx&gt;
631
632 * main.pl (;search, ;terms): New modes.
633
634 ++ swe/styles/ChangeLog 3 Feb 2009 03:44:04 -0000
635 2009-02-03 Wakaba &lt;wakaba@suika.fam.cx&gt;
636
637 * sw.css: Fixed a typo.
638
639 </content></entry><entry xml:id="entry-1229403054"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1229403054</id><title>2008-12-16 Wakaba</title><updated>2008-12-16T04:50:50Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog 16 Dec 2008 04:49:26 -0000
640 2008-12-16 Wakaba &lt;wakaba@suika.fam.cx&gt;
641
642 * main.pl: Adds .tools class to the page navigation, to
643 distinguish with same-name pages navigation.
644
645 ++ swe/scripts/ChangeLog 16 Dec 2008 04:50:42 -0000
646 2008-12-16 Wakaba &lt;wakaba@suika.fam.cx&gt;
647
648 * sw.js: Added Hatena Star support. Use method
649 |button.setAttribute ('type')| instead of attribute |button.type|
650 for WebKit/WinIE compatibility.
651
652 </content></entry><entry xml:id="entry-1227589308"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1227589308</id><title>2008-11-25 Wakaba</title><updated>2008-11-25T05:01:43Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog 25 Nov 2008 05:01:39 -0000
653 2008-11-25 Wakaba &lt;wakaba@suika.fam.cx&gt;
654
655 * main.pl: Adds link to help page after the page content form.
656
657 2008-11-24 Wakaba &lt;wakaba@suika.fam.cx&gt;
658
659 * main.pl: Output last-modified date at the end of HTML
660 representation of an article.
661
662 </content></entry><entry xml:id="entry-1227527153"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1227527153</id><title>2008-11-24 Wakaba</title><updated>2008-11-24T11:45:51Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog 24 Nov 2008 11:43:31 -0000
663 2008-11-24 Wakaba &lt;wakaba@suika.fam.cx&gt;
664
665 * IDHistory.pm, HashedHistory.pm: New modules.
666
667 ++ swe/lib/suikawiki/ChangeLog 24 Nov 2008 11:45:32 -0000
668 * main.pl: Implemented history modes. Records creation of pages
669 and modifications to id/name associations as history.
670
671 2008-11-24 Wakaba &lt;wakaba@suika.fam.cx&gt;
672
673 </content></entry><entry xml:id="entry-1227513662"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1227513662</id><title>2008-11-24 Wakaba</title><updated>2008-11-24T08:01:01Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog 24 Nov 2008 07:59:48 -0000
674 2008-11-24 Wakaba &lt;wakaba@suika.fam.cx&gt;
675
676 * main.pl: New script (Code from sw.cgi
677 &lt;http://suika.fam.cx/gate/cvs/webroot/gate/2008/sw.cgi&gt;, with
678 minimum changes).
679
680 * ChangeLog: New file.
681
682
683 ++ swe/lib/ChangeLog 24 Nov 2008 07:48:53 -0000
684 2008-11-24 Wakaba &lt;wakaba@suika.fam.cx&gt;
685
686 * suikawiki/: New directory.
687
688 </content></entry><entry xml:id="entry-1227511046"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1227511046</id><title>2008-11-24 Wakaba</title><updated>2008-11-24T07:17:24Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ ChangeLog 24 Nov 2008 07:17:06 -0000
689 2008-11-24 Wakaba &lt;wakaba@suika.fam.cx&gt;
690
691 * cvscommit.sh: Use |mkcommitfeed| command instead of
692 |mkcommitfeed.pl| in the same directory.
693
694 * mkcommitfeed.pl: Removed (See
695 &lt;http://suika.fam.cx/commitfeed/readme&gt;).
696
697 ++ swe/styles/ChangeLog 23 Nov 2008 08:21:28 -0000
698 2008-11-23 Wakaba &lt;wakaba@suika.fam.cx&gt;
699
700 * sw.css: Oops, class names were wrong.
701
702 </content></entry><entry xml:id="entry-1226136651"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226136651</id><title>2008-11-08 Wakaba</title><updated>2008-11-08T09:30:50Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ ChangeLog 8 Nov 2008 09:30:47 -0000
703 2008-11-08 Wakaba &lt;wakaba@suika.fam.cx&gt;
704
705 * mkcommitfeed.pl: New file (copied from ../www/harusame/).
706 Forgetten to copy this file.
707
708 </content></entry><entry xml:id="entry-1226136715"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226136715</id><title>2008-11-08 Wakaba</title><updated>2008-11-08T09:31:53Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/doc/ChangeLog 8 Nov 2008 09:31:49 -0000
709 2008-11-08 Wakaba &lt;wakaba@suika.fam.cx&gt;
710
711 * .htaccess: New file.
712
713 * ChangeLog: New file.
714
715
716 </content></entry><entry xml:id="entry-1226147491"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226147491</id><title>2008-11-08 Wakaba</title><updated>2008-11-08T12:31:27Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog 8 Nov 2008 12:31:14 -0000
717 * SuikaWiki3LastModified.pm, SuikaWiki3Props.pm: New module files.
718
719 2008-11-08 Wakaba &lt;wakaba@suika.fam.cx&gt;
720
721 </content></entry><entry xml:id="entry-1226213206"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226213206</id><title>2008-11-09 Wakaba</title><updated>2008-11-09T06:46:44Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog 9 Nov 2008 06:46:33 -0000
722 2008-11-09 Wakaba &lt;wakaba@suika.fam.cx&gt;
723
724 * Lock.pm, HashedProps.pm, IDDOM.pm, IDGenerator.pm, IDProps.pm,
725 IDText.pm, SuikaWiki3PageList.pm: New modules.
726
727 * SuikaWiki3.pm, SuikaWiki3LastModified.pm: Changed to use plain
728 base 16 encoded file name string as key, rather than array
729 reference as in SuikaWiki3.
730
731 * SuikaWiki3LastModified.pm (save_data, set_data): Removed.
732 (load_data): Renamed as |_load_data|.
733 (get_data): Invoke |_load_data| if and only if necessary.
734
735 * SuikaWiki3Props.pm: Don't treat &quot;%&quot; as a part of hash key.
736
737 </content></entry><entry xml:id="entry-1226225210"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226225210</id><title>2008-11-09 Wakaba</title><updated>2008-11-09T10:06:45Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog 9 Nov 2008 10:06:43 -0000
738 * IDProps.pm (_get_file_name): Return |undef| if the file is not
739 found.
740
741 * IDLocks.pm: New module.
742
743 2008-11-09 Wakaba &lt;wakaba@suika.fam.cx&gt;
744
745 </content></entry><entry xml:id="entry-1226239737"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226239737</id><title>2008-11-09 Wakaba</title><updated>2008-11-09T14:08:54Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog 9 Nov 2008 14:08:47 -0000
746 * VersionControl.pm: New module.
747
748 * HashedProps.pm, IDText.pm: Support for |version_control|
749 property is added.
750
751 * SuikaWiki3PageList.pm (_save_data): Renamed as |save_data|. Do
752 nothing if the data has not been loaded from the file.
753 (delete_data): New method.
754
755 2008-11-09 Wakaba &lt;wakaba@suika.fam.cx&gt;
756
757 </content></entry><entry xml:id="entry-1226287582"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226287582</id><title>2008-11-10 Wakaba</title><updated>2008-11-10T03:26:18Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog 10 Nov 2008 03:26:13 -0000
758 2008-11-10 Wakaba &lt;wakaba@suika.fam.cx&gt;
759
760 * VersionControl.pm (commit_changes): Set &quot;-kb&quot; option to the &quot;cvs
761 add&quot; command to avoid keyword substition and newline
762 normalization.
763
764 </content></entry><entry xml:id="entry-1226311097"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226311097</id><title>2008-11-10 Wakaba</title><updated>2008-11-10T09:58:15Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ ChangeLog 10 Nov 2008 09:58:00 -0000
765 2008-11-10 Wakaba &lt;wakaba@suika.fam.cx&gt;
766
767 * styles/: New directory.
768
769 ++ swe/styles/ChangeLog 10 Nov 2008 09:57:53 -0000
770 2008-11-10 Wakaba &lt;wakaba@suika.fam.cx&gt;
771
772 * sw.css: New style sheet.
773
774 * ChangeLog: New file.
775
776
777 </content></entry><entry xml:id="entry-1226639976"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226639976</id><title>2008-11-14 Wakaba</title><updated>2008-11-14T05:19:29Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog 14 Nov 2008 05:16:49 -0000
778 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
779
780 * IDLocks.pm (get_lock): Directories should be created if it does
781 not exist.
782
783 * SuikaWiki3PageList2.pm: New module.
784
785 </content></entry><entry xml:id="entry-1226648578"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226648578</id><title>2008-11-14 Wakaba</title><updated>2008-11-14T07:42:57Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/styles/ChangeLog 14 Nov 2008 07:42:29 -0000
786 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
787
788 * sw-classes.css: New style sheet.
789
790 * sw.css: a:hover did not work because of specificity. Typo
791 fixed. Use dashed underline for wiki-internal links so that a
792 paragraph with a lot of links looks less ugly. Set margin between
793 adjucent links. sw:insert and sw:delete elements that are
794 children of the article element should be rendered as blocks.
795 Underlines replaced by borders to avoid ugly styling when an
796 underlined element is contained within a bordered element. Set
797 border to form elements.
798
799 </content></entry><entry xml:id="entry-1226648842"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226648842</id><title>2008-11-14 Wakaba</title><updated>2008-11-14T07:47:18Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/styles/ChangeLog 14 Nov 2008 07:45:13 -0000
800 * sw.css: Change background-color of cells when hovered.
801
802 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
803
804 </content></entry><entry xml:id="entry-1226651293"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226651293</id><title>2008-11-14 Wakaba</title><updated>2008-11-14T08:28:11Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/styles/ChangeLog 14 Nov 2008 08:16:12 -0000
805 * sw.css: &quot;rt + rt&quot; changed to &quot;rt ~ rt&quot; to support |rp| elements.
806
807 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
808
809 </content></entry><entry xml:id="entry-1226652550"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226652550</id><title>2008-11-14 Wakaba</title><updated>2008-11-14T08:49:08Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Lang/ChangeLog 14 Nov 2008 08:48:57 -0000
810 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
811
812 * XML2HTML.pm: New module (code from sw.cgi).
813
814 * ChangeLog: New file.
815
816
817 ++ swe/lib/SWE/ChangeLog 14 Nov 2008 08:41:10 -0000
818 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
819
820 * Lang/: New directory.
821
822 ++ swe/styles/ChangeLog 14 Nov 2008 08:40:01 -0000
823 * sw.css: Margin for adjucent underlines are commented out,
824 otherwise stupid margin appears before second anchor element in a
825 paragraph (consider &lt;a&gt;&lt;/a&gt;text&lt;a&gt;&lt;/a&gt;).
826
827 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
828
829 </content></entry><entry xml:id="entry-1226654685"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226654685</id><title>2008-11-14 Wakaba</title><updated>2008-11-14T09:24:40Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Lang/ChangeLog 14 Nov 2008 09:24:16 -0000
830 * XML2HTML.pm: Added sw:image element support.
831
832 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
833
834 ++ swe/styles/ChangeLog 14 Nov 2008 09:24:37 -0000
835 * sw.css: Added a style rule for permalinks.
836
837 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
838
839 </content></entry><entry xml:id="entry-1226658668"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226658668</id><title>2008-11-14 Wakaba</title><updated>2008-11-14T10:31:07Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/styles/ChangeLog 14 Nov 2008 10:30:59 -0000
840 * sw.css: Re-disabled underline for .sw-anchor-internal.
841
842 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
843
844 </content></entry><entry xml:id="entry-1226659854"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226659854</id><title>2008-11-14 Wakaba</title><updated>2008-11-14T10:50:48Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Lang/ChangeLog 14 Nov 2008 10:50:41 -0000
845 * XML2HTML.pm: Added sw:replace support. (The &quot;support&quot; simply
846 insertes the |by| attribute value in place of sw:replace element,
847 this is the most backward compatible way for existing contents.)
848
849 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
850
851 ++ swe/styles/ChangeLog 14 Nov 2008 10:49:15 -0000
852 * sw.css: Old (SuikaWiki3) style rule was inherited
853 unintentionally for pre.code.
854
855 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
856
857 </content></entry><entry xml:id="entry-1226807151"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226807151</id><title>2008-11-16 Wakaba</title><updated>2008-11-16T03:45:50Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Lang/ChangeLog 16 Nov 2008 03:45:25 -0000
858 2008-11-16 Wakaba &lt;wakaba@suika.fam.cx&gt;
859
860 * XML2HTML.pm (convert): Use a document fragment node as the
861 container instead of the article element. Make the outermost
862 heading rank configurable.
863
864 ++ swe/styles/ChangeLog 16 Nov 2008 03:45:45 -0000
865 2008-11-16 Wakaba &lt;wakaba@suika.fam.cx&gt;
866
867 * sw.css: Set the width of the title input field.
868
869 </content></entry><entry xml:id="entry-1226815552"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226815552</id><title>2008-11-16 Wakaba</title><updated>2008-11-16T06:05:49Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/styles/ChangeLog 16 Nov 2008 06:05:44 -0000
870 * sw.css: Added style rules for same-id page list.
871
872 2008-11-16 Wakaba &lt;wakaba@suika.fam.cx&gt;
873
874 </content></entry><entry xml:id="entry-1226827412"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226827412</id><title>2008-11-16 Wakaba</title><updated>2008-11-16T09:23:30Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ ChangeLog 16 Nov 2008 08:45:59 -0000
875 2008-11-16 Wakaba &lt;wakaba@suika.fam.cx&gt;
876
877 * scripts/: New directory.
878
879 ++ swe/scripts/ChangeLog 16 Nov 2008 09:23:25 -0000
880 2008-11-16 Wakaba &lt;wakaba@suika.fam.cx&gt;
881
882 * sw.js: New file.
883
884 * ChangeLog: New file.
885
886
887 </content></entry><updated>2009-11-15T09:53:00Z</updated></feed>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24