Commit Graph

75878 Commits

Author SHA1 Message Date
Chanaka Indrajith
40d0ada69b Modified the function PMA_displayTableBody 2012-05-12 09:39:05 +05:30
Chanaka Indrajith
5a4432a232 Merge remote branch 'upstream/master' 2012-05-11 16:06:42 +05:30
Chanaka Indrajith
bf15800089 Remove HTML rendering inside the functions in display_tbl.lib.php file itselves 2012-05-11 16:05:55 +05:30
Michal Čihař
ef40e9e076 Merge remote-tracking branch 'origin/QA_3_5' 2012-05-11 10:12:31 +02:00
Pedro Travassos
db19a1f333 Translated using Weblate. 2012-05-11 10:11:39 +02:00
Yuichiro Takahashi
ffd8013570 Translated using Weblate. 2012-05-11 10:11:38 +02:00
Стоян Димитров
93f3c69807 Translated using Weblate. 2012-05-11 10:11:37 +02:00
Michal Čihař
cdfcf81a1b Merge remote-tracking branch 'origin/master' 2012-05-11 10:05:30 +02:00
Стоян Димитров
90a1b1954f Translated using Weblate. 2012-05-11 10:05:26 +02:00
Michal Čihař
aad9dde0b3 Remove extra , 2012-05-11 10:05:16 +02:00
Chanaka Indrajith
61360750ca Modified some functions in common.lib.php file 2012-05-11 11:53:45 +05:30
Michal Čihař
e3fc8aa39e Merge remote-tracking branch 'origin/master' 2012-05-10 18:55:25 +02:00
Madhura Jayaratne
7eaa93c2a9 Coding style fixes 2012-05-10 22:24:39 +05:30
Michal Čihař
64e24f348c Merge remote-tracking branch 'origin/master' 2012-05-10 18:46:48 +02:00
Madhura Jayaratne
bda568a501 Remove unused parameters 2012-05-10 22:14:00 +05:30
Madhura Jayaratne
968294b08b Arguments with default values must be at the end of the argument list - more instances 2012-05-10 22:09:13 +05:30
Madhura Jayaratne
fa9f372ebb Arguments with default values must be at the end of the argument list - another instance 2012-05-10 21:51:53 +05:30
Madhura Jayaratne
36644a8365 Arguments with default values must be at the end of the argument list 2012-05-10 21:38:32 +05:30
Madhura Jayaratne
7cf3bd1554 Multi-line assignments must have the equal sign on the second line 2012-05-10 21:23:09 +05:30
Madhura Jayaratne
08bbe923be Opening brace should be on a new line 2012-05-10 21:15:43 +05:30
Michal Čihař
331741866b Merge remote-tracking branch 'origin/master' 2012-05-10 17:10:51 +02:00
Yuichiro Takahashi
82e44184a8 Translated using Weblate. 2012-05-10 17:10:49 +02:00
Madhura Jayaratne
d95d403311 Coding style fixes 2012-05-10 20:39:40 +05:30
Domen
402d38764d Translated using Weblate. 2012-05-10 17:02:56 +02:00
Matías Bellone
77def08c79 Translated using Weblate. 2012-05-10 16:50:49 +02:00
Chanaka Indrajith
57723b6b76 Reduce HTML echo renderings in PMA_displayResultsOperations function 2012-05-10 18:04:26 +05:30
Madhura Jayaratne
15a587aac3 Merge branch 'master' of github.com:phpmyadmin/phpmyadmin 2012-05-10 17:33:31 +05:30
Chanaka Indrajith
e59302d3c8 Merge remote branch 'upstream/master' 2012-05-10 16:48:24 +05:30
Michal Čihař
7a12989035 Merge remote-tracking branch 'origin/master' 2012-05-10 11:56:11 +02:00
Pedro Travassos
ceb534e6bd Translated using Weblate. 2012-05-10 11:55:58 +02:00
Yuichiro Takahashi
a3e6328f95 Translated using Weblate. 2012-05-10 11:55:54 +02:00
Dieter Adriaenssens
6bb1b8c76e fix typo in function name 2012-05-10 11:55:38 +02:00
Michal Čihař
05c0f9bf87 Separator should be disabled 2012-05-10 10:24:38 +02:00
Michal Čihař
c9ebb0bdc2 Remove unused variable 2012-05-10 10:22:24 +02:00
Michal Čihař
60c5f0e7bc Factor out getting default function for field 2012-05-10 10:22:10 +02:00
Michal Čihař
1e7f79fd3f Docblock 2012-05-10 10:19:05 +02:00
Michal Čihař
e65cf5228c Use foreach loop instead of indexing array all the time 2012-05-10 10:16:08 +02:00
Michal Čihař
3da2dbb851 One place to set default function 2012-05-10 10:14:56 +02:00
Michal Čihař
a413124f75 Should be defined on top 2012-05-10 10:12:47 +02:00
Michal Čihař
0dc00ba804 No need to store this explicitely, we already have this information 2012-05-10 10:11:39 +02:00
Michal Čihař
9fd0edb33c Less local variables 2012-05-10 10:10:47 +02:00
Michal Čihař
e2e3de0392 Do not build indentation, it is anyway wrong in most places 2012-05-10 10:09:07 +02:00
Michal Čihař
2dabdb8ea3 Move spacer creating outside of loop 2012-05-10 10:08:19 +02:00
Michal Čihař
843fe3dced Store boolean rather than string 2012-05-10 10:06:54 +02:00
Michal Čihař
b56a0a727b It is enough to check for existence here 2012-05-10 10:06:30 +02:00
Michal Čihař
ff45b824cd Treat ENUM/SET as character types as same functions can be applied to them and need charset 2012-05-10 09:55:48 +02:00
Michal Čihař
9bb935be22 Use type classifiers instead of going through array 2012-05-10 09:51:15 +02:00
Chanaka Indrajith
29cc2fab38 Some modifications to PMA_displayTableBody function in display_tbl.lib.php to reduce echo renderings 2012-05-10 12:35:28 +05:30
Chanaka Indrajith
e8a35a14cd Some modifications including reduce echo renderings in PMA_displayVerticalTable function in display_tbl.lib.php file 2012-05-10 10:24:32 +05:30
Chanaka Indrajith
7ac4b4b822 Merge remote branch 'upstream/master' 2012-05-10 08:53:39 +05:30