Commit Graph

2059 Commits

Author SHA1 Message Date
Madhura Jayaratne
98ea25d9ea Additional unit tests for new execution paths
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-10-14 18:51:12 +05:30
Madhura Jayaratne
c925d46f92 Fix failing tests
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-10-14 15:21:15 +05:30
Madhura Jayaratne
92ccb972e3 Merge branch 'master' into DisableIS 2014-10-10 11:44:31 +05:30
Madhura Jayaratne
b587d7cd3d Fix more failing tests
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-10-10 07:18:11 +05:30
Marc Delisle
dbf5533376 Refactor code duplication
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-10-09 10:01:15 -04:00
Madhura Jayaratne
d441a217ec Fix failing tests
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-10-09 18:56:49 +05:30
Madhura Jayaratne
62b15dc2f6 Revert "The DisableIS directive is being deprecated"
This reverts commit 8fd0d79405.

Conflicts:
	libraries/navigation/Nodes/Node.class.php
	test/classes/navigation/PMA_Node_test.php

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-10-09 18:31:33 +05:30
Madhura Jayaratne
603b31d023 Revert "The DisableIS directive is being deprecated"
This reverts commit 57ef25eed8.

Conflicts:
	test/classes/plugin/export/PMA_ExportSql_test.php

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-10-09 18:30:16 +05:30
Madhura Jayaratne
3ac46455cf Revert "The DisableIS directive is removed"
This reverts commit d8fd82a9f5.

Conflicts:
	ChangeLog
	doc/config.rst
	libraries/config.default.php
	libraries/config/messages.inc.php

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-10-09 18:29:55 +05:30
Madhura Jayaratne
8d8135893d Function name
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-10-07 15:07:55 +05:30
Madhura Jayaratne
adf2b0d78d Fix more failing tests
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-10-07 06:24:33 +05:30
Madhura Jayaratne
6f9381101d Update tests
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-10-06 23:22:11 +05:30
Marc Delisle
03debd0a6e Refactor: we had three similar functions, refactored into just one.
Also, these functions returned false, or a string containing the type,
but the string was only used to indirectly mean a true value; now
we explicitely return true in this case.

Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-10-04 08:27:50 -04:00
Chanaka Dharmarathna
4e68ada908 Remove dead codes
Signed-off-by: Chanaka Dharmarathna <pe.chanaka.ck@gmail.com>
2014-10-04 11:40:39 +05:30
Marc Delisle
c326107d13 Remove dead code
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-09-29 12:40:10 -04:00
Marc Delisle
7a83b16df9 Fix test
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-09-27 12:47:01 -04:00
Marc Delisle
b92a156739 Fix parameter type; remove unused parameter
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-09-26 08:13:47 -04:00
Marc Delisle
1347aa60e3 Fix merge conflict
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-09-21 09:16:50 -04:00
Marc Delisle
ea2dd3c171 bug #4361 Can't change font size (when config.inc.php not present)
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-09-21 09:13:18 -04:00
Chanaka Dharmarathna
31da8b1cdc Remove unsed variable
Signed-off-by: Chanaka Dharmarathna <pe.chanaka.ck@gmail.com>
2014-09-17 00:21:10 +05:30
Chanaka Dharmarathna
08e8ab1cda Remove unused parameter
Signed-off-by: Chanaka Dharmarathna <pe.chanaka.ck@gmail.com>
2014-09-17 00:04:01 +05:30
Chanaka Dharmarathna
866a62800d Remove unused variable in _getPlacedLinks() function
Signed-off-by: Chanaka Dharmarathna <pe.chanaka.ck@gmail.com>
2014-09-15 22:25:25 +05:30
Marc Delisle
9ab4ade266 Remove dead code
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-09-15 11:34:32 -04:00
Hugues Peccatte
ebda4090db Coding style modifications.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-14 15:47:14 +02:00
Marc Delisle
c8b4217e42 Fix tests
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-09-13 10:54:46 -04:00
Marc Delisle
7b6c4e01e3 Remove dead code
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-09-12 08:28:42 -04:00
Marc Delisle
9f65021d1e Remove dead code
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-09-09 09:21:27 -04:00
Hugues Peccatte
3cd1d69f8b Improve PMA_String* unit tests.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-08 21:49:55 +02:00
Marc Delisle
ac964a1470 rfe #1544 MySQL 5.7.5 compatibility
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-09-08 13:20:04 -04:00
Marc Delisle
b3bcdf55ee Remove unused parameter
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-09-07 09:40:02 -04:00
Marc Delisle
2905b29f68 Remove dead code
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-09-07 09:25:14 -04:00
Marc Delisle
fde42eb2e8 No need to have a distinct file
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-09-06 14:11:04 -04:00
Hugues Peccatte
ff0011ac3f Merge pull request #1353 from Tithugues/securityStringSquash
Mass modifications to use PMA_String.
2014-09-06 19:15:06 +02:00
Hugues Peccatte
623715c5f9 Add PMA_String::substrCount.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-06 17:53:30 +02:00
Hugues Peccatte
9b77d746ab Mass modifications to use PMA_String.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-06 10:44:03 +02:00
Chirayu Chiripal
a4e2472108 check null checkbox for datetime with default value null
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-09-06 13:47:06 +05:30
Marc Delisle
582b02262b Remove Overhead from Server > Databases > Enable Statistics. We cannot show
correct results in the case of InnoDB tables.

Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-09-04 05:43:02 -04:00
Marc Delisle
3464916f30 Remove dead code
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-09-03 13:41:23 -04:00
Hugues Peccatte
4960f208e2 Add PHPDoc.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-08-30 21:14:30 +02:00
Marc Delisle
e3fb12e385 Merge commit '3b479f5' 2014-08-28 15:43:36 -04:00
Smita Kumari
3b479f52f9 fix unit test
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
2014-08-28 22:48:35 +05:30
Madhura Jayaratne
a908121b59 Fix more failing tests 2014-08-24 21:56:35 +05:30
Madhura Jayaratne
c33374e243 Fix failing tests
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-08-24 21:31:05 +05:30
Madhura Jayaratne
681bca3560 Merge branch 'master' of github.com:phpmyadmin/phpmyadmin 2014-08-24 07:36:53 +05:30
Madhura Jayaratne
e5f1c6d8bf Simplify schema exporting
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-08-24 07:36:10 +05:30
Marc Delisle
551099bc93 Fix coding style
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-08-23 07:34:11 -04:00
Marc Delisle
f7f39347ef Fix coding style
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-08-22 12:45:41 -04:00
Ashutosh Dhundhara
60610f9b83 Fix issues reported by Scrutinizer.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
2014-08-17 02:20:05 +05:30
Marc Delisle
5c7c5ba533 Remove old tests
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-08-16 09:20:15 -04:00
Marc Delisle
f8634bb1bb Fix coding style
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-08-16 08:44:40 -04:00