Commit Graph

84289 Commits

Author SHA1 Message Date
Marc Delisle
26bec29d1d Merge pull request #431 from xmujay/0609_monitor
refactor the Ajax request part of server_status_monitor.php
2013-06-17 07:23:12 -07:00
Michal Čihař
f4a9442ca3 Merge remote-tracking branch 'origin/QA_4_0' 2013-06-17 15:53:27 +02:00
Ádám Papp-Kuster
5f3960680e Translated using Weblate (Hungarian)
Currently translated at 79.2% (2062 of 2603)
2013-06-17 15:52:54 +02:00
Michal Čihař
8e16352b52 Translated using Weblate (Bosnian)
Currently translated at 18.7% (486 of 2603)
2013-06-17 15:52:52 +02:00
xmujay
e3a824cc7b 1. using a better function name 2. fix code style issue 3. add doc for functions 2013-06-17 21:43:13 +08:00
xmujay
8c000b4fee Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin into 0609_monitor 2013-06-17 21:21:16 +08:00
Dieter Adriaenssens
87dbf5eb75 correctly indent parameter documentation 2013-06-17 15:14:55 +02:00
Dieter Adriaenssens
7f0d5ea26a fix indenting 2013-06-17 15:09:11 +02:00
Dieter Adriaenssens
5cefd359d6 fix coding style : closing parenthesis and brace of a multiline argument list, should go on a new line 2013-06-17 15:06:16 +02:00
Dieter Adriaenssens
9824e13af6 use 'include' not 'require' to include files conditionally 2013-06-17 15:01:17 +02:00
Marc Delisle
5850ca2413 Dead code 2013-06-17 08:39:48 -04:00
Marc Delisle
9375db50d9 Directly use the POST parameter 2013-06-17 08:29:33 -04:00
Michal Čihař
e475fa3f44 Merge pull request #432 from madhuracj/fixTests
Fix failing tests related to charset conversion
2013-06-17 02:25:59 -07:00
Michal Čihař
b67698f2ce Merge pull request #429 from adamgsoc2013/UT_transform2
add Image transformations class
2013-06-17 02:01:55 -07:00
Michal Čihař
b6d5d4737b Translated using Weblate (Bosnian)
Currently translated at 17.6% (471 of 2673)
2013-06-17 10:51:45 +02:00
Madhura Jayaratne
4382a7b7dc Fix failing tests related to charset conversion 2013-06-17 12:48:28 +05:30
Weblate
69021973a2 Merge remote-tracking branch 'origin/master' 2013-06-16 19:04:05 +02:00
Ádám Papp-Kuster
f178c26d35 Translated using Weblate (Hungarian)
Currently translated at 75.3% (2013 of 2673)
2013-06-16 19:04:01 +02:00
Madhura Jayaratne
beda4577c7 Merge branch 'master' of github.com:phpmyadmin/phpmyadmin 2013-06-16 22:26:13 +05:30
Madhura Jayaratne
00284d7437 Temporarily revert 0f4e573b1e, until further investigations on test failures 2013-06-16 22:23:55 +05:30
Weblate
0e99869184 Merge remote-tracking branch 'origin/master' 2013-06-16 14:12:35 +02:00
Ádám Papp-Kuster
e82d5505be Translated using Weblate (Hungarian)
Currently translated at 75.1% (2007 of 2673)
2013-06-16 14:12:31 +02:00
Marc Delisle
32c8ac600f Fix typo 2013-06-16 08:12:17 -04:00
Marc Delisle
ffaa1d2116 Fix typos 2013-06-16 08:11:16 -04:00
Marc Delisle
b39aeb1f89 Remove author name 2013-06-16 08:10:16 -04:00
Marc Delisle
c4883127c7 This file should not end in .lib.php 2013-06-16 08:08:07 -04:00
Marc Delisle
e3e16d181d Code has to be executed for each iteration of the loop 2013-06-16 08:04:56 -04:00
Weblate
c06f54551c Merge remote-tracking branch 'origin/master' 2013-06-16 13:55:03 +02:00
Ádám Papp-Kuster
c057952360 Translated using Weblate (Hungarian)
Currently translated at 74.7% (1997 of 2673)
2013-06-16 13:54:59 +02:00
Marc Delisle
27f5ec3b57 Merge pull request #428 from scnakandala/gsoc_2013
Refactoring SQL executor
2013-06-16 04:54:54 -07:00
Marc Delisle
d31ba0cb02 Merge branch 'QA_4_0' 2013-06-16 07:42:07 -04:00
Marc Delisle
7fb505533e Merge commit 'e3f0dcc' 2013-06-16 07:41:58 -04:00
Weblate
8944a21c35 Merge remote-tracking branch 'origin/QA_4_0' into QA_4_0 2013-06-16 13:38:17 +02:00
Tae-rok Hwang
3d1d73d5fa Translated using Weblate (Korean)
Currently translated at 69.7% (1813 of 2603)
2013-06-16 13:38:13 +02:00
Bilal Ćatić
ccaea8d0a7 Translated using Weblate (Bosnian)
Currently translated at 18.7% (487 of 2603)
2013-06-16 13:38:11 +02:00
Marc Delisle
178f83f915 bug #3984 Cannot insert in this table (PHP < 5.4) 2013-06-16 07:37:34 -04:00
Weblate
b8ab2d4bfe Merge remote-tracking branch 'origin/master' 2013-06-16 12:42:22 +02:00
Bilal Ćatić
deb0c8d4e9 Translated using Weblate (Bosnian)
Currently translated at 17.7% (472 of 2673)
2013-06-16 12:42:17 +02:00
Marc Delisle
9adbe80c48 Directly use the POST parameter 2013-06-16 06:42:02 -04:00
xmujay
cb2f07eb94 refactor the Ajax request part of server_status_monitor.php
1. split long code to function
2. move functions to server_status_monitor.lib.php
2013-06-16 16:58:06 +08:00
Spun Nakandala
ac2dcec785 changed such that $first_reserved_word is checked for the reserved word SHOW 2013-06-15 22:04:32 +05:30
Spun Nakandala
c11d079fc9 changed getTableHtmlForMultipleQueries() to use parse_analyze.lib.php 2013-06-15 21:11:40 +05:30
Spun Nakandala
00a3354499 changed to look the $first_reserved_word rather than any $upper_data 2013-06-15 20:55:56 +05:30
adamgsoc2013
0c0d67e4c0 add Image transformations class 2013-06-15 22:36:31 +08:00
Weblate
536f8736d3 Merge remote-tracking branch 'origin/master' 2013-06-15 13:18:20 +02:00
Domen
680a60e4ed Translated using Weblate (Slovenian)
Currently translated at 100.0% (2673 of 2673)
2013-06-15 13:18:17 +02:00
Tae-rok Hwang
1127000345 Translated using Weblate (Korean)
Currently translated at 67.3% (1800 of 2675)
2013-06-15 13:18:13 +02:00
Marc Delisle
49cd5516f6 Directly use the POST parameter 2013-06-15 07:17:56 -04:00
Spun Nakandala
7cecc2f23d code related to analyzing the sql query transferred to the sql analyzer 2013-06-15 14:50:31 +05:30
Domen
cb1ee1ec9e Translated using Weblate (Slovenian)
Currently translated at 100.0% (2673 of 2673)
2013-06-14 22:10:10 +02:00