Commit Graph

88694 Commits

Author SHA1 Message Date
Krtin Kumar
32edccc541 Bugfix4301
Signed-off-by: Krtin Kumar <krtinkumar@gmail.com>
2014-03-07 20:52:58 +05:30
Marc Delisle
50442a2cd8 4.1.0-dev
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-06 12:47:47 -05:00
Weblate
3093f0f0bc Merge remote-tracking branch 'origin/QA_4_1' into QA_4_1 2014-03-06 09:18:17 +01:00
Burak Yavuz
89c0d37903 Translated using Weblate (Turkish)
Currently translated at 100.0% (2749 of 2749)
2014-03-06 09:18:15 +01:00
Chien Wei Lin
090e3f45c9 Translated using Weblate (Traditional Chinese)
Currently translated at 100.0% (2749 of 2749)
2014-03-06 09:18:12 +01:00
Domen
c803238717 Translated using Weblate (Slovenian)
Currently translated at 100.0% (2749 of 2749)
2014-03-06 09:18:10 +01:00
Giovanni Sora
511da4270a Translated using Weblate (Interlingua)
Currently translated at 41.5% (1142 of 2749)
2014-03-06 09:18:07 +01:00
Michal Čihař
73cdd13a83 Merge pull request #994 from mebjas/QA_4_1
Correcting test for Config.class.php
2014-03-06 09:18:03 +01:00
minhaz
06e7aa4c26 Test case for Config.class.php fixed
Testcases modified:
Two test cases - one for no config file , other with config file

Signed-off-by: A V Minhaz <minhazav@gmail.com>
2014-03-06 12:08:48 +05:30
minhaz
13baf4ea18 testing permission for test object
Signed-off-by: A V Minhaz <minhazav@gmail.com>
2014-03-06 00:44:37 +05:30
minhaz
5868049867 Update PMA_Config_test.php
As per discussion in mailing list, another object is used to check for file permission while global object remains same!
Signed-off-by: A V Minhaz <minhazav@gmail.com>
2014-03-05 23:01:05 +05:30
Atul Pratap Singh
1101b21568 changelog entry for 4307
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2014-03-04 17:50:12 +05:30
Atul Pratap Singh
fb070815b2 Merge pull request #997 from smita786/bugfix-4307
bug fix #4307
2014-03-04 12:15:07 +05:30
Smita Kumari
5e2023ce77 Fix bug#4307 Nav: "Columns" wont expand with specific schema
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
2014-03-04 12:10:24 +05:30
Marc Delisle
ef959d182f ChangeLog entry
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-03 15:04:24 -05:00
Marc Delisle
239c1b3296 Merge pull request #993 from omerjerk/QA_4_1
#4308 Stop edit routine form being submitted with enter
2014-03-03 15:03:10 -05:00
minhaz
f580c8fb94 Correcting test for Config.class.php
The constant used to load config file i.e CONFIG_FILE was config.inc.php while it did not exist in code base, which was causing two similar test-case with no config-file.
CONFIG_FILE has been replaced with "config.sample.inc.php" which can be tested for.
 
Signed-off-by: A V Minhaz <minhazav@gmail.com>
2014-03-04 00:49:57 +05:30
Umair Khan
a0429a872c #4308 Stop edit routine form being submitted with enter
Signed-off-by: Umair Khan <omerjerk@gmail.com>
2014-03-03 23:41:41 +05:30
Marc Delisle
834dab485e ChangeLog entry
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-03 08:26:28 -05:00
Marc Delisle
be06786420 ChangeLog entry
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-03 08:19:04 -05:00
Marc Delisle
54220a34b3 Merge pull request #992 from smita786/QA_4_1
bug fix #4040
2014-03-03 08:18:15 -05:00
Smita Kumari
cc7f1bf1f9 bug fix #4040:Since we are not reseting theme on reset settings, so removed the block that were unsetting theme in seesion
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
2014-03-03 18:38:36 +05:30
Michal Čihař
908df2a243 Merge pull request #986 from omerjerk/QA_4_1
BugFix #4305
2014-03-03 09:33:51 +01:00
Michal Čihař
f319824b54 Fix regexp to match
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-03 09:30:51 +01:00
Michal Čihař
6cbde74c25 Test encoded binary output
Otherwise PHP sometimes refuses to match binary content using PCRE.

Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-03 09:30:44 +01:00
Michal Čihař
f95010d9c2 Merge pull request #981 from mebjas/QA_4_1
Testcases for PMA_ConfigTest modified
2014-03-03 09:28:00 +01:00
Umair Khan
3e5fb52959 BugFix #4305
Signed-off-by: Umair Khan <omerjerk@gmail.com>
2014-03-02 22:22:58 +05:30
Marc Delisle
44cb913b40 ChangeLog entry
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-02 09:26:06 -05:00
Marc Delisle
1c481a54ae Merge pull request #966 from smita786/QA_4_1
bug fix #4298:ImportCSV options UI validation includes "Columns separate...
2014-03-02 09:25:53 -05:00
Atul Pratap Singh
15539d4d7d Fix bugs#4302: Some params are being omitted from microhistory
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2014-03-02 23:48:37 +05:30
Smita Kumari
d2dbe10b5a unbinding keyup event
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
2014-03-02 18:44:05 +05:30
minhaz
34a11a06fb Testcase build failure fixed
Signed-off-by: A V Minhaz <minhazav@gmail.com>
2014-03-02 15:23:45 +05:30
minhaz
5b8bf48dad testCase bild fail fixed
Signed-off-by: A V Minhaz <minhazav@gmail.com>
2014-03-02 14:44:39 +05:30
minhaz
47dfc2e3f0 tearDown() function to unset GLOBALS used for this test
Signed-off-by: A V Minhaz <minhazav@gmail.com>
2014-03-02 13:43:38 +05:30
minhaz
f7b35e52ef Added testcase for testCheckPermissions()
Signed-off-by: A V Minhaz <minhazav@gmail.com>
2014-03-02 13:41:57 +05:30
Atul Pratap Singh
c50e0a22d9 Merge branch 'QA_4_1' of github.com:phpmyadmin/phpmyadmin into QA_4_1 2014-03-01 23:51:23 +05:30
Atul Pratap Singh
54ee8faa96 Fix error reports 974/1833: cannot call method on tooltip
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2014-03-01 23:36:45 +05:30
Atul Pratap Singh
987ab29858 Fix error reports 477/1573/1604: unrecognized expression: input:checkbox
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2014-03-01 23:22:05 +05:30
Atul Pratap Singh
69e504ccf8 Fix error reports 1678/1757 chartObj.chart.series[j].setData is not a function
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2014-03-01 19:01:25 +05:30
Marc Delisle
58f0552e31 bug #4303 "New" link in navi panel is shown even if no privileges
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-01 07:42:53 -05:00
minhaz
b32b8ade30 Test object unset on test completion
The tearDown() function was kept empty without releasing resources of current object

Signed-off-by: A V Minhaz <minhazav@gmail.com>
2014-03-01 04:42:51 +05:30
minhaz
f1529325ff coding style fix
Signed-off-by: A V Minhaz <minhazav@gmail.com>
2014-03-01 02:49:56 +05:30
Marc Delisle
93578eb963 ChangeLog entry
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-02-28 15:14:36 -05:00
Weblate
9b7fccd1c3 Merge remote-tracking branch 'origin/QA_4_1' into QA_4_1 2014-02-28 21:11:54 +01:00
Matías Bellone
72d11b7a7c Translated using Weblate (Spanish)
Currently translated at 100.0% (2749 of 2749)
2014-02-28 21:11:51 +01:00
Marc Delisle
94cb1e11f8 Merge pull request #976 from sampathLiyanage/bugfixdbsearch
DB Search bug fix #4299
2014-02-28 15:11:48 -05:00
Sampath Liyanage
5f93f45c04 test failure fixed
Signed-off-by: Sampath Liyanage <plbsam@gmail.com>
2014-03-01 00:15:08 +05:30
Sampath Liyanage
431c2ad5d8 DB Search bug fix
Signed-off-by: Sampath Liyanage <plbsam@gmail.com>
2014-02-28 01:50:33 +05:30
Michal Čihař
f4acba4a7e Translated using Weblate (Portuguese)
Currently translated at 61.2% (1683 of 2749)
2014-02-27 11:40:26 +01:00
Michal Čihař
5862f12636 Translated using Weblate (Polish)
Currently translated at 92.5% (2545 of 2749)
2014-02-27 11:40:22 +01:00