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-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 |
<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-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 |
2 |
|
* main.pl: Added links to canvas editor. |
3 |
|
|
4 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
5 |
|
|
6 |
|
++ swe/pages/ChangeLog 14 Sep 2009 06:00:50 -0000 |
7 |
|
* canvas.html: New file (originally comes from Remove Canvas's |
8 |
|
client.html). |
9 |
|
|
10 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
</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 |
13 |
|
* DB.pm (id_prop): New method. |
14 |
|
|
15 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
++ swe/lib/SWE/Object/Document/ChangeLog 14 Sep 2009 03:10:40 -0000 |
18 |
|
* SWML.pm (to_text, to_text_media_type): Moved back to the |
19 |
|
superclass. |
20 |
|
|
21 |
|
* CanvasInstructions.pm: New module. |
22 |
|
|
23 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
++ swe/lib/SWE/Object/ChangeLog 14 Sep 2009 03:10:03 -0000 |
26 |
|
* Document.pm (prop): New method. |
27 |
|
(content_media_type): Changed to return the real media type. |
28 |
|
(to_xml_media_type, to_text_media_type, to_xml, to_html_fragment): |
29 |
|
Changed to return appropriate default value. |
30 |
|
|
31 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
++ swe/lib/suikawiki/ChangeLog 14 Sep 2009 03:11:39 -0000 |
34 |
|
* main.pl: Don't generate rel=alternate links if it is known that |
35 |
|
the alternate is not available. |
36 |
|
|
37 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
</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 |
40 |
|
* Lang.pm: Changed module names. |
41 |
|
|
42 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
++ swe/lib/SWE/Object/Document/ChangeLog 14 Sep 2009 02:40:50 -0000 |
45 |
|
* SWML.pm: New module. |
46 |
|
|
47 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
++ swe/lib/SWE/Object/ChangeLog 14 Sep 2009 02:40:09 -0000 |
50 |
|
* Document.pm: Added |rebless| method family. Moved |
51 |
|
SWML-to-HTML/XML/text convertion methods to another module. |
52 |
|
|
53 |
|
* Document/: New directory. |
54 |
|
|
55 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
++ swe/lib/suikawiki/ChangeLog 14 Sep 2009 02:39:42 -0000 |
58 |
|
* main.pl: Call the |rebless| method on the SWE::Object::Document |
59 |
|
module such that format-dependent methods can be invoked. |
60 |
|
|
61 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
</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 |
64 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* Lang.pm: New module. |
67 |
|
|
68 |
|
++ swe/lib/suikawiki/ChangeLog 14 Sep 2009 02:12:48 -0000 |
69 |
|
* main.pl: Moved media type list to an external module. |
70 |
|
|
71 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
</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 |
74 |
|
* Document.pm (to_html_fragment): New method. |
75 |
|
|
76 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
++ swe/lib/suikawiki/ChangeLog 14 Sep 2009 02:03:01 -0000 |
79 |
|
* main.pl: Moved format=html processing to external module. |
80 |
|
|
81 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
</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 |
84 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* Document.pm (to_xml, to_text): New methods. |
87 |
|
|
88 |
|
++ swe/lib/suikawiki/ChangeLog 14 Sep 2009 01:25:42 -0000 |
89 |
|
2009-09-14 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* main.pl: Changed format=text and format=xml to obtain the text |
92 |
|
or xml variant from SWE::Object::Document. Changed format=text to |
93 |
|
obtain the xml variant from SWE::Object::Document and then convert |
94 |
|
into HTML. |
95 |
|
|
96 |
|
</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 |
97 |
|
2009-07-19 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* main.pl: Extended posturl API for the use of bookmarklet. |
100 |
|
|
101 |
|
</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 |
102 |
2009-07-19 Wakaba <wakaba@suika.fam.cx> |
2009-07-19 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
* HashedIndex.pm (_for_each_id): Operator evaluation order was |
* HashedIndex.pm (_for_each_id): Operator evaluation order was |
681 |
* ChangeLog: New file. |
* ChangeLog: New file. |
682 |
|
|
683 |
|
|
|
</content></entry><updated>2009-07-19T03:03:12Z</updated></feed> |
|
684 |
|
</content></entry><updated>2009-09-14T06:00:54Z</updated></feed> |