pupa-cvs
[Top][All Lists]
Advanced

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

bugcomm ./ChangeLog data/Makefile.am data/Makef...


From: Yoshinori K. Okuji
Subject: bugcomm ./ChangeLog data/Makefile.am data/Makef...
Date: Wed, 18 Sep 2002 06:33:01 -0400

CVSROOT:        /cvsroot/pupa
Module name:    bugcomm
Changes by:     Yoshinori K. Okuji <address@hidden>     02/09/18 06:33:01

Modified files:
        .              : ChangeLog 
        data           : Makefile.am Makefile.in confirmation.rtxt 
        lib/bugcomm    : action.rb database.rb service.rb 
        src            : bugcomm.in 
Added files:
        data           : error.rtxt 

Log message:
        2002-09-18  Yoshinori K. Okuji  <address@hidden>
        
        Now you can add and remove projects.
        
        * data/Makefile.am (dist_pkgdata_DATA): Added error.rtxt.
        
        * src/bugcomm.in: If serve_mail fails, raise a Runtime
        exception.
        
        * lib/bugcomm/service.rb (serve_mail): The semantics of the
        return value is changed. Now it means just if successful or not.
        If an error happened, send error mail instead of passing the
        error message to the client.
        (send_error): New private method.
        
        * lib/bugcomm/database.rb: Require bugcomm/action.
        (Database): Include the module BugCommunicator.
        (MAX_FIELD_NAME): New constant.
        (setup): Utils -> BugCommunicator.
        (bug_table): Use an underscore instead of a colon, because it is
        a special character in MySQL.
        (attachment_table): Likewise.
        (followup_table): Likewise.
        (sf_table): Likewise.
        (tf_table): Likewise.
        (admins_table): Likewise.
        (lists_table): Likewise.
        (add_project): Implemeneted.
        (remove_project): Likewise.
        (confirm): Likewise.
        (selection_fields): Likewise.
        (text_fields): Likewise.
        (admins): Likewise.
        (lists): Likewise.
        (store_actions): Renamed to ...
        (store_action): ... this, because it doesn't receive an array
        any longer.
        
        * lib/bugcomm/action.rb (ConfigProjectAction): New class.
        (ChangeAdminsAction): Not a subclass of Action any longer.
        (ChangeListsAction): Likewise.
        (ChangeFieldAction): Likewise.
        (AddFieldAction): Likewise.
        (RemoveFieldAction): Likewise.
        
        * data/confirmation.rtxt: Receive a single Action object instead
        of an array of Action objects.
        Add the field "Mail-Followup-To".
        
        * data/error.rtxt: New file.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/pupa/bugcomm/ChangeLog.diff?tr1=1.16&tr2=1.17&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/pupa/bugcomm/data/error.rtxt?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/pupa/bugcomm/data/Makefile.am.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/pupa/bugcomm/data/Makefile.in.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/pupa/bugcomm/data/confirmation.rtxt.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/pupa/bugcomm/lib/bugcomm/action.rb.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.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/pupa/bugcomm/lib/bugcomm/service.rb.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/pupa/bugcomm/src/bugcomm.in.diff?tr1=1.3&tr2=1.4&r1=text&r2=text





reply via email to

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