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

Log of /webroot/swe/lib/suikawiki/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Sun Dec 27 11:38:50 2009 UTC (15 years, 4 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.54: +5 -0 lines
Diff to previous 1.54
++ swe/lib/suikawiki/ChangeLog	27 Dec 2009 11:38:31 -0000
	* main.pl: Don't invoke |update_tfidf| until the HTTP redirect has
	been dispatched to the client.

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


Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Sun Dec 27 11:34:31 2009 UTC (15 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.53: +4 -0 lines
Diff to previous 1.53
++ swe/lib/suikawiki/ChangeLog	27 Dec 2009 11:34:15 -0000
2009-12-27  Wakaba  <wakaba@suika.fam.cx>

	* main.pl (http_redirect): Don't call |exit| in this function.


Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Sun Nov 15 09:53:07 2009 UTC (15 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.52: +5 -0 lines
Diff to previous 1.52
++ swe/lib/suikawiki/ChangeLog	15 Nov 2009 09:52:52 -0000
2009-11-15  Wakaba  <wakaba@suika.fam.cx>

	* main.pl: Remove ru=xxx parameter set by proxy, otherwise
	"changing page name" does not work because of ";" in URL.


Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Sun Nov 1 23:31:23 2009 UTC (15 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.51: +5 -0 lines
Diff to previous 1.51
++ swe/lib/suikawiki/ChangeLog	1 Nov 2009 23:30:48 -0000
2009-11-02  Wakaba  <wakaba@suika.fam.cx>

	* main.pl: Tentative workaround for Apache mod_rewrite's buggy
	percent-decoding of %2B.


Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Wed Sep 23 14:16:24 2009 UTC (15 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.50: +6 -0 lines
Diff to previous 1.50
++ swe/lib/SWE/Object/ChangeLog	23 Sep 2009 14:15:25 -0000
	* Document.pm (name): Separated from |title|.

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

++ swe/lib/suikawiki/ChangeLog	23 Sep 2009 14:16:10 -0000
	* main.pl: Use |name| method instead of |title| method for the
	|neighbors| view, otherwise JS can't construct the URL for the
	linked page.

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


Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Wed Sep 23 10:56:52 2009 UTC (15 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.49: +5 -0 lines
Diff to previous 1.49
++ swe/lib/SWE/Object/ChangeLog	23 Sep 2009 10:56:11 -0000
	* Document.pm (lock): Typo; it did not lock in fact, orz.

	* Graph.pm (schelling_update): Reuse the |repo| object's child
	objects where possible to avoid locking timing problem and so on.

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

++ swe/lib/suikawiki/ChangeLog	23 Sep 2009 10:56:43 -0000
2009-09-23  Wakaba  <wakaba@suika.fam.cx>

	* main.pl: Lock for the document ID at the beginning of the
	neighbors view processing.


Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Mon Sep 21 10:49:24 2009 UTC (15 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.48: +4 -0 lines
Diff to previous 1.48
++ swe/lib/suikawiki/ChangeLog	21 Sep 2009 10:48:30 -0000
	* main.pl: Allow non-POST pings.

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

++ swe/scripts/ChangeLog	21 Sep 2009 10:48:59 -0000
	* sw-sami.js: Added related/unrelated pings to neighbor links.

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


Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Mon Sep 21 10:07:30 2009 UTC (15 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.47: +4 -0 lines
Diff to previous 1.47
++ swe/lib/suikawiki/ChangeLog	21 Sep 2009 10:06:44 -0000
	* main.pl: Changed the graph view to be a |param| of the ID view.

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

++ swe/scripts/ChangeLog	21 Sep 2009 10:07:15 -0000
2009-09-21  Wakaba  <wakaba@suika.fam.cx>

	* sw-sami.js: Added a set of classes to insert neighborhoods
	section.


Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Mon Sep 21 09:30:37 2009 UTC (15 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.46: +5 -0 lines
Diff to previous 1.46
++ swe/lib/SWE/Object/ChangeLog	21 Sep 2009 09:29:32 -0000
	* Repository.pm (weight_lock, weight_unlock): New methods.
	(term_weight_vector, save_term_weight_vector): Changed to use
	global props to save the term weight vector.

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

++ swe/lib/suikawiki/ChangeLog	21 Sep 2009 09:30:29 -0000
	* main.pl: Changed the related/unrelated end point to lock the
	vector data file and put the file to the CVS repository.

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


Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Mon Sep 21 09:10:40 2009 UTC (15 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.45: +4 -0 lines
Diff to previous 1.45
++ swe/lib/SWE/DB/ChangeLog	21 Sep 2009 09:05:45 -0000
2009-09-21  Wakaba  <wakaba@suika.fam.cx>

	* Lock.pm (check_lockability): Don't allow the same level of lock
	type being locked twice to avoid deadlocks caused by same level of
	locks.

++ swe/lib/SWE/Object/ChangeLog	21 Sep 2009 09:10:06 -0000
	* Document.pm (repo, prop_untainted, untainted_prop, save_prop,
	locked): New method.  Introduced the concept of "tainted" such
	that we can access to the property in the locked code fragment
	without being afraid to update the property using old values.
	(get_or_create_graph_node): Updated to utilize |prop| family of
	method with locks.

	* Graph.pm (repo, lock, unlock): New methods.
	(add_nodes, create_node, schelling_update): Locks the database
	before the modifications.

	* Repository.pm (graph, get_document_by_id): New methods.

	* Node.pm (repo): New method.

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

++ swe/lib/suikawiki/ChangeLog	21 Sep 2009 09:10:27 -0000
	* main.pl: Made the graph node view to lock the database.

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


Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Mon Sep 21 07:30:30 2009 UTC (15 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.44: +5 -0 lines
Diff to previous 1.44
++ swe/lib/SWE/ChangeLog	21 Sep 2009 07:28:38 -0000
2009-09-21  Wakaba  <wakaba@suika.fam.cx>

	* DB.pm (id_lock): New method.

++ swe/lib/SWE/Object/ChangeLog	21 Sep 2009 07:29:26 -0000
	* Document.pm (lock): Changed to use the $db->id_lock method to
	obtain the lock object.

	* Node.pm (neighbor_documents): New method.

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

++ swe/lib/suikawiki/ChangeLog	21 Sep 2009 07:30:16 -0000
	* main.pl: Moved most of remaining codes of graph node end point
	processing to separate modules.

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


Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Mon Sep 21 07:09:48 2009 UTC (15 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.43: +6 -0 lines
Diff to previous 1.43
++ swe/lib/SWE/Object/ChangeLog	21 Sep 2009 06:44:52 -0000
2009-09-21  Wakaba  <wakaba@suika.fam.cx>

	* Document.pm (title, get_or_create_graph_node): New methods (made
	from codes moved from main.pl).

++ swe/lib/suikawiki/ChangeLog	21 Sep 2009 07:09:35 -0000
2009-09-21  Wakaba  <wakaba@suika.fam.cx>

	* main.pl: Changed "related"/"unrelated" URLs to a |ping| end
	point.  Moved most of graph node end point processing to separate
	modules.


Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Sat Sep 19 10:35:24 2009 UTC (15 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.42: +4 -0 lines
Diff to previous 1.42
++ swe/lib/suikawiki/ChangeLog	19 Sep 2009 10:35:13 -0000
	* main.pl: |$id_prop| had been unintentionally unset.

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


Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Sat Sep 19 07:43:52 2009 UTC (15 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.41: +4 -0 lines
Diff to previous 1.41
++ swe/lib/suikawiki/ChangeLog	19 Sep 2009 07:43:34 -0000
2009-09-19  Wakaba  <wakaba@suika.fam.cx>

	* main.pl: Added Google AdSense.

++ swe/styles/ChangeLog	19 Sep 2009 07:43:26 -0000
2009-09-19  Wakaba  <wakaba@suika.fam.cx>

	* sw.css: Added styles for Google AdSense.


Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Mon Sep 14 06:16:38 2009 UTC (15 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.40: +4 -0 lines
Diff to previous 1.40
++ swe/lib/suikawiki/ChangeLog	14 Sep 2009 06:15:55 -0000
	* main.pl: Added names="" parameter to canvas editor link.

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

++ swe/pages/ChangeLog	14 Sep 2009 06:16:20 -0000
	* canvas.html: Added names="" parameter to specify the names of
	new images.

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


Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Mon Sep 14 06:01:13 2009 UTC (15 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.39: +4 -0 lines
Diff to previous 1.39
++ swe/lib/suikawiki/ChangeLog	14 Sep 2009 05:59:53 -0000
	* main.pl: Added links to canvas editor.

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

++ swe/pages/ChangeLog	14 Sep 2009 06:00:50 -0000
	* canvas.html: New file (originally comes from Remove Canvas's
	client.html).

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


Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Mon Sep 14 03:12:03 2009 UTC (15 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.38: +5 -0 lines
Diff to previous 1.38
++ 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>


Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Mon Sep 14 02:41:01 2009 UTC (15 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.37: +5 -0 lines
Diff to previous 1.37
++ swe/lib/SWE/ChangeLog	14 Sep 2009 02:38:21 -0000
	* Lang.pm: Changed module names.

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

++ swe/lib/SWE/Object/Document/ChangeLog	14 Sep 2009 02:40:50 -0000
	* SWML.pm: New module.

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

++ swe/lib/SWE/Object/ChangeLog	14 Sep 2009 02:40:09 -0000
	* Document.pm: Added |rebless| method family.  Moved
	SWML-to-HTML/XML/text convertion methods to another module.

	* Document/: New directory.

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

++ swe/lib/suikawiki/ChangeLog	14 Sep 2009 02:39:42 -0000
	* main.pl: Call the |rebless| method on the SWE::Object::Document
	module such that format-dependent methods can be invoked.

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


Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Mon Sep 14 02:13:13 2009 UTC (15 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.36: +4 -0 lines
Diff to previous 1.36
++ swe/lib/SWE/ChangeLog	14 Sep 2009 02:12:58 -0000
2009-09-14  Wakaba  <wakaba@suika.fam.cx>

	* Lang.pm: New module.

++ swe/lib/suikawiki/ChangeLog	14 Sep 2009 02:12:48 -0000
	* main.pl: Moved media type list to an external module.

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


Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Mon Sep 14 02:03:25 2009 UTC (15 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.35: +4 -0 lines
Diff to previous 1.35
++ 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>


Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Mon Sep 14 01:26:33 2009 UTC (15 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.34: +7 -0 lines
Diff to previous 1.34
++ swe/lib/SWE/Object/ChangeLog	14 Sep 2009 01:25:50 -0000
2009-09-14  Wakaba  <wakaba@suika.fam.cx>

	* Document.pm (to_xml, to_text): New methods.

++ swe/lib/suikawiki/ChangeLog	14 Sep 2009 01:25:42 -0000
2009-09-14  Wakaba  <wakaba@suika.fam.cx>

	* main.pl: Changed format=text and format=xml to obtain the text
	or xml variant from SWE::Object::Document.  Changed format=text to
	obtain the xml variant from SWE::Object::Document and then convert
	into HTML.


Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sun Jul 19 12:38:19 2009 UTC (15 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.33: +4 -0 lines
Diff to previous 1.33
++ 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.


Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 11:54:19 2009 UTC (15 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.32: +4 -0 lines
Diff to previous 1.32
++ swe/lib/suikawiki/ChangeLog	12 Jul 2009 11:54:12 -0000
	* main.pl: Set the paragraph number to the posturl content.

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


Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 11:08:50 2009 UTC (15 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.31: +4 -0 lines
Diff to previous 1.31
++ 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>


Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 10:57:24 2009 UTC (15 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.30: +4 -0 lines
Diff to previous 1.30
++ swe/lib/suikawiki/ChangeLog	12 Jul 2009 10:57:18 -0000
	* main.pl: Implemented new-document case of posturl method.

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


Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 10:46:18 2009 UTC (15 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.29: +4 -0 lines
Diff to previous 1.29
++ swe/lib/SWE/Object/ChangeLog	12 Jul 2009 10:46:07 -0000
	* Document.pm (new_id): New method.

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

++ swe/lib/suikawiki/ChangeLog	12 Jul 2009 10:45:55 -0000
	* main.pl: Moved the code to obtain the new ID to another module.

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


Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 10:37:45 2009 UTC (15 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.28: +4 -0 lines
Diff to previous 1.28
++ 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>


Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 10:26:28 2009 UTC (15 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.27: +5 -0 lines
Diff to previous 1.27
++ swe/lib/SWE/Object/ChangeLog	12 Jul 2009 10:25:36 -0000
2009-07-12  Wakaba  <wakaba@suika.fam.cx>

	* Document.pm: New module.

++ swe/lib/suikawiki/ChangeLog	12 Jul 2009 10:25:59 -0000
	* main.pl: Facted out the code to associate new pages names to the
	document.

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


Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 09:45:40 2009 UTC (15 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.26: +5 -0 lines
Diff to previous 1.26
++ swe/lib/SWE/ChangeLog	12 Jul 2009 09:45:07 -0000
	* DB.pm (name_history, id_history): New methods.

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

++ swe/lib/suikawiki/ChangeLog	12 Jul 2009 09:45:31 -0000
	* main.pl: Use $db's methods to instantiate id_history and
	name_history databases.

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


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 09:07:59 2009 UTC (15 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.25: +5 -0 lines
Diff to previous 1.25
++ swe/lib/SWE/ChangeLog	12 Jul 2009 09:07:25 -0000
2009-07-12  Wakaba  <wakaba@suika.fam.cx>

	* DB.pm (vc): New method.

++ swe/lib/suikawiki/ChangeLog	12 Jul 2009 09:07:51 -0000
	* main.pl: Obtain instances of version control object by invoking
	the method of $db object.

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


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 08:59:27 2009 UTC (15 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.24: +4 -0 lines
Diff to previous 1.24
++ swe/lib/suikawiki/ChangeLog	12 Jul 2009 08:59:20 -0000
	* main.pl: posturl appending implemented.

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


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 08:24:45 2009 UTC (15 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.23: +4 -0 lines
Diff to previous 1.23
++ swe/lib/suikawiki/ChangeLog	12 Jul 2009 08:24:39 -0000
	* main.pl: Preparation for introducing posturl method.

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


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 08:18:44 2009 UTC (15 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.22: +6 -0 lines
Diff to previous 1.22
++ swe/lib/suikawiki/ChangeLog	12 Jul 2009 08:18:35 -0000
	* main.pl: Fact out the process to determine the document ID(s)
	from the name, possibly converting the SuikaWiki3 document into
	new format.

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


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 07:15:34 2009 UTC (15 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.21: +4 -0 lines
Diff to previous 1.21
++ swe/lib/suikawiki/ChangeLog	12 Jul 2009 07:15:23 -0000
	* main.pl: Create tfidf data when a page is created.

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


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 07:06:53 2009 UTC (15 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.20: +4 -0 lines
Diff to previous 1.20
++ swe/lib/suikawiki/ChangeLog	12 Jul 2009 07:06:43 -0000
	* main.pl: Update tfidf data when a page content is updated.

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


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 06:33:54 2009 UTC (15 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.19: +4 -0 lines
Diff to previous 1.19
++ swe/lib/suikawiki/ChangeLog	12 Jul 2009 06:33:44 -0000
	* main.pl Locks during the non-inverted index is updated.

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


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 06:22:09 2009 UTC (15 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.18: +4 -0 lines
Diff to previous 1.18
++ swe/lib/SWE/DB/ChangeLog	12 Jul 2009 06:21:38 -0000
	* HashedIndex.pm (lock, lock_file_name): New methods.

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

++ swe/lib/suikawiki/ChangeLog	12 Jul 2009 06:22:03 -0000
	* main.pl: Locks the index database before the modification.

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


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 04:49:51 2009 UTC (15 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.17: +5 -0 lines
Diff to previous 1.17
++ swe/lib/suikawiki/ChangeLog	12 Jul 2009 04:49:44 -0000
	* main.pl: Put the |script| element at the end of the |body|
	element.

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


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 04:00:24 2009 UTC (15 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.16: +4 -0 lines
Diff to previous 1.16
++ swe/lib/SWE/DB/ChangeLog	12 Jul 2009 03:59:58 -0000
2009-07-12  Wakaba  <wakaba@suika.fam.cx>

	* NamedText.pm (_get_file_name): Typo.

	* Lock.pm: Check whether any preferable locks are already taken or
	not to avoid deadlocks.

	* IDGenerator.pm (get_next_id): Set lock_type to enable lock order
	control.

	* IDLocks.pm (get_lock): Set lock_type to enable lock order
	control.

++ swe/lib/suikawiki/ChangeLog	12 Jul 2009 04:00:17 -0000
2009-07-12  Wakaba  <wakaba@suika.fam.cx>

	* main.pl: Set |lock_type| to enable lock order control.


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Mar 16 08:28:33 2009 UTC (16 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.15: +5 -0 lines
Diff to previous 1.15
++ swe/lib/suikawiki/ChangeLog	16 Mar 2009 08:28:29 -0000
	* main.pl: Show the relatedness of pages in the list of neighbor
	nodes.

2009-03-16  Wakaba  <wakaba@suika.fam.cx>


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Mar 16 07:40:04 2009 UTC (16 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.14: +4 -0 lines
Diff to previous 1.14
++ swe/lib/SWE/Object/ChangeLog	16 Mar 2009 07:39:22 -0000
2009-03-16  Wakaba  <wakaba@suika.fam.cx>

	* Repository.pm: New module.

++ swe/lib/suikawiki/ChangeLog	16 Mar 2009 07:39:54 -0000
2009-03-16  Wakaba  <wakaba@suika.fam.cx>

	* main.pl: Moved relatedness detection method into its own module.


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sun Mar 15 13:07:13 2009 UTC (16 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.13: +4 -0 lines
Diff to previous 1.13
++ swe/lib/SWE/Object/ChangeLog	15 Mar 2009 13:06:41 -0000
	* Node.pm (document_id): New method.

2009-03-15  Wakaba  <wakaba@suika.fam.cx>

++ swe/lib/suikawiki/ChangeLog	15 Mar 2009 13:07:01 -0000
	* main.pl: Dump the name of neighbors.

2009-03-15  Wakaba  <wakaba@suika.fam.cx>


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sun Mar 15 12:50:04 2009 UTC (16 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.12: +4 -0 lines
Diff to previous 1.12
++ swe/lib/SWE/Object/ChangeLog	15 Mar 2009 12:49:18 -0000
	* Graph.pm (get_node_by_id): New method.
	(create_node): Changed to instantiate SWE::Object::Node.

	* Node.pm: New module.

2009-03-15  Wakaba  <wakaba@suika.fam.cx>

++ swe/lib/suikawiki/ChangeLog	15 Mar 2009 12:49:58 -0000
	* main.pl: Dump the list of neighbors.

2009-03-15  Wakaba  <wakaba@suika.fam.cx>


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Mar 15 12:27:37 2009 UTC (16 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.11: +5 -0 lines
Diff to previous 1.11
++ swe/lib/SWE/ChangeLog	15 Mar 2009 12:26:50 -0000
	* DB.pm: Added graph and global property databases.

2009-03-15  Wakaba  <wakaba@suika.fam.cx>

++ swe/lib/SWE/Object/ChangeLog	15 Mar 2009 12:26:27 -0000
	* Graph.pm: New module.

2009-03-15  Wakaba  <wakaba@suika.fam.cx>

++ swe/lib/suikawiki/ChangeLog	15 Mar 2009 12:27:26 -0000
	* main.pl: Graph generation moved to another module.  Implemented
	graph/document association.

2009-03-15  Wakaba  <wakaba@suika.fam.cx>


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Mar 15 09:42:20 2009 UTC (16 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.10: +4 -0 lines
Diff to previous 1.10
++ swe/lib/SWE/DB/ChangeLog	15 Mar 2009 09:41:26 -0000
2009-03-15  Wakaba  <wakaba@suika.fam.cx>

	* NamedText.pm: New module.

++ swe/lib/suikawiki/ChangeLog	15 Mar 2009 09:42:14 -0000
	* main.pl: Implemented the graph generate method.

2009-03-15  Wakaba  <wakaba@suika.fam.cx>


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Mar 15 08:07:22 2009 UTC (16 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.9: +6 -0 lines
Diff to previous 1.9
++ swe/lib/SWE/ChangeLog	15 Mar 2009 08:06:01 -0000
2009-03-15  Wakaba  <wakaba@suika.fam.cx>

	* DB.pm (id): New method.

++ swe/lib/suikawiki/ChangeLog	15 Mar 2009 08:07:12 -0000
2009-03-15  Wakaba  <wakaba@suika.fam.cx>

	* main.pl: Moved the codes to get idgenerator object to SWE::DB
	module.  Also, preparation for the experiments for the graph
	generation implementation.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Mar 9 08:25:22 2009 UTC (16 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.8: +5 -0 lines
Diff to previous 1.8
++ swe/lib/SWE/Data/ChangeLog	9 Mar 2009 08:24:27 -0000
	* FeatureVector.pm: Added support for parsing and operations.

2009-03-02  Wakaba  <wakaba@suika.fam.cx>

++ swe/lib/suikawiki/ChangeLog	9 Mar 2009 08:25:07 -0000
	* main.pl: Added experimental support for learning of relatedness
	of pages.

2009-03-02  Wakaba  <wakaba@suika.fam.cx>


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Mar 2 12:09:30 2009 UTC (16 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.7: +6 -0 lines
Diff to previous 1.7
++ swe/lib/SWE/ChangeLog	2 Mar 2009 12:08:28 -0000
	* DB.pm: New module.

2009-03-02  Wakaba  <wakaba@suika.fam.cx>

++ swe/lib/suikawiki/ChangeLog	2 Mar 2009 12:09:18 -0000
	* main.pl: Create an instance of the new SWE::DB module and obtain
	references to database objects via that object for newly added
	modes.

2009-03-02  Wakaba  <wakaba@suika.fam.cx>


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Mar 2 11:45:11 2009 UTC (16 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.6: +5 -0 lines
Diff to previous 1.6
++ swe/lib/SWE/ChangeLog	2 Mar 2009 11:44:31 -0000
2009-03-02  Wakaba  <wakaba@suika.fam.cx>

	* Data/: New directory.

++ swe/lib/SWE/Data/ChangeLog	2 Mar 2009 11:44:23 -0000
2009-03-02  Wakaba  <wakaba@suika.fam.cx>

	* FeatureVector.pm: New module.

	* ChangeLog: New file.

++ swe/lib/suikawiki/ChangeLog	2 Mar 2009 11:45:04 -0000
	* main.pl (update_tfidf): Use new module to support feature word
	vectors.

2009-03-02  Wakaba  <wakaba@suika.fam.cx>


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Mar 2 07:32:30 2009 UTC (16 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.5: +4 -0 lines
Diff to previous 1.5
++ swe/lib/SWE/DB/ChangeLog	2 Mar 2009 07:32:02 -0000
2009-03-01  Wakaba  <wakaba@suika.fam.cx>

	* HashedIndex.pm: New module.

	* IDGenerator.pm (get_last_id): New method.

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

	* SuikaWiki3LastModified.pm (get_data): Why this convertion was
	necessary?

++ swe/lib/suikawiki/ChangeLog	2 Mar 2009 07:31:08 -0000
2009-03-02  Wakaba  <wakaba@suika.fam.cx>

	* main.pl (;search, ;terms): New modes.

++ swe/styles/ChangeLog	3 Feb 2009 03:44:04 -0000
2009-02-03  Wakaba  <wakaba@suika.fam.cx>

	* sw.css: Fixed a typo.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Dec 16 04:50:54 2008 UTC (16 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.4: +5 -0 lines
Diff to previous 1.4
++ swe/lib/suikawiki/ChangeLog	16 Dec 2008 04:49:26 -0000
2008-12-16  Wakaba  <wakaba@suika.fam.cx>

	* main.pl: Adds .tools class to the page navigation, to
	distinguish with same-name pages navigation.

++ swe/scripts/ChangeLog	16 Dec 2008 04:50:42 -0000
2008-12-16  Wakaba  <wakaba@suika.fam.cx>

	* sw.js: Added Hatena Star support.  Use method
	|button.setAttribute ('type')| instead of attribute |button.type|
	for WebKit/WinIE compatibility.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Nov 25 05:01:49 2008 UTC (16 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +9 -0 lines
Diff to previous 1.3
++ swe/lib/suikawiki/ChangeLog	25 Nov 2008 05:01:39 -0000
2008-11-25  Wakaba  <wakaba@suika.fam.cx>

	* main.pl: Adds link to help page after the page content form.

2008-11-24  Wakaba  <wakaba@suika.fam.cx>

	* main.pl: Output last-modified date at the end of HTML
	representation of an article.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon Nov 24 11:45:53 2008 UTC (16 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +5 -0 lines
Diff to previous 1.2
++ swe/lib/SWE/DB/ChangeLog	24 Nov 2008 11:43:31 -0000
2008-11-24  Wakaba  <wakaba@suika.fam.cx>

	* IDHistory.pm, HashedHistory.pm: New modules.

++ swe/lib/suikawiki/ChangeLog	24 Nov 2008 11:45:32 -0000
	* main.pl: Implemented history modes.  Records creation of pages
	and modifications to id/name associations as history.

2008-11-24  Wakaba  <wakaba@suika.fam.cx>


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Nov 24 08:01:04 2008 UTC (16 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +9 -0 lines
Diff to previous 1.1
++ swe/lib/suikawiki/ChangeLog	24 Nov 2008 07:59:48 -0000
2008-11-24  Wakaba  <wakaba@suika.fam.cx>

	* main.pl: New script (Code from sw.cgi
	<http://suika.fam.cx/gate/cvs/webroot/gate/2008/sw.cgi>, with
	minimum changes).

	* ChangeLog: New file.


++ swe/lib/ChangeLog	24 Nov 2008 07:48:53 -0000
2008-11-24  Wakaba  <wakaba@suika.fam.cx>

	* suikawiki/: New directory.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Nov 24 07:48:39 2008 UTC (16 years, 5 months ago) by wakaba
Branch: MAIN
New


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24