Log of /webroot/swe/doc/swe-commit.en.atom.u8
Parent Directory
|
Revision Log
Revision
1.86 -
(
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.85: +14 -2 lines
Diff to
previous 1.85
,
to
selected 1.24
++ 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.82 -
(
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.81: +16 -2 lines
Diff to
previous 1.81
,
to
selected 1.24
++ 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.79 -
(
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.78: +13 -2 lines
Diff to
previous 1.78
,
to
selected 1.24
++ 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
(15 years, 7 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.77: +15 -2 lines
Diff to
previous 1.77
,
to
selected 1.24
++ 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
(15 years, 7 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.76: +32 -2 lines
Diff to
previous 1.76
,
to
selected 1.24
++ 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
(15 years, 7 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.75: +21 -2 lines
Diff to
previous 1.75
,
to
selected 1.24
++ 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
(15 years, 7 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.74: +15 -2 lines
Diff to
previous 1.74
,
to
selected 1.24
++ 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.69 -
(
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.68: +13 -2 lines
Diff to
previous 1.68
,
to
selected 1.24
++ 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.67 -
(
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.66: +29 -2 lines
Diff to
previous 1.66
,
to
selected 1.24
++ 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
(15 years, 7 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.65: +26 -2 lines
Diff to
previous 1.65
,
to
selected 1.24
++ 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.63 -
(
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.62: +15 -2 lines
Diff to
previous 1.62
,
to
selected 1.24
++ 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.54 -
(
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.53: +13 -2 lines
Diff to
previous 1.53
,
to
selected 1.24
++ 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.50 -
(
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.49: +9 -2 lines
Diff to
previous 1.49
,
to
selected 1.24
++ 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.41 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jul 12 04:00:23 2009 UTC
(15 years, 9 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.40: +21 -2 lines
Diff to
previous 1.40
,
to
selected 1.24
++ 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.35 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Mar 15 12:50:03 2009 UTC
(16 years, 1 month ago)
by
wakaba
Branch:
MAIN
Changes since
1.34: +15 -2 lines
Diff to
previous 1.34
,
to
selected 1.24
++ 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
(16 years, 1 month ago)
by
wakaba
Branch:
MAIN
Changes since
1.33: +18 -2 lines
Diff to
previous 1.33
,
to
selected 1.24
++ 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.32 -
(
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.31: +14 -2 lines
Diff to
previous 1.31
,
to
selected 1.24
++ 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.29 -
(
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.28: +13 -2 lines
Diff to
previous 1.28
,
to
selected 1.24
++ 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
(16 years, 1 month ago)
by
wakaba
Branch:
MAIN
Changes since
1.27: +14 -2 lines
Diff to
previous 1.27
,
to
selected 1.24
++ 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
(16 years, 1 month ago)
by
wakaba
Branch:
MAIN
Changes since
1.26: +20 -2 lines
Diff to
previous 1.26
,
to
selected 1.24
++ 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
(16 years, 1 month ago)
by
wakaba
Branch:
MAIN
Changes since
1.25: +24 -2 lines
Diff to
previous 1.25
,
to
selected 1.24
++ 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
(16 years, 4 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)
-
[selected]
Tue Nov 25 05:01:49 2008 UTC
(16 years, 5 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
(16 years, 5 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.22: +13 -2 lines
Diff to
previous 1.22
,
to
selected 1.24
++ 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.18 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 16 03:45:51 2008 UTC
(16 years, 5 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.17: +12 -0 lines
Diff to
previous 1.17
,
to
selected 1.24
++ 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
(16 years, 5 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.16: +13 -0 lines
Diff to
previous 1.16
,
to
selected 1.24
++ 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.14 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Nov 14 08:49:10 2008 UTC
(16 years, 5 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.13: +20 -0 lines
Diff to
previous 1.13
,
to
selected 1.24
++ 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.11 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Nov 14 07:42:59 2008 UTC
(16 years, 5 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.10: +14 -0 lines
Diff to
previous 1.10
,
to
selected 1.24
++ 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.8 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Nov 10 03:26:23 2008 UTC
(16 years, 5 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.7: +7 -0 lines
Diff to
previous 1.7
,
to
selected 1.24
++ 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
(16 years, 5 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.6: +12 -0 lines
Diff to
previous 1.6
,
to
selected 1.24
++ 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.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 9 06:46:47 2008 UTC
(16 years, 5 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.4: +16 -0 lines
Diff to
previous 1.4
,
to
selected 1.24
++ 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.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Nov 7 12:46:51 2008 UTC
(16 years, 5 months ago)
by
wakaba
Branch:
MAIN
Diff
to
selected 1.24
++ 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.