<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/navphp/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/navphp/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 29 Mar 2009 12:00:27 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/navphp/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Unable to download files</title><link>https://sourceforge.net/p/navphp/bugs/17/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm unable to download any file, upload works ok&lt;/p&gt;
&lt;p&gt;It could be that i'm using https on non-standard port something like "https://my.server.com:19944/nav/"&lt;/p&gt;
&lt;p&gt;Thank You&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marcu Alin</dc:creator><pubDate>Sun, 29 Mar 2009 12:00:27 -0000</pubDate><guid>https://sourceforge.netdedca63cc030d9ad29942a8c379aa1d2be08e64f</guid></item><item><title>initial test page</title><link>https://sourceforge.net/p/navphp/bugs/16/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When index.php loads it can check for an "switch" file, say "tested.txt", it it is NOT there, it can then run an initial TEST page, similar to the server info link at the bottom of the panel, to show weather or not certain things can be done, and the resulting output can be stored in the tested.txt file, either for reference, or to be attached to a bug or error related query by the user (or at least they can cut and paste the contents to show what php knows about).&lt;/p&gt;
&lt;p&gt;This can also be used to test the authentication as well as GZIP. Some windows GZIP algorithims are faulty, and hence the new WWW_PAGE_OPEN and WW_PAGE_CLOSE functions need to be used, as they can compensate for this by reducing the compression level from 9 to 5, which DOES work on a buggy algorithim&lt;/p&gt;
&lt;p&gt;As a result, a mechanism to automatically modify the "config.php" should be implemented too, and an alternative login system needs to be created, maybe an encoded timestamp can be tagged into a cookie, or tagged into the default form data (however this would require rewriting most of thefile based functions, so a cookie system would be simpler)&lt;/p&gt;
&lt;p&gt;Paul&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Wratt</dc:creator><pubDate>Fri, 10 Oct 2008 04:06:08 -0000</pubDate><guid>https://sourceforge.net9437dfb9080429160d3fad2ff83c78efaa261414</guid></item><item><title>seperate download access for big files</title><link>https://sourceforge.net/p/navphp/bugs/15/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;By createing a hidden IFRAME tag, downloads on a slow connection, or files larger than can be sent in 30 seconds (PHP timeout limit), can be downloaded, and not affect the interface as a result..&lt;/p&gt;
&lt;p&gt;Paul&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Wratt</dc:creator><pubDate>Fri, 10 Oct 2008 03:50:09 -0000</pubDate><guid>https://sourceforge.netf9ff4540ddf2e9114683c9f1bf8268c1e8c513fa</guid></item><item><title>Ajax Object</title><link>https://sourceforge.net/p/navphp/bugs/14/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Any issues with Ajax are derived from having only one "transport" object.&lt;/p&gt;
&lt;p&gt;Upon reviewing AjaxRequest.js, I would suggest the following:&lt;br /&gt;
AjaxObj.tooltip - because they are serial (linear) in requests (that is one object for ALL requests)&lt;br /&gt;
one object per file type request, or (as AjaxRequest does) a dynamic Ajax.req that does multiple requests at the same time..&lt;/p&gt;
&lt;p&gt;This avoids any tooltip "transport" getting inthe way of a "more priority" file/folder "transport" request&lt;/p&gt;
&lt;p&gt;This moves into the realm of "reasons for a complete rewrite", but its not as "major" as it sounds..&lt;/p&gt;
&lt;p&gt;.. unless you are going to do funky "cant delete because Ajax is waiting for a create file reply" type checks&lt;/p&gt;
&lt;p&gt;Paul&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Wratt</dc:creator><pubDate>Thu, 08 Nov 2007 02:09:17 -0000</pubDate><guid>https://sourceforge.net01740e8e37b7d87a88e9a86233b4b0bdd2075414</guid></item><item><title>issue with file delete</title><link>https://sourceforge.net/p/navphp/bugs/13/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I found a "return delet(f)" in the printbuttons() function, this may be a contibuting issue to deleting files but it should not interfere&lt;/p&gt;
&lt;p&gt;Paul&lt;br /&gt;
PS see other post re:AJAX comment &amp;amp; delete issue&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Wratt</dc:creator><pubDate>Thu, 08 Nov 2007 01:58:48 -0000</pubDate><guid>https://sourceforge.net794d3c9754d6a407899543df58f8a4d1cc619943</guid></item><item><title>file rename problems with \"&amp;,+ and \\ \"</title><link>https://sourceforge.net/p/navphp/bugs/12/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;the variable that catches the "newname" just need to have  "escape()" applied to it in the JS before being sent to rename.php.&lt;/p&gt;
&lt;p&gt;Unfortunately there needs to be 4 "escape()"s added &amp;amp; 3 ammends to the "if" statements of "rename(f)", "newfolder(f)" and "newfile(f)" (the "if" ammends are to catch spaces at the beginning of a filename, which is illegal)&lt;/p&gt;
&lt;p&gt;Even more unfortunate is the fact that once you allow escapeable charcters into file &amp;amp; folder name, you must also escape them EVERYWHERE you send them as form data, AND everywhere they are retrieved as form data, and there is still a problem of " " and "+" being escaed as "%20", which would need a workaround ..&lt;/p&gt;
&lt;p&gt;Either you leave it out altogether, or you change ALL data send and recieve's&lt;/p&gt;
&lt;p&gt;Paul&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Wratt</dc:creator><pubDate>Thu, 08 Nov 2007 00:20:00 -0000</pubDate><guid>https://sourceforge.net01cb382a329b63489715619201fb5d6c2e6d1659</guid></item><item><title>warning.gif not a GIF (but a PNG)</title><link>https://sourceforge.net/p/navphp/bugs/11/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;the "warning.gif" is actually a .PNG which is why there is a black background in IE (which can NOT handle alpha channel in ANY image)&lt;/p&gt;
&lt;p&gt;I have converted this image, although I had to do some pixel work ont, so it is not as "good looking" as the original, which could just be saved out as a gif from a decent art package&lt;/p&gt;
&lt;p&gt;Paul&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Wratt</dc:creator><pubDate>Wed, 07 Nov 2007 23:46:41 -0000</pubDate><guid>https://sourceforge.net0a16dbd0ca56a714c0b1b82aac89d2594eff9353</guid></item><item><title>editor.php has short_open_tag (File not found Error)</title><link>https://sourceforge.net/p/navphp/bugs/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;editor.php has some short open tags.  I have short_open_tag disabled in php.ini so this is a problem for me.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;It is best practice to use &amp;lt;?php not &amp;lt;?&lt;/p&gt;
&lt;p&gt;Also newfolder.php has a typo on line 15.  There should be a space between allready.&lt;/p&gt;
&lt;p&gt;Keep up the great work!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 24 Apr 2007 16:04:12 -0000</pubDate><guid>https://sourceforge.net5be3770f1731dff8669c5c0920980a733c484088</guid></item><item><title>Text error.</title><link>https://sourceforge.net/p/navphp/bugs/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Line &lt;br /&gt;
55 $msg[]= "Directory $dir doesnot exist!";&lt;br /&gt;
File explorer.php&lt;/p&gt;
&lt;p&gt;Should ...read does not exist!"&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 13 Apr 2007 22:34:33 -0000</pubDate><guid>https://sourceforge.net346eb47941ddbed7ae9be610214459e2a53e2b98</guid></item><item><title>Progress lost.</title><link>https://sourceforge.net/p/navphp/bugs/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When uploading a file, it works correctly. When it´s done, you get a message.&lt;/p&gt;
&lt;p&gt;But you don´t get status when deleting alot of files or unzipping alot of files, you have to update manually.&lt;/p&gt;
&lt;p&gt;This is tested in FF 2.0 and with IE7.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 13 Apr 2007 17:03:42 -0000</pubDate><guid>https://sourceforge.net9ea4fa0fd389dd49ef378c0d47464a146390a303</guid></item></channel></rss>