2008-11-09 Wakaba * VersionControl.pm: New module. * HashedProps.pm, IDText.pm: Support for |version_control| property is added. * SuikaWiki3PageList.pm (_save_data): Renamed as |save_data|. Do nothing if the data has not been loaded from the file. (delete_data): New method. 2008-11-09 Wakaba * IDProps.pm (_get_file_name): Return |undef| if the file is not found. * IDLocks.pm: New module. 2008-11-09 Wakaba * Lock.pm, HashedProps.pm, IDDOM.pm, IDGenerator.pm, IDProps.pm, IDText.pm, SuikaWiki3PageList.pm: New modules. * SuikaWiki3.pm, SuikaWiki3LastModified.pm: Changed to use plain base 16 encoded file name string as key, rather than array reference as in SuikaWiki3. * SuikaWiki3LastModified.pm (save_data, set_data): Removed. (load_data): Renamed as |_load_data|. (get_data): Invoke |_load_data| if and only if necessary. * SuikaWiki3Props.pm: Don't treat "%" as a part of hash key. 2008-11-08 Wakaba * SuikaWiki3LastModified.pm, SuikaWiki3Props.pm: New module files. 2008-11-08 Wakaba * DOM.pm: New module (some code moved from /webroot/gate/2008/sw.cgi). * SuikaWiki3.pm: Make a copy of key argument such that the original value will not be modified in the method code. 2008-11-08 Wakaba * SuikaWiki3.pm: Use euc-jp-sw encoding for compatibility with old data. 2008-11-07 Wakaba * SuikaWiki3.pm: New module. * ChangeLog: New file.