/[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.21 - (show annotations) (download)
Mon Nov 24 07:17:26 2008 UTC (16 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.20: +16 -2 lines
++ ChangeLog	24 Nov 2008 07:17:06 -0000
2008-11-24  Wakaba  <wakaba@suika.fam.cx>

	* cvscommit.sh: Use |mkcommitfeed| command instead of
	|mkcommitfeed.pl| in the same directory.

	* mkcommitfeed.pl: Removed (See
	<http://suika.fam.cx/commitfeed/readme>).

++ swe/styles/ChangeLog	23 Nov 2008 08:21:28 -0000
2008-11-23  Wakaba  <wakaba@suika.fam.cx>

	* sw.css: Oops, class names were wrong.

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-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
2 2008-11-24 Wakaba &lt;wakaba@suika.fam.cx&gt;
3
4 * cvscommit.sh: Use |mkcommitfeed| command instead of
5 |mkcommitfeed.pl| in the same directory.
6
7 * mkcommitfeed.pl: Removed (See
8 &lt;http://suika.fam.cx/commitfeed/readme&gt;).
9
10 ++ swe/styles/ChangeLog 23 Nov 2008 08:21:28 -0000
11 2008-11-23 Wakaba &lt;wakaba@suika.fam.cx&gt;
12
13 * sw.css: Oops, class names were wrong.
14
15 </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
16 2008-11-08 Wakaba &lt;wakaba@suika.fam.cx&gt;
17
18 * mkcommitfeed.pl: New file (copied from ../www/harusame/).
19 Forgetten to copy this file.
20
21 </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
22 2008-11-08 Wakaba &lt;wakaba@suika.fam.cx&gt;
23
24 * .htaccess: New file.
25
26 * ChangeLog: New file.
27
28
29 </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
30 * SuikaWiki3LastModified.pm, SuikaWiki3Props.pm: New module files.
31
32 2008-11-08 Wakaba &lt;wakaba@suika.fam.cx&gt;
33
34 </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
35 2008-11-09 Wakaba &lt;wakaba@suika.fam.cx&gt;
36
37 * Lock.pm, HashedProps.pm, IDDOM.pm, IDGenerator.pm, IDProps.pm,
38 IDText.pm, SuikaWiki3PageList.pm: New modules.
39
40 * SuikaWiki3.pm, SuikaWiki3LastModified.pm: Changed to use plain
41 base 16 encoded file name string as key, rather than array
42 reference as in SuikaWiki3.
43
44 * SuikaWiki3LastModified.pm (save_data, set_data): Removed.
45 (load_data): Renamed as |_load_data|.
46 (get_data): Invoke |_load_data| if and only if necessary.
47
48 * SuikaWiki3Props.pm: Don't treat &quot;%&quot; as a part of hash key.
49
50 </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
51 * IDProps.pm (_get_file_name): Return |undef| if the file is not
52 found.
53
54 * IDLocks.pm: New module.
55
56 2008-11-09 Wakaba &lt;wakaba@suika.fam.cx&gt;
57
58 </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
59 * VersionControl.pm: New module.
60
61 * HashedProps.pm, IDText.pm: Support for |version_control|
62 property is added.
63
64 * SuikaWiki3PageList.pm (_save_data): Renamed as |save_data|. Do
65 nothing if the data has not been loaded from the file.
66 (delete_data): New method.
67
68 2008-11-09 Wakaba &lt;wakaba@suika.fam.cx&gt;
69
70 </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
71 2008-11-10 Wakaba &lt;wakaba@suika.fam.cx&gt;
72
73 * VersionControl.pm (commit_changes): Set &quot;-kb&quot; option to the &quot;cvs
74 add&quot; command to avoid keyword substition and newline
75 normalization.
76
77 </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
78 2008-11-10 Wakaba &lt;wakaba@suika.fam.cx&gt;
79
80 * styles/: New directory.
81
82 ++ swe/styles/ChangeLog 10 Nov 2008 09:57:53 -0000
83 2008-11-10 Wakaba &lt;wakaba@suika.fam.cx&gt;
84
85 * sw.css: New style sheet.
86
87 * ChangeLog: New file.
88
89
90 </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
91 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
92
93 * IDLocks.pm (get_lock): Directories should be created if it does
94 not exist.
95
96 * SuikaWiki3PageList2.pm: New module.
97
98 </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
99 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
100
101 * sw-classes.css: New style sheet.
102
103 * sw.css: a:hover did not work because of specificity. Typo
104 fixed. Use dashed underline for wiki-internal links so that a
105 paragraph with a lot of links looks less ugly. Set margin between
106 adjucent links. sw:insert and sw:delete elements that are
107 children of the article element should be rendered as blocks.
108 Underlines replaced by borders to avoid ugly styling when an
109 underlined element is contained within a bordered element. Set
110 border to form elements.
111
112 </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
113 * sw.css: Change background-color of cells when hovered.
114
115 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
116
117 </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
118 * sw.css: &quot;rt + rt&quot; changed to &quot;rt ~ rt&quot; to support |rp| elements.
119
120 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
121
122 </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
123 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
124
125 * XML2HTML.pm: New module (code from sw.cgi).
126
127 * ChangeLog: New file.
128
129
130 ++ swe/lib/SWE/ChangeLog 14 Nov 2008 08:41:10 -0000
131 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
132
133 * Lang/: New directory.
134
135 ++ swe/styles/ChangeLog 14 Nov 2008 08:40:01 -0000
136 * sw.css: Margin for adjucent underlines are commented out,
137 otherwise stupid margin appears before second anchor element in a
138 paragraph (consider &lt;a&gt;&lt;/a&gt;text&lt;a&gt;&lt;/a&gt;).
139
140 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
141
142 </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
143 * XML2HTML.pm: Added sw:image element support.
144
145 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
146
147 ++ swe/styles/ChangeLog 14 Nov 2008 09:24:37 -0000
148 * sw.css: Added a style rule for permalinks.
149
150 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
151
152 </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
153 * sw.css: Re-disabled underline for .sw-anchor-internal.
154
155 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
156
157 </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
158 * XML2HTML.pm: Added sw:replace support. (The &quot;support&quot; simply
159 insertes the |by| attribute value in place of sw:replace element,
160 this is the most backward compatible way for existing contents.)
161
162 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
163
164 ++ swe/styles/ChangeLog 14 Nov 2008 10:49:15 -0000
165 * sw.css: Old (SuikaWiki3) style rule was inherited
166 unintentionally for pre.code.
167
168 2008-11-14 Wakaba &lt;wakaba@suika.fam.cx&gt;
169
170 </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
171 2008-11-16 Wakaba &lt;wakaba@suika.fam.cx&gt;
172
173 * XML2HTML.pm (convert): Use a document fragment node as the
174 container instead of the article element. Make the outermost
175 heading rank configurable.
176
177 ++ swe/styles/ChangeLog 16 Nov 2008 03:45:45 -0000
178 2008-11-16 Wakaba &lt;wakaba@suika.fam.cx&gt;
179
180 * sw.css: Set the width of the title input field.
181
182 </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
183 * sw.css: Added style rules for same-id page list.
184
185 2008-11-16 Wakaba &lt;wakaba@suika.fam.cx&gt;
186
187 </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
188 2008-11-16 Wakaba &lt;wakaba@suika.fam.cx&gt;
189
190 * scripts/: New directory.
191
192 ++ swe/scripts/ChangeLog 16 Nov 2008 09:23:25 -0000
193 2008-11-16 Wakaba &lt;wakaba@suika.fam.cx&gt;
194
195 * sw.js: New file.
196
197 * ChangeLog: New file.
198
199
200 </content></entry><updated>2008-11-24T07:17:24Z</updated></feed>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24