- 19 Mar, 2022 2 commits
-
-
Nicholas Guriev authored
-
Nicholas Guriev authored
-
- 17 May, 2018 5 commits
-
-
Nicholas Guriev authored
-
Nicholas Guriev authored
-
Nicholas Guriev authored
-
Nicholas Guriev authored
Closes: #896682
-
Nicholas Guriev authored
* This makes it possible to automatically activate the app regardless of minor version of php module.
-
- 05 May, 2018 1 commit
-
-
Nicholas Guriev authored
-
- 17 Sep, 2017 2 commits
-
-
Nicholas Guriev authored
-
Nicholas Guriev authored
-
- 10 Sep, 2017 2 commits
-
-
-
Nicholas Guriev authored
Take into account Mattia's comments
-
- 03 Sep, 2017 2 commits
-
-
Nicholas Guriev authored
It deactivates spy version check when the main page is opened.
-
Nicholas Guriev authored
-
- 14 Dec, 2016 1 commit
-
-
Christopher Kramer authored
1.9.7.1 and 1.9.7 are equal in the repository. 1.9.7 just was released with a wrongly built phpliteadmin.php, therefore the new verson number for the right release.
-
- 13 Dec, 2016 3 commits
-
-
phpLiteAdmin authored
-
Christopher Kramer authored
-
Christopher Kramer authored
-
- 12 Dec, 2016 1 commit
-
-
Christopher Kramer authored
Improved debug output of ALTER TABLE. PCRE bug from issue #310 was found to occur excactly in PCRE 8.13, so comment in code was adjusted accordingly.
-
- 09 Dec, 2016 2 commits
-
-
Christopher Kramer authored
Don't use possesive quantifiers in buggy PCRE versions. This should fix issue #310 (ALTER TABLE sometimes did not work). From this commit on, PHP 5.2.4 is required at least (before 5.2.0)
-
-
- 24 Nov, 2016 1 commit
-
-
Christopher Kramer authored
Alter Table: The temporary table is not created using CREATE TEMPORARY TABLE anymore, as foreign key constraints of the old table would fail for the temporary table as the referenced tables don't exist in the TEMP database. This should fix issue #310.
-
- 07 Nov, 2016 1 commit
-
-
Christopher Kramer authored
Added Polish translation file, posted here https://bitbucket.org/phpliteadmin/public/issues/307/translating-word-view-in-a-table-in-the Thanks to Maciek Dmytrow.
-
- 03 Nov, 2016 2 commits
-
-
Christopher Kramer authored
Improved German language file (Database-Views are usually called "Sicht", not "Ansicht" in German, see https://de.wikipedia.org/wiki/Sicht_(Datenbank) )
-
Christopher Kramer authored
-
- 15 Jul, 2016 1 commit
-
-
Christopher Kramer authored
Source: https://groups.google.com/forum/#!topic/phpliteadmin/T1N991jR0QE Thanks to Shay Eddy!
-
- 01 Jul, 2016 2 commits
-
-
Christopher Kramer authored
use DROP IF EXISTS in the "export SQL" Fixes issue #303
-
YANG WEI authored
-
- 06 Jun, 2016 1 commit
-
-
Christopher Kramer authored
-
- 03 Jun, 2016 1 commit
-
-
Christopher Kramer authored
Added option to choose between Sqlite version3 and version2 when creating database, if both versions are supported by PHP extensions. (Not tested with v2, though, as I don't have an ancient php supporting it ;)) Fixes issue #290
-
- 02 Jun, 2016 5 commits
-
-
Christopher Kramer authored
And some minor improvements from the patch posted in issue #292 Fixes issue #292
-
Christopher Kramer authored
Fixes issue #291.
-
Christopher Kramer authored
SQL tab in table and db now also fetch row by row instead of loading all rows into memory. this allows to display far more rows than before. Number of rows and time consumed is now displayed below the result, as it is not known when the header is printed. This, together with revison dd5a9a95, fixes issue #209.
-
Christopher Kramer authored
Build script: using date_default_timezone_set('UTC'), as PHP otherwiese might complain when using date() -
Christopher Kramer authored
Bugfix: When importing csv and the csv file could not be read, the import would loop endlessly producing lots of php-warnings that can end up in logs and fill the drive
-
- 29 Feb, 2016 1 commit
-
-
Dane Iracleous authored
-
- 28 Feb, 2016 4 commits
-
-
Dane Iracleous authored
-
Dane Iracleous authored
-
Dane Iracleous authored
-
Dane Iracleous authored
-