/[pub]/suikawiki/script/ChangeLog
Suika

Diff of /suikawiki/script/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by wakaba, Sun Aug 18 04:14:35 2002 UTC revision 1.24 by w, Wed Jan 1 01:29:04 2003 UTC
# Line 1  Line 1 
1    2003-01-01  Wakaba  <w@suika.fam.cx>
2    
3            * wiki.cgi: Remove configurations.
4            * readme.txt, readme_en.txt, readme_ja.txt, readme_ja.wal.txt: Removed.
5            * convert.cgi: Removed.
6            * 500.ja.html, 500.ja,xhtml: Removed.
7            * 500.ja.html.jis, 500.ja.xhtml.jis: New documents.
8            * .htaccess: Updated.
9    
10    2002-12-30  Wakaba  <w@suika.fam.cx>
11    
12            * wiki.cgi (print_header, do_output_css): Output expires: header field
13            if necessary.
14            (SuikaWiki::Plugin::make_info_html): Removed.
15            (do_create, do_search, print_search_form): Removed.
16    
17    2002-12-25  Wakaba  <w@suika.fam.cx>
18    
19            * wiki.cgi: Clean up.
20            * WalWiki/lib/Yuki/RSS.pm: dc:* support.
21    
22    2002-12-24  Wakaba  <w@suika.fam.cx>
23    
24            * wiki.cgi: Clean up.
25    
26    2002-12-20  Wakaba  <w@suika.fam.cx>
27    
28            * wiki.cgi: SuikaWikiConst/1.0 is implemented.
29    
30    2002-12-19  Wakaba  <w@suika.fam.cx>
31    
32            * .htaccess: Updated.
33    
34            * 500.ja.html, 500.ja.xhtml: New files.
35    
36    2002-12-18  Wakaba  <w@suika.fam.cx>
37    
38            * wiki.cgi (add): Bug fix ('g' -> 'ge' in option of s).
39    
40    2002-12-15  Wakaba  <w@suika.fam.cx>
41    
42            * wiki.cgi (make_navigate_links): Add two jumps, one lucky.
43    
44    2002-12-13  Wakaba  <w@suika.fam.cx>
45    
46            * wiki.cgi (do_index): Record referer, user-agent and
47            output referer and see also.
48    
49    2002-12-10  Wakaba  <w@suika.fam.cx>
50    
51            * wiki.cgi (do_write): 'after_edit_cmd' support.
52            (print_editform): Likewise.
53            (print_navigate_links): Give 'wiki-cmd' class to 'View' and 'Edit'.
54    
55    2002-12-08  Wakaba  <w@suika.fam.cx>
56    
57            * wiki.cgi (print_navigate_link_elements): New.
58    
59    2002-12-06  Wakaba  <w@suika.fam.cx>
60    
61            * wiki.cgi (print_header): Downgrade for Infomosaic and M$IE 2
62            is implemented.
63    
64    2002-12-05  Wakaba  <w@suika.fam.cx>
65    
66            * wiki.cgi (make_custom_form): Form controls are to be disabled
67            if WikiPage is read only.
68            (SuikaWiki::Plugin::make_info_page): New.
69            (print_header): Downgrade if $UA =~ Mozilla/[34]\..
70    
71    2002-12-04  Wakaba  <w@suika.fam.cx>
72    
73            * wiki.cgi (make_custom_form): "target form" support.
74            (do_wikiform): Likewise.
75    
76    2002-12-03  Wakaba  <w@suika.fam.cx>
77    
78            * wiki.cgi (update_recent_changes): Don't output buggy '#?' magic line.
79            (get_new_anchor_index): New function.
80            (do_comment): Use get_new_anchor_index.
81            (do_wikiform): New procedure.
82            (print_header): Output Refresh: field body with meta element, too,
83            to avoid bug(?) of early web browser implemention.
84            (mycmd=wikiform): New command.  See <IW:SuikaWiki:WikiForm> for detail.
85    
86    2002-12-01  Wakaba <wakaba@woody.wakaba.ssm>
87    
88            * wiki.cgi:
89            - ($UA): New variable.
90            - Output meta element with Content-Type (with 'x-' charset name)
91            if $UA =~ Mozilla/1 or Mozilla/2.
92            - Downgrade syntax of Refresh field to regacy syntax if
93            $UA =~ Mozilla/1 or Mozilla/2 or Opera.
94            - (wiki::useragent::add): Dont save bare [\x81-\cFF].
95    
96    2002-11-14  Wakaba <w@suika.fam.cx>
97    
98            * wiki.cgi: InterWiki is implemented.
99    
100    2002-10-21  Wakaba <w@suika.fam.cx>
101    
102            * wiki.cgi:
103            - Better support of random jump.
104            - Output Last-Modified: field if possible.
105            - Output ROBOTS -> NOINDEX as meta element if necessary.
106            - Don't output summary of its own page within title element
107            and page title (h1 element).
108            - Simplify of navigation links and footer.
109            - Add See Also and Referers to TOC.
110            - Bug fix of [INS/DEL/PRE[ treatment.
111            - Support of obsoleted="yes" attribute of wiki page.
112            - >>\d+ support in name of comment.
113    
114    2002-10-17  Wakaba <w@suika.fam.cx>
115    
116            * wiki.cgi: Updated.  See
117            <http://suika.fam.cx/~wakaba/-temp/wiki/wiki?%A4%B3%A4%CEwiki%A4%CE%C6%C8%BC%AB%B3%C8%C4%A5#anchor-1>.
118    
119    2002-10-07  Wakaba <w@suika.fam.cx>
120    
121            * wiki.cgi:
122            - Output Last-Modified:.
123            - Record and output referer information.
124    
125    2002-09-28  Wakaba <w@suika.fam.cx>
126    
127            * wiki.cgi:
128            - Intoduce text/css mode.
129            - Anchorize news: URIs.
130            - (armor_name): Bug fix of not anchorizing traditional Wiki name.
131            - Indenting heading 3-5 in TOC.
132            - Multi-comment support.
133            - (print_footer): Embed #comment.
134            - (print_editform): Use NewPageTemplate when new page.
135            * wiki-style.css: Removed.
136    
137    2002-08-29  Wakaba <w@suika.fam.cx>
138    
139            * wiki.cgi: Fix cross site problem, syncing with
140            WalWiki 2.0.3.wal1 (WikiAntenna is not merged).
141    
142  2002-06-18  Wakaba <w@suika.fam.cx>  2002-06-18  Wakaba <w@suika.fam.cx>
143    
144          * wiki.cgi: Fix cross site scripting problems.          * wiki.cgi: Fix cross site scripting problems.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.24

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24