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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.34 - (hide annotations) (download)
Sun Jul 19 12:38:19 2009 UTC (16 years ago) by wakaba
Branch: MAIN
Changes since 1.33: +4 -0 lines
++ swe/lib/suikawiki/ChangeLog	19 Jul 2009 12:37:49 -0000
2009-07-19  Wakaba  <wakaba@suika.fam.cx>

	* main.pl: Extended posturl API for the use of bookmarklet.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24