pupa-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bugcomm ./ChangeLog data/browse.rhtml data/comm...


From: Yoshinori K. Okuji
Subject: bugcomm ./ChangeLog data/browse.rhtml data/comm...
Date: Wed, 25 Sep 2002 06:29:29 -0400

CVSROOT:        /cvsroot/pupa
Module name:    bugcomm
Changes by:     Yoshinori K. Okuji <address@hidden>     02/09/25 06:29:27

Modified files:
        .              : ChangeLog 
        data           : browse.rhtml commit-success.rhtml config.rhtml 
                         search.rhtml send-success.rhtml 
                         submit-success.rhtml 
        lib/bugcomm    : database.rb service.rb 

Log message:
        2002-09-25  Yoshinori K. Okuji  <address@hidden>
        
        Change from the locking model to the transaction model.
        The interface for reporting a bug and browsing a bug is mostly
        working well.
        
        * lib/bugcomm/service.rb (send_bug): Specify the BugCommunicator
        address to the field "To".
        
        * lib/bugcomm/database.rb (setup): Create tables with type
        InnoDB instead of MyISAM, for transactions.
        (add_project): Likewise.
        Automatically increase the columns "bug_id" and "f_id".
        (remove_project): Rewritten, for the transaction model.
        (config_project): Likewise.
        (confirm): Likewise.
        (selection_field): Made private.
        (selection_field?): Likewise.
        (text_field): Likewise.
        (text_field?): Likewise.
        (lock): Removed.
        (unlock): Likewise.
        (transaction): New public method.
        (add_bug): Implemented.
        (bug): Likewise.
        
        * data/browse.rhtml: Fix a typo:
        "submit-a-but" => "submit-a-bug".
        * data/commit-success.rhtml: Likewise.
        * data/config.rhtml: Likewise.
        * data/search.rhtml: Likewise.
        * data/send-success.rhtml: Likewise.
        * data/submit-success.rhtml: Likewise.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/pupa/bugcomm/ChangeLog.diff?tr1=1.18&tr2=1.19&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/pupa/bugcomm/data/browse.rhtml.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/pupa/bugcomm/data/commit-success.rhtml.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/pupa/bugcomm/data/config.rhtml.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/pupa/bugcomm/data/search.rhtml.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/pupa/bugcomm/data/send-success.rhtml.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/pupa/bugcomm/data/submit-success.rhtml.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/pupa/bugcomm/lib/bugcomm/database.rb.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/pupa/bugcomm/lib/bugcomm/service.rb.diff?tr1=1.4&tr2=1.5&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]