Commit Graph

41 Commits

Author SHA1 Message Date
Hugues Peccatte
3de88162ff Replace PMA_String uses by mb_* calls.
Remove part of unused  variables.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-28 20:53:01 +02:00
Hugues Peccatte
5985894160 Fix typos.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-07 00:31:45 +02:00
Hugues Peccatte
9b77d746ab Mass modifications to use PMA_String.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-06 10:44:03 +02:00
Michal Čihař
e1184ccf7c We want only string as page size
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-06-06 14:59:22 +02:00
Marc Delisle
6894e6d7e8 Fix typos
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-01-09 05:58:44 -05:00
Hugues Peccatte
6b01f835cb Rename too short variables.
Remove useless initializations.
Rename too long variables.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-01-04 20:46:18 +01:00
Hugues Peccatte
464ec23ad8 Huge PHPDoc update. 2013-11-10 23:04:58 +01:00
Michal Čihař
cb5e1cb966 Various coding style fixes 2013-08-07 13:21:59 +02:00
Michal Čihař
e9da696911 Various coding style fixes 2013-08-07 11:59:01 +02:00
Michal Čihař
1427bbd710 Fix typo 2013-07-10 15:14:55 +02:00
Michal Čihař
7197609d8d Add missing parameter to TCPDF constructor 2013-07-10 14:53:03 +02:00
Michal Čihař
5106a1bf43 Pass parameters to parent class 2013-07-10 14:53:03 +02:00
Michal Čihař
325d423abc Drop compatibility with older TCPDF using empty_string 2013-05-10 09:27:48 +02:00
Michal Čihař
1675064f16 Fixed usage of UTF8ToUTF16BE in new TCPDF 2013-05-10 09:25:54 +02:00
Marc Delisle
a028520cd0 Merge branch 'QA_4_0' 2013-05-09 14:52:24 -04:00
Remi Collet
313d63ad8f fix compat with tcpdf >= 6.0 (tested with 6.0.012) 2013-05-09 14:49:29 -04:00
Remi Collet
7ae3edc9a0 add tcpdf path to vendor_config.php 2013-05-09 13:39:36 -04:00
Michal Čihař
4ef04aad66 Wrap long line 2013-05-02 15:01:11 +02:00
Madhura Jayaratne
a245ad47d6 Fix indentation 2012-10-28 22:18:15 +05:30
Madhura Jayaratne
4048f6176e Fix docs 2012-10-28 22:03:06 +05:30
Michal Čihař
3e050ff9d9 Various docblocks improvements 2012-09-19 15:05:26 +02:00
Chanaka Indrajith
6971295e96 Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util:: 2012-09-16 14:41:47 +05:30
Rouslan Placella
52f7f9ba57 Really fixed submission of Export Schema form 2012-07-22 11:34:36 +01:00
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
Rouslan Placella
ae6e50a8a8 Drop display() from Header and Footer classes. The Response class will do all the rendering. 2012-06-11 14:06:04 +01:00
Rouslan Placella
eb98110541 Dropped footer.inc.php 2012-06-11 14:06:04 +01:00
Rouslan Placella
a054562100 PMA_Footer and PMA_Header no longer need to be singletons 2012-06-11 14:06:03 +01:00
Rouslan Placella
4a740376c8 Dropped header.inc.php in favor of the PMA_Header class 2012-06-11 14:06:02 +01:00
Madhura Jayaratne
10510e16b4 Fix function name: PMA_download_header -> PMA_downloadHeader 2012-06-01 21:52:30 +05:30
Madhura Jayaratne
24b214b345 Improve coding style 2012-05-07 19:39:14 +05:30
Dieter Adriaenssens
0f772aa173 check if PHPMYADMIN is set 2012-04-14 16:51:26 +02:00
Madhura Jayaratne
ac83360796 Coding style improvements 2012-03-21 05:45:58 +05:30
Dieter Adriaenssens
e82d3c7136 require/include are statements not functions; no parentheses are required 2011-08-21 23:36:10 +02:00
Michal Čihař
f71f2ab325 Do not include DejaVuSerif font as we do not use it 2011-08-10 15:43:50 +02:00
Michal Čihař
b2f0db3389 Fix download 2011-08-10 15:37:45 +02:00
Michal Čihař
b573a0d903 Factor out Download method 2011-08-10 15:31:22 +02:00
Michal Čihař
959abbc89c Sane handling of PDF rendering errors
Will now display proper error page instead of adding errors to top of
PDF output (if any).
2011-08-10 15:27:42 +02:00
Michal Čihař
247a07fb6d Move alias code to generic PMA_PDF class 2011-08-10 15:09:22 +02:00
Michal Čihař
235e14d41e Indentaion 2011-08-10 14:29:36 +02:00
Michal Čihař
0d7d007995 Unify code for PDF footer 2011-08-10 14:29:22 +02:00
Michal Čihař
17cbe29592 Start base class for all PDF output 2011-08-10 14:24:22 +02:00