<?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/phpbt/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/phpbt/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 06 Nov 2015 12:36:59 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/phpbt/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>how to connect with ibm db2</title><link>https://sourceforge.net/p/phpbt/feature-requests/130/</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Germanmary</dc:creator><pubDate>Fri, 06 Nov 2015 12:36:59 -0000</pubDate><guid>https://sourceforge.net78fd3d6475538ce83a8c0468ee3df63787eb0f9e</guid></item><item><title>#128 Non PEAR::DB version</title><link>https://sourceforge.net/p/phpbt/feature-requests/128/?limit=25#c66c</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed-fixed&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;assigned_to&lt;/strong&gt;: andreyvk&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Group&lt;/strong&gt;:  --&amp;gt; &lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">andreyvk</dc:creator><pubDate>Sun, 25 May 2014 05:03:06 -0000</pubDate><guid>https://sourceforge.netef273a1708d1eeb4aedff416c8719760f8e59c97</guid></item><item><title>#128 Non PEAR::DB version</title><link>https://sourceforge.net/p/phpbt/feature-requests/128/?limit=25#1d84</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Non PEAR::DB version released yesterday (v 1.5.1).&lt;br /&gt;
You can download it from Github&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">andreyvk</dc:creator><pubDate>Sun, 25 May 2014 05:00:52 -0000</pubDate><guid>https://sourceforge.net99e53b4db6d7b3cf91cd7ae6654dafac5a4741bd</guid></item><item><title>Limit bugs shown after new bug entry</title><link>https://sourceforge.net/p/phpbt/feature-requests/129/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;After enterning a new bug without having viewed any bug list before, the complete list of all bugs is shown. With &amp;gt; 1000 bugs that takes several minutes on our system. I have seen that in the CVS there are some modifications to speed up queries (slow joins only when necessary), I have tried to apply the changes but had no success in the time I had. Anyway there should never be shown all bugs on a single page, and especially after posting a new bug the problem is that the user thinks the page "hangs" and reloads and thus duplicates the bug entry.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wastl</dc:creator><pubDate>Wed, 06 May 2009 09:53:21 -0000</pubDate><guid>https://sourceforge.net8803687e002b20cfa7eba77c7cf5dc2fae99f347</guid></item><item><title>Non PEAR::DB version</title><link>https://sourceforge.net/p/phpbt/feature-requests/128/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It would be nice to have a non pear::db version of the program. It is the only reason why I had to turn down your script. I could reach also other people that had some problems with Pear::DB.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Xavier</dc:creator><pubDate>Tue, 20 Jan 2009 20:07:50 -0000</pubDate><guid>https://sourceforge.net466504fc42381150fd3ca96d4256b1dae913d074</guid></item><item><title>Non PEAR::DB version</title><link>https://sourceforge.net/p/phpbt/feature-requests/128/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 128 has been modified: Non PEAR::DB version&lt;br /&gt;
Edited By: andreyvk (kword)&lt;br /&gt;
Status updated: u'open' =&amp;gt; u'closed-fixed'&lt;br /&gt;
Owner updated: None =&amp;gt; u'kword'&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Xavier</dc:creator><pubDate>Tue, 20 Jan 2009 20:07:50 -0000</pubDate><guid>https://sourceforge.netab0922e7bbebefad0650b0440e0dc418017e3c19</guid></item><item><title>ActiveDirectory authentication with autodeployment</title><link>https://sourceforge.net/p/phpbt/feature-requests/127/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;For using ActiveDirectory authentication with autodeployment, I used a copy of auth.php and modified it, see attachment.&lt;br /&gt;
I used a 1 in the define variables, so it might be possible with some changes to authenticate against more DCs.&lt;/p&gt;
&lt;p&gt;Changes to config.php&lt;/p&gt;
&lt;p&gt;define ('LDAP_AUTH_1_SERVER',   'ad.company.com'); &lt;br /&gt;
define ('LDAP_AUTH_1_VERSION',  '3'); &lt;br /&gt;
define ('LDAP_AUTH_1_USER',     'CN=Serviceaccount,OU=User,DC=company,DC=com'); &lt;br /&gt;
define ('LDAP_AUTH_1_PASSWORD', 'password'); &lt;br /&gt;
define ('LDAP_AUTH_1_SEARCH',   'OU=Users,DC=company,DC=com'); &lt;br /&gt;
define ('LDAP_AUTH_1_USERNAME', 'sAMAccountName'); &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;//require_once (dirname(__FILE__).'/inc/auth.php');          &lt;br /&gt;
require_once (dirname(__FILE__).'/inc/auth_ldap.php');&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sven Fabricius</dc:creator><pubDate>Wed, 01 Oct 2008 10:44:40 -0000</pubDate><guid>https://sourceforge.net91e251e59e96b51779892e39ab9497d1157886af</guid></item><item><title>Preserve URL through login</title><link>https://sourceforge.net/p/phpbt/feature-requests/126/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Current behavior:&lt;br /&gt;
Click on a bug link in email, get sent to login, get sent to home page.&lt;/p&gt;
&lt;p&gt;Desired behavior:&lt;br /&gt;
Click on a bug link in email, get sent to login, get sent to bug report.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bryce Nesbitt</dc:creator><pubDate>Mon, 17 Sep 2007 07:03:16 -0000</pubDate><guid>https://sourceforge.netb136aaebe2558687ce95bd9de86b694b0a6ae3f4</guid></item><item><title>Add Ability for User to Change Their Email Address</title><link>https://sourceforge.net/p/phpbt/feature-requests/125/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Would it be possible to add the ability for the user &lt;br /&gt;
to change their Email Address on their BugTracker &lt;br /&gt;
account?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jpuziano</dc:creator><pubDate>Wed, 08 Nov 2006 22:43:01 -0000</pubDate><guid>https://sourceforge.net8c0e8b077b733f031e26f8f8d4d1abaa8136a8de</guid></item><item><title>module heirarchy</title><link>https://sourceforge.net/p/phpbt/feature-requests/124/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It would be nice to have a heirarchy of project components.&lt;/p&gt;
&lt;p&gt;I work on multiple projects, and a couple of them have&lt;br /&gt;
multiple programs, each with separate components:&lt;/p&gt;
&lt;p&gt;* Project "foo"&lt;br /&gt;
+ Client&lt;br /&gt;
- backend&lt;br /&gt;
- gui&lt;br /&gt;
+ Server&lt;br /&gt;
- database&lt;br /&gt;
- API&lt;br /&gt;
etc...&lt;/p&gt;
&lt;p&gt;This is somethng I've wanted to see for a while now,&lt;br /&gt;
but I have yet to find an OSS package that supports it.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alex Swavely</dc:creator><pubDate>Thu, 26 Oct 2006 15:58:26 -0000</pubDate><guid>https://sourceforge.net53dd7cefaa1d3822b5742a14fa4ebe08fbe14c30</guid></item></channel></rss>