/[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.8 - (show annotations) (download)
Mon Nov 10 03:26:23 2008 UTC (16 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.7: +7 -0 lines
++ swe/lib/SWE/DB/ChangeLog	10 Nov 2008 03:26:13 -0000
2008-11-10  Wakaba  <wakaba@suika.fam.cx>

	* VersionControl.pm (commit_changes): Set "-kb" option to the "cvs
	add" command to avoid keyword substition and newline
	normalization.

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-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
2 2008-11-08 Wakaba &lt;wakaba@suika.fam.cx&gt;
3
4 * mkcommitfeed.pl: New file (copied from ../www/harusame/).
5 Forgetten to copy this file.
6
7 </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
8 2008-11-08 Wakaba &lt;wakaba@suika.fam.cx&gt;
9
10 * .htaccess: New file.
11
12 * ChangeLog: New file.
13
14
15 </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
16 * SuikaWiki3LastModified.pm, SuikaWiki3Props.pm: New module files.
17
18 2008-11-08 Wakaba &lt;wakaba@suika.fam.cx&gt;
19
20 </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
21 2008-11-09 Wakaba &lt;wakaba@suika.fam.cx&gt;
22
23 * Lock.pm, HashedProps.pm, IDDOM.pm, IDGenerator.pm, IDProps.pm,
24 IDText.pm, SuikaWiki3PageList.pm: New modules.
25
26 * SuikaWiki3.pm, SuikaWiki3LastModified.pm: Changed to use plain
27 base 16 encoded file name string as key, rather than array
28 reference as in SuikaWiki3.
29
30 * SuikaWiki3LastModified.pm (save_data, set_data): Removed.
31 (load_data): Renamed as |_load_data|.
32 (get_data): Invoke |_load_data| if and only if necessary.
33
34 * SuikaWiki3Props.pm: Don't treat &quot;%&quot; as a part of hash key.
35
36 </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
37 * IDProps.pm (_get_file_name): Return |undef| if the file is not
38 found.
39
40 * IDLocks.pm: New module.
41
42 2008-11-09 Wakaba &lt;wakaba@suika.fam.cx&gt;
43
44 </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
45 * VersionControl.pm: New module.
46
47 * HashedProps.pm, IDText.pm: Support for |version_control|
48 property is added.
49
50 * SuikaWiki3PageList.pm (_save_data): Renamed as |save_data|. Do
51 nothing if the data has not been loaded from the file.
52 (delete_data): New method.
53
54 2008-11-09 Wakaba &lt;wakaba@suika.fam.cx&gt;
55
56 </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
57 2008-11-10 Wakaba &lt;wakaba@suika.fam.cx&gt;
58
59 * VersionControl.pm (commit_changes): Set &quot;-kb&quot; option to the &quot;cvs
60 add&quot; command to avoid keyword substition and newline
61 normalization.
62
63 </content></entry></feed>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24