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