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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.52 - (hide annotations) (download)
Sun Nov 1 23:31:23 2009 UTC (15 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.51: +5 -0 lines
++ swe/lib/suikawiki/ChangeLog	1 Nov 2009 23:30:48 -0000
2009-11-02  Wakaba  <wakaba@suika.fam.cx>

	* main.pl: Tentative workaround for Apache mod_rewrite's buggy
	percent-decoding of %2B.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24