Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (annotate) |
Links to MAIN: | (view) (download) (annotate) |
Sticky Tag: |
++ 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>
++ 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>
++ 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>
++ 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>
++ 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>
++ 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>
++ 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>
++ 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.
++ 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>
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.
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |