Commit Graph

88683 Commits

Author SHA1 Message Date
Giovanni Sora
511da4270a Translated using Weblate (Interlingua)
Currently translated at 41.5% (1142 of 2749)
2014-03-06 09:18:07 +01:00
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
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
Michal Čihař
c2dcf68269 Translated using Weblate (Malay)
Currently translated at 13.7% (377 of 2749)
2014-02-27 11:40:17 +01:00
Michal Čihař
cdb19d28bd Translated using Weblate (Italian)
Currently translated at 89.4% (2459 of 2749)
2014-02-27 11:40:12 +01:00
Michal Čihař
21e489b6bc Translated using Weblate (German)
Currently translated at 100.0% (2749 of 2749)
2014-02-27 11:40:07 +01:00
Michal Čihař
17d4e81634 Translated using Weblate (Armenian)
Currently translated at 3.8% (106 of 2749)
2014-02-27 11:38:09 +01:00
Michal Čihař
988b586a64 Translated using Weblate (Arabic)
Currently translated at 45.7% (1257 of 2749)
2014-02-27 11:38:04 +01:00
Weblate
439d172e5a Merge remote-tracking branch 'origin/QA_4_1' into QA_4_1 2014-02-27 10:53:46 +01:00
Giovanni Sora
f5656d4a4d Translated using Weblate (Interlingua)
Currently translated at 41.3% (1137 of 2749)
2014-02-27 10:53:43 +01:00
Marc Delisle
6d587f2cd4 Translated using Weblate (French)
Currently translated at 100.0% (2749 of 2749)
2014-02-27 10:53:41 +01:00
Michal Čihař
7c4f69914a Translated using Weblate (Belarusian)
Currently translated at 31.6% (871 of 2749)
2014-02-27 10:53:39 +01:00
Fahad Abdullah Alshareef
105ace3e5d Translated using Weblate (Arabic)
Currently translated at 45.7% (1257 of 2749)
2014-02-27 10:53:38 +01:00
Michal Čihař
7f15ebc984 Merge pull request #970 from mebjas/QA_4_1
testBlowFishDecrypt() testcase added
2014-02-27 10:53:32 +01:00