pupa-cvs
[Top][All Lists]
Advanced

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

bugcomm ./ChangeLog lib/bugcomm/bug.rb lib/bugc...


From: Yoshinori K. Okuji
Subject: bugcomm ./ChangeLog lib/bugcomm/bug.rb lib/bugc...
Date: Sun, 29 Sep 2002 06:53:27 -0400

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

Modified files:
        .              : ChangeLog 
        lib/bugcomm    : bug.rb database.rb followup.rb service.rb 
                         utils.rb 

Log message:
        2002-09-29  Yoshinori K. Okuji  <address@hidden>
        
        Now BugCommunicator is functional, except for some minor
        features.
        
        * lib/bugcomm/utils.rb (decode_encoded_words): Return a
        converted string correctly.
        
        * lib/bugcomm/service.rb (get_params): Added a debug message.
        (serve_mail): Implement the case of a followup seriously.
        (send_followup): Take MESSAGE instead of FOLLOWUP as an
        argument.
        Delete the header fields "To" and "Cc" before sending it.
        Specify the BugCommunicator address to the field "To".
        
        * lib/bugcomm/followup.rb: Include the module BugCommunicator.
        (from): Use decode_encoded_words instead of
        Utils.decode_encoded_words.
        (subject): Likewise.
        (find_first_part): Return the first element of the array instead
        of the array itself converted by Iconv.iconv.
        
        * lib/bugcomm/database.rb (confirm): Don't start a transaction
        here. It is started by the caller.
        (add_followup): Implemented.
        (bug): Use ATTACHMENT instead of A, because it confused ruby.
        (followup): Convert F_ID to a string.
        
        * lib/bugcomm/bug.rb: Include the module BugCommunicator.
        (has_attachment?): Added a debug message.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/pupa/bugcomm/ChangeLog.diff?tr1=1.23&tr2=1.24&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/pupa/bugcomm/lib/bugcomm/bug.rb.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/pupa/bugcomm/lib/bugcomm/database.rb.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/pupa/bugcomm/lib/bugcomm/followup.rb.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/pupa/bugcomm/lib/bugcomm/service.rb.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/pupa/bugcomm/lib/bugcomm/utils.rb.diff?tr1=1.1&tr2=1.2&r1=text&r2=text





reply via email to

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