/[suikacvs]/webroot/swe/lib/suikawiki/ChangeLog
Suika

Contents of /webroot/swe/lib/suikawiki/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.55 - (hide annotations) (download)
Sun Dec 27 11:38:50 2009 UTC (15 years, 4 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.54: +5 -0 lines
++ swe/lib/suikawiki/ChangeLog	27 Dec 2009 11:38:31 -0000
	* main.pl: Don't invoke |update_tfidf| until the HTTP redirect has
	been dispatched to the client.

2009-12-27  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.54 2009-12-27 Wakaba <wakaba@suika.fam.cx>
2    
3 wakaba 1.55 * main.pl: Don't invoke |update_tfidf| until the HTTP redirect has
4     been dispatched to the client.
5    
6     2009-12-27 Wakaba <wakaba@suika.fam.cx>
7    
8 wakaba 1.54 * main.pl (http_redirect): Don't call |exit| in this function.
9    
10 wakaba 1.53 2009-11-15 Wakaba <wakaba@suika.fam.cx>
11    
12     * main.pl: Remove ru=xxx parameter set by proxy, otherwise
13     "changing page name" does not work because of ";" in URL.
14    
15 wakaba 1.52 2009-11-02 Wakaba <wakaba@suika.fam.cx>
16    
17     * main.pl: Tentative workaround for Apache mod_rewrite's buggy
18     percent-decoding of %2B.
19    
20 wakaba 1.50 2009-09-23 Wakaba <wakaba@suika.fam.cx>
21    
22 wakaba 1.51 * main.pl: Use |name| method instead of |title| method for the
23     |neighbors| view, otherwise JS can't construct the URL for the
24     linked page.
25    
26     2009-09-23 Wakaba <wakaba@suika.fam.cx>
27    
28 wakaba 1.50 * main.pl: Lock for the document ID at the beginning of the
29     neighbors view processing.
30    
31 wakaba 1.44 2009-09-21 Wakaba <wakaba@suika.fam.cx>
32    
33 wakaba 1.49 * main.pl: Allow non-POST pings.
34    
35     2009-09-21 Wakaba <wakaba@suika.fam.cx>
36    
37 wakaba 1.48 * main.pl: Changed the graph view to be a |param| of the ID view.
38    
39     2009-09-21 Wakaba <wakaba@suika.fam.cx>
40    
41 wakaba 1.47 * main.pl: Changed the related/unrelated end point to lock the
42     vector data file and put the file to the CVS repository.
43    
44     2009-09-21 Wakaba <wakaba@suika.fam.cx>
45    
46 wakaba 1.46 * main.pl: Made the graph node view to lock the database.
47    
48     2009-09-21 Wakaba <wakaba@suika.fam.cx>
49    
50 wakaba 1.45 * main.pl: Moved most of remaining codes of graph node end point
51     processing to separate modules.
52    
53     2009-09-21 Wakaba <wakaba@suika.fam.cx>
54    
55 wakaba 1.44 * main.pl: Changed "related"/"unrelated" URLs to a |ping| end
56     point. Moved most of graph node end point processing to separate
57     modules.
58    
59 wakaba 1.42 2009-09-19 Wakaba <wakaba@suika.fam.cx>
60    
61 wakaba 1.43 * main.pl: |$id_prop| had been unintentionally unset.
62    
63     2009-09-19 Wakaba <wakaba@suika.fam.cx>
64    
65 wakaba 1.42 * main.pl: Added Google AdSense.
66    
67 wakaba 1.35 2009-09-14 Wakaba <wakaba@suika.fam.cx>
68    
69 wakaba 1.41 * main.pl: Added names="" parameter to canvas editor link.
70    
71     2009-09-14 Wakaba <wakaba@suika.fam.cx>
72    
73 wakaba 1.40 * main.pl: Added links to canvas editor.
74    
75     2009-09-14 Wakaba <wakaba@suika.fam.cx>
76    
77 wakaba 1.39 * main.pl: Don't generate rel=alternate links if it is known that
78     the alternate is not available.
79    
80     2009-09-14 Wakaba <wakaba@suika.fam.cx>
81    
82 wakaba 1.38 * main.pl: Call the |rebless| method on the SWE::Object::Document
83     module such that format-dependent methods can be invoked.
84    
85     2009-09-14 Wakaba <wakaba@suika.fam.cx>
86    
87 wakaba 1.37 * main.pl: Moved media type list to an external module.
88    
89     2009-09-14 Wakaba <wakaba@suika.fam.cx>
90    
91 wakaba 1.36 * main.pl: Moved format=html processing to external module.
92    
93     2009-09-14 Wakaba <wakaba@suika.fam.cx>
94    
95 wakaba 1.35 * main.pl: Changed format=text and format=xml to obtain the text
96     or xml variant from SWE::Object::Document. Changed format=text to
97     obtain the xml variant from SWE::Object::Document and then convert
98     into HTML.
99    
100 wakaba 1.34 2009-07-19 Wakaba <wakaba@suika.fam.cx>
101    
102     * main.pl: Extended posturl API for the use of bookmarklet.
103    
104 wakaba 1.17 2009-07-12 Wakaba <wakaba@suika.fam.cx>
105    
106 wakaba 1.33 * main.pl: Set the paragraph number to the posturl content.
107    
108     2009-07-12 Wakaba <wakaba@suika.fam.cx>
109    
110 wakaba 1.32 * main.pl: Insert timestamp parameter of posturl.
111    
112     2009-07-12 Wakaba <wakaba@suika.fam.cx>
113    
114 wakaba 1.31 * main.pl: Implemented new-document case of posturl method.
115    
116     2009-07-12 Wakaba <wakaba@suika.fam.cx>
117    
118 wakaba 1.30 * main.pl: Moved the code to obtain the new ID to another module.
119    
120     2009-07-12 Wakaba <wakaba@suika.fam.cx>
121    
122 wakaba 1.29 * main.pl (update_tfidf): Moved to another module.
123    
124     2009-07-12 Wakaba <wakaba@suika.fam.cx>
125    
126 wakaba 1.28 * main.pl: Facted out the code to associate new pages names to the
127     document.
128    
129     2009-07-12 Wakaba <wakaba@suika.fam.cx>
130    
131 wakaba 1.27 * main.pl: Use $db's methods to instantiate id_history and
132     name_history databases.
133    
134     2009-07-12 Wakaba <wakaba@suika.fam.cx>
135    
136 wakaba 1.26 * main.pl: Obtain instances of version control object by invoking
137     the method of $db object.
138    
139     2009-07-12 Wakaba <wakaba@suika.fam.cx>
140    
141 wakaba 1.25 * main.pl: posturl appending implemented.
142    
143     2009-07-12 Wakaba <wakaba@suika.fam.cx>
144    
145 wakaba 1.24 * main.pl: Preparation for introducing posturl method.
146    
147     2009-07-12 Wakaba <wakaba@suika.fam.cx>
148    
149 wakaba 1.23 * main.pl: Fact out the process to determine the document ID(s)
150     from the name, possibly converting the SuikaWiki3 document into
151     new format.
152    
153     2009-07-12 Wakaba <wakaba@suika.fam.cx>
154    
155 wakaba 1.22 * main.pl: Create tfidf data when a page is created.
156    
157     2009-07-12 Wakaba <wakaba@suika.fam.cx>
158    
159 wakaba 1.21 * main.pl: Update tfidf data when a page content is updated.
160    
161     2009-07-12 Wakaba <wakaba@suika.fam.cx>
162    
163 wakaba 1.20 * main.pl Locks during the non-inverted index is updated.
164    
165     2009-07-12 Wakaba <wakaba@suika.fam.cx>
166    
167 wakaba 1.19 * main.pl: Locks the index database before the modification.
168    
169     2009-07-12 Wakaba <wakaba@suika.fam.cx>
170    
171 wakaba 1.18 * main.pl: Put the |script| element at the end of the |body|
172     element.
173    
174     2009-07-12 Wakaba <wakaba@suika.fam.cx>
175    
176 wakaba 1.17 * main.pl: Set |lock_type| to enable lock order control.
177    
178 wakaba 1.15 2009-03-16 Wakaba <wakaba@suika.fam.cx>
179    
180 wakaba 1.16 * main.pl: Show the relatedness of pages in the list of neighbor
181     nodes.
182    
183     2009-03-16 Wakaba <wakaba@suika.fam.cx>
184    
185 wakaba 1.15 * main.pl: Moved relatedness detection method into its own module.
186    
187 wakaba 1.10 2009-03-15 Wakaba <wakaba@suika.fam.cx>
188    
189 wakaba 1.14 * main.pl: Dump the name of neighbors.
190    
191     2009-03-15 Wakaba <wakaba@suika.fam.cx>
192    
193 wakaba 1.13 * main.pl: Dump the list of neighbors.
194    
195     2009-03-15 Wakaba <wakaba@suika.fam.cx>
196    
197 wakaba 1.12 * main.pl: Graph generation moved to another module. Implemented
198     graph/document association.
199    
200     2009-03-15 Wakaba <wakaba@suika.fam.cx>
201    
202 wakaba 1.11 * main.pl: Implemented the graph generate method.
203    
204     2009-03-15 Wakaba <wakaba@suika.fam.cx>
205    
206 wakaba 1.10 * main.pl: Moved the codes to get idgenerator object to SWE::DB
207     module. Also, preparation for the experiments for the graph
208     generation implementation.
209    
210 wakaba 1.6 2009-03-02 Wakaba <wakaba@suika.fam.cx>
211    
212 wakaba 1.9 * main.pl: Added experimental support for learning of relatedness
213     of pages.
214    
215     2009-03-02 Wakaba <wakaba@suika.fam.cx>
216    
217 wakaba 1.8 * main.pl: Create an instance of the new SWE::DB module and obtain
218     references to database objects via that object for newly added
219     modes.
220    
221     2009-03-02 Wakaba <wakaba@suika.fam.cx>
222    
223 wakaba 1.7 * main.pl (update_tfidf): Use new module to support feature word
224     vectors.
225    
226     2009-03-02 Wakaba <wakaba@suika.fam.cx>
227    
228 wakaba 1.6 * main.pl (;search, ;terms): New modes.
229    
230 wakaba 1.5 2008-12-16 Wakaba <wakaba@suika.fam.cx>
231    
232     * main.pl: Adds .tools class to the page navigation, to
233     distinguish with same-name pages navigation.
234    
235 wakaba 1.4 2008-11-25 Wakaba <wakaba@suika.fam.cx>
236    
237     * main.pl: Adds link to help page after the page content form.
238    
239     2008-11-24 Wakaba <wakaba@suika.fam.cx>
240    
241     * main.pl: Output last-modified date at the end of HTML
242     representation of an article.
243    
244 wakaba 1.2 2008-11-24 Wakaba <wakaba@suika.fam.cx>
245    
246 wakaba 1.3 * main.pl: Implemented history modes. Records creation of pages
247     and modifications to id/name associations as history.
248    
249     2008-11-24 Wakaba <wakaba@suika.fam.cx>
250    
251 wakaba 1.2 * main.pl: New script (Code from sw.cgi
252     <http://suika.fam.cx/gate/cvs/webroot/gate/2008/sw.cgi>, with
253     minimum changes).
254    
255     * ChangeLog: New file.
256    
257    

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24