Madhura Jayaratne
f344c26138
Fix tests
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-20 15:43:15 +05:30
Madhura Jayaratne
33c4f54618
Fix unit tests
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-17 15:05:17 +05:30
Madhura Jayaratne
2b1b872f63
Fix SQL export related tests
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-10 16:45:04 +05:30
Aayush Anand
4b9ef9a757
feature 844 structure in PDF export squashed
...
Signed-off-by: Aayush Anand <aayushism12@gmail.com>
2015-04-03 00:51:33 +05:30
Madhura Jayaratne
d162f4f3bd
Per server iv
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-03-11 15:32:46 +05:30
Madhura Jayaratne
9bf5792dc0
Merge branch 'QA_4_3' into QA_4_4
2015-03-09 14:48:43 +05:30
Madhura Jayaratne
1f630a1a97
Update tests
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-03-09 14:02:34 +05:30
Madhura Jayaratne
6a9b787320
Update tests
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-02-19 14:14:45 +05:30
Madhura Jayaratne
9e26714239
Fix failing test
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-01-09 21:32:03 +05:30
Madhura Jayaratne
743a528835
rfe #1590 Recaptcha API v2
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-01-08 15:49:24 +05:30
Marc Delisle
4e8737ff2c
Merge branch 'QA_4_3'
2014-12-26 08:29:32 -05:00
Marc Delisle
38bb19ffb6
bug #4655 Undefined index: collation_connection
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-12-26 08:29:09 -05:00
Madhura Jayaratne
f6b7f98322
Fix merge conflicts
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-12-23 10:43:54 -05:00
Madhura Jayaratne
0430ac6337
#4663 Export missing back ticks for order table name
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-12-23 12:53:12 +05:30
Michal ฤihaล
680352b372
Merge branch 'MAINT_4_3_0' into QA_4_3
...
Conflicts:
README
doc/conf.py
libraries/Config.class.php
2014-12-04 09:14:02 +01:00
Michal ฤihaล
ccc239040f
Adjust testcase to new split methods
...
Signed-off-by: Michal ฤihaล <michal@cihar.com>
Conflicts:
test/classes/plugin/auth/PMA_AuthenticationCookie_test.php
2014-12-04 09:12:48 +01:00
Michal ฤihaล
f9dc6be7e6
Add missing call to test
...
Signed-off-by: Michal ฤihaล <michal@cihar.com>
2014-12-04 09:12:05 +01:00
Marc Delisle
41c02abc41
Merge branch 'MAINT_4_3_0' into QA_4_3
2014-12-03 09:02:25 -05:00
Marc Delisle
20d0f08c58
Deactivate this test for now
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-12-03 09:00:45 -05:00
Michal ฤihaล
2502375982
Add missing call to test
...
Signed-off-by: Michal ฤihaล <michal@cihar.com>
2014-12-01 11:56:19 +01:00
Michal ฤihaล
baa922e902
Define missing variable
...
Signed-off-by: Michal ฤihaล <michal@cihar.com>
2014-12-01 10:43:03 +01:00
Michal ฤihaล
94baaba666
Adjust testcase to new split methods
...
Signed-off-by: Michal ฤihaล <michal@cihar.com>
2014-12-01 10:42:11 +01:00
Madhura Jayaratne
b92d3e1047
Workaround for token mismatch error on server session timeout for config and http authentication types
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-28 10:56:28 +05:30
Marc Delisle
6f8a253daf
Merge pull request #1407 from madhuracj/tokenMismatch
...
Workaround for token mismatch error on server session timeout for config and http authentication types
2014-11-26 07:42:46 -05:00
Madhura Jayaratne
783cacbd1e
Workaround for token mismatch error on server session timeout for config and http authentication types
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-20 17:37:39 +05:30
Michal ฤihaล
c11efb678d
This is binary string, can not use mb_strlen
...
Signed-off-by: Michal ฤihaล <michal@cihar.com>
2014-11-20 10:28:53 +01:00
Robert Scheck
491c426623
Patch by Robert Scheck <robert@fedoraproject.org> for phpMyAdmin 4.2.6
...
which enhances cookie encryption/decryption by the optional usage of
PHP OpenSSL. Unfortunately PHP Mcrypt is not shipped by all Linux
distributions however PHP OpenSSL is often enabled by default.
PHP < 5.3.4 does not support passing an IV, thus this has been added as
a requirement. I could have used 'BF-CBC' rather 'AES-128-CBC' but Blowfish
(even it is fast) is seen by experts as weaker algorithm than
AES. If this should be a show-stopper for upstream merging just replace
'AES-128-CBC' by 'BF-CBC', please.
Patch adapted for 4.3.x and tests modified by Marc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-11-19 07:38:32 -05:00
Hugues Peccatte
a68ea85d4d
Remove unused locale variables.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-10 23:26:57 +01:00
Hugues Peccatte
42e0bdd47a
Fix typos.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-02 18:32:42 +01:00
Hugues Peccatte
74f0beda8f
Fix syntax error.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-10-20 20:56:12 +02:00
Madhura Jayaratne
8785ea0e34
Adjust tests for commit 3ec96cb038
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-10-19 08:22:06 +05:30
Madhura Jayaratne
aaa2116b01
Fix some of the failing tests
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-10-18 21:59:33 +05:30
Marc Delisle
bc7d57f613
The minimum supported MySQL version is 5.5
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-10-16 13:32:15 -04:00
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
Hugues Peccatte
bb85376b89
Minor PHPDoc modification.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-30 21:50:20 +02:00
Hugues Peccatte
0ee7063220
Replace PMA_String calls by mb_* calls in tests.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-29 18:52:54 +02: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
9b77d746ab
Mass modifications to use PMA_String.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-06 10:44:03 +02: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
Marc Delisle
8537e1d966
Merge commit '5681db5'
2014-08-14 12:08:12 -04:00
Smita Kumari
5681db5084
fix bug #4516
...
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
2014-08-14 20:55:02 +05:30
Hugues Peccatte
8558047094
Coding style modifications.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-08-09 23:21:13 +02:00
Ashutosh Dhundhara
508f0a752b
RFE#919: Multiple-column foreign key relation.
...
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Fix missing master column.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Fix failing test.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Fix coding styles.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Fix function doc.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Fix coding styles.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
2014-08-01 19:50:12 +05:30
Chirayu Chiripal
871ad6d8ab
update transformation path in getInfo method
...
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-07-24 14:14:03 +05:30
Chirayu Chiripal
43c289ab56
Combined transformation plugins test to avoid duplication issues
...
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-07-13 17:46:22 +05:30
Marc Delisle
56659dfa8c
Fix test
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-07-13 07:58:43 -04:00
Chirayu Chiripal
1f324be4b1
RFE-637: Custom field handlers (input transformations)
...
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-07-12 01:52:32 +05:30