Commit Graph

50 Commits

Author SHA1 Message Date
Dieter Adriaenssens
946b82a1fb remove unused code 2011-08-25 22:41:40 +02:00
Michal Čihař
b99420e2ae Remove some unused variables 2011-08-23 15:02:18 +02:00
Madhura Jayaratne
efbbc52568 Coding style improvements for Pdf_Relation_Schema 2011-08-21 00:45:47 +05:30
Michal Čihař
f66f8b7074 Use PMA_DBI_get_columns instead of custom query 2011-08-19 09:14:54 +02:00
Piotr Przybylski
493aa3a6f0 A few fixes for comments in Relation_Schema classes (they still require further work) 2011-08-16 14:16:46 +02:00
Michal Čihař
6f22b57eb5 Fix off-by-one and invalid page references 2011-08-10 15:38:01 +02:00
Michal Čihař
fb5483e4f2 Do not mess with settings on download 2011-08-10 15:32:39 +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ř
65faeba99f Avoid blindly uppercasing translated strings 2011-08-10 15:12:54 +02:00
Michal Čihař
febbd219aa Use getPageWidth and getPageHeight instead of won getW and getH 2011-08-10 15:10:43 +02:00
Michal Čihař
247a07fb6d Move alias code to generic PMA_PDF class 2011-08-10 15:09:22 +02:00
Michal Čihař
7667986c3a Make aliases work with current TCPDF which uses UTF16BE internally 2011-08-10 15:08:08 +02:00
Michal Čihař
0350930060 Remove unused getBuffer, also it is available upstream 2011-08-10 14:36:08 +02:00
Michal Čihař
7882f75085 Remove unused method 2011-08-10 14:35:28 +02:00
Michal Čihař
f6f133eb09 Avoid duplicating bookmark code from TCPDF, where it works 2011-08-10 14:33:03 +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
Michal Čihař
4833db7d64 Add some docblocks 2011-08-05 10:17:16 +02:00
Michal Čihař
416277f398 Use standard field processing machinery 2011-08-04 17:16:03 +02:00
Michal Čihař
8fcb4720e2 Include length in headers when we know it 2011-08-04 15:06:09 +02:00
Michal Čihař
b4a2dc7196 Use new function for download headers 2011-08-04 14:38:07 +02:00
Michal Čihař
c9c9fdf49d Consistent capitalisation of PMA_sqlAddSlashes 2011-06-27 14:48:15 +02:00
Michal Čihař
a01662dd4a Revemo empty @license tags 2011-06-27 11:22:10 +02:00
Michal Čihař
4af40a31d5 Remove empty @copyright tags 2011-06-27 11:21:54 +02:00
Michal Čihař
ae8935acf3 Remove some useless doctags 2011-06-22 08:58:18 +02:00
Michal Čihař
3cf4830bbb Replace TRUE/FALSE with true/false.
At least this seems to be the coding standard, so make all files
compliant.
2011-06-06 11:55:09 +02:00
Marc Delisle
ae0af9e5c6 Remove author name 2011-05-28 08:29:38 -04:00
Marc Delisle
e6211f0c2f Other replacements for easier reading 2011-05-09 12:57:28 -04:00
Michal Čihař
a21aebffaf Define missing property 2011-03-21 16:23:32 +01:00
Michal Čihař
5aec651dd1 Define missing property 2011-03-21 16:21:51 +01:00
Michal Čihař
03d347c1a6 Correctly set font for PDF footer (bug #3168749). 2011-02-15 19:18:35 +01:00
Michal Čihař
c0b478a5a9 Correct setting of the font 2011-02-15 19:18:35 +01:00
Madhura Jayaratne
e81669dce1 Auto page break now take footer size into consideration. 2011-02-12 21:13:57 +05:30
Madhura Jayaratne
cc7cd4eca8 To avoid php notices on undefined variables 2011-01-25 00:28:52 +05:30
Marc Delisle
8cbee94e5d Change a function definition to fit with newest TCPDF version 2011-01-22 10:09:49 -05:00
madhuracj
8fd3359cf9 Code formatting. 2011-01-21 18:53:27 +05:30
madhuracj
3081456e1f bug #3163331 [pdf] Grid not adjusted to paper size and orientation 2011-01-21 18:32:55 +05:30
madhuracj
bb0229fc07 Schema export to PDF functionality made compatible with TCPDF 5.9 2011-01-21 09:00:01 +05:30
Michal Čihař
0431042bd0 Drop $Id$ expansion, nobody complained so far it not working. 2010-09-07 15:00:44 +02:00
Marc Delisle
7ca0657ff0 remove author names as per our policy 2010-08-29 08:54:12 -04:00
Adnan
d579653dc5 Removed debug commented code 2010-08-18 19:31:29 +05:00
Adnan
4a4ddeadcf Fixed mime types and improve comments 2010-08-18 18:05:01 +05:00
Adnan
9595dce3b8 PDF + SVG + Dia Schema: Notices Fix + Prompt User for Download Files 2010-07-21 16:11:08 +05:00
Adnan
4adc0c15cd User Schema + pdf Relation Schema Class: Improved documentation 2010-07-15 00:59:30 +05:00
Adnan
9fb8619f2a PDF Schema File: Relation_Stats class structured 2010-07-10 15:44:17 +05:00
Adnan
79c6f847fd Pdf Schema Class: Reduce global variables + added attributes in Export Relation Schema 2010-07-09 15:15:49 +05:00
Adnan
39db171819 because of changes in User Schema etc PDF Schema wasn't working, It is fixed now 2010-07-03 23:50:13 +05:00
Adnan
188c7b8d38 User_Schema class : removed tabs + commented code + organized structure, Delete listing of schema classes in process relation schema file 2010-07-02 16:31:32 +05:00
Adnan
dd217e8dff Export Relation Schema: renaming files + renaming classes according to pear standards 2010-06-25 19:14:47 +05:00