Commit Graph

75847 Commits

Author SHA1 Message Date
Chanaka Indrajith
57723b6b76 Reduce HTML echo renderings in PMA_displayResultsOperations function 2012-05-10 18:04:26 +05:30
Chanaka Indrajith
e59302d3c8 Merge remote branch 'upstream/master' 2012-05-10 16:48:24 +05:30
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
Michal Čihař
71d7d63d13 Merge remote-tracking branch 'origin/master' 2012-05-09 21:02:07 +02:00
Michal Čihař
0ad76991eb Translated using Weblate. 2012-05-09 21:01:50 +02:00
Madhura Jayaratne
292f83e382 Coding style improvements 2012-05-10 00:31:15 +05:30
Madhura Jayaratne
6c6f9b405e Fix documentation comments 2012-05-10 00:28:59 +05:30
Burak Yavuz
700fd8b4bd Translated using Weblate. 2012-05-09 14:48:36 +02:00
Michal Čihař
d2dededbd3 Update po files 2012-05-09 13:15:32 +02:00
Michal Čihař
765eed577a Move most used types to base Types class 2012-05-09 13:13:24 +02:00
Michal Čihař
c7ae97cd8e Prepare type arrays in advance 2012-05-09 13:09:35 +02:00
Michal Čihař
cedff6220b Update po files 2012-05-09 13:07:03 +02:00
Michal Čihař
259c8e8e36 Oops, I mixed context and message 2012-05-09 13:06:27 +02:00
Michal Čihař
5b6b2686ae Merge remote-tracking branch 'weblate/master' 2012-05-09 13:04:59 +02:00
Michal Čihař
ed4e5fefe2 Translated using Weblate. 2012-05-09 13:04:34 +02:00
Michal Čihař
be9055e8d4 Use context as otherwise it can collide with other places 2012-05-09 13:03:43 +02:00
Michal Čihař
029b1d9a28 Update po files 2012-05-09 12:56:44 +02:00
Michal Čihař
ba7287b531 No need to make names capital 2012-05-09 12:53:16 +02:00
Michal Čihař
6d389024b5 Update po files 2012-05-09 12:47:59 +02:00
Michal Čihař
789f2f7300 Merge remote-tracking branch 'origin/QA_3_5' 2012-05-09 12:47:08 +02:00
Yuichiro Takahashi
ca2b0b822c Translated using Weblate. 2012-05-09 12:46:19 +02:00
Michal Čihař
42e31970b9 Merge remote-tracking branch 'origin/master' 2012-05-09 12:45:37 +02:00
Yuichiro Takahashi
1f6b80497c Translated using Weblate. 2012-05-09 12:45:31 +02:00
Michal Čihař
1562f581cc Merge pull request #60 from rdeq08/master
Add gettext to optgroup labels of meta types
2012-05-09 03:45:27 -07:00
Michal Čihař
37b9ca54dc Merge remote-tracking branch 'origin/master' 2012-05-09 11:58:35 +02:00
Yuichiro Takahashi
0b07776e77 Translated using Weblate. 2012-05-09 11:58:27 +02:00
Michal Čihař
54dc10a012 Use PMA_fatalError instead of die 2012-05-09 11:58:10 +02:00
Michal Čihař
5961c53cb2 Improve error message on writable config
- use gettext only if available (we're quite early here)
- use PMA_fatalError instead of die
2012-05-09 11:53:07 +02:00
Michal Čihař
48fde0ad49 Not used method (warning in main is used instead) 2012-05-09 11:49:57 +02:00
Michal Čihař
3bd724c9f7 Not used assignment 2012-05-09 11:47:25 +02:00
Michal Čihař
e0053598a4 Return value not used 2012-05-09 11:45:50 +02:00
Michal Čihař
4d2c0cacb6 Not used global 2012-05-09 11:45:03 +02:00