Commit Graph

66 Commits

Author SHA1 Message Date
Michal Čihař
cfc7fd7a2d The linked-tables infrastructure is now called phpMyAdmin configuration storage. 2010-07-26 17:16:55 +02:00
Michal Čihař
d291827444 No need to require_once footer
It is the last thing executed anyway (ends with exit).
2010-07-26 16:20:24 +02:00
Michal Čihař
ee767e2d3d No need to explicitely include relation.lib its anyway included in common.inc 2010-07-26 16:17:59 +02:00
Michal Čihař
318dc4b650 Drop @version tag from docblocks. 2010-07-20 13:59:17 +02:00
Michal Čihař
df4a6efe47 Drop convcharset/pma_charset handling.
This code had no real use, it was used for converting strings from MySQL
to browser encoding.
2010-07-20 11:46:11 +02:00
Marc Delisle
caa98445d8 conform to relational terminology regarding columns and rows 2010-05-31 14:33:21 -04:00
Marc Delisle
00604060e8 gettext conversion 2010-05-12 12:53:08 -04:00
Michal Čihař
4204a93d7d Fix escaping. 2010-05-05 11:47:01 +02:00
Marc Delisle
2182098af6 strings to gettext, second batch 2010-05-04 20:07:19 -04:00
Marc Delisle
f55823f47f strings to gettext, first batch 2010-05-03 12:57:46 -04:00
Michal Čihař
34d51adab7 Fix docstrings. 2010-04-30 10:48:23 +02:00
Marc Delisle
89c08b468b Merge branch 'QA_3_3' 2010-04-29 12:54:55 -04:00
Marc Delisle
6b50847a8c bug #2993970 Page numbering in Table of Contents 2010-04-29 12:54:25 -04:00
Michal Čihař
a7a986b84c Fix param names. 2010-04-29 14:36:54 +02:00
Michal Čihař
ec053542f5 Merge branch 'QA_3_3' 2010-03-31 10:28:40 +02:00
BlinK_
fad777ecb2 Do not use private variable, use getter instead (patch #2978828). 2010-03-31 10:28:11 +02:00
Michal Čihař
a5c73c5a9a Merge branch 'QA_3_3' 2010-03-30 13:06:53 +02:00
BlinK_
a4ca1638e9 Fix generating PDF with table dimensions 2010-03-30 12:59:59 +02:00
Marc Delisle
819324ede6 remove author names, as discussed at the 2010 developer meeting and according to the book Producing Open Source Software 2010-03-06 18:04:17 +00:00
Marc Delisle
526dce65cb 3.3 2009-12-31 13:11:19 +00:00
Marc Delisle
f3833884e4 3.3 2009-12-31 13:09:18 +00:00
Marc Delisle
e67f4cbc54 clarify function name 2009-06-24 11:34:56 +00:00
Sebastian Mendel
a059b08ce0 use PMA_Table::sGetStatusInfo() for table information retrieval 2008-12-10 09:22:29 +00:00
Michal Čihař
56941e509c Adding @package, second part. 2008-11-24 11:05:40 +00:00
Michal Čihař
9561f56875 Fix some phpdoc errors. 2008-11-24 09:55:30 +00:00
Marc Delisle
df7a74523f format code 2008-09-29 17:13:53 +00:00
Marc Delisle
b9793ab02c patch #2122883 [PDF schema] Option to display just the keys 2008-09-29 17:03:02 +00:00
Marc Delisle
fe78d240bb b to strong, and remove bold for MySQL charset 2008-07-09 15:24:44 +00:00
Marc Delisle
544831fda7 patch #2007196, Typos in comments, thanks to knittl - knittl 2008-07-01 19:21:28 +00:00
Sebastian Mendel
e19db554ee upgraded TCPDF to 1.53.0.TC034 (PHP 5) - (needs some more work) 2007-10-19 11:33:00 +00:00
Sebastian Mendel
1e81ce19e3 removed MySQL < 5 code 2007-10-02 09:57:19 +00:00
Sebastian Mendel
d2b9013fad fixed E_STRICT 2007-08-02 11:40:16 +00:00
Sebastian Mendel
adb39168cc coding standard: no braces around include 2007-04-01 09:51:41 +00:00
Sebastian Mendel
d0facc3d4f splitted common.lib.php into common.inc.php, core.lib.php and common.lib.php 2007-03-20 14:16:18 +00:00
Sebastian Mendel
374abd5173 fixed/added page level docblock 2007-03-20 10:32:13 +00:00
Sebastian Mendel
817e790762 synced/fixed vim line 2007-03-19 17:55:39 +00:00
Michal Čihař
fb9a3a598e Check before commit! 2006-11-17 08:49:30 +00:00
Michal Čihař
cac4247057 Rename db_* files to drop useless _details part. 2006-10-25 12:25:01 +00:00
Sebastian Mendel
1eadc0a41a use @todo tag for todo items, to show up in generated documentation 2006-09-21 14:28:46 +00:00
Sebastian Mendel
7a19861b4b style upgrade 2006-04-25 15:21:33 +00:00
Sebastian Mendel
6b4f751e41 fixed bug #1409972 PHP 5.1.2 compatibility 2006-01-19 15:39:29 +00:00
Sebastian Mendel
0ae8842353 (not complete) PEAR coding standard 2006-01-17 17:03:02 +00:00
Marc Delisle
306d83af03 display PDF schema did not work (missing dot) 2006-01-06 18:52:34 +00:00
Marc Delisle
27cbdefa1b bug #1389165, shows all columns as Null Yes 2006-01-06 18:08:58 +00:00
Marc Delisle
97bd2323d5 bug #1389165, shows all columns as Null Yes 2006-01-06 18:05:53 +00:00
Sebastian Mendel
16a71a194e added database name to relation querys 2005-12-17 17:36:58 +00:00
Sebastian Mendel
fe8553fa7b removed PMA_isInto(), deprecated by in_array() 2005-12-08 12:37:38 +00:00
Michal Čihař
c350f65e74 Bad copy and paste, here should be iso-8859-2 (thanks Marc!). 2005-12-04 14:01:25 +00:00
Michal Čihař
34ce345251 Do not use right_font_family. 2005-11-27 21:33:01 +00:00
Michal Čihař
6aeabf44d1 Move footer.inc.php, header.inc.php and header_printview.inc.php to libraries folder as it does not require direct access. 2005-11-24 09:12:17 +00:00