<?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/typo3winstaller/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/typo3winstaller/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 18 Oct 2012 11:45:59 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/typo3winstaller/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Installation on NAS device</title><link>https://sourceforge.net/p/typo3winstaller/feature-requests/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;TYPO3Winstaller works only from my HD. I want to install it on my NAS device. XAMPP works without any problems, but in TYPO3Winstaller I get only white pages and PHP errors like "Can not redeclare class...". Maybe there is a path issue.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 18 Oct 2012 11:45:59 -0000</pubDate><guid>https://sourceforge.net3a77e2a45aebf18fb9f916905b07b75e72d0d829</guid></item><item><title>If myslq can not start, a defunct installation occurs.</title><link>https://sourceforge.net/p/typo3winstaller/feature-requests/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;If a mysql is already running during installation of TYPO3Winstaller 4.2.3, and that mysql can not be shut down, then the TYPO3Winstaller installation continues nonetheless, which results in a defunct installation. The setup I had was this:&lt;br /&gt;
1) As administrator, I had a TYPO3Winstaller running.&lt;br /&gt;
2) I switched to a non-administrator user.&lt;br /&gt;
3) I started the installation of TYPO3Winstaller as the non-administrator user.&lt;br /&gt;
4) During install, TYPO3Winstaller could not shutdown the already running mysql. That lead to the defunct installation.&lt;/p&gt;
&lt;p&gt;TYPO3Winstaller will pop-up a warning from typo3start.log, so this is not critical since the user will know something is wrong.&lt;/p&gt;
&lt;p&gt;This feature request is posted in the hopes that an even more elegant solution can be implemented.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kasper</dc:creator><pubDate>Mon, 01 Dec 2008 10:40:30 -0000</pubDate><guid>https://sourceforge.net9a5de776422a0ba82d8d2153831b65e5fb90ad3d</guid></item><item><title>Upgrade phpMyAdmin to version 3</title><link>https://sourceforge.net/p/typo3winstaller/feature-requests/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;phpMyAdmin version 3 is out. Maybe an upgrade to that should be done..?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kasper</dc:creator><pubDate>Thu, 20 Nov 2008 18:27:39 -0000</pubDate><guid>https://sourceforge.netc12ae7b5638d4cad50a686f5c99e261689c8370c</guid></item><item><title>Improvement to deleting instance. Add 'if exists' to SQL</title><link>https://sourceforge.net/p/typo3winstaller/feature-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When trying to delete an instance that was not successfully created I got this output in the typo3start.log file:&lt;/p&gt;
&lt;p&gt;09:31:35 [Command]  -  C:\TYPO3_4.2.3\MySQL\bin\mysql.exe "--defaults-file=C:\TYPO3_4.2.3\MySQL\my.ini" --port=8501 -u root --password="" -e "drop database GQuiz"&lt;br /&gt;
09:31:35 [Error]    -  ERROR 1008 (HY000) at line 1: Can't drop database 'gquiz'; database doesn't exist&lt;/p&gt;
&lt;p&gt;The error can be turned into a 'note' by using SQL 'drop database if exists ...' (instead of just 'drop database ...'), confer &lt;a href="http://dev.mysql.com/doc/refman/5.0/en/drop-table.html" rel="nofollow"&gt;http://dev.mysql.com/doc/refman/5.0/en/drop-table.html&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kasper</dc:creator><pubDate>Fri, 14 Nov 2008 08:38:38 -0000</pubDate><guid>https://sourceforge.net30dd9909b34beb654098b62b9cabe0053c8eeef0</guid></item><item><title>Upgrade to GraphicsMagick 1.3</title><link>https://sourceforge.net/p/typo3winstaller/feature-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;GraphicsMagick 1.3 has reached stable. Upgrading TYPO3Winstaller to use that might be considered.&lt;/p&gt;
&lt;p&gt;Homepage: &lt;a href="http://www.graphicsmagick.org/index.html" rel="nofollow"&gt;http://www.graphicsmagick.org/index.html&lt;/a&gt;&lt;br /&gt;
Download dll's: &lt;a href="https://sourceforge.net/project/showfiles.php?group_id=73485&amp;amp;package_id=82135"&gt;https://sourceforge.net/project/showfiles.php?group_id=73485&amp;amp;package_id=82135&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kasper</dc:creator><pubDate>Fri, 14 Nov 2008 08:09:15 -0000</pubDate><guid>https://sourceforge.netf2db2ccffc252b368369655e2e04f4cfd8cb915d</guid></item><item><title>Include extensions.xml.gz in typo3temp/</title><link>https://sourceforge.net/p/typo3winstaller/feature-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When trying to install an extension that has a dependency, the Extension Manager will try to fetch it from TER. Since TYPO3Winstaller does not provide an extensions.xml.gz file, the Extension Manager fails and reports that there were network problems. If an extensions.xml.gz file was provided this would seldomly happen.&lt;/p&gt;
&lt;p&gt;I do realize that the extensions.xml.gz file would be outdated, but I think this would improve the overall first-time experience of using TYPO3Winstaller. Furthermore I guess it could be easily implemented.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kasper</dc:creator><pubDate>Wed, 22 Oct 2008 12:12:02 -0000</pubDate><guid>https://sourceforge.netff093cd0c2bc0ec4dd447875a64c99b24ca5f268</guid></item><item><title>(Un)Install as Services</title><link>https://sourceforge.net/p/typo3winstaller/feature-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Typo3Winstaller is really great but I'm really &lt;br /&gt;
missing the option to install/remove apache and mysql &lt;br /&gt;
as windows services, so it would be no longer &lt;br /&gt;
neccesary to be logged in on the server for the &lt;br /&gt;
webserver to be up and running. Great for developpers &lt;br /&gt;
on local networks. Thx&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sascha Vogelgesang</dc:creator><pubDate>Wed, 30 Aug 2006 06:58:58 -0000</pubDate><guid>https://sourceforge.net5514d132a1f33520c8e351dab6296adaa398c950</guid></item></channel></rss>