Commit Graph

75829 Commits

Author SHA1 Message Date
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
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
Michal Čihař
182e5ba30c Do not need keys here 2012-05-09 11:44:32 +02:00
Michal Čihař
35d4b36cfb We should probably access globals here 2012-05-09 11:43:00 +02:00
Michal Čihař
6bdad676e8 Fix variable name 2012-05-09 11:41:10 +02:00
Michal Čihař
691b6e3d1e Remove some unused variables 2012-05-09 11:40:59 +02:00
Michal Čihař
9ab1189b29 Remove unused parameter $base_dir 2012-05-09 11:34:02 +02:00
Yuichiro Takahashi
4d65980ef2 Add gettext to optgroup labels 2012-05-09 18:25:52 +09:00
Rouslan Placella
fe48cd531d Fixed rendering of tbl_printview.php 2012-05-08 21:05:04 +01:00
Rouslan Placella
83b9f16545 Language direction vars are already set in Theme.class.php 2012-05-08 20:23:05 +01:00
Rouslan Placella
1807efb18f Removed pointless includes: If common.inc.php was not already included we would fail the !defined('PHPMYADMIN') check at the top of each file. 2012-05-08 19:53:52 +01:00
Michal Čihař
70b57b8cdd Merge remote-tracking branch 'origin/QA_3_5' 2012-05-08 19:54:35 +02:00
ProUser
9a795af8e0 Translated using Weblate. 2012-05-08 19:53:44 +02:00
Стоян Димитров
d3c469cc27 Translated using Weblate. 2012-05-08 19:53:42 +02:00
Madhura Jayaratne
537e731b50 Translated using Weblate. 2012-05-08 19:53:26 +02:00