Parent Directory
|
Revision Log
*** empty log message ***
| 1 | wakaba | 1.19 | 2002-12-18 Wakaba <[email protected]> |
| 2 | |||
| 3 | * wiki.cgi (add): Bug fix ('g' -> 'ge' in option of s). | ||
| 4 | |||
| 5 | wakaba | 1.18 | 2002-12-15 Wakaba <[email protected]> |
| 6 | |||
| 7 | * wiki.cgi (make_navigate_links): Add two jumps, one lucky. | ||
| 8 | |||
| 9 | wakaba | 1.17 | 2002-12-13 Wakaba <[email protected]> |
| 10 | |||
| 11 | * wiki.cgi (do_index): Record referer, user-agent and | ||
| 12 | output referer and see also. | ||
| 13 | |||
| 14 | wakaba | 1.16 | 2002-12-10 Wakaba <[email protected]> |
| 15 | |||
| 16 | * wiki.cgi (do_write): 'after_edit_cmd' support. | ||
| 17 | (print_editform): Likewise. | ||
| 18 | wakaba | 1.17 | (print_navigate_links): Give 'wiki-cmd' class to 'View' and 'Edit'. |
| 19 | wakaba | 1.16 | |
| 20 | 2002-12-08 Wakaba <[email protected]> | ||
| 21 | |||
| 22 | * wiki.cgi (print_navigate_link_elements): New. | ||
| 23 | |||
| 24 | 2002-12-06 Wakaba <[email protected]> | ||
| 25 | |||
| 26 | * wiki.cgi (print_header): Downgrade for Infomosaic and M$IE 2 | ||
| 27 | is implemented. | ||
| 28 | |||
| 29 | wakaba | 1.15 | 2002-12-05 Wakaba <[email protected]> |
| 30 | |||
| 31 | * wiki.cgi (make_custom_form): Form controls are to be disabled | ||
| 32 | if WikiPage is read only. | ||
| 33 | (SuikaWiki::Plugin::make_info_page): New. | ||
| 34 | wakaba | 1.16 | (print_header): Downgrade if $UA =~ Mozilla/[34]\.. |
| 35 | wakaba | 1.15 | |
| 36 | wakaba | 1.14 | 2002-12-04 Wakaba <[email protected]> |
| 37 | |||
| 38 | * wiki.cgi (make_custom_form): "target form" support. | ||
| 39 | (do_wikiform): Likewise. | ||
| 40 | |||
| 41 | wakaba | 1.13 | 2002-12-03 Wakaba <[email protected]> |
| 42 | |||
| 43 | * wiki.cgi (update_recent_changes): Don't output buggy '#?' magic line. | ||
| 44 | (get_new_anchor_index): New function. | ||
| 45 | (do_comment): Use get_new_anchor_index. | ||
| 46 | (do_wikiform): New procedure. | ||
| 47 | (print_header): Output Refresh: field body with meta element, too, | ||
| 48 | to avoid bug(?) of early web browser implemention. | ||
| 49 | (mycmd=wikiform): New command. See <IW:SuikaWiki:WikiForm> for detail. | ||
| 50 | |||
| 51 | wakaba | 1.12 | 2002-12-01 Wakaba <[email protected]> |
| 52 | |||
| 53 | * wiki.cgi |