1 |
2008-11-10 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* VersionControl.pm (commit_changes): Set "-kb" option to the "cvs |
4 |
add" command to avoid keyword substition and newline |
5 |
normalization. |
6 |
|
7 |
2008-11-09 Wakaba <wakaba@suika.fam.cx> |
8 |
|
9 |
* VersionControl.pm: New module. |
10 |
|
11 |
* HashedProps.pm, IDText.pm: Support for |version_control| |
12 |
property is added. |
13 |
|
14 |
* SuikaWiki3PageList.pm (_save_data): Renamed as |save_data|. Do |
15 |
nothing if the data has not been loaded from the file. |
16 |
(delete_data): New method. |
17 |
|
18 |
2008-11-09 Wakaba <wakaba@suika.fam.cx> |
19 |
|
20 |
* IDProps.pm (_get_file_name): Return |undef| if the file is not |
21 |
found. |
22 |
|
23 |
* IDLocks.pm: New module. |
24 |
|
25 |
2008-11-09 Wakaba <wakaba@suika.fam.cx> |
26 |
|
27 |
* Lock.pm, HashedProps.pm, IDDOM.pm, IDGenerator.pm, IDProps.pm, |
28 |
IDText.pm, SuikaWiki3PageList.pm: New modules. |
29 |
|
30 |
* SuikaWiki3.pm, SuikaWiki3LastModified.pm: Changed to use plain |
31 |
base 16 encoded file name string as key, rather than array |
32 |
reference as in SuikaWiki3. |
33 |
|
34 |
* SuikaWiki3LastModified.pm (save_data, set_data): Removed. |
35 |
(load_data): Renamed as |_load_data|. |
36 |
(get_data): Invoke |_load_data| if and only if necessary. |
37 |
|
38 |
* SuikaWiki3Props.pm: Don't treat "%" as a part of hash key. |
39 |
|
40 |
2008-11-08 Wakaba <wakaba@suika.fam.cx> |
41 |
|
42 |
* SuikaWiki3LastModified.pm, SuikaWiki3Props.pm: New module files. |
43 |
|
44 |
2008-11-08 Wakaba <wakaba@suika.fam.cx> |
45 |
|
46 |
* DOM.pm: New module (some code moved from |
47 |
/webroot/gate/2008/sw.cgi). |
48 |
|
49 |
* SuikaWiki3.pm: Make a copy of key argument such that the |
50 |
original value will not be modified in the method code. |
51 |
|
52 |
2008-11-08 Wakaba <wakaba@suika.fam.cx> |
53 |
|
54 |
* SuikaWiki3.pm: Use euc-jp-sw encoding for compatibility with old |
55 |
data. |
56 |
|
57 |
2008-11-07 Wakaba <wakaba@suika.fam.cx> |
58 |
|
59 |
* SuikaWiki3.pm: New module. |
60 |
|
61 |
* ChangeLog: New file. |
62 |
|