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