Parent Directory
|
Revision Log
No longer used
| 1 | 2004-02-01 Wakaba <[email protected]> |
| 2 | |
| 3 | * YukiWikiDB2.pm, YukiWikiDBMeta.pm, DiffText.pm: Removed. |
| 4 | |
| 5 | 2003-07-29 Wakaba <[email protected]> |
| 6 | |
| 7 | * YukiWikiDB_Lock.pm: Removed. (See SuikaWiki::DB::Util::Lock.) |
| 8 | |
| 9 | 2003-07-28 Wakaba <[email protected]> |
| 10 | |
| 11 | * YukiWikiDB_Lock.pm: New module. |
| 12 | (lock): Don't warn as "lockfile already expires" when already unlocked. |
| 13 | |
| 14 | 2003-07-26 Wakaba <[email protected]> |
| 15 | |
| 16 | * YukiWikiDBNS.pm: Use common internal functions to (re-)generate |
| 17 | lock file name. |
| 18 | |
| 19 | 2003-06-05 Wakaba <[email protected]> |
| 20 | |
| 21 | * YukiWikiDBNS.pm: Append suffix ($self->{-extension) to lockfile name. |
| 22 | * YukiWikiDB.pm: Removed. |
| 23 | |
| 24 | 2003-05-10 Wakaba <[email protected]> |
| 25 | |
| 26 | * RSS.pm: Removed. (Now needless since SuikaWiki::Markup::XML is available.) |
| 27 | |
| 28 | 2003-03-27 Wakaba <[email protected]> |
| 29 | |
| 30 | * YukiWikiDBNS.pm, YukiWikiDBMeta.pm: Default $option to {} not to |
| 31 | cause "Can't use an undefined value as a HASH ref" error. |
| 32 | |
| 33 | 2003-03-26 Wakaba <[email protected]> |
| 34 | |
| 35 | * RSS.pm (as_string): $self->{channel}->{xml_declare} is supported. |
| 36 | |
| 37 | 2003-03-26 Wakaba <[email protected]>< |