- 19 Mar, 2022 2 commits
-
-
Nicholas Guriev authored
-
Nicholas Guriev authored
-
- 18 Sep, 2019 1 commit
-
-
Nicholas Guriev authored
-
- 14 Sep, 2019 1 commit
-
-
Nicholas Guriev authored
-
- 13 Sep, 2019 5 commits
-
-
Nicholas Guriev authored
* Add .debhelper directory to .gitignore. * Always ignore current branch by gpb.
-
Nicholas Guriev authored
* Specify Rules-Requires-Root: binary-targets in d/control.
-
Nicholas Guriev authored
* Now upstream the hash_equals function to compare passwords.
-
Nicholas Guriev authored
* Use locally installed CodeMirror instead located at CloudFlare's CDN. * Bump year in the docs/header.txt file.
-
Nicholas Guriev authored
* Collect copyright notices for the theme into d/copyright file. * Update year in d/copyright for entire phpLiteAdmin.
-
- 07 Sep, 2019 1 commit
-
-
Nicholas Guriev authored
Tagging 1.9.8.2
-
- 05 Sep, 2019 1 commit
-
-
Christopher Kramer authored
-
- 04 Sep, 2019 2 commits
-
-
Christopher Kramer authored
Changed salt length to 22 characters as required for Blowfish. This seemed to cause problems with PHP 7.3.9. This should solve https://github.com/phpLiteAdmin/pla/issues/19
-
Christopher Kramer authored
do not depend on getimagesizefromstring() introduced in PHP 5.4.0 when handling BLOBs so we are still compatible with PHP >= 5.2.4 as stated in requirements
-
- 03 Sep, 2019 3 commits
-
-
Christopher Kramer authored
-
Christopher Kramer authored
-
Christopher Kramer authored
This should solve https://github.com/phpLiteAdmin/pla/issues/17
-
- 30 Aug, 2019 3 commits
-
-
Christopher Kramer authored
-
Christopher Kramer authored
-
Christopher Kramer authored
Build script: Enforce \r\n in JavaScript. Before, \n was used and people editing the phpliteadmin.php with an editor that replaces \n with \r\n would perceive broken JS as its length increased and thus it gets cut. This way, length could at most decrease, which is still a problem but would only break the favicon, not the JS.
-
- 07 Dec, 2018 1 commit
-
-
Christopher Kramer authored
-
- 12 Nov, 2018 1 commit
-
-
Christopher Kramer authored
Password field now has autofocus, as requested here https://bitbucket.org/phpliteadmin/public/issues/369/security-problem
-
- 16 Oct, 2018 2 commits
-
-
crazy4chrissi authored
Add Bootstrap theme
-
Naveen DA authored
-
- 28 Sep, 2018 3 commits
-
-
Christopher Kramer authored
Importing CSV now supports tab delimiters with \t mentioned in issue #367 https://bitbucket.org/phpliteadmin/public/issues/367/importing-a-large-csv-only-gives-5000-rows
-
Christopher Kramer authored
Avoid PHP 7 Notice error when importing CSV reported in issue #367 https://bitbucket.org/phpliteadmin/public/issues/367/importing-a-large-csv-only-gives-5000-rows
-
Christopher Kramer authored
Importing CSV into a new table ran CREATE TABLE every 5k rows with the same table name. Thus, the second failed and only up to 5k rows are imported. This should fix issue #367 https://bitbucket.org/phpliteadmin/public/issues/367/importing-a-large-csv-only-gives-5000-rows
-
- 21 Sep, 2018 1 commit
-
-
Christopher Kramer authored
-
- 14 Sep, 2018 5 commits
-
-
Christopher Kramer authored
-
Christopher Kramer authored
Don't allow to set number of rows to 0 or something negative. Should fix issue #336 https://bitbucket.org/phpliteadmin/public/issues/336/accidentally-set-number-of-rows-to-zero-at
-
Christopher Kramer authored
When the directory that should be scanned for databases is missing execute permissions, an error message appears now explaining the problem and how to fix it. This should avoid issues like #286 https://bitbucket.org/phpliteadmin/public/issues/286/problem-setting-up-my-db-checking
-
Christopher Kramer authored
CSV Import can now create a new table for the CSV. This fixes issue #299 https://bitbucket.org/phpliteadmin/public/issues/299/optionally-create-new-table-when-importing
-
Christopher Kramer authored
CSV Import now fills missing cells with NULL and skips cells if the CSV has more cols than the table. This also fixes a bug when the CSV has an empty cell at the end of a row and phpLiteAdmin skipped it, thus producing an error "table xx has n columns but m values were supplied"
-
- 11 Sep, 2018 1 commit
-
-
Christopher Kramer authored
-
- 10 Sep, 2018 3 commits
-
-
Christopher Kramer authored
SELECT statements that produce multiple columns with the same column name now get displayed as expected. This fixes issue #358 https://bitbucket.org/phpliteadmin/public/issues/358/select-erroneous-concatenation
-
Christopher Kramer authored
Hide all edit-features when the database is readonly and added an extra warning message on the db-structure tab. In views, it is now possible to change between shortened and full texts.
-
Christopher Kramer authored
Allow case sensitive table renames using our ALTER TABLE workaround. This fixes https://bitbucket.org/phpliteadmin/public/issues/365/rename-table-not-working
-
- 15 Aug, 2018 1 commit
-
-
Christopher Kramer authored
-
- 17 May, 2018 3 commits
-
-
Nicholas Guriev authored
-
Nicholas Guriev authored
-
Nicholas Guriev authored
-