<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to patches</title><link>https://sourceforge.net/p/phpwebftp/patches/</link><description>Recent changes to patches</description><atom:link href="https://sourceforge.net/p/phpwebftp/patches/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 20 Nov 2006 15:24:27 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/phpwebftp/patches/feed.rss" rel="self" type="application/rss+xml"/><item><title>multiple slashes in $server - $path view</title><link>https://sourceforge.net/p/phpwebftp/patches/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;changed functions.inc.php &lt;/p&gt;
&lt;p&gt;function directoryPath($string, $server) {&lt;br /&gt;
$stringArray = split("/",trim($string));&lt;br /&gt;
$level = count($stringArray);&lt;br /&gt;
if(trim($string)=='/') $level=1; // Do not show multiple slashes if we are in root level&lt;br /&gt;
$down = "";&lt;br /&gt;
$levelCount=0;&lt;br /&gt;
...&lt;/p&gt;&lt;/div&gt;</description><pubDate>Mon, 20 Nov 2006 15:24:27 -0000</pubDate><guid>https://sourceforge.net9ae12c54f26f4290cd5ba1ff2df3064be9ea451f</guid></item><item><title>Fixed in language system</title><link>https://sourceforge.net/p/phpwebftp/patches/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Providing a default language would die the script&lt;br /&gt;
because $validLanguage would not be set to true (line 105)&lt;/p&gt;
&lt;p&gt;Also I removed the $currentVersion = "3.3a" in line 25&lt;br /&gt;
because it was already specified in config.inc.php and&lt;br /&gt;
it was wrong to (the version was 3.3b)&lt;/p&gt;
&lt;p&gt;But afcourse the most important is that I fixed a typo&lt;br /&gt;
on line 130 ;-) (langage instead of language)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David H.</dc:creator><pubDate>Sat, 30 Sep 2006 20:02:22 -0000</pubDate><guid>https://sourceforge.net8e6f694be9599df1b2e335460ef4fd8c2d7ca06c</guid></item><item><title>Improvements to ftp.class.php</title><link>https://sourceforge.net/p/phpwebftp/patches/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have attached an improved version of ftp.class.php&lt;br /&gt;
that was modified from phpWebFTP v3.3a.&lt;/p&gt;
&lt;p&gt;The modifications include:&lt;/p&gt;
&lt;p&gt;- Separated the raw list parsing into logical functions.&lt;br /&gt;
- Improves parsing efficiency by substituting&lt;br /&gt;
preg_match for eregi.&lt;br /&gt;
- Adds support for NETWARE servers.&lt;/p&gt;
&lt;p&gt;Enjoy.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">barius</dc:creator><pubDate>Thu, 22 Jun 2006 00:19:27 -0000</pubDate><guid>https://sourceforge.net5d7a791353744eaf1e8e54d3e25c7846c53f2320</guid></item><item><title>I update Japanese translation(2005-10-31 14:41 JST) and...</title><link>https://sourceforge.net/p/phpwebftp/patches/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I made Japanese translation.&lt;br /&gt;
It charset is "UTF-8", and I fixed typo language name.&lt;br /&gt;
* Japan =&amp;gt; Country Name&lt;br /&gt;
* Japanese =&amp;gt; Language Name&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tadashi Jokagi</dc:creator><pubDate>Mon, 31 Oct 2005 05:45:24 -0000</pubDate><guid>https://sourceforge.netc037c1cfdc640797fa1d7a916b3b2470737af12e</guid></item><item><title>I made Japanese translation.</title><link>https://sourceforge.net/p/phpwebftp/patches/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I made Japanese translation.&lt;br /&gt;
It charset is "UTF-8".&lt;/p&gt;
&lt;p&gt;and I fixed typo language name.&lt;br /&gt;
* Japan =&amp;gt; Country Name&lt;br /&gt;
* Japanese =&amp;gt; Language Name&lt;/p&gt;
&lt;h1 id="index-includefunctionsincphp"&gt;Index: include/functions.inc.php&lt;/h1&gt;
&lt;p&gt;=========================&lt;br /&gt;
RCS &lt;br /&gt;
file: /cvsroot/phpwebftp/webftp/include/functions.inc.ph&lt;br /&gt;
p,v&lt;br /&gt;
retrieving revision 1.2&lt;br /&gt;
diff -r1.2 functions.inc.php&lt;br /&gt;
81c81&lt;br /&gt;
&amp;lt;     'ja' =&amp;gt; 'japan',&lt;br /&gt;
---&lt;br /&gt;
&amp;gt;     'ja' =&amp;gt; 'japanese',&lt;/p&gt;
&lt;p&gt;add charset patch.&lt;br /&gt;
phpwebftp have not charset.&lt;br /&gt;
it is Japanese message scrambled now.&lt;br /&gt;
charset is required for a Japanese display.&lt;/p&gt;
&lt;p&gt;ex)force charset to UTF-8.&lt;br /&gt;
Index: index.php&lt;br /&gt;
==========================================&lt;br /&gt;
=========================&lt;br /&gt;
RCS file: /cvsroot/phpwebftp/webftp/index.php,v&lt;br /&gt;
retrieving revision 1.5&lt;br /&gt;
diff -r1.5 index.php&lt;br /&gt;
325a326&lt;br /&gt;
&amp;gt;       &amp;lt;meta http-equiv="Content-Type" &lt;br /&gt;
content="text/html; charset=UTF-8"&amp;gt;&lt;br /&gt;
649a651&lt;br /&gt;
&amp;gt; &amp;lt;meta http-equiv="Content-Type" &lt;br /&gt;
content="text/html; charset=UTF-8"&amp;gt;&lt;br /&gt;
663a666&lt;br /&gt;
&amp;gt; &amp;lt;meta http-equiv="Content-Type" &lt;br /&gt;
content="text/html; charset=UTF-8"&amp;gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tadashi Jokagi</dc:creator><pubDate>Mon, 27 Dec 2004 06:13:01 -0000</pubDate><guid>https://sourceforge.netab814f8240ff048bb656df3b49b91f8453f78f91</guid></item></channel></rss>