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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.29 - (hide annotations) (download)
Sun Jul 12 10:37:45 2009 UTC (16 years ago) by wakaba
Branch: MAIN
Changes since 1.28: +4 -0 lines
++ swe/lib/SWE/Object/ChangeLog	12 Jul 2009 10:37:22 -0000
	* Document.pm (update_tfidf): New method copied from main.pl.

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

++ swe/lib/suikawiki/ChangeLog	12 Jul 2009 10:37:39 -0000
	* main.pl (update_tfidf): Moved to another module.

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24