Commit Graph

134 Commits

Author SHA1 Message Date
Michal Čihař
e56949f160 Use package name PhpMyAdmin
Needed to match phpdoc rules as package name must begin with upper case.
2011-10-25 10:13:17 +02:00
Madhura Jayaratne
bf4b95dafe Little bit more width for tables 2011-10-08 14:33:39 +05:30
Madhura Jayaratne
f06e8ee9fc Merge branch 'QA_3_4'
Conflicts:
	libraries/schema/Pdf_Relation_Schema.class.php
	libraries/schema/User_Schema.class.php
2011-10-08 14:26:48 +05:30
Madhura Jayaratne
329c9cac68 Avoid warnings on undefined variables 2011-10-08 14:15:17 +05:30
Madhura Jayaratne
55f2d0726b Typo 2011-10-08 14:14:13 +05:30
Rouslan Placella
ef2e103adb Merge branch 'sprites' 2011-09-30 19:51:05 +01:00
Marc Delisle
963f478fdd Fix merge conflicts 2011-09-29 07:12:57 -04:00
Marc Delisle
86138fa914 Merge branch 'QA_3_4' 2011-09-29 07:06:48 -04:00
Marc Delisle
acbbd8fc56 bug #3392150 [schema] PMA_User_Schema::processUserChoice() is broken 2011-09-29 06:41:06 -04:00
Marc Delisle
86722781eb A table has been dropped from outside phpMyAdmin 2011-09-29 06:19:03 -04:00
Marc Delisle
789ed0d3d1 A table has been dropped from outside phpMyAdmin 2011-09-29 06:08:30 -04:00
Rouslan Placella
d17814f463 Replaced use of hard coded images with the sprite-aware PMA_getImage() functions (both PHP and JS). 2011-09-26 20:54:59 +01:00
Dieter Adriaenssens
a30554b1e4 use require() instead of include() when including file unconditionally 2011-09-06 21:48:05 +02:00
Madhura Jayaratne
08ec08059a Coding style improvements 2011-08-27 22:57:08 +05:30
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
Dieter Adriaenssens
e82d3c7136 require/include are statements not functions; no parentheses are required 2011-08-21 23:36:10 +02:00
Madhura Jayaratne
4d77e95640 Coding style improvements for Svg_Relation_Schema 2011-08-22 00:44:51 +05:30
Madhura Jayaratne
c052a0203b More instances of coding style violations in Eps_Relation_Schema 2011-08-21 00:47:29 +05:30
Madhura Jayaratne
efbbc52568 Coding style improvements for Pdf_Relation_Schema 2011-08-21 00:45:47 +05:30
Madhura Jayaratne
d5c3cbf42a Style improvements for Export_Relation_Schema 2011-08-20 23:38:22 +05:30
Madhura Jayaratne
249a1d5c8c Coding style improvements to Eps_Relation_Schema 2011-08-20 07:30:11 +05:30
Madhura Jayaratne
c5b108b716 Coding style improvements to Dia_Relation_Schema 2011-08-20 07:29:53 +05:30
Michal Čihař
f66f8b7074 Use PMA_DBI_get_columns instead of custom query 2011-08-19 09:14:54 +02:00
Michal Čihař
f0babc56a3 Fix indentation 2011-08-19 09:11:06 +02:00
Michal Čihař
dd046f10b3 Fix typo 2011-08-19 09:11:01 +02:00
Michal Čihař
88ef580bd5 Use PMA_DBI_get_columns instead of custom query 2011-08-19 09:09:12 +02:00
Michal Čihař
ab166dd849 Remove some unused vars 2011-08-19 09:06:46 +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
Piotr Przybylski
3782a6c89b Remove JS function: getElement 2011-08-16 00:34:44 +02:00
Piotr Przybylski
824fac0da5 Import missing variable into method's scope 2011-08-16 00:09:04 +02:00
Piotr Przybylski
fd44145183 Add missing PMA_sqlAddSlashes 2011-08-16 00:07:57 +02:00
Piotr Przybylski
73485871c7 PMA_backquote is not needed here 2011-08-16 00:05:51 +02:00
Michal Čihař
b3939c021a Remove not needed global $query_default_option 2011-08-15 11:41:49 +02:00
Michal Čihař
b0a108473e Remove not needed param from PMA_REL_create_page 2011-08-15 11:36:13 +02:00
Michal Čihař
bbccd32c81 Improve coding style 2011-08-15 11:33:00 +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
Herman van Rink
c547703b10 Sanitize filenames before using in Content-Disposition header 2011-08-08 20:07:09 +02:00