Commit Graph

82406 Commits

Author SHA1 Message Date
Weblate
96e0cb173e Merge remote-tracking branch 'origin/master' 2013-04-18 14:22:19 +02:00
zz zz
80b937198f Translated using Weblate (Simplified Chinese)
Currently translated at 99.7% (2598 of 2605)
2013-04-18 14:22:16 +02:00
Pedro Ribeiro
441e856746 Translated using Weblate (Portuguese)
Currently translated at 50.6% (1318 of 2605)
2013-04-18 14:22:13 +02:00
Atul Pratap Singh
f07a7160c3 Merge pull request #264 from zixtor/master
Improved tooltip for monitor charts
2013-04-18 05:22:01 -07:00
Jonadabe PT
b887eef275 Translated using Weblate (Portuguese)
Currently translated at 50.4% (1313 of 2605)
2013-04-18 11:12:04 +02:00
Atul Pratap Singh
150deacce9 Improved tooltip for monitor charts 2013-04-17 15:36:42 +05:30
Weblate
d857b66dc3 Merge remote-tracking branch 'origin/master' 2013-04-16 22:54:55 +02:00
Jonadabe PT
f8d7b8b0e8 Translated using Weblate (Portuguese)
Currently translated at 49.3% (1284 of 2605)
2013-04-16 22:54:50 +02:00
Rouslan Placella
17bb250f3c Merge pull request #263 from scnakandala/Bug_#3878
#3878 Doubleclicking for open tree displays "loading" icon
2013-04-16 13:53:57 -07:00
Spun Nakandala
15fafc8c16 Bug fixed 2013-04-17 02:08:09 +05:30
Michal Čihař
b5d3b8c7b8 Declare variables just once
Variables should be declared just once in a function.
2013-04-16 17:26:08 +02:00
Michal Čihař
3361442b61 Remove not used variables 2013-04-16 17:21:11 +02:00
Michal Čihař
ae20e5c1ab Fix some forgotten messages conversions 2013-04-16 17:16:19 +02:00
Marc Delisle
4e7db1159b Merge pull request #257 from nijel/js-messages
Reference javascript messages by dot notation instead of using ['strFoo']
2013-04-16 07:47:16 -07:00
Michal Čihař
8051e200cd Missing ; 2013-04-16 15:20:50 +02:00
Michal Čihař
92ab6c2587 Merge remote-tracking branch 'origin/QA_4_0' 2013-04-16 14:48:41 +02:00
Michal Čihař
8fdd99aceb Merge remote-tracking branch 'origin/QA_3_5' into QA_4_0 2013-04-16 14:48:16 +02:00
zz zz
70081a7d19 Translated using Weblate (Simplified Chinese)
Currently translated at 100.0% (2561 of 2562)
2013-04-16 14:47:49 +02:00
Rodrigo Souza
1b423ccade Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2562 of 2562)
2013-04-16 14:47:49 +02:00
Yungu Kim
daeb455ec3 Translated using Weblate (Korean)
Currently translated at 58.0% (1485 of 2562)
2013-04-16 14:47:47 +02:00
Michal Čihař
c9c28f7add Drop inline html 2013-04-16 13:41:12 +02:00
Michal Čihař
27b213431c Reference javascript messages by dot notation instead of using ['strFoo'] 2013-04-16 13:32:51 +02:00
Michal Čihař
b3ee21036a Fix format string 2013-04-16 13:30:02 +02:00
Michal Čihař
cf3b086e7e Various coding style improvements 2013-04-16 13:29:03 +02:00
Michal Čihař
19ab7995f8 Various js fixes 2013-04-16 13:20:07 +02:00
Michal Čihař
4cb847ee6e Drop not used server_status.js
This file is not used anywhere and messages claimed to be used there are
not used as well.
2013-04-16 13:13:15 +02:00
Michal Čihař
7126e208b0 Another set of js fixes (found after raising limit of errors) 2013-04-16 13:05:31 +02:00
Michal Čihař
d7a22b5abe Higher limit on detected errors 2013-04-16 13:00:22 +02:00
Michal Čihař
cec7c0e8e3 Rempove extra spaces from js code 2013-04-16 12:05:19 +02:00
Michal Čihař
002d7edd5d Correct declaration order 2013-04-16 11:57:13 +02:00
Michal Čihař
cfe355308e Indentation fixes 2013-04-16 11:55:58 +02:00
Michal Čihař
e61e4ab962 Merge remote-tracking branch 'origin/QA_4_0' 2013-04-16 11:54:58 +02:00
Michal Čihař
395e3de6ba Remove extra ; 2013-04-16 11:54:13 +02:00
Michal Čihař
ca69a0c93e Various spacing fixes 2013-04-16 11:52:47 +02:00
Michal Čihař
0a8f5021d7 Add missing radix 2013-04-16 11:52:39 +02:00
Michal Čihař
10acae9011 Whitespace fixes 2013-04-16 11:49:42 +02:00
Michal Čihař
cd2010e85e Various JS improvements 2013-04-16 11:43:22 +02:00
Michal Čihař
c2dca8ea70 Fix indentation 2013-04-16 11:41:55 +02:00
Weblate
159a914496 Merge remote-tracking branch 'origin/master' 2013-04-16 11:28:31 +02:00
Giovanni Sora
ab3274d508 Translated using Weblate (Interlingua)
Currently translated at 4.4% (115 of 2605)
2013-04-16 11:28:27 +02:00
Michal Čihař
50c5eeee1b Merge remote-tracking branch 'origin/QA_4_0' 2013-04-16 11:28:13 +02:00
Michal Čihař
e6ff6dc9a8 Merge pull request #256 from adamgsoc2013/UT_config2
add test case for Config.class.php:
2013-04-16 00:16:35 -07:00
adamgsoc2013
b2d191b39e follow PMA coding style, add space after comma. 2013-04-16 15:06:37 +08:00
Michal Čihař
c43719f44c Merge pull request #255 from adamgsoc2013/UT_PMA_Footer_test
add test case for PMA_Footer_test.php
2013-04-16 00:00:08 -07:00
adamgsoc2013
d13fbbbc41 add test case for Config.class.php:
1 testIsGitRevision
2 testCheckHTTP

per http://ci.phpmyadmin.net/job/phpMyAdmin/cloverphp/libraries_Config.class.php.html
It can increase a lot of code coverage
2013-04-16 13:51:31 +08:00
adamgsoc2013
fd220fb9ae add test case for PMA_Footer_test.php
- add testGetScripts
2013-04-16 13:40:52 +08:00
Marc Delisle
3731b1376f Merge branch 'QA_4_0' of github.com:phpmyadmin/phpmyadmin into QA_4_0 2013-04-15 16:33:09 -04:00
Marc Delisle
fae2bed3f6 Merge branch 'QA_4_0' 2013-04-15 16:32:37 -04:00
Marc Delisle
f105e8fcba 4.0.0-rc2 2013-04-15 16:32:21 -04:00
Weblate
c3cee3b184 Merge remote-tracking branch 'origin/QA_4_0' into QA_4_0 2013-04-15 22:27:56 +02:00