/[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.81 - (show annotations) (download)
Wed Sep 23 10:22:07 2009 UTC (15 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.80: +8 -2 lines
++ swe/lib/SWE/Object/ChangeLog	23 Sep 2009 10:20:25 -0000
2009-09-23  Wakaba  <wakaba@suika.fam.cx>

	* Document.pm (prop_untainted): Typo.
	(untainted_prop): The |prop_untainted| property was not set.

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-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.
358
359 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
360
361 </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
362 * HashedIndex.pm (lock, lock_file_name): New methods.
363
364 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
365
366 ++ swe/lib/suikawiki/ChangeLog 12 Jul 2009 06:22:03 -0000
367 * main.pl: Locks the index database before the modification.
368
369 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
370
371 </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
372 * sw-sami.js: New script. It loads search result and insert into
373 the document.
374
375 * sw.js: Loads sw-sami.js.
376
377 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
378
379 </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
380 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
381
382 * sw.js: Load sami-core.js.
383
384 </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
385 * main.pl: Put the |script| element at the end of the |body|
386 element.
387
388 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
389
390 </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
391 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
392
393 * NamedText.pm (_get_file_name): Typo.
394
395 * Lock.pm: Check whether any preferable locks are already taken or
396 not to avoid deadlocks.
397
398 * IDGenerator.pm (get_next_id): Set lock_type to enable lock order
399 control.
400
401 * IDLocks.pm (get_lock): Set lock_type to enable lock order
402 control.
403
404 ++ swe/lib/suikawiki/ChangeLog 12 Jul 2009 04:00:17 -0000
405 2009-07-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
406
407 * main.pl: Set |lock_type| to enable lock order control.
408
409 </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
410 2009-07-11 Wakaba &lt;wakaba@suika.fam.cx&gt;
411
412 * sw.css: Added .swe-info class.
413
414 </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
415 * main.pl: Show the relatedness of pages in the list of neighbor
416 nodes.
417
418 2009-03-16 Wakaba &lt;wakaba@suika.fam.cx&gt;
419
420 </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
421 * Repository.pm (are_related_ids): Repeat the relearning process
422 until the right answer is deduced.
423
424 2009-03-16 Wakaba &lt;wakaba@suika.fam.cx&gt;
425
426 </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
427 2009-03-16 Wakaba &lt;wakaba@suika.fam.cx&gt;
428
429 * Repository.pm: New module.
430
431 ++ swe/lib/suikawiki/ChangeLog 16 Mar 2009 07:39:54 -0000
432 2009-03-16 Wakaba &lt;wakaba@suika.fam.cx&gt;
433
434 * main.pl: Moved relatedness detection method into its own module.
435
436 </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
437 * Node.pm (document_id): New method.
438
439 2009-03-15 Wakaba &lt;wakaba@suika.fam.cx&gt;
440
441 ++ swe/lib/suikawiki/ChangeLog 15 Mar 2009 13:07:01 -0000
442 * main.pl: Dump the name of neighbors.
443
444 2009-03-15 Wakaba &lt;wakaba@suika.fam.cx&gt;
445
446 </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
447 * Node.pm (document_id): New method.
448
449 2009-03-15 Wakaba &lt;wakaba@suika.fam.cx&gt;
450
451 ++ swe/lib/suikawiki/ChangeLog 15 Mar 2009 13:07:01 -0000
452 * main.pl: Dump the name of neighbors.
453
454 2009-03-15 Wakaba &lt;wakaba@suika.fam.cx&gt;
455
456 </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
457 * Graph.pm (get_node_by_id): New method.
458 (create_node): Changed to instantiate SWE::Object::Node.
459
460 * Node.pm: New module.
461
462 2009-03-15 Wakaba &lt;wakaba@suika.fam.cx&gt;
463
464 ++ swe/lib/suikawiki/ChangeLog 15 Mar 2009 12:49:58 -0000
465 * main.pl: Dump the list of neighbors.
466
467 2009-03-15 Wakaba &lt;wakaba@suika.fam.cx&gt;
468
469 </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
470 * DB.pm: Added graph and global property databases.
471
472 2009-03-15 Wakaba &lt;wakaba@suika.fam.cx&gt;
473
474 ++ swe/lib/SWE/Object/ChangeLog 15 Mar 2009 12:26:27 -0000
475 * Graph.pm: New module.
476
477 2009-03-15 Wakaba &lt;wakaba@suika.fam.cx&gt;
478
479 ++ swe/lib/suikawiki/ChangeLog 15 Mar 2009 12:27:26 -0000
480 * main.pl: Graph generation moved to another module. Implemented
481 graph/document association.
482
483 2009-03-15 Wakaba &lt;wakaba@suika.fam.cx&gt;
484
485 </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
486 2009-03-15 Wakaba &lt;wakaba@suika.fam.cx&gt;
487
488 * NamedText.pm: New module.
489
490 ++ swe/lib/suikawiki/ChangeLog 15 Mar 2009 09:42:14 -0000
491 * main.pl: Implemented the graph generate method.
492
493 2009-03-15 Wakaba &lt;wakaba@suika.fam.cx&gt;
494
495 </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
496 2009-03-15 Wakaba &lt;wakaba@suika.fam.cx&gt;
497
498 * DB.pm (id): New method.
499
500 ++ swe/lib/suikawiki/ChangeLog 15 Mar 2009 08:07:12 -0000
501 2009-03-15 Wakaba &lt;wakaba@suika.fam.cx&gt;
502
503 * main.pl: Moved the codes to get idgenerator object to SWE::DB
504 module. Also, preparation for the experiments for the graph
505 generation implementation.
506
507 </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
508 * sw.js: Added |title|s to the buttons.
509
510 2009-03-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
511
512 </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
513 2009-03-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
514
515 * sw.js: Added a button to insert the current time.
516
517 </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
518 * FeatureVector.pm: Added support for parsing and operations.
519
520 2009-03-02 Wakaba &lt;wakaba@suika.fam.cx&gt;
521
522 ++ swe/lib/suikawiki/ChangeLog 9 Mar 2009 08:25:07 -0000
523 * main.pl: Added experimental support for learning of relatedness
524 of pages.
525
526 2009-03-02 Wakaba &lt;wakaba@suika.fam.cx&gt;
527
528 </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
529 * DB.pm: New module.
530
531 2009-03-02 Wakaba &lt;wakaba@suika.fam.cx&gt;
532
533 ++ swe/lib/suikawiki/ChangeLog 2 Mar 2009 12:09:18 -0000
534 * main.pl: Create an instance of the new SWE::DB module and obtain
535 references to database objects via that object for newly added
536 modes.
537
538 2009-03-02 Wakaba &lt;wakaba@suika.fam.cx&gt;
539
540 </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
541 2009-03-02 Wakaba &lt;wakaba@suika.fam.cx&gt;
542
543 * Data/: New directory.
544
545 ++ swe/lib/SWE/Data/ChangeLog 2 Mar 2009 11:44:23 -0000
546 2009-03-02 Wakaba &lt;wakaba@suika.fam.cx&gt;
547
548 * FeatureVector.pm: New module.
549
550 * ChangeLog: New file.
551
552 ++ swe/lib/suikawiki/ChangeLog 2 Mar 2009 11:45:04 -0000
553 * main.pl (update_tfidf): Use new module to support feature word
554 vectors.
555
556 2009-03-02 Wakaba &lt;wakaba@suika.fam.cx&gt;
557
558 </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
559 2009-03-01 Wakaba &lt;wakaba@suika.fam.cx&gt;
560
561 * HashedIndex.pm: New module.
562
563 * IDGenerator.pm (get_last_id): New method.
564
565 2009-01-12 Wakaba &lt;wakaba@suika.fam.cx&gt;
566
567 * SuikaWiki3LastModified.pm (get_data): Why this convertion was
568 necessary?
569
570 ++ swe/lib/suikawiki/ChangeLog 2 Mar 2009 07:31:08 -0000
571 2009-03-02 Wakaba &lt;wakaba@suika.fam.cx&gt;
572
573 * main.pl (;search, ;terms): New modes.
574
575 ++ swe/styles/ChangeLog 3 Feb 2009 03:44:04 -0000
576 2009-02-03 Wakaba &lt;wakaba@suika.fam.cx&gt;
577
578 * sw.css: Fixed a typo.
579
580 </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
581 2008-12-16 Wakaba &lt;wakaba@suika.fam.cx&gt;
582
583 * main.pl: Adds .tools class to the page navigation, to
584 distinguish with same-name pages navigation.
585
586 ++ swe/scripts/ChangeLog 16 Dec 2008 04:50:42 -0000
587 2008-12-16 Wakaba &lt;wakaba@suika.fam.cx&gt;
588
589 * sw.js: Added Hatena Star support. Use method
590 |button.setAttribute ('type')| instead of attribute |button.type|
591 for WebKit/WinIE compatibility.
592
593 </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
594 2008-11-25 Wakaba &lt;wakaba@suika.fam.cx&gt;
595
596 * main.pl: Adds link to help page after the page content form.
597
598 2008-11-24 Wakaba &lt;wakaba@suika.fam.cx&gt;
599
600 * main.pl: Output last-modified date at the end of HTML
601 representation of an article.
602
603 </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
604 2008-11-24 Wakaba &lt;wakaba@suika.fam.cx&gt;
605
606 * IDHistory.pm, HashedHistory.pm: New modules.
607
608 ++ swe/lib/suikawiki/ChangeLog 24 Nov 2008 11:45:32 -0000
609 * main.pl: Implemented history modes. Records creation of pages
610 and modifications to id/name associations as history.
611
612 2008-11-24 Wakaba &lt;wakaba@suika.fam.cx&gt;
613
614 </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
615 2008-11-24 Wakaba &lt;wakaba@suika.fam.cx&gt;
616
617 * main.pl: New script (Code from sw.cgi
618 &lt;http://suika.fam.cx/gate/cvs/webroot/gate/2008/sw.cgi&gt;, with
619 minimum changes).
620
621 * ChangeLog: New file.
622
623
624 ++ swe/lib/ChangeLog 24 Nov 2008 07:48:53 -0000
625 2008-11-24 Wakaba &lt;wakaba@suika.fam.cx&gt;
626
627 * suikawiki/: New directory.
628
629 </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
630 2008-11-24 Wakaba &lt;wakaba@suika.fam.cx&gt;
631
632 * cvscommit.sh: Use |mkcommitfeed| command instead of
633 |mkcommitfeed.pl| in the same directory.
634
635 * mkcommitfeed.pl: Removed (See
636 &lt;http://suika.fam.cx/commitfeed/readme&gt;).
637
638 ++ swe/styles/ChangeLog 23 Nov 2008 08:21:28 -0000
639 2008-11-23 Wakaba &lt;wakaba@suika.fam.cx&gt;
640
641 * sw.css: Oops, class names were wrong.
642
643 </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
644 2008-11-08 Wakaba &lt;wakaba@suika.fam.cx&gt;
645
646 * mkcommitfeed.pl: New file (copied from ../www/harusame/).
647 Forgetten to copy this file.
648
649 </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
650 2008-11-08 Wakaba &lt;wakaba@suika.fam.cx&gt;
651
652 * .htaccess: New file.
653
654 * ChangeLog: New file.
655
656
657 </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
658 * SuikaWiki3LastModified.pm, SuikaWiki3Props.pm: New module files.
659
660 2008-11-08 Wakaba &lt;wakaba@suika.fam.cx&gt;
661
662 </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
663 2008-11-09 Wakaba &lt;wakaba@suika.fam.cx&gt;
664
665 * Lock.pm, HashedProps.pm, IDDOM.pm, IDGenerator.pm, IDProps.pm,
666 IDText.pm, SuikaWiki3PageList.pm: New modules.
667
668 * SuikaWiki3.pm, SuikaWiki3LastModified.pm: Changed to use plain
669 base 16 encoded file name string as key, rather than array
670 reference as in SuikaWiki3.
671
672 * SuikaWiki3LastModified.pm (save_data, set_data): Removed.
673 (load_data): Renamed as |_load_data|.
674 (get_data): Invoke |_load_data| if and only if necessary.
675
676 * SuikaWiki3Props.pm: Don't treat &quot;%&quot; as a part of hash key.
677
678 </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
679 * IDProps.pm (_get_file_name): Return |undef| if the file is not
680 found.
681
682 * IDLocks.pm: New module.
683
684 2008-11-09 Wakaba &lt;wakaba@suika.fam.cx&gt;
685
686 </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
687 * VersionControl.pm: New module.
688
689 * HashedProps.pm, IDText.pm: Support for |version_control|
690 property is added.
691
692 * SuikaWiki3PageList.pm (_save_data): Renamed as |save_data|. Do
693 nothing if the data has not been loaded from the file.
694 (delete_data): New method.
695
696 2008-11-09 Wakaba &lt;wakaba@suika.fam.cx&gt;
697
698 </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
699 2008-11-10 Wakaba &lt;wakaba@suika.fam.cx&gt;
700
701 * VersionControl.pm (commit_changes): Set &quot;-kb&quot; option to the &quot;cvs
702 add&quot; command to avoid keyword substition and newline
703 normalization.
704
705 </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
706 2008-11-10 Wakaba &lt;wakaba@suika.fam.cx&gt;
707
708 * styles/: New directory.
709
710 ++ swe/styles/ChangeLog 10 Nov 2008 09:57:53 -0000
711 2008-11-10 Wakaba &lt;wakaba@suika.fam.cx&gt;
712
713 * sw.css: New style sheet.
714
715 * ChangeLog: New file.
716
717
718 </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
719 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
720
721 * IDLocks.pm (get_lock): Directories should be created if it does
722 not exist.
723
724 * SuikaWiki3PageList2.pm: New module.
725
726 </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
727 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
728
729 * sw-classes.css: New style sheet.
730
731 * sw.css: a:hover did not work because of specificity. Typo
732 fixed. Use dashed underline for wiki-internal links so that a
733 paragraph with a lot of links looks less ugly. Set margin between
734 adjucent links. sw:insert and sw:delete elements that are
735 children of the article element should be rendered as blocks.
736 Underlines replaced by borders to avoid ugly styling when an
737 underlined element is contained within a bordered element. Set
738 border to form elements.
739
740 </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
741 * sw.css: Change background-color of cells when hovered.
742
743 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
744
745 </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
746 * sw.css: &quot;rt + rt&quot; changed to &quot;rt ~ rt&quot; to support |rp| elements.
747
748 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
749
750 </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
751 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
752
753 * XML2HTML.pm: New module (code from sw.cgi).
754
755 * ChangeLog: New file.
756
757
758 ++ swe/lib/SWE/ChangeLog 14 Nov 2008 08:41:10 -0000
759 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
760
761 * Lang/: New directory.
762
763 ++ swe/styles/ChangeLog 14 Nov 2008 08:40:01 -0000
764 * sw.css: Margin for adjucent underlines are commented out,
765 otherwise stupid margin appears before second anchor element in a
766 paragraph (consider &lt;a&gt;&lt;/a&gt;text&lt;a&gt;&lt;/a&gt;).
767
768 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
769
770 </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
771 * XML2HTML.pm: Added sw:image element support.
772
773 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
774
775 ++ swe/styles/ChangeLog 14 Nov 2008 09:24:37 -0000
776 * sw.css: Added a style rule for permalinks.
777
778 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
779
780 </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
781 * sw.css: Re-disabled underline for .sw-anchor-internal.
782
783 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
784
785 </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
786 * XML2HTML.pm: Added sw:replace support. (The &quot;support&quot; simply
787 insertes the |by| attribute value in place of sw:replace element,
788 this is the most backward compatible way for existing contents.)
789
790 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
791
792 ++ swe/styles/ChangeLog 14 Nov 2008 10:49:15 -0000
793 * sw.css: Old (SuikaWiki3) style rule was inherited
794 unintentionally for pre.code.
795
796 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
797
798 </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
799 2008-11-16 Wakaba &lt;wakaba@suika.fam.cx&gt;
800
801 * XML2HTML.pm (convert): Use a document fragment node as the
802 container instead of the article element. Make the outermost
803 heading rank configurable.
804
805 ++ swe/styles/ChangeLog 16 Nov 2008 03:45:45 -0000
806 2008-11-16 Wakaba &lt;wakaba@suika.fam.cx&gt;
807
808 * sw.css: Set the width of the title input field.
809
810 </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
811 * sw.css: Added style rules for same-id page list.
812
813 2008-11-16 Wakaba &lt;wakaba@suika.fam.cx&gt;
814
815 </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
816 2008-11-16 Wakaba &lt;wakaba@suika.fam.cx&gt;
817
818 * scripts/: New directory.
819
820 ++ swe/scripts/ChangeLog 16 Nov 2008 09:23:25 -0000
821 2008-11-16 Wakaba &lt;wakaba@suika.fam.cx&gt;
822
823 * sw.js: New file.
824
825 * ChangeLog: New file.
826
827
828 </content></entry><updated>2009-09-23T10:21:59Z</updated></feed>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24