<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/sqlitemanager/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/sqlitemanager/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/sqlitemanager/feature-requests/</id><updated>2006-05-02T14:45:14Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>Japanese translation updated</title><link href="https://sourceforge.net/p/sqlitemanager/feature-requests/7/" rel="alternate"/><published>2006-05-02T14:45:14Z</published><updated>2006-05-02T14:45:14Z</updated><author><name>Tadashi Jokagi</name><uri>https://sourceforge.net/u/elf2000/</uri></author><id>https://sourceforge.nete566271c1e0216357fbe0cd0380406a2db5e4bf3</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I Japanese translation updated.&lt;br /&gt;
Current translation file is supporting only Encoding of&lt;br /&gt;
EUC-JP.&lt;br /&gt;
I added encoding of UTF-8 this time, and added one&lt;br /&gt;
element to $langueTranslated.&lt;br /&gt;
-4=&amp;gt;"German", 5=&amp;gt;"Japanese", 6=&amp;gt;"Italian",&lt;br /&gt;
+4=&amp;gt;"German", 5=&amp;gt;"Japanese(EUC-JP)", 6=&amp;gt;"Italian",&lt;br /&gt;
7=&amp;gt;"Croatian", 8=&amp;gt;"Brazilian portuguese",&lt;br /&gt;
9=&amp;gt;"Netherlands",&lt;br /&gt;
10=&amp;gt;"Spanish", 11=&amp;gt;"Danish", 12=&amp;gt;"Chinese traditional",&lt;br /&gt;
-13=&amp;gt;"Chinese simplified");&lt;br /&gt;
+13=&amp;gt;"Chinese simplified", 14=&amp;gt;"Japanese(UTF-8)");&lt;/p&gt;
&lt;p&gt;An official Japanese translator's Rui checked this&lt;br /&gt;
translation and idea.&lt;/p&gt;
&lt;p&gt;Please check also by dev-team.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>autodetection for SQLITE3</title><link href="https://sourceforge.net/p/sqlitemanager/feature-requests/6/" rel="alternate"/><published>2005-11-08T13:34:37Z</published><updated>2005-11-08T13:34:37Z</updated><author><name>Guenter Knauf</name><uri>https://sourceforge.net/u/gknauf/</uri></author><id>https://sourceforge.net58643b3796d12678322a37cf52611a936cded8d9</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;br /&gt;
why does SQLiteManager not try some kind of &lt;br /&gt;
autodetection? f.e. I tested with:&lt;br /&gt;
--- user_defined.inc.php.orig Sun Oct 23 22:03:40 &lt;br /&gt;
2005&lt;br /&gt;
+++ user_defined.inc.php   Tue Nov 08 14:22:00 2005&lt;br /&gt;
@@ -20,8 +20,9 @@&lt;br /&gt;
* if you want to manage SQLite database version 3, you &lt;br /&gt;
must install 'php_pdo' and 'php_pdo_sqlite' extension &lt;br /&gt;
from PECL&lt;br /&gt;
* after you can set 'SQLITE3' contant to true&lt;br /&gt;
*/&lt;br /&gt;
-// define("SQLITE3", false);&lt;br /&gt;
-&lt;br /&gt;
+if (extension_loaded('pdo') &amp;amp;&amp;amp; &lt;br /&gt;
extension_loaded('pdo_sqlite')) { &lt;br /&gt;
+    define("SQLITE3", true);&lt;br /&gt;
+}&lt;br /&gt;
/**&lt;br /&gt;
* By default the DEBUG mode depend of &lt;br /&gt;
SQLiteManagerVersion, if it's finish by 'CVS' debug mode &lt;br /&gt;
turn on&lt;br /&gt;
* You can force debug mode to on by setting 'DEBUG' &lt;br /&gt;
constante&lt;/p&gt;
&lt;p&gt;Guenter.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>CVS exports</title><link href="https://sourceforge.net/p/sqlitemanager/feature-requests/5/" rel="alternate"/><published>2005-05-06T17:09:10Z</published><updated>2005-05-06T17:09:10Z</updated><author><name>Lapo Luchini</name><uri>https://sourceforge.net/u/lapo/</uri></author><id>https://sourceforge.net0cdf7d16cd73e9bbfbf8475d1a67681e0c1c8ded</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Exporting in comma separated values could be very handy.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Define HTTP root folder</title><link href="https://sourceforge.net/p/sqlitemanager/feature-requests/4/" rel="alternate"/><published>2005-01-21T15:09:47Z</published><updated>2005-01-21T15:09:47Z</updated><author><name>Rene Leonhardt</name><uri>https://sourceforge.net/u/rele/</uri></author><id>https://sourceforge.net8cdeec7e46bf170f49eb94738683918935c951e1</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I didn't want to run SQLiteManager 1.0.4 from my HTTP&lt;br /&gt;
server root&lt;br /&gt;
&lt;a href="http://127.0.0.1/" rel="nofollow"&gt;http://127.0.0.1/&lt;/a&gt;&lt;br /&gt;
but from &lt;br /&gt;
&lt;a href="http://127.0.0.1/sqlite/" rel="nofollow"&gt;http://127.0.0.1/sqlite/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;So I added a line to defined.inc.php&lt;br /&gt;
include\defined.inc.php(14): define ("HTTP_ROOT",&lt;br /&gt;
"/sqlite/");&lt;br /&gt;
and modified the URL references (src=, href=) in&lt;br /&gt;
index.php(19)&lt;br /&gt;
index.php(22)&lt;br /&gt;
index.php(23)&lt;br /&gt;
left.php(17)&lt;br /&gt;
left.php(23)&lt;br /&gt;
main.php(45)&lt;br /&gt;
main.php(49)&lt;br /&gt;
main.php(58)&lt;br /&gt;
include\common.lib.php(217)&lt;br /&gt;
include\common.lib.php(218)&lt;br /&gt;
include\common.lib.php(498)&lt;br /&gt;
include\SQLiteDbOption.class.php(116)&lt;br /&gt;
include\SQLiteDbOption.class.php(118)&lt;br /&gt;
include\SQLiteDbOption.class.php(208)&lt;br /&gt;
include\TableIndex.class.php(142)&lt;/p&gt;
&lt;p&gt;It seems to work well, now I can access &lt;br /&gt;
&lt;a href="http://127.0.0.1/sqlite/" rel="nofollow"&gt;http://127.0.0.1/sqlite/&lt;/a&gt;&lt;br /&gt;
:-)&lt;/p&gt;
&lt;p&gt;Keep up the good work,&lt;br /&gt;
René&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>cookie authentication</title><link href="https://sourceforge.net/p/sqlitemanager/feature-requests/3/" rel="alternate"/><published>2005-01-17T05:16:07Z</published><updated>2005-01-17T05:16:07Z</updated><author><name>Arne Eckmann</name><uri>https://sourceforge.net/u/bananstat/</uri></author><id>https://sourceforge.net40a389bce909724c91422dda8825e0892711ef69</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;On Apache servers the http-www authentication doesn't &lt;br /&gt;
work when PHP is running in CGI mode - it requires PHP &lt;br /&gt;
to be run as an Apache module (like php5apache2.dll).&lt;/p&gt;
&lt;p&gt;However, on the combination PHP 5 (5.0.3) and Apache2 &lt;br /&gt;
on the Windows 2000 pro platform certain database &lt;br /&gt;
operations causes the Apache2 to produce a fatal error &lt;br /&gt;
messagebox when PHP is run as an Apache module (via &lt;br /&gt;
php5apache2.dll), and since this errorcondition doesn't &lt;br /&gt;
exist in CGI mode (via php-cgi.exe), it would be most &lt;br /&gt;
useful to run PHP in CGI mode.&lt;/p&gt;
&lt;p&gt;Since the http-www authentication isn't available when &lt;br /&gt;
PHP is running in CGI mode, it would be most useful if an &lt;br /&gt;
option to use cookie based authentication was added to &lt;br /&gt;
SQLiteManager.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;
Arne&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Support different encodings</title><link href="https://sourceforge.net/p/sqlitemanager/feature-requests/2/" rel="alternate"/><published>2005-01-15T12:22:38Z</published><updated>2005-01-15T12:22:38Z</updated><author><name>Lapo Luchini</name><uri>https://sourceforge.net/u/lapo/</uri></author><id>https://sourceforge.net208b727db70037606b53953b69b1370bf1afc5ac</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;It would be very useful e.g. to have the page encoded&lt;br /&gt;
in UTF-8, so that if the DB has content in UTF-8 it&lt;br /&gt;
shows correctly and also text input in TEXT fields get&lt;br /&gt;
upload in UTF-8 by the browser.&lt;/p&gt;
&lt;p&gt;Using iconv() you can easily have translation files in&lt;br /&gt;
one encoding but produce a different encoding for the&lt;br /&gt;
browser.&lt;/p&gt;
&lt;p&gt;I can provide a patch if you like the feature.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Importing SQLite database files.</title><link href="https://sourceforge.net/p/sqlitemanager/feature-requests/1/" rel="alternate"/><published>2003-12-04T15:27:45Z</published><updated>2003-12-04T15:27:45Z</updated><author><name>Tomasz J&amp;#281;drzejewski</name><uri>https://sourceforge.net/u/zyxwvu/</uri></author><id>https://sourceforge.netd8321974c0ffb908f61bbb475a89eed807f894ec</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Sometimes the user might have the SQLite database file &lt;br /&gt;
created in another program, or in another script. There &lt;br /&gt;
is a problem - how to make SQLitemanager see this &lt;br /&gt;
database? I was making it like that: &lt;/p&gt;
&lt;p&gt;- Create a new database.&lt;br /&gt;
- Copy into it another database file, which overwrites it.&lt;br /&gt;
- SQLitemanager sees it. &lt;/p&gt;
&lt;p&gt;I think it would be a good way to allow the user to &lt;br /&gt;
import unregistered in the SM databases (and also &lt;br /&gt;
removing them from the configuration db!).&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>