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-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 |
<feed xmlns="http://www.w3.org/2005/Atom"><link href="http://suika.fam.cx/swe/doc/swe-commit" hreflang="en" rel="self" type="application/atom+xml"></link><link href="http://suika.fam.cx/swe/doc/readme" rel="related"></link><link href="http://suika.fam.cx/swe/doc/readme#license" rel="license"></link><rights>This feed is free software; you can redistribute it and/or modify it under the same terms as Perl itself.</rights><entry xml:id="entry-1253524239"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253524239</id><title>2009-09-21 Wakaba</title><updated>2009-09-21T09:10:32Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog 21 Sep 2009 09:05:45 -0000 |
2 |
|
2009-09-21 Wakaba <wakaba@suika.fam.cx> |
3 |
|
|
4 |
|
* Lock.pm (check_lockability): Don't allow the same level of lock |
5 |
|
type being locked twice to avoid deadlocks caused by same level of |
6 |
|
locks. |
7 |
|
|
8 |
|
++ swe/lib/SWE/Object/ChangeLog 21 Sep 2009 09:10:06 -0000 |
9 |
|
* Document.pm (repo, prop_untainted, untainted_prop, save_prop, |
10 |
|
locked): New method. Introduced the concept of "tainted" such |
11 |
|
that we can access to the property in the locked code fragment |
12 |
|
without being afraid to update the property using old values. |
13 |
|
(get_or_create_graph_node): Updated to utilize |prop| family of |
14 |
|
method with locks. |
15 |
|
|
16 |
|
* Graph.pm (repo, lock, unlock): New methods. |
17 |
|
(add_nodes, create_node, schelling_update): Locks the database |
18 |
|
before the modifications. |
19 |
|
|
20 |
|
* Repository.pm (graph, get_document_by_id): New methods. |
21 |
|
|
22 |
|
* Node.pm (repo): New method. |
23 |
|
|
24 |
|
2009-09-21 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
++ swe/lib/suikawiki/ChangeLog 21 Sep 2009 09:10:27 -0000 |
27 |
|
* main.pl: Made the graph node view to lock the database. |
28 |
|
|
29 |
|
2009-09-21 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
</content></entry><entry xml:id="entry-1253518229"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253518229</id><title>2009-09-21 Wakaba</title><updated>2009-09-21T07:30:22Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog 21 Sep 2009 07:28:38 -0000 |
32 |
|
2009-09-21 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* DB.pm (id_lock): New method. |
35 |
|
|
36 |
|
++ swe/lib/SWE/Object/ChangeLog 21 Sep 2009 07:29:26 -0000 |
37 |
|
* Document.pm (lock): Changed to use the $db->id_lock method to |
38 |
|
obtain the lock object. |
39 |
|
|
40 |
|
* Node.pm (neighbor_documents): New method. |
41 |
|
|
42 |
|
2009-09-21 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
++ swe/lib/suikawiki/ChangeLog 21 Sep 2009 07:30:16 -0000 |
45 |
|
* main.pl: Moved most of remaining codes of graph node end point |
46 |
|
processing to separate modules. |
47 |
|
|
48 |
|
2009-09-21 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
</content></entry><entry xml:id="entry-1253516987"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253516987</id><title>2009-09-21 Wakaba</title><updated>2009-09-21T07:09:38Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog 21 Sep 2009 06:44:52 -0000 |
51 |
|
2009-09-21 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* Document.pm (title, get_or_create_graph_node): New methods (made |
54 |
|
from codes moved from main.pl). |
55 |
|
|
56 |
|
++ swe/lib/suikawiki/ChangeLog 21 Sep 2009 07:09:35 -0000 |
57 |
|
2009-09-21 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* main.pl: Changed "related"/"unrelated" URLs to a |ping| end |
60 |
|
point. Moved most of graph node end point processing to separate |
61 |
|
modules. |
62 |
|
|
63 |
|
</content></entry><entry xml:id="entry-1253436872"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253436872</id><title>2009-09-20 Wakaba</title><updated>2009-09-20T08:54:29Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog 20 Sep 2009 08:53:58 -0000 |
64 |
|
* Graph.pm (schelling_update): Implemented. |
65 |
|
|
66 |
|
2009-09-20 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
</content></entry><entry xml:id="entry-1253426959"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253426959</id><title>2009-09-20 Wakaba</title><updated>2009-09-20T06:09:11Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog 20 Sep 2009 06:08:30 -0000 |
69 |
|
2009-09-20 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* Graph.pm (add_nodes): Improved the way to determine the number |
72 |
|
of added nodes. |
73 |
|
|
74 |
|
</content></entry><entry xml:id="entry-1253356523"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253356523</id><title>2009-09-19 Wakaba</title><updated>2009-09-19T10:35:16Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog 19 Sep 2009 10:35:13 -0000 |
75 |
|
* main.pl: |$id_prop| had been unintentionally unset. |
76 |
|
|
77 |
|
2009-09-19 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
</content></entry><entry xml:id="entry-1253346230"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253346230</id><title>2009-09-19 Wakaba</title><updated>2009-09-19T07:43:40Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog 19 Sep 2009 07:43:34 -0000 |
80 |
|
2009-09-19 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* main.pl: Added Google AdSense. |
83 |
|
|
84 |
|
++ swe/styles/ChangeLog 19 Sep 2009 07:43:26 -0000 |
85 |
|
2009-09-19 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* sw.css: Added styles for Google AdSense. |
88 |
|
|
89 |
|
</content></entry><entry xml:id="entry-1252909412"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1252909412</id><title>2009-09-14 Wakaba</title><updated>2009-09-14T06:23:15Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/pages/ChangeLog 14 Sep 2009 06:23:13 -0000 |
90 |
|
* canvas.html: Set the default page name to "(image)". |
91 |
|
|
92 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
</content></entry><entry xml:id="entry-1252908996"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1252908996</id><title>2009-09-14 Wakaba</title><updated>2009-09-14T06:16:24Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog 14 Sep 2009 06:15:55 -0000 |
95 |
|
* main.pl: Added names="" parameter to canvas editor link. |
96 |
|
|
97 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
++ swe/pages/ChangeLog 14 Sep 2009 06:16:20 -0000 |
100 |
|
* canvas.html: Added names="" parameter to specify the names of |
101 |
|
new images. |
102 |
|
|
103 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
</content></entry><entry xml:id="entry-1252908072"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1252908072</id><title>2009-09-14 Wakaba</title><updated>2009-09-14T06:00:54Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog 14 Sep 2009 05:59:53 -0000 |
106 |
|
* main.pl: Added links to canvas editor. |
107 |
|
|
108 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
|
++ swe/pages/ChangeLog 14 Sep 2009 06:00:50 -0000 |
111 |
|
* canvas.html: New file (originally comes from Remove Canvas's |
112 |
|
client.html). |
113 |
|
|
114 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
115 |
|
|
116 |
|
</content></entry><entry xml:id="entry-1252897921"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1252897921</id><title>2009-09-14 Wakaba</title><updated>2009-09-14T03:11:50Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog 14 Sep 2009 03:08:53 -0000 |
117 |
|
* DB.pm (id_prop): New method. |
118 |
|
|
119 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
120 |
|
|
121 |
|
++ swe/lib/SWE/Object/Document/ChangeLog 14 Sep 2009 03:10:40 -0000 |
122 |
|
* SWML.pm (to_text, to_text_media_type): Moved back to the |
123 |
|
superclass. |
124 |
|
|
125 |
|
* CanvasInstructions.pm: New module. |
126 |
|
|
127 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
128 |
|
|
129 |
|
++ swe/lib/SWE/Object/ChangeLog 14 Sep 2009 03:10:03 -0000 |
130 |
|
* Document.pm (prop): New method. |
131 |
|
(content_media_type): Changed to return the real media type. |
132 |
|
(to_xml_media_type, to_text_media_type, to_xml, to_html_fragment): |
133 |
|
Changed to return appropriate default value. |
134 |
|
|
135 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
136 |
|
|
137 |
|
++ swe/lib/suikawiki/ChangeLog 14 Sep 2009 03:11:39 -0000 |
138 |
|
* main.pl: Don't generate rel=alternate links if it is known that |
139 |
|
the alternate is not available. |
140 |
|
|
141 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
142 |
|
|
143 |
|
</content></entry><entry xml:id="entry-1252896060"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1252896060</id><title>2009-09-14 Wakaba</title><updated>2009-09-14T02:40:52Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog 14 Sep 2009 02:38:21 -0000 |
144 |
* Lang.pm: Changed module names. |
* Lang.pm: Changed module names. |
145 |
|
|
146 |
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
785 |
* ChangeLog: New file. |
* ChangeLog: New file. |
786 |
|
|
787 |
|
|
|
</content></entry><updated>2009-09-14T02:40:52Z</updated></feed> |
|
788 |
|
</content></entry><updated>2009-09-21T09:10:32Z</updated></feed> |