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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.32 - (hide annotations) (download)
Sun Jul 12 11:08:50 2009 UTC (15 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.31: +4 -0 lines
++ swe/lib/suikawiki/ChangeLog	12 Jul 2009 11:08:44 -0000
	* main.pl: Insert timestamp parameter of posturl.

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24