1
0
Fork 0
Commit-Graph

276 Commits

Autor SHA1 Nachricht Datum
dsb1971
b36650cc77 Add inactive message to ReadMe. 2018-05-13 13:38:48 +02:00
Daniel Schlichtholz
69375a4b75
Merge pull request #34 from ChriZathens/patch-5
A few fixes
2018-04-18 23:04:36 +02:00
ChriZathens
558f3679d6
A few fixes 2018-04-17 10:50:01 +03:00
Daniel Schlichtholz
cd066e06f7
Merge pull request #32 from squigulum/patch-1
allow non-lowercaseonly tablenames
2018-03-27 23:34:17 +02:00
squigulum
57c96a37cc
allow lowercase tablenames 2018-03-27 22:09:49 +02:00
Daniel Schlichtholz
671f0bdaeb
Merge pull request #30 from chrisknerr/php72-count-fixes
Fixed some issues with PHP >= 7.2 count() behavior
2018-03-08 07:18:35 +01:00
Christian Knerr
21aa1ae1a6 Fix some issues with PHP>=7.2 count() behavior
Some PHP warnings were generated in the configuration panel and during a restore when using PHP >= 7.2 due to the changed count() behavior in these PHP versions.
2018-03-05 23:19:29 +01:00
Daniel Schlichtholz
fddce3298a
Merge pull request #29 from matthiaz/patch-1
typo
2018-02-02 07:29:41 +01:00
Matthias Van Woensel
f236f2485d
typo 2018-02-01 10:58:55 +01:00
Daniel Schlichtholz
355ef20d50
Merge pull request #22 from ChriZathens/patch-1
Update lang.php
2017-11-15 18:44:26 +01:00
Daniel Schlichtholz
b45b4403c9
Merge pull request #23 from ChriZathens/patch-2
Update lang_filemanagement.php
2017-11-15 18:44:11 +01:00
Daniel Schlichtholz
17454de321
Merge pull request #24 from ChriZathens/patch-3
Update lang_install.php
2017-11-15 18:43:57 +01:00
Daniel Schlichtholz
171254423e
Merge pull request #25 from ChriZathens/patch-4
Update lang_sql.php
2017-11-15 18:43:42 +01:00
ChriZathens
9eec223a61
Update lang_sql.php 2017-11-15 12:15:23 +02:00
ChriZathens
7ef7dfc13f
Update lang_install.php 2017-11-15 12:13:37 +02:00
ChriZathens
d35820e6f6
Update lang_filemanagement.php 2017-11-15 12:10:34 +02:00
ChriZathens
507b242bf9
Update lang.php 2017-11-15 12:04:29 +02:00
Daniel Schlichtholz
4abf1cc245 Merge pull request #19 from phpbb-es/patch-1
Add last line Spanish
2017-07-26 08:17:31 +02:00
ThE KuKa
f02861b168 Add last line Spanish
Add last line Spanish, nice work!
2017-07-21 19:20:53 +02:00
Daniel Schlichtholz
c606a27b4d Merge pull request #18 from jesusalc/feature/1
Add Spanisch
2017-04-13 07:52:30 +02:00
jesusalc
e855444c83 added changelog in Spanish translated by me 2017-02-26 12:47:10 +01:00
jesusalc
ba2d04e63c added Spanish install 2017-02-26 12:41:33 +01:00
jesusalc
b8344f2845 added spanish gplv2 version that I translated meself 2017-02-26 12:36:49 +01:00
jesusalc
79d6faebf9 ...start work 2017-02-26 12:05:04 +01:00
jesusalc
48c73c0f5f Created Branch develop 2017-02-26 12:05:00 +01:00
Daniel Schlichtholz
455c566aad Merge pull request #15 from e-dschungel/fix_selectdb
Fix quotation issues
2017-01-30 23:10:21 +01:00
e-dschungel
6c39f2a306 suppress mysqli_connect errors as they are shown later on 2017-01-30 20:15:55 +01:00
e-dschungel
ceae7607b0 fix closing brace 2017-01-30 20:12:34 +01:00
Daniel Schlichtholz
8da0e93144 Merge pull request #14 from e-dschungel/fix_access_denied
fix default values if port or socket is not given
2017-01-30 13:52:34 +01:00
e-dschungel
b91ee9e822 fixed quotation in emulation of mysql_list_tables using SHOW TABLES 2017-01-29 23:01:57 +01:00
e-dschungel
72998c0df3 switched to mysqli_select_db
the emulation of mysql_select_db with the USE statement did not quote the table name so table names which need quotation (which contain dashes for example) were not handled correctly
the emualtion is not needed, see https://github.com/philip/MySQLConverterTool/issues/20
2017-01-29 21:42:37 +01:00
e-dschungel
cd2675d498 fix default values if port or socket is not given
empty string is not valid for mysqli_connect at least for port
2017-01-29 20:29:00 +01:00
Daniel Schlichtholz
45a8ce706e Merge pull request #13 from e-dschungel/fix_access_denied
fix access denied error
2017-01-24 23:52:20 +01:00
e-dschungel
f3df681903 fix access denied error
in contrast to mysql_connect, it is not allowed to attach the port or the socket to the host name for the mysqli_connect command. There are separate parameters for that now. This leads to "Access denied for user 'user123'@'localhost' (using password: NO) " errors in the current version if port or socket is specified
2017-01-24 23:36:11 +01:00
Daniel Schlichtholz
70a5a25d9a Merge pull request #12 from SeifertDaniel/multiconfig_fix
fix broken multiconfiguration handling
2017-01-06 16:06:56 +01:00
Daniel Seifert
c7ec04baa4 fix broken multiconfiguration handling 2016-12-26 00:02:35 +01:00
dsb
59df7f8a82 Fixed path issue mentioned in https://github.com/DSB/MySQLDumper/issues/5 2016-11-09 18:46:37 +01:00
dsb
bd4a75d915 Removed some PHP7 deprecated stuff.
Fixed path issue mentioned in https://github.com/DSB/MySQLDumper/issues/5
2016-11-09 18:41:24 +01:00
dsb
bbfad7128b Removed some PHP7 deprecated stuff. 2016-11-09 18:21:03 +01:00
dsb
de695bf97f See https://github.com/DSB/MySQLDumper/issues/11#issuecomment-258486011 2016-11-07 21:38:12 +01:00
dsb
d51021183c Renamed config.default.php back to config.php and removed it from gitignore file. 2016-11-07 21:03:21 +01:00
dsb
9ffc6af743 Fixed sql browser. 2016-10-09 20:25:46 +02:00
Daniel Schlichtholz
40dd1253a6 Merge pull request #2 from 123Haynes/master
Update MysqlDumper to use mysqli
2016-02-07 16:08:18 +01:00
Hannes Rosenögger
d4498f23c0 remove unnecessary warning.
Without the $GLOBALS["___mysqli_ston"] being present the code would fail much earlier.
It doesn't make sense to check it only here.
2016-02-01 20:34:16 +01:00
Hannes Rosenögger
a69b1db72b hide notices
With PHP 7.0 Maysqldumper showed way to many notices.
This changes the error_reporting level so notices are not shown anymore.
2016-02-01 20:04:53 +01:00
Hannes Rosenögger
5b995d339d Convert to mysqli
This commit converts all mysql_* function to the appropriate counterparts
in mysqli.
I used this tool for most of it:
https://github.com/philip/MySQLConverterTool
This makes it possible to continue using MysqlDumper with PHP 7.0
2016-02-01 20:02:15 +01:00
Daniel Schlichtholz
dd0e8aede7 Merge pull request #1 from martin8883/master
Bugfix for missing databases with Multidump users
2015-06-11 05:34:47 +02:00
Martin Gojowsky
ebaec86ccc removed test file from gitignore 2015-06-10 12:18:06 +02:00
Martin Gojowsky
0e7006298d prevent accidential commit/push of config and work directory 2015-06-10 12:11:43 +02:00
Martin Gojowsky
e1b2e68d4b Bugfix for missing databases with Multidump users, see http://forum.mysqldumper.de/post47665.html#t47665 2015-06-10 11:52:20 +02:00