Commit Graph

85216 Commits

Author SHA1 Message Date
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
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
Spun Nakandala
01ca2aa2eb corrected method call to adjust to modified method in sql.lib.php 2013-07-20 21:15:43 +05:30
Spun Nakandala
36a4ba240a corrected error display shown when browsing a table for the first time after logging 2013-07-20 21:13:50 +05:30
Weblate
3a924a15fb Merge remote-tracking branch 'origin/master' 2013-07-20 16:30:41 +02:00
Anders Jonsson
49a3917457 Translated using Weblate (Swedish)
Currently translated at 100.0% (2680 of 2680)
2013-07-20 16:30:15 +02:00
Telma Gonzaga
1bcaa8bfb0 Translated using Weblate (Portuguese)
Currently translated at 47.9% (1283 of 2680)
2013-07-20 16:29:49 +02:00
Marc Delisle
61731b8651 Merge branch 'QA_4_0' 2013-07-20 10:26:15 -04:00
Marc Delisle
b6e5b46566 Avoid merging translations of QA_4_0 2013-07-20 10:25:34 -04:00
Marc Delisle
6ac33adc15 ChangeLog entry for bug 4012 fix
Fix another case of parameter incorrectly passed by reference
Adjust functions parameter doc
2013-07-20 10:23:20 -04:00
Dmitriy Buldakov
cd421e018c Bug #4012 Crash on CSV file import 2013-07-20 10:18:02 -04:00
Telma Gonzaga
6209533319 Translated using Weblate (Portuguese)
Currently translated at 50.6% (1318 of 2607)
2013-07-20 08:18:22 +02:00
Michal Čihař
a24e973963 Translated using Weblate (Portuguese)
Currently translated at 50.5% (1317 of 2607)
2013-07-20 08:15:11 +02:00
Marc Delisle
536eb2f106 Clarify comment 2013-07-19 13:30:15 -04:00
Marc Delisle
e4ed6b6c31 Merge pull request #528 from scnakandala/gsoc_2013
Refactoring SQL executor
2013-07-19 10:30:22 -07:00
Marc Delisle
a961e21317 Merge pull request #527 from scnakandala/gsoc_2013_2
Bug Fix
2013-07-19 10:16:49 -07:00
Spun Nakandala
e23a87e818 include sql.php removed from libraries\mult_submits.inc.php 2013-07-19 22:39:17 +05:30
ProUser
f26b07688a Translated using Weblate (Swedish)
Currently translated at 100.0% (2680.0 of 2680)
2013-07-19 18:26:06 +02:00
Spun Nakandala
d15028ead2 sorted column not remembering error corrected 2013-07-19 21:42:35 +05:30
Michal Čihař
175f181968 Add missing parenthesis 2013-07-19 17:01:12 +02:00
Michal Čihař
0f15b3a049 Merge pull request #523 from ayushchd/unit_testing_abstract
Tests for abstract classes
2013-07-19 06:36:53 -07:00
Michal Čihař
7e98a75fe5 Merge pull request #524 from ayushchd/unit_testing_2
Remove swekey from code coverage
2013-07-19 06:36:31 -07:00
Marc Delisle
7dc9d103e3 Merge commit '12571ab' 2013-07-19 09:16:21 -04:00
Marc Delisle
dc92c72e8a Merge commit '77e67c3' 2013-07-19 09:13:51 -04:00
Weblate
12571ab735 Merge remote-tracking branch 'origin/QA_4_0' into QA_4_0 2013-07-19 15:12:23 +02:00
Ballen Abdulkarim
883d272841 Translated using Weblate (Kurdish Sorani)
Currently translated at 21.1% (551 of 2607)
2013-07-19 15:12:02 +02:00
Marc Delisle
77e67c3f2c - bug #4019 Create database if not exists (export): add an option to the
interface to enable generating CREATE DATABASE and USE (false by default)
2013-07-19 09:09:24 -04:00
Marc Delisle
412ecee512 Fix typo 2013-07-19 06:42:36 -04:00
ayushchd
05f4347613 Remove swekey from code coverage 2013-07-19 14:13:26 +05:45
Michal Čihař
5c40dfda9f Fix typo 2013-07-19 10:23:19 +02:00
ayushchd
811146d168 Tests for abstract classes 2013-07-19 13:54:29 +05:45
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