<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/issue-tracker/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/issue-tracker/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 16 Oct 2006 18:13:59 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/issue-tracker/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>insufficient error reporting</title><link>https://sourceforge.net/p/issue-tracker/feature-requests/70/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I just installed IssueTracker and had some trouble&lt;br /&gt;
getting it going. The issue turned out to be&lt;br /&gt;
that my database user had insufficient rights to&lt;br /&gt;
the IssueTracker database. My bad, but it should&lt;br /&gt;
say something in the error logs.&lt;/p&gt;
&lt;p&gt;There's a bit of code in includes/classes/dbi.class.php&lt;br /&gt;
, function init(). It logs errors in connecting, but&lt;br /&gt;
if it connects but can't select the database, the&lt;br /&gt;
function returns TRUE and doesn't log anything.&lt;/p&gt;
&lt;p&gt;I suggest something like this:&lt;/p&gt;
&lt;p&gt;if ($this-&amp;gt;link) {&lt;br /&gt;
if (!mysql_select_db($this-&amp;gt;name,$this-&amp;gt;link)) {&lt;br /&gt;
$this-&amp;gt;logger("Not okay switching to database&lt;br /&gt;
$this-&amp;gt;name : ".mysql_error($this-&amp;gt;link));&lt;br /&gt;
return false;&lt;br /&gt;
}&lt;br /&gt;
return TRUE;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;Thanks.&lt;br /&gt;
Craig Schiavone&lt;br /&gt;
cschiavo@webcom.com&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 16 Oct 2006 18:13:59 -0000</pubDate><guid>https://sourceforge.netbd343bb4c1136e3f13dec896f75424834a3c15f0</guid></item><item><title>search on internal status</title><link>https://sourceforge.net/p/issue-tracker/feature-requests/69/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Version 4.0.4 doesn't allow search on internal status&lt;br /&gt;
fields.&lt;/p&gt;
&lt;p&gt;In the "Advanced Search" does allow search on&lt;br /&gt;
* Group&lt;br /&gt;
* Openened By&lt;br /&gt;
* Assigned To&lt;br /&gt;
* Category&lt;br /&gt;
* Product&lt;br /&gt;
and  Status, but not on Internal Status.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Geert Stappers</dc:creator><pubDate>Tue, 29 Mar 2005 13:35:48 -0000</pubDate><guid>https://sourceforge.net41b8066b0e499772c0720939df4eade81fd11dcb</guid></item><item><title>Allow selection of Catagory on new issue create</title><link>https://sourceforge.net/p/issue-tracker/feature-requests/68/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I would like the capability to define a catagory when I&lt;br /&gt;
create an issue.&lt;/p&gt;
&lt;p&gt;Currently, in order to catorgize the issue, I must edit&lt;br /&gt;
it immediately after I submit it to assign a catagory&lt;br /&gt;
to it. When I do this, the issue no longer shows up as&lt;br /&gt;
"new" in the issues list. &lt;/p&gt;
&lt;p&gt;I would rather select the catagory when I am creating&lt;br /&gt;
the issue. This way, the issue would still show up in&lt;br /&gt;
the "new" column of the issues list. &lt;/p&gt;
&lt;p&gt;Thanks. &lt;/p&gt;
&lt;p&gt;Michael &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Hartman</dc:creator><pubDate>Fri, 10 Dec 2004 15:51:14 -0000</pubDate><guid>https://sourceforge.netbc3d25effa7c3a3c79837765c4d119534ea73387</guid></item><item><title>new user</title><link>https://sourceforge.net/p/issue-tracker/feature-requests/67/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Is there a way for me to upload, input, enter all my users at the &lt;br /&gt;
same or do I have to manually enter each name and password?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 15 Oct 2004 19:08:28 -0000</pubDate><guid>https://sourceforge.neta61e2b2292189ae7ea1e63316150d24810aabb67</guid></item><item><title>Add field for "fixed version"</title><link>https://sourceforge.net/p/issue-tracker/feature-requests/66/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It would be really nice to have a "Fixed In Version"&lt;br /&gt;
field that can be updated when closing an issue. (It&lt;br /&gt;
would need to display on issue lists too if desired.)&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 23 Sep 2004 19:19:50 -0000</pubDate><guid>https://sourceforge.net548cb6d46edf5de5a6c1ca5d350a6d116f390dec</guid></item><item><title>Extension of 'Show Closed' function</title><link>https://sourceforge.net/p/issue-tracker/feature-requests/65/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ability to designate a date-based limit to the closed tickets shown. &lt;br /&gt;
For example, include only the past 3 days of closed tickets. We &lt;br /&gt;
have a problem in our shop of re-opening issues that have already &lt;br /&gt;
been resolved, and this would allow us to see the recently closed &lt;br /&gt;
tickets right there in the queue.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">h3l1x</dc:creator><pubDate>Thu, 19 Aug 2004 15:13:11 -0000</pubDate><guid>https://sourceforge.net19196ee9116e1f7dd218ce3d8c34ef29851af677</guid></item><item><title>New issue: Required fields configurable</title><link>https://sourceforge.net/p/issue-tracker/feature-requests/64/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When entering an issue I don't always need or want to &lt;br /&gt;
associated a product with that issue. I may not know &lt;br /&gt;
which product is involved when I create the issue, or &lt;br /&gt;
the issue may not be related to a specific product.&lt;/p&gt;
&lt;p&gt;I propose adding a configuration setting that makes it &lt;br /&gt;
optional to associated a product with each issue.&lt;/p&gt;
&lt;p&gt;That would be the quick fix. A better solution would be &lt;br /&gt;
to create a web interface from where the group &lt;br /&gt;
owner/administrator could select the mandatory fields &lt;br /&gt;
for each Group individually.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robin Bowes</dc:creator><pubDate>Tue, 10 Aug 2004 17:37:47 -0000</pubDate><guid>https://sourceforge.netce18578ff8c26da04db633c76372899e71f1eabf</guid></item><item><title>expose anchor tag attributes</title><link>https://sourceforge.net/p/issue-tracker/feature-requests/63/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I need to define some onclick javascript behaviour for &lt;br /&gt;
an href on a cloumn. Also i need to set the stylesheet &lt;br /&gt;
on the anchor tags in display:column tag. At present &lt;br /&gt;
there is no way to do these things.&lt;/p&gt;
&lt;p&gt;please suggest.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 04 Aug 2004 15:01:24 -0000</pubDate><guid>https://sourceforge.net7652939e0eae40c1943c39a887a0ecc004f2c25d</guid></item><item><title>Helpscreen - should not contain the iconbar with crumbs. </title><link>https://sourceforge.net/p/issue-tracker/feature-requests/62/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When a crumb is clicked screens are messing up. A user &lt;br /&gt;
gets lost in the world of screens.&lt;br /&gt;
(just click on a crumb in the helpscreen...&lt;/p&gt;
&lt;p&gt;It should only be possible to stay on the helpscreen or &lt;br /&gt;
close it.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 10 Jul 2004 21:01:31 -0000</pubDate><guid>https://sourceforge.net20403bcb405ba72e3f132281995e6252817011bd</guid></item><item><title>Oracle Support</title><link>https://sourceforge.net/p/issue-tracker/feature-requests/61/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I would *love* to see Oracle backend support for Issue&lt;br /&gt;
Tracker. Many companies (including the one I work for)&lt;br /&gt;
have existing Oracle infrastructure, and would like to&lt;br /&gt;
take advantage of this infrastructure in all possible&lt;br /&gt;
ways. If Issue Tracker supported Oracle, it may become&lt;br /&gt;
even more viable for companies with no existing MySQL&lt;br /&gt;
environment.&lt;/p&gt;
&lt;p&gt;BTW, I say this because I am evaluating bug tracking&lt;br /&gt;
software for my department, and my company uses Oracle&lt;br /&gt;
as our standard database backend. The ability to&lt;br /&gt;
integrate with Oracle would be a huge selling point to&lt;br /&gt;
the higher-ups.&lt;/p&gt;&lt;/div&gt;</description><pubDate>Thu, 17 Jun 2004 17:43:39 -0000</pubDate><guid>https://sourceforge.net63e7e7970c89e07ee6dd893bbc5350595d48dd05</guid></item></channel></rss>