From 8a0588f9ea48180dc225c5d9cd83bb9c7a50eb6c Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 26 Dec 2004 02:01:00 +0000 Subject: [PATCH] r33: Named product Renapsus. --- admin/admin.css | 2 +- admin/global.php | 4 ++-- admin/options.php | 2 +- admin/priority.php | 2 +- admin/product.php | 2 +- admin/resolution.php | 2 +- admin/severity.php | 2 +- admin/status.php | 2 +- admin/usergroup.php | 2 +- docs/names.txt | 31 +++++++++++++++++++++++++++++++ editcomment.php | 2 +- editreport.php | 2 +- includes/adminfunctions.php | 6 +++--- includes/config.php.dist | 6 +++--- includes/db_mysql.php | 2 +- includes/functions.php | 2 +- includes/functions_datastore.php | 2 +- includes/functions_mail.php | 4 ++-- includes/init.php | 4 ++-- index.php | 2 +- login.php | 2 +- newcomment.php | 2 +- newreport.php | 2 +- register.php | 2 +- showreport.php | 2 +- 25 files changed, 62 insertions(+), 31 deletions(-) create mode 100644 docs/names.txt diff --git a/admin/admin.css b/admin/admin.css index 2846a1e..990c62c 100755 --- a/admin/admin.css +++ b/admin/admin.css @@ -1,4 +1,4 @@ -/* Admin CSS Class for [#]app[#] [#]version[#] */ +/* Admin CSS Class for Renapsus [#]version[#] */ /* (c) 2003 - [#]year[#] Iris Studios, Inc.*/ /* ################################################################### */ diff --git a/admin/global.php b/admin/global.php index 6e04f80..941075e 100755 --- a/admin/global.php +++ b/admin/global.php @@ -1,7 +1,7 @@ form_start('../login.php', 'cplogin', false, 'cplogin'); $admin->table_start(true, '425'); - $admin->table_head('[#]app[#] Login'); + $admin->table_head('Renapsus Login'); $admin->row_input('Email', 'email', $bugsys->userinfo['email'], 2, 35, false, false, 'middle'); $admin->row_input('Password', 'password', '', 2, 35, false, true, 'middle'); $admin->row_submit('', 'Login'); diff --git a/admin/options.php b/admin/options.php index 62691d6..2bc7cd5 100755 --- a/admin/options.php +++ b/admin/options.php @@ -1,7 +1,7 @@ *** + +---------------------------------------- +Join two Latin words: + + renovo -are -avi -atus (to renew, restore, repair) + emendo -are -avi -atus (to free from errors, correct, improve) + mendum -i n. (a fault, defect, blemish, mistake) + lapsus -us m. (a fault, error) + +Via a phrase: + + 1) Renabimur menda + 2) Emendabimur menda + 3) Renabimur lapss + 4) Emendabimur lapss + +Result: + + Renapss (3) + Renada (1) + Mendarebimur (1) + Emenapss (4) \ No newline at end of file diff --git a/editcomment.php b/editcomment.php index 4e9239c..f23aa35 100644 --- a/editcomment.php +++ b/editcomment.php @@ -1,7 +1,7 @@ \r"; echo "\r"; @@ -102,7 +102,7 @@ EOD; { global $bugsys; - $copyright = "\r
\r

\r\t[#]app[#] " . $bugsys->options['trackerversion'] . ", © 2003 - " . date('Y') . " Iris Studios, Inc.\r

"; + $copyright = "\r
\r

\r\tRenapsus " . $bugsys->options['trackerversion'] . ", © 2003 - " . date('Y') . " Iris Studios, Inc.\r

"; if (!defined('HIDE_SETUP')) { diff --git a/includes/config.php.dist b/includes/config.php.dist index 5cf614c..2dd1966 100755 --- a/includes/config.php.dist +++ b/includes/config.php.dist @@ -1,7 +1,7 @@ options['webmasteremail'] . ">\n"; $headers .= "Return-Path: " . $bugsys->options['webmasteremail'] . "\n"; - $headers .= "X-Mailer: [#]app[#] [#]version[#] Mail\n"; + $headers .= "X-Mailer: Renapsus [#]version[#] Mail\n"; $headers .= "Content-Type: text/plain; charset=\"" . $bugsys->options['lang_charset'] . "\"\n"; $headers .= "Content-Transfer-Encoding: 7bit\n"; diff --git a/includes/init.php b/includes/init.php index 6e0ee26..ab316cb 100755 --- a/includes/init.php +++ b/includes/init.php @@ -1,7 +1,7 @@ appname = '[#]app[#]'; +$DB_sql->appname = 'Renapsus'; $DB_sql->database = $database; $DB_sql->connect($servername, $username, $password, $usepconnect); define('DEVDEBUG', $debug); diff --git a/index.php b/index.php index 7a02bf4..73c9fca 100644 --- a/index.php +++ b/index.php @@ -1,7 +1,7 @@