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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.43 - (hide annotations) (download)
Sat Sep 19 10:35:24 2009 UTC (15 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.42: +4 -0 lines
++ swe/lib/suikawiki/ChangeLog	19 Sep 2009 10:35:13 -0000
	* main.pl: |$id_prop| had been unintentionally unset.

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24