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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.39 - (hide annotations) (download)
Mon Sep 14 03:12:03 2009 UTC (15 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.38: +5 -0 lines
++ swe/lib/SWE/ChangeLog	14 Sep 2009 03:08:53 -0000
	* DB.pm (id_prop): New method.

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

++ swe/lib/SWE/Object/Document/ChangeLog	14 Sep 2009 03:10:40 -0000
	* SWML.pm (to_text, to_text_media_type): Moved back to the
	superclass.

	* CanvasInstructions.pm: New module.

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

++ swe/lib/SWE/Object/ChangeLog	14 Sep 2009 03:10:03 -0000
	* Document.pm (prop): New method.
	(content_media_type): Changed to return the real media type.
	(to_xml_media_type, to_text_media_type, to_xml, to_html_fragment):
	Changed to return appropriate default value.

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

++ swe/lib/suikawiki/ChangeLog	14 Sep 2009 03:11:39 -0000
	* main.pl: Don't generate rel=alternate links if it is known that
	the alternate is not available.

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24