/[pub]/suikawiki/script/ChangeLog
Suika

Contents of /suikawiki/script/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.29 - (hide annotations) (download)
Sat Jan 4 03:32:55 2003 UTC (21 years, 10 months ago) by w
Branch: MAIN
Changes since 1.28: +12 -0 lines
Fix to more customizable

1 w 1.29 2003-01-04 Wakaba <w@suika.fam.cx>
2    
3     * wiki.cgi (do_read, do_TEXT_CSS, do_edit, do_adminchangepassword, do_write, print_message): Don't call print_content and print_footer.
4     (print_header): Don't output body element.
5     (print_navigate_links, print_footer, print_content): Removed.
6     (_navigate_links, convert_format): New.
7     (make_wikilink): $option{latest}: New option.
8     (editform): Don't output WikiEditHelp.
9     (armor_name, unarmor_name, do_diff): Removed.
10     (SuikaWiki::Plugin::magic_and_content, SuikaWiki::Plugin::formatter): New.
11     (pod:SEE ALSO): New.
12    
13 w 1.28 2003-01-03 Wakaba <w@suika.fam.cx>
14    
15     * tool/: New directory.
16     * tool/ywinfo2meta.pl: New script.
17     * wiki.cgi (do_edit, do_adminedit, print_editform, do_map, %infobase, get_info, set_info, __set_database, conflict): Removed.
18     (do_view, _compatible_options): New.
19     (#?SuikaWiki/0.9 interactive="yes"): New option.
20     (text_to_html): Toc code is revised.
21     (init_form): Don't allow [\x00-\x1F\x7F] in WikiPage name.
22     (open_db, close_db): Revised.
23     (wiki::dummy): New package.
24     (%SuikaWiki::Plugin::Index, SuikaWiki::Plugin::new_index): New.
25     (wiki::map): Removed.
26    
27     2003-01-02 Wakaba <w@suika.fam.cx>
28 w 1.27
29     * wiki.cgi (do_adminchangepasswordform): Removed.
30     (do_index): Likewise.
31    
32 w 1.24 2003-01-01 Wakaba <w@suika.fam.cx>
33    
34 w 1.25 * default/: New directory.
35 w 1.26 * WalWiki/, SuikaWiki/: Removed.
36     * lib/: New directory.
37 w 1.25
38 w 1.24 * wiki.cgi: Remove configurations.
39     * readme.txt, readme_en.txt, readme_ja.txt, readme_ja.wal.txt: Removed.
40     * convert.cgi: Removed.
41     * 500.ja.html, 500.ja,xhtml: Removed.
42     * 500.ja.html.jis, 500.ja.xhtml.jis: New documents.
43     * .htaccess: Updated.
44    
45 wakaba 1.23 2002-12-30 Wakaba <w@suika.fam.cx>
46    
47     * wiki.cgi (print_header, do_output_css): Output expires: header field
48     if necessary.
49     (SuikaWiki::Plugin::make_info_html): Removed.
50     (do_create, do_search, print_search_form): Removed.
51    
52 wakaba 1.22 2002-12-25 Wakaba <w@suika.fam.cx>
53    
54     * wiki.cgi: Clean up.
55     * WalWiki/lib/Yuki/RSS.pm: dc:* support.
56    
57     2002-12-24 Wakaba <w@suika.fam.cx>
58    
59     * wiki.cgi: Clean up.
60    
61     2002-12-20 Wakaba <w@suika.fam.cx>
62    
63     * wiki.cgi: SuikaWikiConst/1.0 is implemented.
64    
65 wakaba 1.20 2002-12-19 Wakaba <w@suika.fam.cx>
66    
67 wakaba 1.21 * .htaccess: Updated.
68    
69 wakaba 1.20 * 500.ja.html, 500.ja.xhtml: New files.
70    
71 wakaba 1.19 2002-12-18 Wakaba <w@suika.fam.cx>
72    
73     * wiki.cgi (add): Bug fix ('g' -> 'ge' in option of s).
74    
75 wakaba 1.18 2002-12-15 Wakaba <w@suika.fam.cx>
76    
77     * wiki.cgi (make_navigate_links): Add two jumps, one lucky.
78    
79 wakaba 1.17 2002-12-13 Wakaba <w@suika.fam.cx>
80    
81     * wiki.cgi (do_index): Record referer, user-agent and
82     output referer and see also.
83    
84 wakaba 1.16 2002-12-10 Wakaba <w@suika.fam.cx>
85    
86     * wiki.cgi (do_write): 'after_edit_cmd' support.
87     (print_editform): Likewise.
88 wakaba 1.17 (print_navigate_links): Give 'wiki-cmd' class to 'View' and 'Edit'.
89 wakaba 1.16
90     2002-12-08 Wakaba <w@suika.fam.cx>
91    
92     * wiki.cgi (print_navigate_link_elements): New.
93    
94     2002-12-06 Wakaba <w@suika.fam.cx>
95    
96     * wiki.cgi (print_header): Downgrade for Infomosaic and M$IE 2
97     is implemented.
98    
99 wakaba 1.15 2002-12-05 Wakaba <w@suika.fam.cx>
100    
101     * wiki.cgi (make_custom_form): Form controls are to be disabled
102     if WikiPage is read only.
103     (SuikaWiki::Plugin::make_info_page): New.
104 wakaba 1.16 (print_header): Downgrade if $UA =~ Mozilla/[34]\..
105 wakaba 1.15
106 wakaba 1.14 2002-12-04 Wakaba <w@suika.fam.cx>
107    
108     * wiki.cgi (make_custom_form): "target form" support.
109     (do_wikiform): Likewise.
110    
111 wakaba 1.13 2002-12-03 Wakaba <w@suika.fam.cx>
112    
113     * wiki.cgi (update_recent_changes): Don't output buggy '#?' magic line.
114     (get_new_anchor_index): New function.
115     (do_comment): Use get_new_anchor_index.
116     (do_wikiform): New procedure.
117     (print_header): Output Refresh: field body with meta element, too,
118     to avoid bug(?) of early web browser implemention.
119     (mycmd=wikiform): New command. See <IW:SuikaWiki:WikiForm> for detail.
120    
121 wakaba 1.12 2002-12-01 Wakaba <wakaba@woody.wakaba.ssm>
122    
123     * wiki.cgi:
124     - ($UA): New variable.
125     - Output meta element with Content-Type (with 'x-' charset name)
126     if $UA =~ Mozilla/1 or Mozilla/2.
127     - Downgrade syntax of Refresh field to regacy syntax if
128     $UA =~ Mozilla/1 or Mozilla/2 or Opera.
129     - (wiki::useragent::add): Dont save bare [\x81-\cFF].
130    
131 wakaba 1.11 2002-11-14 Wakaba <w@suika.fam.cx>
132    
133     * wiki.cgi: InterWiki is implemented.
134    
135 wakaba 1.10 2002-10-21 Wakaba <w@suika.fam.cx>
136    
137     * wiki.cgi:
138     - Better support of random jump.
139     - Output Last-Modified: field if possible.
140     - Output ROBOTS -> NOINDEX as meta element if necessary.
141     - Don't output summary of its own page within title element
142     and page title (h1 element).
143     - Simplify of navigation links and footer.
144     - Add See Also and Referers to TOC.
145     - Bug fix of [INS/DEL/PRE[ treatment.
146     - Support of obsoleted="yes" attribute of wiki page.
147     - >>\d+ support in name of comment.
148    
149 wakaba 1.9 2002-10-17 Wakaba <w@suika.fam.cx>
150    
151     * wiki.cgi: Updated. See
152     <http://suika.fam.cx/~wakaba/-temp/wiki/wiki?%A4%B3%A4%CEwiki%A4%CE%C6%C8%BC%AB%B3%C8%C4%A5#anchor-1>.
153    
154 wakaba 1.8 2002-10-07 Wakaba <w@suika.fam.cx>
155    
156     * wiki.cgi:
157     - Output Last-Modified:.
158     - Record and output referer information.
159    
160 wakaba 1.7 2002-09-28 Wakaba <w@suika.fam.cx>
161    
162     * wiki.cgi:
163     - Intoduce text/css mode.
164     - Anchorize news: URIs.
165     - (armor_name): Bug fix of not anchorizing traditional Wiki name.
166     - Indenting heading 3-5 in TOC.
167     - Multi-comment support.
168     - (print_footer): Embed #comment.
169     - (print_editform): Use NewPageTemplate when new page.
170     * wiki-style.css: Removed.
171    
172 wakaba 1.6 2002-08-29 Wakaba <w@suika.fam.cx>
173    
174     * wiki.cgi: Fix cross site problem, syncing with
175     WalWiki 2.0.3.wal1 (WikiAntenna is not merged).
176    
177 wakaba 1.5 2002-06-18 Wakaba <w@suika.fam.cx>
178    
179     * wiki.cgi: Fix cross site scripting problems.
180    
181 wakaba 1.3 2002-06-02 wakaba <w@suika.fam.cx>
182    
183     * wiki.cgi: Sync with WalWiki 2.0.beta.1.wal.1.
184 wakaba 1.4 * wiki-style.css: New file.
185 wakaba 1.3
186 wakaba 1.2 2002-03-24 wakaba <w@suika.fam.cx>
187    
188     * wiki.cgi (inline):
189     - Ignore LinkLikeThis style anchor.
190     - Allow [[space including anchor]].
191     (make_link): Likewise. Gets rid of angle branckets
192     before make anchor.
193    
194 wakaba 1.1 2002-02-02 wakaba <wakaba@suika.fam.cx>
195    
196     * wiki.cgi: New file.
197     * ChangeLog: Likewise.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24