Commit Graph

85182 Commits

Author SHA1 Message Date
Michal Čihař
5c40dfda9f Fix typo 2013-07-19 10:23:19 +02:00
Michal Čihař
cc9b8f576f Merge pull request #522 from ayushchd/unit_testing_2
Restore constant
2013-07-19 00:28:30 -07:00
ayushchd
a0aa9fcab9 Restore constant 2013-07-19 12:41:48 +05:45
Michal Čihař
0f0d6c779f Use new instead of eval 2013-07-19 08:55:20 +02:00
Michal Čihař
d5ee852ab9 Better class generating in schema export
- test whether file exists
- use new instead of eval
2013-07-19 08:55:20 +02:00
Michal Čihař
bb92cb2a26 Share schema export code 2013-07-19 08:55:20 +02:00
Michal Čihař
75838f2412 Merge pull request #514 from adamgsoc2013/UT_plu_table
add test case for PMA_Table and PMA_TableSearch
2013-07-18 23:35:59 -07:00
Michal Čihař
4ef0d4a916 Merge pull request #520 from adamgsoc2013/UT_plu_parse
add test case for PMA_SQL_parser
2013-07-18 23:34:27 -07:00
adamgsoc2013
c4feb3e59b Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin into UT_plu_parse 2013-07-19 10:46:41 +08:00
Madhura Jayaratne
82a8c5da74 Merge pull request #513 from ayushchd/unit_testing
UTs for libraries/plugins/auth*, libraries/properties/*, libraries/plugins/Plugin*
2013-07-18 17:56:00 -07:00
Marc Delisle
b1b39e8b0f Fix typos 2013-07-18 13:19:55 -04:00
Marc Delisle
ff2ccc4a43 Fix merge conflicts 2013-07-18 13:14:26 -04:00
Spun Nakandala
be6864a5a7 phpcs errors and warnings corrected 2013-07-18 22:29:52 +05:30
adamgsoc2013
f2cf954dd8 fix redefine 2013-07-19 00:31:23 +08:00
adamgsoc2013
3d2cfd93a9 Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin into UT_plu_parse 2013-07-19 00:29:34 +08:00
adamgsoc2013
5bb741c886 add test case for PMA_SQL_parser 2013-07-19 00:21:10 +08:00
Spun Nakandala
edc8042fec error corrected 2013-07-18 21:28:42 +05:30
Marc Delisle
07a9bed3e2 Fix typo 2013-07-18 11:17:52 -04:00
Marc Delisle
07ef78e90e Merge pull request #519 from xmujay/server_refactor2
Uts for PMA_server_status
2013-07-18 08:17:21 -07:00
Spun Nakandala
2b39b25f30 changed comments to better reflect the origin of the parameter $selected 2013-07-18 20:44:46 +05:30
Spun Nakandala
f31bb7a196 renamed methods to better reflect their usage. 2013-07-18 20:39:43 +05:30
Spun Nakandala
b2a63c9654 use $GLOBALS['cfg'] instead of parsing $cfg variable among methods 2013-07-18 20:35:07 +05:30
adamgsoc2013
29e62048a9 test on runkit env 2013-07-18 22:32:49 +08:00
Spun Nakandala
f043cf18e0 phpcs errors and warnings corrected 2013-07-18 19:39:43 +05:30
Spun Nakandala
e8994364a8 added methods PMA_executeQueryAndSendResponse, PMA_sendResponse 2013-07-18 19:35:06 +05:30
adamgsoc2013
8669ff762a more case for PMA_TableSearch 2013-07-18 21:43:03 +08:00
adamgsoc2013
ffab91534f add test case for different type of getSelectionForm 2013-07-18 21:32:57 +08:00
Weblate
3b4896393d Merge remote-tracking branch 'origin/master' 2013-07-18 15:21:13 +02:00
Ballen Abdulkarim
378f1978af Translated using Weblate (Kurdish Sorani)
Currently translated at 19.8% (530 of 2680)
2013-07-18 15:20:57 +02:00
Marc Delisle
74f7a85475 Merge pull request #517 from scnakandala/gsoc_2013
added missing parameter
2013-07-18 06:20:23 -07:00
Spun Nakandala
d835def513 added missing parameter 2013-07-18 18:35:23 +05:30
xmujay
b6dc5e92da Uts for PMA_server_status 2013-07-18 20:36:49 +08:00
ayushchd
df114e88dc UTs for libraries/properties/* 2013-07-18 15:33:44 +05:45
ayushchd
b86f703a6a UTs for libraries/plugins/Plugin* 2013-07-18 15:31:43 +05:45
adamgsoc2013
3a5e5aca58 Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin into UT_plu_parse 2013-07-18 17:42:43 +08:00
adamgsoc2013
a9daa0b580 Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin into UT_plu_table 2013-07-18 17:42:20 +08:00
adamgsoc2013
5431877198 don't skip test 2013-07-18 16:24:40 +08:00
adamgsoc2013
e38bb3cca9 using runkit to test PMA_DRIZZLE in 'true' and 'false' state 2013-07-18 16:22:54 +08:00
Weblate
bc41a4160c Merge remote-tracking branch 'origin/master' 2013-07-18 10:01:32 +02:00
Rodrigo Souza
900b846913 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2680 of 2680)
2013-07-18 10:01:17 +02:00
Michal Čihař
f52a89c273 Merge pull request #515 from xmujay/serverview_refactor
fix the regression error
2013-07-18 01:00:55 -07:00
adamgsoc2013
9e41ec700c fix tab 2013-07-18 15:34:37 +08:00
adamgsoc2013
750f60f8d9 test on different setting of PMA_DRIZZLE 2013-07-18 15:33:02 +08:00
xmujay
a88c258864 Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin into serverview_refactor 2013-07-18 09:50:40 +08:00
Rodrigo Souza
b5b3537b74 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2680 of 2680)
2013-07-17 21:47:23 +02:00
adamgsoc2013
372dad6257 remove tab 2013-07-18 00:47:05 +08:00
adamgsoc2013
0648e5dc92 add more case for PMA_Table 2013-07-18 00:42:28 +08:00
adamgsoc2013
e8621b53af add UT for rename function 2013-07-18 00:24:59 +08:00
adamgsoc2013
87b514fc11 Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin into UT_plu_table 2013-07-17 23:55:55 +08:00
adamgsoc2013
c69e93b661 deal with different state of PMA_DRIZZLE 2013-07-17 23:51:14 +08:00