1 |
2009-07-19 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* HashedIndex.pm (_for_each_id): Operator evaluation order was |
4 |
wrong. |
5 |
|
6 |
2009-07-12 Wakaba <wakaba@suika.fam.cx> |
7 |
|
8 |
* HashedIndex.pm (lock, lock_file_name): New methods. |
9 |
|
10 |
2009-07-12 Wakaba <wakaba@suika.fam.cx> |
11 |
|
12 |
* NamedText.pm (_get_file_name): Typo. |
13 |
|
14 |
* Lock.pm: Check whether any preferable locks are already taken or |
15 |
not to avoid deadlocks. |
16 |
|
17 |
* IDGenerator.pm (get_next_id): Set lock_type to enable lock order |
18 |
control. |
19 |
|
20 |
* IDLocks.pm (get_lock): Set lock_type to enable lock order |
21 |
control. |
22 |
|
23 |
2009-03-15 Wakaba <wakaba@suika.fam.cx> |
24 |
|
25 |
* NamedText.pm: New module. |
26 |
|
27 |
2009-03-01 Wakaba <wakaba@suika.fam.cx> |
28 |
|
29 |
* HashedIndex.pm: New module. |
30 |
|
31 |
* IDGenerator.pm (get_last_id): New method. |
32 |
|
33 |
2009-01-12 Wakaba <wakaba@suika.fam.cx> |
34 |
|
35 |
* SuikaWiki3LastModified.pm (get_data): Why this convertion was |
36 |
necessary? |
37 |
|
38 |
2008-11-24 Wakaba <wakaba@suika.fam.cx> |
39 |
|
40 |
* IDHistory.pm, HashedHistory.pm: New modules. |
41 |
|
42 |
2008-11-14 Wakaba <wakaba@suika.fam.cx> |
43 |
|
44 |
* IDLocks.pm (get_lock): Directories should be created if it does |
45 |
not exist. |
46 |
|
47 |
* SuikaWiki3PageList2.pm: New module. |
48 |
|
49 |
2008-11-10 Wakaba <wakaba@suika.fam.cx> |
50 |
|
51 |
* VersionControl.pm (commit_changes): Set "-kb" option to the "cvs |
52 |
add" command to avoid keyword substition and newline |
53 |
normalization. |
54 |
|
55 |
2008-11-09 Wakaba <wakaba@suika.fam.cx> |
56 |
|
57 |
* VersionControl.pm: New module. |
58 |
|
59 |
* HashedProps.pm, IDText.pm: Support for |version_control| |
60 |
property is added. |
61 |
|
62 |
* SuikaWiki3PageList.pm (_save_data): Renamed as |save_data|. Do |
63 |
nothing if the data has not been loaded from the file. |
64 |
(delete_data): New method. |
65 |
|
66 |
2008-11-09 Wakaba <wakaba@suika.fam.cx> |
67 |
|
68 |
* IDProps.pm (_get_file_name): Return |undef| if the file is not |
69 |
found. |
70 |
|
71 |
* IDLocks.pm: New module. |
72 |
|
73 |
2008-11-09 Wakaba <wakaba@suika.fam.cx> |
74 |
|
75 |
* Lock.pm, HashedProps.pm, IDDOM.pm, IDGenerator.pm, IDProps.pm, |
76 |
IDText.pm, SuikaWiki3PageList.pm: New modules. |
77 |
|
78 |
* SuikaWiki3.pm, SuikaWiki3LastModified.pm: Changed to use plain |
79 |
base 16 encoded file name string as key, rather than array |
80 |
reference as in SuikaWiki3. |
81 |
|
82 |
* SuikaWiki3LastModified.pm (save_data, set_data): Removed. |
83 |
(load_data): Renamed as |_load_data|. |
84 |
(get_data): Invoke |_load_data| if and only if necessary. |
85 |
|
86 |
* SuikaWiki3Props.pm: Don't treat "%" as a part of hash key. |
87 |
|
88 |
2008-11-08 Wakaba <wakaba@suika.fam.cx> |
89 |
|
90 |
* SuikaWiki3LastModified.pm, SuikaWiki3Props.pm: New module files. |
91 |
|
92 |
2008-11-08 Wakaba <wakaba@suika.fam.cx> |
93 |
|
94 |
* DOM.pm: New module (some code moved from |
95 |
/webroot/gate/2008/sw.cgi). |
96 |
|
97 |
* SuikaWiki3.pm: Make a copy of key argument such that the |
98 |
original value will not be modified in the method code. |
99 |
|
100 |
2008-11-08 Wakaba <wakaba@suika.fam.cx> |
101 |
|
102 |
* SuikaWiki3.pm: Use euc-jp-sw encoding for compatibility with old |
103 |
data. |
104 |
|
105 |
2008-11-07 Wakaba <wakaba@suika.fam.cx> |
106 |
|
107 |
* SuikaWiki3.pm: New module. |
108 |
|
109 |
* ChangeLog: New file. |
110 |
|