Parent Directory
|
Revision Log
Unknown
| 1 | wakaba | 1.34.2.2 | 2003-11-27 Wakaba <[email protected]> |
| 2 | |||
| 3 | * wiki.cgi: Change $0. | ||
| 4 | |||
| 5 | wakaba | 1.34.2.1 | 2003-08-06 Wakaba <[email protected]> |
| 6 | |||
| 7 | * wiki.cgi ($SuikaWiki::VERSION): New. | ||
| 8 | |||
| 9 | w | 1.34 | 2003-05-10 Wakaba <[email protected]> |
| 10 | |||
| 11 | * misc/: New directory. | ||
| 12 | |||
| 13 | wakaba | 1.33 | 2003-04-03 Wakaba <[email protected]> |
| 14 | |||
| 15 | * wiki.cgi (%VERSION): Removed. (Moved to wikidata/suikawiki-config.ph.) | ||
| 16 | |||
| 17 | wakaba | 1.32 | 2003-03-27 Wakaba <[email protected]> |
| 18 | |||
| 19 | * 500.ja.*.jis: Updated. | ||
| 20 | |||
| 21 | 2003-01-26 Wakaba <[email protected]> | ||
| 22 | |||
| 23 | * wiki.cgi: Almost all part is moved to lib/suikawiki.pl. | ||
| 24 | |||
| 25 | w | 1.31 | 2003-01-26 Wakaba <[email protected]> |
| 26 | |||
| 27 | * wiki.cgi ($use_exists): Removed. | ||
| 28 | (%command_do): read -> default. | ||
| 29 | (%UA): Don't my but do our. | ||
| 30 | (mode=read): Changed to mode=default unless necessary. | ||
| 31 | (do_view): Read cookie when 'default' mode. | ||
| 32 | (do_view): Mosaic Netscape 0.9 support:-) | ||
| 33 | (print_header): Likewise. | ||
| 34 | (get_search_result): Cache the result. | ||
| 35 | (%SearchResult, %SubjectLine): Moved from semi-global to my'ed, | ||
| 36 | with the support of SuikaWiki::Plugin->cache. | ||
| 37 | (make_custom_form): \%option: new argument. | ||
| 38 | (init_form): Set to 'default' mode if no mode is specified. | ||
| 39 | (is_exist_page, __get_database): Removed. | ||
| 40 | (SuikaWiki::Plugin->cache): New. | ||
| 41 | |||
| 42 | w | 1.30 | 2003-01-12 Wakaba <[email protected]> |
| 43 | |||
| 44 | * script/: New directory. | ||
| 45 | * wiki.cgi ((main)): binmode STDOUT and STDIN. | ||
| 46 | (%page_command): Removed. | ||
| 47 | (%command_do): Many modes are removed and 'read' is revised from '\&do_read' | ||
| 48 | to '\&do_view'. | ||
| 49 | (do_read, do_output_css): Removed. | ||
| 50 | (do_view): Merged with &do_read and &do_output_css. | ||
| 51 | (do_adminchangepassword, valid_password): Don't use &print_message and/or &print_error. | ||
| 52 | (do_random_jump): Don't prepend scheme and server name. | ||
| 53 | (print_error, print_message): Removed. | ||
| 54 | (print_header): Don't print HTML header directory. | ||
| 55 |