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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.36 - (hide annotations) (download)
Mon Sep 14 02:03:25 2009 UTC (15 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.35: +4 -0 lines
++ swe/lib/SWE/Object/ChangeLog	14 Sep 2009 02:03:14 -0000
	* Document.pm (to_html_fragment): New method.

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

++ swe/lib/suikawiki/ChangeLog	14 Sep 2009 02:03:01 -0000
	* main.pl: Moved format=html processing to external module.

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24