/[suikacvs]/webroot/swe/doc/swe-commit.en.atom.u8
Suika

Log of /webroot/swe/doc/swe-commit.en.atom.u8

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Sun Dec 27 11:38:50 2009 UTC (14 years, 4 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.89: +8 -2 lines
Diff to previous 1.89
++ 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.89 - (view) (download) (annotate) - [select for diffs]
Sun Dec 27 11:34:31 2009 UTC (14 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.88: +7 -2 lines
Diff to previous 1.88
++ 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.88 - (view) (download) (annotate) - [select for diffs]
Sun Nov 15 09:53:07 2009 UTC (14 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.87: +8 -2 lines
Diff to previous 1.87
++ 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.87 - (view) (download) (annotate) - [select for diffs]
Sun Nov 1 23:31:23 2009 UTC (14 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.86: +8 -2 lines
Diff to previous 1.86
++ 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.86 - (view) (download) (annotate) - [select for diffs]
Wed Sep 23 14:16:24 2009 UTC (14 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.85: +14 -2 lines
Diff to previous 1.85
++ 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.85 - (view) (download) (annotate) - [select for diffs]
Wed Sep 23 13:47:13 2009 UTC (14 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.84: +8 -2 lines
Diff to previous 1.84
++ swe/scripts/ChangeLog	23 Sep 2009 13:46:59 -0000
	* sw-sami.js: Added ping handler to search result's links.  Use
	synchronous ping to ensure ping is really sent.

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


Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Wed Sep 23 11:16:06 2009 UTC (14 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.83: +7 -2 lines
Diff to previous 1.83
++ swe/scripts/ChangeLog	23 Sep 2009 11:15:49 -0000
	* sw-sami.js: Enable neighbor link feature to the production wiki.

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


Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Wed Sep 23 11:04:34 2009 UTC (14 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.82: +12 -2 lines
Diff to previous 1.82
++ swe/styles/ChangeLog	23 Sep 2009 11:04:07 -0000
2009-09-23  Wakaba  <wakaba@suika.fam.cx>

	* sw.css: Added styles for link lists.

++ swe/scripts/ChangeLog	23 Sep 2009 11:04:21 -0000
2009-09-23  Wakaba  <wakaba@suika.fam.cx>

	* sw-sami.js: Added class names to link list elements.


Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Wed Sep 23 10:56:52 2009 UTC (14 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.81: +16 -2 lines
Diff to previous 1.81
++ 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.81 - (view) (download) (annotate) - [select for diffs]
Wed Sep 23 10:22:07 2009 UTC (14 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.80: +8 -2 lines
Diff to previous 1.80
++ swe/lib/SWE/Object/ChangeLog	23 Sep 2009 10:20:25 -0000
2009-09-23  Wakaba  <wakaba@suika.fam.cx>

	* Document.pm (prop_untainted): Typo.
	(untainted_prop): The |prop_untainted| property was not set.


Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Mon Sep 21 10:49:24 2009 UTC (14 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.79: +12 -2 lines
Diff to previous 1.79
++ 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.79 - (view) (download) (annotate) - [select for diffs]
Mon Sep 21 10:07:30 2009 UTC (14 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.78: +13 -2 lines
Diff to previous 1.78
++ 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.78 - (view) (download) (annotate) - [select for diffs]
Mon Sep 21 09:30:37 2009 UTC (14 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.77: +15 -2 lines
Diff to previous 1.77
++ 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.77 - (view) (download) (annotate) - [select for diffs]
Mon Sep 21 09:10:40 2009 UTC (14 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.76: +32 -2 lines
Diff to previous 1.76
++ 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.76 - (view) (download) (annotate) - [select for diffs]
Mon Sep 21 07:30:30 2009 UTC (14 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.75: +21 -2 lines
Diff to previous 1.75
++ 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.75 - (view) (download) (annotate) - [select for diffs]
Mon Sep 21 07:09:48 2009 UTC (14 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.74: +15 -2 lines
Diff to previous 1.74
++ 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.74 - (view) (download) (annotate) - [select for diffs]
Sun Sep 20 08:54:33 2009 UTC (14 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.73: +7 -2 lines
Diff to previous 1.73
++ swe/lib/SWE/Object/ChangeLog	20 Sep 2009 08:53:58 -0000
	* Graph.pm (schelling_update): Implemented.

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


Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Sun Sep 20 06:09:21 2009 UTC (14 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.72: +8 -2 lines
Diff to previous 1.72
++ swe/lib/SWE/Object/ChangeLog	20 Sep 2009 06:08:30 -0000
2009-09-20  Wakaba  <wakaba@suika.fam.cx>

	* Graph.pm (add_nodes): Improved the way to determine the number
	of added nodes.


Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Sat Sep 19 10:35:23 2009 UTC (14 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.71: +7 -2 lines
Diff to previous 1.71
++ 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.71 - (view) (download) (annotate) - [select for diffs]
Sat Sep 19 07:43:52 2009 UTC (14 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.70: +12 -2 lines
Diff to previous 1.70
++ 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.70 - (view) (download) (annotate) - [select for diffs]
Mon Sep 14 06:23:33 2009 UTC (14 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.69: +7 -2 lines
Diff to previous 1.69
++ swe/pages/ChangeLog	14 Sep 2009 06:23:13 -0000
	* canvas.html: Set the default page name to "(image)".

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


Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Mon Sep 14 06:16:38 2009 UTC (14 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.68: +13 -2 lines
Diff to previous 1.68
++ 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.68 - (view) (download) (annotate) - [select for diffs]
Mon Sep 14 06:01:13 2009 UTC (14 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.67: +13 -2 lines
Diff to previous 1.67
++ 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.67 - (view) (download) (annotate) - [select for diffs]
Mon Sep 14 03:12:03 2009 UTC (14 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.66: +29 -2 lines
Diff to previous 1.66
++ 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.66 - (view) (download) (annotate) - [select for diffs]
Mon Sep 14 02:41:01 2009 UTC (14 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.65: +26 -2 lines
Diff to previous 1.65
++ 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.65 - (view) (download) (annotate) - [select for diffs]
Mon Sep 14 02:13:13 2009 UTC (14 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.64: +12 -2 lines
Diff to previous 1.64
++ 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.64 - (view) (download) (annotate) - [select for diffs]
Mon Sep 14 02:03:25 2009 UTC (14 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.63: +12 -2 lines
Diff to previous 1.63
++ 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.63 - (view) (download) (annotate) - [select for diffs]
Mon Sep 14 01:26:33 2009 UTC (14 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.62: +15 -2 lines
Diff to previous 1.62
++ 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.62 - (view) (download) (annotate) - [select for diffs]
Sun Jul 19 12:38:19 2009 UTC (14 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.61: +7 -2 lines
Diff to previous 1.61
++ 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.61 - (view) (download) (annotate) - [select for diffs]
Sun Jul 19 03:03:16 2009 UTC (14 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.60: +8 -2 lines
Diff to previous 1.60
++ swe/lib/SWE/DB/ChangeLog	19 Jul 2009 03:02:59 -0000
2009-07-19  Wakaba  <wakaba@suika.fam.cx>

	* HashedIndex.pm (_for_each_id): Operator evaluation order was
	wrong.


Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 11:54:19 2009 UTC (14 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.59: +7 -2 lines
Diff to previous 1.59
++ 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.59 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 11:08:50 2009 UTC (14 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.58: +7 -2 lines
Diff to previous 1.58
++ 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.58 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 10:57:24 2009 UTC (14 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.57: +7 -2 lines
Diff to previous 1.57
++ 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.57 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 10:46:18 2009 UTC (14 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.56: +12 -2 lines
Diff to previous 1.56
++ 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.56 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 10:37:45 2009 UTC (14 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.55: +12 -2 lines
Diff to previous 1.55
++ 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.55 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 10:26:28 2009 UTC (14 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.54: +13 -2 lines
Diff to previous 1.54
++ 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.54 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 09:45:40 2009 UTC (14 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.53: +13 -2 lines
Diff to previous 1.53
++ 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.53 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 09:07:59 2009 UTC (14 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.52: +13 -2 lines
Diff to previous 1.52
++ 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.52 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 08:59:27 2009 UTC (14 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.51: +7 -2 lines
Diff to previous 1.51
++ 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.51 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 08:24:45 2009 UTC (14 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.50: +7 -2 lines
Diff to previous 1.50
++ 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.50 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 08:18:44 2009 UTC (14 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.49: +9 -2 lines
Diff to previous 1.49
++ 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.49 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 07:31:20 2009 UTC (14 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.48: +12 -2 lines
Diff to previous 1.48
++ swe/styles/ChangeLog	12 Jul 2009 07:30:45 -0000
2009-07-12  Wakaba  <wakaba@suika.fam.cx>

	* sw.css: Styling for js-inserted sections.

++ swe/scripts/ChangeLog	12 Jul 2009 07:31:10 -0000
	* sw-sami.js: Improved where js-generated sections are inserted.

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


Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 07:15:34 2009 UTC (14 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.47: +7 -2 lines
Diff to previous 1.47
++ 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.47 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 07:06:53 2009 UTC (14 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.46: +7 -2 lines
Diff to previous 1.46
++ 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.46 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 06:33:54 2009 UTC (14 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.45: +7 -2 lines
Diff to previous 1.45
++ 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.45 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 06:22:09 2009 UTC (14 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.44: +12 -2 lines
Diff to previous 1.44
++ 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.44 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 06:04:22 2009 UTC (14 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.43: +10 -2 lines
Diff to previous 1.43
++ swe/scripts/ChangeLog	12 Jul 2009 06:04:15 -0000
	* sw-sami.js: New script.  It loads search result and insert into
	the document.

	* sw.js: Loads sw-sami.js.

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


Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 05:01:44 2009 UTC (14 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.42: +7 -2 lines
Diff to previous 1.42
++ swe/scripts/ChangeLog	12 Jul 2009 05:01:39 -0000
2009-07-12  Wakaba  <wakaba@suika.fam.cx>

	* sw.js: Load sami-core.js.


Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 04:49:51 2009 UTC (14 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.41: +8 -2 lines
Diff to previous 1.41
++ 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.41 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 04:00:23 2009 UTC (14 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.40: +21 -2 lines
Diff to previous 1.40
++ 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.40 - (view) (download) (annotate) - [select for diffs]
Sat Jul 11 11:03:46 2009 UTC (14 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.39: +7 -2 lines
Diff to previous 1.39
++ swe/styles/ChangeLog	11 Jul 2009 11:03:40 -0000
2009-07-11  Wakaba  <wakaba@suika.fam.cx>

	* sw.css: Added .swe-info class.


Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Mon Mar 16 08:28:33 2009 UTC (15 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.38: +8 -2 lines
Diff to previous 1.38
++ 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.38 - (view) (download) (annotate) - [select for diffs]
Mon Mar 16 07:44:55 2009 UTC (15 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.37: +8 -2 lines
Diff to previous 1.37
++ swe/lib/SWE/Object/ChangeLog	16 Mar 2009 07:44:50 -0000
	* Repository.pm (are_related_ids): Repeat the relearning process
	until the right answer is deduced.

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


Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Mon Mar 16 07:40:04 2009 UTC (15 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.36: +12 -2 lines
Diff to previous 1.36
++ 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.36 - (view) (download) (annotate) - [select for diffs]
Sun Mar 15 13:07:13 2009 UTC (15 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.35: +22 -2 lines
Diff to previous 1.35
++ 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.35 - (view) (download) (annotate) - [select for diffs]
Sun Mar 15 12:50:03 2009 UTC (15 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.34: +15 -2 lines
Diff to previous 1.34
++ 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.34 - (view) (download) (annotate) - [select for diffs]
Sun Mar 15 12:27:37 2009 UTC (15 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.33: +18 -2 lines
Diff to previous 1.33
++ 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.33 - (view) (download) (annotate) - [select for diffs]
Sun Mar 15 09:42:19 2009 UTC (15 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.32: +12 -2 lines
Diff to previous 1.32
++ 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.32 - (view) (download) (annotate) - [select for diffs]
Sun Mar 15 08:07:22 2009 UTC (15 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.31: +14 -2 lines
Diff to previous 1.31
++ 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.31 - (view) (download) (annotate) - [select for diffs]
Sat Mar 14 01:03:44 2009 UTC (15 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.30: +7 -2 lines
Diff to previous 1.30
++ swe/scripts/ChangeLog	14 Mar 2009 01:03:37 -0000
	* sw.js: Added |title|s to the buttons.

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


Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sat Mar 14 01:01:55 2009 UTC (15 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.29: +7 -2 lines
Diff to previous 1.29
++ swe/scripts/ChangeLog	14 Mar 2009 01:01:18 -0000
2009-03-14  Wakaba  <wakaba@suika.fam.cx>

	* sw.js: Added a button to insert the current time.


Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Mon Mar 9 08:25:22 2009 UTC (15 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.28: +13 -2 lines
Diff to previous 1.28
++ 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.28 - (view) (download) (annotate) - [select for diffs]
Mon Mar 2 12:09:30 2009 UTC (15 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.27: +14 -2 lines
Diff to previous 1.27
++ 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.27 - (view) (download) (annotate) - [select for diffs]
Mon Mar 2 11:45:11 2009 UTC (15 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.26: +20 -2 lines
Diff to previous 1.26
++ 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.26 - (view) (download) (annotate) - [select for diffs]
Mon Mar 2 07:32:30 2009 UTC (15 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.25: +24 -2 lines
Diff to previous 1.25
++ 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.25 - (view) (download) (annotate) - [select for diffs]
Tue Dec 16 04:50:54 2008 UTC (15 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.24: +15 -2 lines
Diff to previous 1.24
++ 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.24 - (view) (download) (annotate) - [select for diffs]
Tue Nov 25 05:01:49 2008 UTC (15 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.23: +12 -2 lines
Diff to previous 1.23
++ 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.23 - (view) (download) (annotate) - [select for diffs]
Mon Nov 24 11:45:53 2008 UTC (15 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.22: +13 -2 lines
Diff to previous 1.22
++ 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.22 - (view) (download) (annotate) - [select for diffs]
Mon Nov 24 08:01:04 2008 UTC (15 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.21: +17 -2 lines
Diff to previous 1.21
++ 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.21 - (view) (download) (annotate) - [select for diffs]
Mon Nov 24 07:17:26 2008 UTC (15 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.20: +16 -2 lines
Diff to previous 1.20
++ ChangeLog	24 Nov 2008 07:17:06 -0000
2008-11-24  Wakaba  <wakaba@suika.fam.cx>

	* cvscommit.sh: Use |mkcommitfeed| command instead of
	|mkcommitfeed.pl| in the same directory.

	* mkcommitfeed.pl: Removed (See
	<http://suika.fam.cx/commitfeed/readme>).

++ swe/styles/ChangeLog	23 Nov 2008 08:21:28 -0000
2008-11-23  Wakaba  <wakaba@suika.fam.cx>

	* sw.css: Oops, class names were wrong.


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Nov 16 09:23:32 2008 UTC (15 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.19: +13 -0 lines
Diff to previous 1.19
++ ChangeLog	16 Nov 2008 08:45:59 -0000
2008-11-16  Wakaba  <wakaba@suika.fam.cx>

	* scripts/: New directory.

++ swe/scripts/ChangeLog	16 Nov 2008 09:23:25 -0000
2008-11-16  Wakaba  <wakaba@suika.fam.cx>

	* sw.js: New file.

	* ChangeLog: New file.


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Nov 16 06:05:52 2008 UTC (15 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.18: +5 -0 lines
Diff to previous 1.18
++ swe/styles/ChangeLog	16 Nov 2008 06:05:44 -0000
	* sw.css: Added style rules for same-id page list.

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


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sun Nov 16 03:45:51 2008 UTC (15 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.17: +12 -0 lines
Diff to previous 1.17
++ swe/lib/SWE/Lang/ChangeLog	16 Nov 2008 03:45:25 -0000
2008-11-16  Wakaba  <wakaba@suika.fam.cx>

	* XML2HTML.pm (convert): Use a document fragment node as the
	container instead of the article element.  Make the outermost
	heading rank configurable.

++ swe/styles/ChangeLog	16 Nov 2008 03:45:45 -0000
2008-11-16  Wakaba  <wakaba@suika.fam.cx>

	* sw.css: Set the width of the title input field.


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Nov 14 10:50:54 2008 UTC (15 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.16: +13 -0 lines
Diff to previous 1.16
++ swe/lib/SWE/Lang/ChangeLog	14 Nov 2008 10:50:41 -0000
	* XML2HTML.pm: Added sw:replace support.  (The "support" simply
	insertes the |by| attribute value in place of sw:replace element,
	this is the most backward compatible way for existing contents.)

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

++ swe/styles/ChangeLog	14 Nov 2008 10:49:15 -0000
	* sw.css: Old (SuikaWiki3) style rule was inherited
	unintentionally for pre.code.

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


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Nov 14 10:31:08 2008 UTC (15 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.15: +5 -0 lines
Diff to previous 1.15
++ swe/styles/ChangeLog	14 Nov 2008 10:30:59 -0000
	* sw.css: Re-disabled underline for .sw-anchor-internal.

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


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Fri Nov 14 09:24:45 2008 UTC (15 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.14: +10 -0 lines
Diff to previous 1.14
++ swe/lib/SWE/Lang/ChangeLog	14 Nov 2008 09:24:16 -0000
	* XML2HTML.pm: Added sw:image element support.

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

++ swe/styles/ChangeLog	14 Nov 2008 09:24:37 -0000
	* sw.css: Added a style rule for permalinks.

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


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Nov 14 08:49:10 2008 UTC (15 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.13: +20 -0 lines
Diff to previous 1.13
++ swe/lib/SWE/Lang/ChangeLog	14 Nov 2008 08:48:57 -0000
2008-11-14  Wakaba  <wakaba@suika.fam.cx>

	* XML2HTML.pm: New module (code from sw.cgi).

	* ChangeLog: New file.


++ swe/lib/SWE/ChangeLog	14 Nov 2008 08:41:10 -0000
2008-11-14  Wakaba  <wakaba@suika.fam.cx>

	* Lang/: New directory.

++ swe/styles/ChangeLog	14 Nov 2008 08:40:01 -0000
	* sw.css: Margin for adjucent underlines are commented out,
	otherwise stupid margin appears before second anchor element in a
	paragraph (consider <a></a>text<a></a>).

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


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Nov 14 08:28:14 2008 UTC (15 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.12: +5 -0 lines
Diff to previous 1.12
++ swe/styles/ChangeLog	14 Nov 2008 08:16:12 -0000
	* sw.css: "rt + rt" changed to "rt ~ rt" to support |rp| elements.

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


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Nov 14 07:47:22 2008 UTC (15 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.11: +5 -0 lines
Diff to previous 1.11
++ swe/styles/ChangeLog	14 Nov 2008 07:45:13 -0000
	* sw.css: Change background-color of cells when hovered.

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


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri Nov 14 07:42:59 2008 UTC (15 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.10: +14 -0 lines
Diff to previous 1.10
++ swe/styles/ChangeLog	14 Nov 2008 07:42:29 -0000
2008-11-14  Wakaba  <wakaba@suika.fam.cx>

	* sw-classes.css: New style sheet.

	* sw.css: a:hover did not work because of specificity.  Typo
	fixed.  Use dashed underline for wiki-internal links so that a
	paragraph with a lot of links looks less ugly.  Set margin between
	adjucent links.  sw:insert and sw:delete elements that are
	children of the article element should be rendered as blocks.
	Underlines replaced by borders to avoid ugly styling when an
	underlined element is contained within a bordered element.  Set
	border to form elements.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Fri Nov 14 05:19:36 2008 UTC (15 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.9: +8 -0 lines
Diff to previous 1.9
++ swe/lib/SWE/DB/ChangeLog	14 Nov 2008 05:16:49 -0000
2008-11-14  Wakaba  <wakaba@suika.fam.cx>

	* IDLocks.pm (get_lock): Directories should be created if it does
	not exist.

	* SuikaWiki3PageList2.pm: New module.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Nov 10 09:58:18 2008 UTC (15 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.8: +13 -0 lines
Diff to previous 1.8
++ ChangeLog	10 Nov 2008 09:58:00 -0000
2008-11-10  Wakaba  <wakaba@suika.fam.cx>

	* styles/: New directory.

++ swe/styles/ChangeLog	10 Nov 2008 09:57:53 -0000
2008-11-10  Wakaba  <wakaba@suika.fam.cx>

	* sw.css: New style sheet.

	* ChangeLog: New file.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Nov 10 03:26:23 2008 UTC (15 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.7: +7 -0 lines
Diff to previous 1.7
++ swe/lib/SWE/DB/ChangeLog	10 Nov 2008 03:26:13 -0000
2008-11-10  Wakaba  <wakaba@suika.fam.cx>

	* VersionControl.pm (commit_changes): Set "-kb" option to the "cvs
	add" command to avoid keyword substition and newline
	normalization.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Nov 9 14:08:57 2008 UTC (15 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.6: +12 -0 lines
Diff to previous 1.6
++ swe/lib/SWE/DB/ChangeLog	9 Nov 2008 14:08:47 -0000
	* VersionControl.pm: New module.

	* HashedProps.pm, IDText.pm: Support for |version_control|
	property is added.

	* SuikaWiki3PageList.pm (_save_data): Renamed as |save_data|.  Do
	nothing if the data has not been loaded from the file.
	(delete_data): New method.

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


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Nov 9 10:06:51 2008 UTC (15 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.5: +8 -0 lines
Diff to previous 1.5
++ swe/lib/SWE/DB/ChangeLog	9 Nov 2008 10:06:43 -0000
	* IDProps.pm (_get_file_name): Return |undef| if the file is not
	found.

	* IDLocks.pm: New module.

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


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Nov 9 06:46:47 2008 UTC (15 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.4: +16 -0 lines
Diff to previous 1.4
++ swe/lib/SWE/DB/ChangeLog	9 Nov 2008 06:46:33 -0000
2008-11-09  Wakaba  <wakaba@suika.fam.cx>

	* Lock.pm, HashedProps.pm, IDDOM.pm, IDGenerator.pm, IDProps.pm,
	IDText.pm, SuikaWiki3PageList.pm: New modules.

	* SuikaWiki3.pm, SuikaWiki3LastModified.pm: Changed to use plain
	base 16 encoded file name string as key, rather than array
	reference as in SuikaWiki3.

	* SuikaWiki3LastModified.pm (save_data, set_data): Removed.
	(load_data): Renamed as |_load_data|.
	(get_data): Invoke |_load_data| if and only if necessary.

	* SuikaWiki3Props.pm: Don't treat "%" as a part of hash key.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Nov 8 12:31:32 2008 UTC (15 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +5 -0 lines
Diff to previous 1.3
++ swe/lib/SWE/DB/ChangeLog	8 Nov 2008 12:31:14 -0000
	* SuikaWiki3LastModified.pm, SuikaWiki3Props.pm: New module files.

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


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Nov 8 09:31:56 2008 UTC (15 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +8 -0 lines
Diff to previous 1.2
++ swe/doc/ChangeLog	8 Nov 2008 09:31:49 -0000
2008-11-08  Wakaba  <wakaba@suika.fam.cx>

	* .htaccess: New file.

	* ChangeLog: New file.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Nov 8 09:30:51 2008 UTC (15 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +7 -0 lines
Diff to previous 1.1
++ ChangeLog	8 Nov 2008 09:30:47 -0000
2008-11-08  Wakaba  <wakaba@suika.fam.cx>

	* mkcommitfeed.pl: New file (copied from ../www/harusame/).
	Forgetten to copy this file.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Nov 7 12:46:51 2008 UTC (15 years, 6 months ago) by wakaba
Branch: MAIN
++ swe/lib/SWE/DB/ChangeLog	7 Nov 2008 12:39:37 -0000
2008-11-07  Wakaba  <wakaba@suika.fam.cx>

	* SuikaWiki3.pm: New module.

	* ChangeLog: New file.

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

	* ChangeLog: New file.

	* SWE/: New directory.


++ ChangeLog	7 Nov 2008 12:46:23 -0000
2008-11-07  Wakaba  <wakaba@suika.fam.cx>

	* doc/: New directory.

	* cvscommit.sh: New file (copied from Harusame's repository).

	* ChangeLog: New file.

	* lib/: New directory.


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