Commit Graph

93176 Commits

Author SHA1 Message Date
Anders Jonsson
8debc309ba Translated using Weblate (Swedish)
Currently translated at 98.9% (2770 of 2800)
2014-06-10 14:44:58 +02:00
Marc Delisle
8cd6851fb4 Translated using Weblate (French)
Currently translated at 99.9% (2800 of 2801)
2014-06-10 14:44:55 +02:00
Weblate
7421cbe264 Merge remote-tracking branch 'origin/master' 2014-06-10 14:20:13 +02:00
Marc Delisle
bc6c418575 Translated using Weblate (French)
Currently translated at 99.8% (2798 of 2801)
2014-06-10 14:20:09 +02:00
Marc Delisle
0aa22fd223 Merge pull request #1217 from nijel/remove-table-status
Remove workaround for older MySQL versions
2014-06-10 08:20:06 -04:00
Michal Čihař
96366ce7bc Remove no longer used caching configuration
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-06-10 11:57:15 +02:00
Michal Čihař
4c328aaf03 Remove workaround for older MySQL versions
Remove workaround originally implemented for MySQL < 5.0.2, but also
useful in 5.1.x times for listing tables within database when
permissions on one of database directories are wrong.

I've tested this with several MySQL versions and it does not seem to be
needed now, the INFORMATION SCHEMA works correctly even if some of the
database directories have wrong permissions.

Signed-off-by: Michal Čihař <michal@cihar.com>
2014-06-10 11:57:14 +02:00
Michal Čihař
dbd18940be Remove explicit unsetting of local variables
This was useful in global scope, but makes no sense when used inside
method as all it's variables are cleaned up anyway.

Signed-off-by: Michal Čihař <michal@cihar.com>
2014-06-10 09:50:02 +02:00
Michal Čihař
697cbf22d5 Simplify code
foreach on empty list does nothing, so we can skip the initial
condition.

Signed-off-by: Michal Čihař <michal@cihar.com>
2014-06-10 09:50:02 +02:00
Weblate
c8eefc22b6 Merge remote-tracking branch 'origin/master' 2014-06-10 09:29:49 +02:00
Giovanni Sora
434ded7bc5 Translated using Weblate (Interlingua)
Currently translated at 50.8% (1424 of 2801)
2014-06-10 09:29:45 +02:00
Michal Čihař
ecfcba84f1 Correct parameter types
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-06-10 09:26:08 +02:00
Michal Čihař
6751384d16 Merge remote-tracking branch 'origin/QA_4_2' 2014-06-10 09:17:47 +02:00
Michal Čihař
e1a67d0d00 Merge commit '2cb47afab9f65a5dbcc2b1c61cd35c2407c90308' 2014-06-10 09:17:37 +02:00
Michal Čihař
e71869daf1 Merge branch 'b4445_42' of git://github.com/Tithugues/phpmyadmin into QA_4_2
Conflicts:
	ChangeLog
2014-06-10 09:15:00 +02:00
Michal Čihař
15b5051928 Merge branch 'b4442_42' of git://github.com/Tithugues/phpmyadmin into QA_4_2
Conflicts:
	ChangeLog
2014-06-10 09:14:07 +02:00
Weblate
6dfbbd367a Merge remote-tracking branch 'origin/master' 2014-06-10 08:59:32 +02:00
கணேஷ் குமார்
7ff56e6055 Translated using Weblate (Tamil)
Currently translated at 31.2% (876 of 2801)

முதன்மைபட்டியலை ஒத்து நிலைப்படுத்துக
2014-06-10 08:59:29 +02:00
Michal Čihař
06abaaa33f Merge remote-tracking branch 'origin/QA_4_2' 2014-06-10 08:59:18 +02:00
Michal Čihař
68f2bd313d Merge commit '82e682899f10ec52da899059f20a921584497e17' 2014-06-10 08:58:43 +02:00
Weblate
5a6dad0aba Merge remote-tracking branch 'origin/QA_4_2' into QA_4_2 2014-06-10 08:58:14 +02:00
கணேஷ் குமார்
2cb47afab9 Translated using Weblate (Tamil)
Currently translated at 31.0% (860 of 2770)
2014-06-10 08:58:11 +02:00
Giovanni Sora
85d3b08ba7 Translated using Weblate (Interlingua)
Currently translated at 50.5% (1400 of 2770)
2014-06-10 08:58:08 +02:00
Yasar
14d66a0137 Translated using Weblate (German)
Currently translated at 93.9% (2603 of 2770)
2014-06-10 08:58:06 +02:00
Michal Čihař
d2c184a3c6 Merge pull request #1216 from ibennetch/4449
Bug 4449: Mediawiki export does not produce table header row; also fix related PHP warnings
2014-06-10 08:58:00 +02:00
கணேஷ் குமார்
c20b3ecf47 Translated using Weblate (Tamil)
Currently translated at 31.2% (875 of 2801)

தொடர்க
2014-06-10 07:17:44 +02:00
கணேஷ் குமார்
a77bce1b6f Translated using Weblate (Tamil)
Currently translated at 31.2% (874 of 2801)

நிறைவரிசைகள் %1$s - %2$s காட்டப்படுகின்றன
2014-06-10 07:07:29 +02:00
கணேஷ் குமார்
b2c438c050 Translated using Weblate (Tamil)
Currently translated at 31.1% (873 of 2801)

நிரல்வரிசை கைவிடப்படுகிறது
2014-06-10 07:07:00 +02:00
Matías Bellone
d958b08c2d Translated using Weblate (Spanish)
Currently translated at 100.0% (2801 of 2801)
2014-06-10 01:43:15 +02:00
Isaac Bennetch
307dd3b798 Bug 4449: Mediawiki export does not produce table header row; also fix related PHP warnings
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2014-06-09 16:37:43 -04:00
கணேஷ் குமார்
0bc378460e Translated using Weblate (Tamil)
Currently translated at 31.1% (873 of 2801)

எந்த தரவுத்தளமும் தேர்ந்தெடுக்கப்படவில்லை.
2014-06-09 20:38:36 +02:00
கணேஷ் குமார்
ee6c392012 Translated using Weblate (Tamil)
Currently translated at 31.1% (872 of 2801)

பிழை செய்தி: %s
2014-06-09 20:37:42 +02:00
கணேஷ் குமார்
04d43bc8df Translated using Weblate (Tamil)
Currently translated at 31.0% (871 of 2801)

பிழை குறிப்பெண்: %s
2014-06-09 20:36:35 +02:00
கணேஷ் குமார்
490b527ec7 Translated using Weblate (Tamil)
Currently translated at 31.0% (871 of 2801)

பிழை குறிப்பெண்
2014-06-09 20:35:25 +02:00
Weblate
b559fef4eb Merge remote-tracking branch 'origin/master' 2014-06-09 20:35:18 +02:00
கணேஷ் குமார்
e10a2cd597 Translated using Weblate (Tamil)
Currently translated at 31.0% (870 of 2801)

வேண்டுகோள் செயல்முறைப்படுத்தலில் பிழை
2014-06-09 20:35:12 +02:00
Isaac Bennetch
ae6875c81e Merge pull request #1213 from D-storm/FR-759
RFE-759 Use aliases in SQL export for tables and columns
2014-06-09 14:35:11 -04:00
கணேஷ் குமார்
972adfe3d7 Translated using Weblate (Tamil)
Currently translated at 31.0% (869 of 2801)

வேண்டுகோள் செயல்முறைப்படுத்தபடுகின்றது
2014-06-09 20:33:06 +02:00
கணேஷ் குமார்
15a091784f Translated using Weblate (Tamil)
Currently translated at 31.0% (869 of 2801)

வேண்டுகோள் கைவிடப்பட்டது!!
2014-06-09 20:31:40 +02:00
கணேஷ் குமார்
5d2c02e039 Translated using Weblate (Tamil)
Currently translated at 30.9% (868 of 2801)

தேர்வுமுறை
2014-06-09 20:26:17 +02:00
கணேஷ் குமார்
83ab6a29d8 Translated using Weblate (Tamil)
Currently translated at 30.9% (868 of 2801)

பயன்படுத்தப்பட்ட மாறி/வாய்ப்பாடு
2014-06-09 20:23:39 +02:00
கணேஷ் குமார்
08b6e825b6 Translated using Weblate (Tamil)
Currently translated at 30.9% (867 of 2801)

விளக்கமளி
2014-06-09 20:21:51 +02:00
கணேஷ் குமார்
72690e50f1 Translated using Weblate (Tamil)
Currently translated at 30.9% (867 of 2801)

விதிமுறை விபரங்கள்
2014-06-09 20:18:31 +02:00
கணேஷ் குமார்
684896c22c Translated using Weblate (Tamil)
Currently translated at 30.9% (867 of 2801)

சிக்கல்
2014-06-09 20:15:35 +02:00
கணேஷ் குமார்
27f10e1d1e Translated using Weblate (Tamil)
Currently translated at 30.9% (867 of 2801)

நேரிடகூடிய செயல்திறன் சிக்கல்கள்
2014-06-09 20:11:19 +02:00
கணேஷ் குமார்
c87b1e944d Translated using Weblate (Tamil)
Currently translated at 30.9% (866 of 2801)

முறைமை அறிவுறுத்துனர்
2014-06-09 20:08:59 +02:00
Burak Yavuz
04aca7494c Translated using Weblate (Turkish)
Currently translated at 100.0% (2801 of 2801)
2014-06-09 19:48:21 +02:00
Chirayu Chiripal
33dfef377f RFE-759 Use aliases in SQL export for tables and columns
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-06-09 22:44:07 +05:30
Marc Delisle
81d4f519f4 Update po files 2014-06-09 12:46:57 -04:00
Marc Delisle
a0c7ad52fe Fix typos
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-06-09 12:44:47 -04:00