[whups] [patch] makes whups called "Tickets," not "Bugs."
Jason M. Felice
jfelice at cronosys.com
Tue Aug 26 11:42:04 PDT 2003
Here's a corrected patch which includes the docs and prefs.
On Tue, Aug 26, 2003 at 02:22:38PM -0400, Jason M. Felice wrote:
> It's always bothered me.
--
Jason M. Felice
Cronosys, LLC <http://www.cronosys.com/>
216.221.4600 x302
-------------- next part --------------
epm diff config/registry.php.dist
--- config/registry.php.dist Tue Aug 26 14:35:22 2003
+++ config/registry.php.dist Tue Aug 26 14:35:22 2003
@@ -269,7 +269,7 @@
'fileroot' => dirname(__FILE__) . '/../whups',
'webroot' => $this->applications['horde']['webroot'] . '/whups',
'icon' => $this->applications['horde']['webroot'] . '/whups/graphics/whups.gif',
- 'name' => _("Bugs"),
+ 'name' => _("Tickets"),
'allow_guests' => false,
'status' => 'active',
'provides' => 'projects',
epm diff whups/docs/INFO
--- whups/docs/INFO Tue Aug 26 14:37:33 2003
+++ whups/docs/INFO Tue Aug 26 14:37:45 2003
@@ -38,7 +38,7 @@
SETUP:
======
Once installed and the database is created as per the INSTALL file,
-you need to login as a Horde administrator and go to the Bugs Administration
+you need to login as a Horde administrator and go to the Tickets Administration
Page. Then, you must:
* Create a Module (aka Project)
epm diff whups/docs/INSTALL
--- whups/docs/INSTALL Tue Aug 26 14:37:58 2003
+++ whups/docs/INSTALL Tue Aug 26 14:38:17 2003
@@ -121,10 +121,10 @@
You must then login to Horde as a Horde Administrator to finish the
configuration of Whups. Use the Horde "Administration" menu item to get
the the Administration page, and then on the click on the "Configuration"
- icon to get the Configuration page. Select "Bugs" from the
+ icon to get the Configuration page. Select "Tickets" from the
selection list of applications, and click on the "Configure" button. Fill
in or change any configuration values as needed. When done click on
- "Generate Bugs Configuration" to generate the conf.php file. If
+ "Generate Tickets Configuration" to generate the conf.php file. If
your web server doesn't have write permissions to the Whups configuration
directory or file, it will not be able to write the file. In this case, cut
and paste the returned configuration information into the file
epm diff whups/lib/Whups.php
--- whups/lib/Whups.php Tue Aug 26 14:38:31 2003
+++ whups/lib/Whups.php Tue Aug 26 14:38:43 2003
@@ -14,7 +14,7 @@
/**
* @constant WHUPS_RESULTS_MYBUGS Indicates the search results on the
- * 'My Bugs' page. See Whups::getSearchResultColumns().
+ * 'My Tickets' page. See Whups::getSearchResultColumns().
*/
define('WHUPS_RESULTS_MYBUGS', 3);
More information about the whups
mailing list