Commit Graph

10091 Commits

Author SHA1 Message Date
Michal Čihař
dfccfa9dc5 Merge pull request #619 from ayushchd/uts_refactored
Unit tests for insert_edit.lib.php
2013-08-20 22:28:28 -07:00
ayushchd
33f4871c9c Undefined variable and testuite fixes 2013-08-21 02:21:28 +05:30
Marc Delisle
69d19464fa Merge pull request #618 from xmujay/refactor_server_sql
refactor PMA_sqlQueryForm and fix code style
2013-08-20 09:22:11 -07:00
xmujay
ea1f6f3750 refactor PMA_getHtmlForSqlQueryForm and fix code style 2013-08-20 21:36:58 +08:00
Michal Čihař
7eb2ba9c83 Merge pull request #608 from ayushchd/ref_uts
Fixes and tests
2013-08-20 02:22:13 -07:00
Marc Delisle
c024c77f15 Improve comments 2013-08-19 20:28:56 -04:00
Marc Delisle
86031eff1d Merge pull request #617 from scnakandala/refac_tbl_create
Refactoring tbl_create.php
2013-08-19 17:24:47 -07:00
Spun Nakandala
09fd49c4d7 "Add 1 column(s) Go" Error corrected 2013-08-20 00:02:51 +05:30
Marc Delisle
adf5e17603 Merge pull request #606 from xmujay/refactor_server_sql
Refactor server sql
2013-08-18 10:21:05 -07:00
ayushchd
10603e6593 Fix spaces and argument issues 2013-08-18 19:21:31 +05:30
xmujay
e3e100f0c4 refactor the function name to PMA_getHtmlForSqlQueryFormBookmark 2013-08-18 18:13:59 +08:00
xmujay
eb47a21d85 fix code style 2013-08-18 17:34:59 +08:00
xmujay
13be797fd7 refactor PMA_getHtmlForSqlQueryFormInsert : render HTML at once 2013-08-18 17:27:15 +08:00
xmujay
bc9bb645b3 refactor PMA_sqlQueryFormBookmark: render HTML at once 2013-08-18 16:44:50 +08:00
xmujay
660ead3629 refactor PMA_sqlQueryFormUpload: render HTML at once 2013-08-18 16:32:36 +08:00
Marc Delisle
15de2de0fc Merge pull request #605 from ibennetch/ssl
Improved SSL communication between MySQL and phpMyAdmin
2013-08-17 12:31:32 -07:00
Marc Delisle
604dde6040 Fix typos 2013-08-17 06:38:25 -04:00
Marc Delisle
490b77207f Merge pull request #603 from xmujay/mult_submit_refactor
refactor PMA_mult_submits and Add UT
2013-08-17 03:34:41 -07:00
xmujay
8c9d122c17 fix unset unset($submit_mult); and remove unneeded space 2013-08-17 17:21:45 +08:00
Isaac Bennetch
8fd8c4d525 Improved SSL communication between MySQL and phpMyAdmin 2013-08-16 23:20:21 -04:00
Spun Nakandala
f5b20c9828 phpcs errors corrected 2013-08-17 00:22:08 +05:30
Spun Nakandala
4d988516bf added method PMA_getTableCreationQuery 2013-08-17 00:16:04 +05:30
Spun Nakandala
dfb6cdb4ad added method PMA_getNumberOfFieldsFromRequest 2013-08-17 00:05:02 +05:30
Isaac Bennetch
bf032b791a Merge pull request #597 from kasunchathuranga/navIcon
Change icons in left pane based on the link target
2013-08-16 06:39:55 -07:00
xmujay
626f0f9308 add function PMA_getUrlParams and PMA_getQueryStrFromSelected 2013-08-16 21:04:33 +08:00
Isaac Bennetch
21045eb700 Merge pull request #591 from kasunchathuranga/unitTesting3
Unit testing for navigation hiding
2013-08-16 05:57:05 -07:00
xmujay
230f5c7103 Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin into mult_submit_refactor 2013-08-16 13:49:10 +08:00
Marc Delisle
8e02dc13ff Remove extra spaces 2013-08-15 14:09:59 +02:00
Marc Delisle
574b9fda87 Fix end of lines 2013-08-15 14:08:24 +02:00
Marc Delisle
2b2c37e365 Merge remote-tracking branch 'scnakandala/refac_tbl_columns_definitions' 2013-08-15 14:06:48 +02:00
Michal Čihař
8324d6e6d3 Fix set_error_handler call 2013-08-15 13:27:09 +02:00
Michal Čihař
81869b6b54 Automatic switch to utf8mb4 collation 2013-08-15 11:56:04 +02:00
Michal Čihař
fb30c148f2 Default to utf8mb4 for new MySQL versions 2013-08-15 11:49:13 +02:00
Michal Čihař
74e3a24fc0 Merge pull request #595 from ismywb/master
Update config.default.php
2013-08-15 02:30:13 -07:00
ayushchd
5544ad9572 Fix double addition of PRIMARY KEY index in SQL 2013-08-15 14:49:16 +05:30
Kasun Chathuranga
3b7aaf59e6 Merge branch 'master' of github.com:phpmyadmin/phpmyadmin into unitTesting3 2013-08-15 11:52:59 +05:30
Marc Delisle
ed76add283 Merge pull request #594 from scnakandala/refac_tbl_structure
Refactoring tbl_structure.php
2013-08-14 14:04:52 -07:00
Jerald Johnson
294d33c2f6 Update config.default.php
Since 2010 (at least) 0 has been used for unlimited in maxmem

However, unlimited is actually -1 and can cause issues in certain environment.
2013-08-14 12:47:41 -05:00
Spun Nakandala
d5ff49acbf added method PMA_getMultipleFieldCommandType 2013-08-14 22:12:06 +05:30
xmujay
63235d45ff rename PMA_getQueryFromSelected function 2013-08-15 00:06:31 +08:00
xmujay
cd98246d44 refactor PMA_mult_submits and Add UT 2013-08-15 00:01:13 +08:00
Kasun Chathuranga
389ded68dd Change icons in left pane based on the link target 2013-08-14 12:05:29 +05:30
Michal Čihař
9d00e5934c Merge pull request #571 from ayushchd/ut
Ut
2013-08-13 06:35:23 -07:00
Kasun Chathuranga
1edf192cc6 Unit tests for navigationhiding 2013-08-13 15:02:30 +05:30
Marc Delisle
83f54ed048 Merge pull request #585 from xmujay/refactor_mult_submit
refactor the render part of mult_submits
2013-08-11 23:09:30 -07:00
Marc Delisle
4a62cd2195 Improve function name 2013-08-11 15:18:26 -04:00
Marc Delisle
8657108a31 Improve function name 2013-08-11 15:15:24 -04:00
Marc Delisle
ac5fcf6071 Fix typo 2013-08-11 15:12:37 -04:00
Marc Delisle
8e5eb84202 Merge pull request #581 from xmujay/0809_serverprivileges
refactor server privileges
2013-08-11 12:12:17 -07:00
Spun Nakandala
6bf2ee2192 moved related stuff together 2013-08-11 21:44:22 +05:30