GNATS help needed (2) (i've forgotten the configfiles, sorry)
"Leu, Fa. PostDirekt MA" <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.gnats.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, i am trying to customize and translate GNATS to have a German User Interface. After serveral good iterations i'am stuck - since i've changed the field "Closed-Date" send-pr won't do anything anymore and gnatsweb returns "unparseable reply from gnatsd:" (without a reply) in the directory gnats-adm a file "gnats.lock" is created. I've undone my changes but get still the same result. 1. What can i do to recover. 2. Is a translation generally possible (may be there are hardcoded fieldnames, etc) many thanks in advance Hans-Jörg Leu _______________________________________________ Help-gnats mailing list [email protected] http://mail.gnu.org/mailman/listinfo/help-gnats
dbconfig
(application/octet-stream, 20.2 KB) - not displayed
gnatsweb.pl
(application/octet-stream, 126.5 KB) - not displayed
gnatsweb-site.pl
(application/octet-stream, 575 B)
# # gnatsweb-site.pl - # Gnatsweb site-specific variables and subroutines. # # $Id: gnatsweb-site.pl,v 1.3 2001/10/17 21:25:38 yngves Exp $ # # GNATS host. $site_gnats_host = 'localhost'; # The port which the GNATS server is running on. # Default installations of GNATS run on port 1529. $site_gnats_port = '1529'; $site_mail_domain = '@postdirekt.de'; $site_banner_text = 'Post Direkt'; $site_banner_background = '#000000'; $site_banner_foreground = '#ffffff'; $site_button_background = '#000000'; $site_button_foreground = '#ffffff'; $site_background = '#FFFFB7';