Commit Graph

85271 Commits

Author SHA1 Message Date
Michal Čihař
32faada516 Merge pull request #537 from adamgsoc2013/UT_plu_table
add test case for Table*
2013-07-24 00:23:37 -07:00
Marc Delisle
76c1df5ce8 Clarify comments 2013-07-23 15:31:48 -04:00
Marc Delisle
1c2929a57e Merge pull request #538 from scnakandala/gsoc_2013
Refactoring SQL executor
2013-07-23 12:30:01 -07:00
adamgsoc2013
ed36426b88 add test case for Table* 2013-07-24 00:17:08 +08:00
Spun Nakandala
ea842c4f36 removed include sql.php from db_qbe.php 2013-07-23 21:35:18 +05:30
Spun Nakandala
5dc092ba24 replaced include sql.php from tbl_structure.php 2013-07-23 21:25:10 +05:30
Spun Nakandala
69b7c86f50 class redeclaration error corrected 2013-07-23 21:20:18 +05:30
Marc Delisle
957a204c5a Fix typos 2013-07-23 07:12:44 -04:00
Michal Čihař
1e109f88b2 Use local variable 2013-07-23 11:44:45 +02:00
Michal Čihař
5401211ac2 Avoid code duplication 2013-07-23 11:44:03 +02:00
Michal Čihař
8a5e39a9f7 Use variable variables instead of eval 2013-07-23 11:43:39 +02:00
Michal Čihař
1d5ca5375e Merge remote-tracking branch 'origin/QA_4_0' 2013-07-23 11:34:50 +02:00
Michal Čihař
2f48cd69eb Fix rule definition (value and check were mixed) 2013-07-23 11:34:33 +02:00
Michal Čihař
9e2260632e Merge remote-tracking branch 'origin/QA_4_0' 2013-07-23 11:24:22 +02:00
Michal Čihař
897449db08 Merge commit '71c26bcec2df4245af2dfe2ab41f167994177f0d' 2013-07-23 11:24:09 +02:00
Michal Čihař
81dba57b6a Better injection of variables into eval'd code 2013-07-23 11:20:56 +02:00
Michal Čihař
86fdba7203 Merge pull request #536 from xmujay/master
UTs for PMA_display_export
2013-07-22 23:53:27 -07:00
Michal Čihař
664d560493 Merge pull request #534 from adamgsoc2013/UT_plu_parse
add test case for parse_analyze.inc.php
2013-07-22 23:52:53 -07:00
xmujay
ba487bb26c Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin 2013-07-23 13:32:06 +08:00
Marc Delisle
76ba0b03cd No longer needed 2013-07-22 15:33:54 -04:00
Marc Delisle
7c44c81b9e No longer needed 2013-07-22 15:30:31 -04:00
Marc Delisle
f5639ca63d Clarify comments 2013-07-22 15:28:31 -04:00
Marc Delisle
699b2c38ec Merge pull request #535 from scnakandala/gsoc_2013
Refactoring SQL executor
2013-07-22 12:26:48 -07:00
Spun Nakandala
a025fe1781 typo corrected 2013-07-23 00:26:02 +05:30
Spun Nakandala
96836745c4 error coorected 2013-07-23 00:17:52 +05:30
Spun Nakandala
6a053b5627 replace include 'sql.php' with method calls to sql.lib.php 2013-07-22 22:52:57 +05:30
Spun Nakandala
d80fa9452e taken care by sql.js in client side 2013-07-22 22:50:50 +05:30
adamgsoc2013
1c0fd2fdfe add update sql statement for testing 2013-07-22 23:12:36 +08:00
adamgsoc2013
5ca23f337d add test case for parse_analyze.inc.php 2013-07-22 22:19:11 +08:00
Marc Delisle
c1d7d986f4 Comparison does not work when the array element does not exist, leading to an incorrect sql query generated 2013-07-22 09:46:13 -04:00
xmujay
2401483450 UTs for PMA_display_export 2013-07-22 21:34:41 +08:00
Marc Delisle
fe361f6afb Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin 2013-07-22 06:03:15 -04:00
Marc Delisle
e186cffe2d Clarify code path 2013-07-22 06:03:03 -04:00
Michal Čihař
c9474ad521 Translated using Weblate (West Flemish)
Currently translated at 0.1% (2 of 2680)
2013-07-22 11:57:46 +02:00
Michal Čihař
5030bafb95 Add West Flemish language 2013-07-22 10:38:57 +02:00
Michal Čihař
a649bcb33f Merge pull request #533 from adamgsoc2013/UT_plu_parse
add test case for PMA_relation
2013-07-22 00:28:04 -07:00
adamgsoc2013
7d3dda4842 Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin into UT_plu_parse 2013-07-21 21:05:28 +08:00
Marc Delisle
1b34f8fd28 Fix typos and clarify comment 2013-07-21 08:58:05 -04:00
Marc Delisle
5c32d0d7f5 Merge pull request #531 from xmujay/server_refactor2
refactor server_export
2013-07-21 05:55:57 -07:00
adamgsoc2013
f700f55272 Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin into UT_plu_parse 2013-07-21 20:14:02 +08:00
Marc Delisle
3c83f1f6d2 Fix comment due to refactoring 2013-07-21 07:51:36 -04:00
Marc Delisle
a4680197f2 Merge pull request #529 from scnakandala/gsoc_2013
Refactoring SQL executor
2013-07-21 04:50:17 -07:00
Michal Čihař
d7e1e356f9 Merge pull request #525 from adamgsoc2013/UT_plu_table
1 add sub class to test different runkit setting 2 add test case for PMA_TableSearch
2013-07-21 00:08:13 -07:00
Michal Čihař
2d11e2c216 Merge pull request #526 from adamgsoc2013/ut_plug_schema
fix the DBI mocking for Schema classes
2013-07-21 00:07:09 -07:00
xmujay
0157002bd1 rename server_export.lib.php to display_export.lib.php due to it works for server and database, table level export 2013-07-21 10:23:35 +08:00
Spun Nakandala
ea81960b6c removed include sql.php from tbl_select.php 2013-07-21 04:32:17 +05:30
Marc Delisle
55eede0e97 Merge pull request #530 from scnakandala/gsoc_2013_2
Refactoring SQL executor
2013-07-20 14:30:07 -07:00
xmujay
95ba127006 fix undefined variable: multi_values 2013-07-21 01:09:18 +08:00
xmujay
f661dd791f Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin into server_refactor2 2013-07-21 00:59:45 +08:00
xmujay
b1eabfb597 fix the undefined error 2013-07-21 00:58:37 +08:00