Commit Graph

8195 Commits

Author SHA1 Message Date
Madhura Jayaratne
432040c52d Forgot to change imports 2012-09-16 00:07:02 +05:30
Madhura Jayaratne
2d34f51bfd We use PMA_ prefix for class names, but not for their file names 2012-09-15 23:00:36 +05:30
Michal Čihař
18b55aae72 More readable code 2012-09-11 10:31:09 +02:00
Michal Čihař
6d674c44b6 Improve phpdoc blocks 2012-09-11 10:30:16 +02:00
Michal Čihař
0100bc2336 Replace inline html with echo statements 2012-09-11 10:25:46 +02:00
Michal Čihař
51b8557604 Better naming of functions 2012-09-11 10:14:42 +02:00
Michal Čihař
cd456f7696 Wrap some long lines 2012-09-10 15:40:16 +02:00
Michal Čihař
aebacc391f Various fixes in coding style 2012-09-10 15:39:26 +02:00
Michal Čihař
add93f38a1 Various fixes in coding style 2012-09-10 15:18:13 +02:00
Michal Čihař
8b57c837b7 Docblocks improvements 2012-09-10 14:52:25 +02:00
Michal Čihař
c9eba6a46c Update TCPDF to 5.9.183
Changelog:

5.9.183 (2012-09-07)
	- A problem with font names normalization was fixed.

5.9.182 (2012-09-05)
	- Bug item #3564982 "Infinite loop in Write() method" was fixed.

5.9.181 (2012-08-31)
	- composer.json file was added.
	- Bug item #3563369 "Cached images are not unlinked some time" was fixed.
2012-09-10 10:49:32 +02:00
Marc Delisle
f724a9ae91 Bug #3554601 Cannot copy a database that contains views 2012-09-09 08:39:10 -04:00
Marc Delisle
2bb2f2bf54 Undefined variable in this function 2012-09-09 08:07:27 -04:00
Madhura Jayaratne
2be4178527 Merge branch 'QA_3_5'
Conflicts:
	libraries/import/xml.php
	po/ar.po
	po/de.po
2012-09-08 10:31:00 +05:30
Madhura Jayaratne
e41f19969a bug #3553068 [import] Table import from XML file fails 2012-09-08 10:22:22 +05:30
Michal Čihař
e12cd648b0 Merge remote-tracking branch 'origin/QA_3_5'
Conflicts:
	libraries/common.lib.php
2012-09-06 16:19:05 +02:00
Michal Čihař
62b36292d4 Revert "Remove not needed code"
This reverts commit 9bb996ef04.
2012-09-06 16:17:54 +02:00
Michal Čihař
6d86eae212 Merge remote-tracking branch 'origin/QA_3_5'
Conflicts:
	libraries/common.lib.php
2012-09-06 12:12:37 +02:00
Michal Čihař
1595a1bc8c Default to lastest stable release 2012-09-06 12:03:46 +02:00
Michal Čihař
9bb996ef04 Remove not needed code 2012-09-06 12:03:28 +02:00
Michal Čihař
9aeb94b48d Add support for 5.6 manual 2012-09-06 11:49:05 +02:00
Michal Čihař
fa64fe4876 Recent MySQL manual versions are not translated, so lets drop this option 2012-09-06 11:48:38 +02:00
Michal Čihař
f57b66b57d Do not use gettext for list of PHP manual translations 2012-09-06 11:47:45 +02:00
Michal Čihař
1146ee9e77 Do not use gettext for list of PHP manual translations 2012-09-06 11:43:55 +02:00
Michal Čihař
f2a64f26d1 Add support for 5.6 manual 2012-09-06 11:43:55 +02:00
Michal Čihař
1d2462be02 Recent MySQL manual versions are not translated, so lets drop this option 2012-09-06 11:43:55 +02:00
Michal Čihař
82da547cf8 Fix gettext invocation 2012-09-05 15:50:08 +02:00
Michal Čihař
90b628a809 Various coding style improvements 2012-09-05 15:48:33 +02:00
Michal Čihař
371d420c21 Simplify linking to documentation
Now documentation can be simply linked using [doc@anchor]..[/doc]
2012-09-05 15:19:13 +02:00
Michal Čihař
c83fa4b179 Drop deprecated [tt] from bbcode support 2012-09-05 14:38:31 +02:00
Michal Čihař
58054705ef Drop deprecated [b] from bbcode support 2012-09-05 14:38:08 +02:00
Michal Čihař
a567a78b7f Drop deprecated [i] from bbcode support 2012-09-05 14:37:21 +02:00
Michal Čihař
63037816a7 Wrap long lines 2012-09-05 14:36:02 +02:00
J.M
d8d8519645 Don't limit SunOS memory and swap to the value range of int
Conflicts:
	libraries/sysinfo.lib.php
2012-09-05 11:03:12 +02:00
Madhura Jayaratne
8e8d9a8704 Opening braces of function should be in a new line 2012-09-05 06:26:15 +05:30
Madhura Jayaratne
60d1d1f486 Spaces for clarity 2012-09-05 06:23:43 +05:30
Madhura Jayaratne
c29ee86fbe Wrap some long lines 2012-09-05 06:16:52 +05:30
Madhura Jayaratne
1d6a054b3c Inline control structures are discouraged 2012-09-05 06:12:39 +05:30
J.M
80911671b1 Merge branch 'QA_3_5'
Conflicts:
	server_status.php
2012-09-04 22:36:10 +02:00
J.M
af32d57f84 Don't limit SunOS memory and swap to the value range of int 2012-09-04 22:24:03 +02:00
J.M
fed871cd6f fix SunOS swap calculation 2012-09-04 22:19:38 +02:00
J.M
bf5f51bee2 add support for Solaris and FreeBSD system load and memory display in server status 2012-09-04 22:15:32 +02:00
Madhura Jayaratne
ba2ebd43fd Merge branch 'master' of github.com:phpmyadmin/phpmyadmin 2012-09-04 21:38:00 +05:30
Madhura Jayaratne
2491205393 Fix doc blocks 2012-09-04 21:35:06 +05:30
Michal Čihař
69fdc5d209 Various coding style improvements 2012-09-04 15:43:25 +02:00
Dieter Adriaenssens
1f86e2fb50 improve coding style 2012-09-03 18:06:02 +02:00
Dieter Adriaenssens
4e7383d21c simplify code, wrap long lines 2012-09-03 18:05:50 +02:00
Michal Čihař
50edafc088 Load JSON rather than javascript from phpmyadmin.net
Conflicts:
	js/functions.js
	libraries/Header.class.php
2012-09-03 15:03:22 +02:00
Michal Čihař
8b3756a8d9 Various coding style improvements 2012-09-03 14:51:13 +02:00
Dieter Adriaenssens
dfb51338ea fix coding style, wrap long lines 2012-09-02 21:34:24 +02:00