<?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/ibwebadmin/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/ibwebadmin/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 16 Nov 2004 20:47:23 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ibwebadmin/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>restore from "local" file</title><link>https://sourceforge.net/p/ibwebadmin/feature-requests/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;it would be great if it were possible to restore from&lt;br /&gt;
browser-uploaded file. maybe as if you would attach a&lt;br /&gt;
file here.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andre Meyer</dc:creator><pubDate>Tue, 16 Nov 2004 20:47:23 -0000</pubDate><guid>https://sourceforge.net458bd8c36de567497dfc9a1e77f3a7743b955e4d</guid></item><item><title>./firebird/aliases.conf</title><link>https://sourceforge.net/p/ibwebadmin/feature-requests/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Is there a drawback to using aliases? &lt;br /&gt;
(ie. comment out lines 45-47 in database.php so that one &lt;br /&gt;
can enter an alias into the database login form.) &lt;br /&gt;
Thanks &lt;br /&gt;
Phil &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phil Palan</dc:creator><pubDate>Thu, 11 Mar 2004 21:51:42 -0000</pubDate><guid>https://sourceforge.net3e0a70ef405219e198c79ad75284735e89570e23</guid></item><item><title>Documentation: exec(): Unable to fork</title><link>https://sourceforge.net/p/ibwebadmin/feature-requests/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Running Windows 2003 Server + PHP 4.3.4, I would get &lt;br /&gt;
this error whenever an external command was executed &lt;br /&gt;
(isql, fb_lock_print, etc):&lt;/p&gt;
&lt;p&gt;exec(): Unable to fork&lt;/p&gt;
&lt;p&gt;After searching Google Groups, the fix I used was to give &lt;br /&gt;
the web server user on Windows &lt;br /&gt;
(IUSR_&amp;lt;computername&amp;gt;) read &amp;amp; execute permissions on &lt;br /&gt;
cmd.exe (located in %system32% folder).&lt;/p&gt;
&lt;p&gt;Obviously, this could be a security issues in your &lt;br /&gt;
situation, so use at your own risk.&lt;/p&gt;
&lt;p&gt;You may want to include this information in the README, &lt;br /&gt;
configuration.inc, and/or the beginners guide by Lester &lt;br /&gt;
Caine @ &lt;a href="http://www.ibphoenix.com/main.nfs?" rel="nofollow"&gt;http://www.ibphoenix.com/main.nfs?&lt;/a&gt;&lt;br /&gt;
a=ibphoenix&amp;amp;page=ibp_beginners_php&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dale Mullins</dc:creator><pubDate>Thu, 04 Mar 2004 13:12:12 -0000</pubDate><guid>https://sourceforge.net2e0e07fc9efd99b02d255d68f08575ee21cfc1fb</guid></item><item><title>hostname entry needed for restore subsection</title><link>https://sourceforge.net/p/ibwebadmin/feature-requests/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;'Restore target' subsection of 'Restore' subsection of&lt;br /&gt;
Admin page definitely needs to have hostname input&lt;br /&gt;
window, because, generaly, we want to restore database&lt;br /&gt;
to remote machine. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Surkov</dc:creator><pubDate>Wed, 17 Dec 2003 09:47:48 -0000</pubDate><guid>https://sourceforge.net1fc71b1224f6c86286a8bc5b24ad86ede2144b63</guid></item><item><title>additional config examples fb/ib and local/remote</title><link>https://sourceforge.net/p/ibwebadmin/feature-requests/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;i did see a couple of examples for how to set up the&lt;br /&gt;
configuration.inc.php but i would like to see some&lt;br /&gt;
additional information either added to the file itself&lt;br /&gt;
(before each of the parameters) or to the README.&lt;/p&gt;
&lt;p&gt;it would be nice to see ***FOUR** examples: 2 for&lt;br /&gt;
firebird, 2 for interbase -- and local AND remote&lt;br /&gt;
database examples for each.&lt;/p&gt;
&lt;p&gt;for instance, questions i had i did not see answered&lt;br /&gt;
anywhere, which seemed to relate more to REMOTE setup&lt;br /&gt;
for IB:&lt;/p&gt;
&lt;p&gt;1) for dealing with remote databases: does DEFAULT_PATH&lt;br /&gt;
refer to the default path on the database server? or&lt;br /&gt;
for the client interbase stuff on the web server? for&lt;br /&gt;
instance, if on the db server, my database is&lt;br /&gt;
&amp;amp;quot;/databases/special/thisone.gdb&amp;amp;quot; and on the web server,&lt;br /&gt;
the interbase stuff is in &amp;amp;quot;/opt/interbase&amp;amp;quot; does&lt;br /&gt;
DEFAULT_PATH refer to &amp;amp;quot;/databases/special/&amp;amp;quot; or to&lt;br /&gt;
&amp;amp;quot;/opt/interbase/&amp;amp;quot;?&lt;/p&gt;
&lt;p&gt;2) whether final &amp;amp;quot;/&amp;amp;quot;'s are needed in variables which&lt;br /&gt;
refer to paths/directories -- this would be nice to see&lt;br /&gt;
answered&lt;/p&gt;
&lt;p&gt;3) in the following setup line:&lt;/p&gt;
&lt;p&gt;define('SECURITY_DB',&lt;br /&gt;
'/usr/local/firebird/security.fdb');  // where to look&lt;br /&gt;
for the interbase security database.&lt;/p&gt;
&lt;p&gt;what does this mean for a remote interbase setup? what&lt;br /&gt;
do i set this to? i could not find an isc4.gdb anywhere&lt;br /&gt;
on my web server (the machine with the client IB&lt;br /&gt;
bins).. i assume it's on the db server somewhere, and i&lt;br /&gt;
could ask my db admin -- but what do i set this value&lt;br /&gt;
to in this case?&lt;/p&gt;
&lt;p&gt;4) same thing for this line:&lt;/p&gt;
&lt;p&gt;define('BACKUP_DIR', '/opt/interbase/backup/'); //&lt;br /&gt;
define this to restrict the location for backup files&lt;/p&gt;
&lt;p&gt;my IB server is remote. do i make a&lt;br /&gt;
/opt/interbase/backup directory HERE (on the web&lt;br /&gt;
server)? or do i refer to a special place on the DB&lt;br /&gt;
server (and thus have to ask my DB admin)? or do i put&lt;br /&gt;
NOTHING?&lt;/p&gt;
&lt;p&gt;etc etc etc &lt;/p&gt;
&lt;p&gt;once i do get an interbase ibwebadmin setup going well,&lt;br /&gt;
i can submit an IB/REMOTE example..&lt;/p&gt;
&lt;p&gt;thanks,&lt;br /&gt;
jeff stern&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Stern</dc:creator><pubDate>Tue, 09 Dec 2003 23:19:27 -0000</pubDate><guid>https://sourceforge.net88ef8ef3933572585123eb5545a7a81feeadcfe6</guid></item><item><title>Firebird utilities name change</title><link>https://sourceforge.net/p/ibwebadmin/feature-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Using Firebird 1.5 RC2 (Windows platform):&lt;/p&gt;
&lt;p&gt;&amp;amp;quot;iblockpr.exe&amp;amp;quot; is now &amp;amp;quot;fb_lock_print.exe&amp;amp;quot;. Not sure about &lt;br /&gt;
Linux version, but I assume the &amp;amp;quot;.exe&amp;amp;quot; is dropped but &lt;br /&gt;
names are still changed.&lt;/p&gt;
&lt;p&gt;The causes the server statistics to fail:&lt;br /&gt;
admin.php, line 182 &lt;/p&gt;
&lt;p&gt;I'd like to request a new &amp;amp;quot;define&amp;amp;quot; in configuration.inc.php. &lt;br /&gt;
Maybe something like:&lt;/p&gt;
&lt;p&gt;define('LOCK_PRINT',  'iblockpr');&lt;/p&gt;
&lt;p&gt;which could be changed to work with Firebird and used &lt;br /&gt;
within admin.php&lt;/p&gt;
&lt;p&gt;Or any other solution you may like that will fix this &lt;br /&gt;
problem.&lt;/p&gt;
&lt;p&gt;I am sure other issues with the forking will follow, but &lt;br /&gt;
hopefully you will continue to help support Firebird. :)&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Dale&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dale Mullins</dc:creator><pubDate>Wed, 28 May 2003 00:07:15 -0000</pubDate><guid>https://sourceforge.netacff8c976c693300a70bbcde22c28a9657d95de1</guid></item><item><title>Change isql binary verification method</title><link>https://sourceforge.net/p/ibwebadmin/feature-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In the file &amp;amp;quot;script_start.inc.php&amp;amp;quot;&lt;/p&gt;
&lt;p&gt;This section of code:&lt;/p&gt;
&lt;p&gt;if ($s_binpath != BINPATH) {&lt;br /&gt;
if (!is_dir(BINPATH)&lt;br /&gt;
||  !is_file(BINPATH.'isql')) {&lt;/p&gt;
&lt;p&gt;will cause a *warning* to be displayed on Windows &lt;br /&gt;
platform since the filename is actually isql.exe, not isql .&lt;/p&gt;
&lt;p&gt;Fix 1. An &amp;amp;quot;OR&amp;amp;quot; operator could be added to the code &lt;br /&gt;
above and also check for BINPATH.'isql.exe'&lt;/p&gt;
&lt;p&gt;or, probably a better solution :)&lt;/p&gt;
&lt;p&gt;Fix 2. Define a new variable in configuration.inc.php and &lt;br /&gt;
use it in place of 'isql' &lt;/p&gt;
&lt;p&gt;define('ISQLBIN', 'isql');  //unix&lt;br /&gt;
define('ISQLBIN', 'isql.exe'); //windows&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dale Mullins</dc:creator><pubDate>Wed, 30 Oct 2002 08:16:03 -0000</pubDate><guid>https://sourceforge.netebedfb378da6fca827c846f78854c34b386a6f5b</guid></item><item><title>Implement aliases/profiles</title><link>https://sourceforge.net/p/ibwebadmin/feature-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;A nice feature would be the ability to store &lt;br /&gt;
aliases/profiles for quick selection when connecting to a &lt;br /&gt;
database in ibWebAdmin.&lt;/p&gt;
&lt;p&gt;For example, have a configuration file that contains the &lt;br /&gt;
values needed to log into a database (the values entered &lt;br /&gt;
in the &amp;amp;quot;Login to database&amp;amp;quot; panel). This alias/profile can &lt;br /&gt;
be recalled quickly with a drop-down listbox on the &lt;br /&gt;
same panel.&lt;/p&gt;
&lt;p&gt;Ability to save database name, host, username, &lt;br /&gt;
password?, role, cache, character set, and dialect and &lt;br /&gt;
populate these values for the connection by selecting an &lt;br /&gt;
alias from the listbox.&lt;/p&gt;
&lt;p&gt;This does not necessarily need to be end-user &lt;br /&gt;
created/modified. Just a configuration file on the web &lt;br /&gt;
server that can be maintained by the web/db &lt;br /&gt;
administrator.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dale Mullins</dc:creator><pubDate>Wed, 30 Oct 2002 07:59:32 -0000</pubDate><guid>https://sourceforge.netf9964ddbb9e2438816abdede96fedbf29ec0cdee</guid></item><item><title>Allow multiple database extensions</title><link>https://sourceforge.net/p/ibwebadmin/feature-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;ibWebAdmin allows you to restrict the database &lt;br /&gt;
extension that is allowed to be used (by default, this &lt;br /&gt;
is .gdb).&lt;/p&gt;
&lt;p&gt;At this time there can only be one. You may also set it &lt;br /&gt;
to nothing and there is no restrictions in place, which &lt;br /&gt;
may be a security issue to some users of ibWebAdmin.&lt;/p&gt;
&lt;p&gt;Since the database extension can be specified by the &lt;br /&gt;
creator, it is becoming common practice for Firebird &lt;br /&gt;
users to use a different extension (like .fdb) and the next &lt;br /&gt;
version of Interbase will default to .ib .&lt;/p&gt;
&lt;p&gt;The ability to specify multiple extensions in the &lt;br /&gt;
configuration file would be a useful feature.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dale Mullins</dc:creator><pubDate>Wed, 30 Oct 2002 07:38:05 -0000</pubDate><guid>https://sourceforge.neteac89ca592129d2acc9083dbbec0ea330bbc0bc9</guid></item></channel></rss>