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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.51 - (hide annotations) (download)
Wed Sep 23 14:16:24 2009 UTC (15 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.50: +6 -0 lines
++ swe/lib/SWE/Object/ChangeLog	23 Sep 2009 14:15:25 -0000
	* Document.pm (name): Separated from |title|.

2009-09-23  Wakaba  <wakaba@suika.fam.cx>

++ swe/lib/suikawiki/ChangeLog	23 Sep 2009 14:16:10 -0000
	* main.pl: Use |name| method instead of |title| method for the
	|neighbors| view, otherwise JS can't construct the URL for the
	linked page.

2009-09-23  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24