Commit Graph

26 Commits

Author SHA1 Message Date
Sebastian Mendel
d9eebc2ae0 removed closing of db connection, closing database connection is only required if script runs longer than database connection is needed 2007-10-16 14:02:16 +00:00
Sebastian Mendel
640becedc4 make use of PMA_getDbComment() 2007-10-02 14:16:39 +00:00
Marc Delisle
6a1e18b52e new parameter LeftDefaultTabTable and new default value for DefaultTabTable 2007-09-30 12:04:16 +00:00
Marc Delisle
062663b937 improve the patch for truncated list of tables, thanks to Juergen Wind 2007-07-27 11:58:41 +00:00
Marc Delisle
e809642283 put emphasis on the db name in navi panel 2007-07-21 15:28:36 +00:00
Marc Delisle
5855094342 hint user that the table list is larger, thanks to Juergen Wind 2007-07-16 13:21:37 +00:00
Marc Delisle
e44e7e7cb4 avoid display problem in the UL of databases 2007-07-13 15:48:56 +00:00
Marc Delisle
ae603822a5 obey MaxTableList in navi also (Light mode only); move the navigator near the database list 2007-07-09 16:30:39 +00:00
Marc Delisle
09b1ea0646 Navigator for the table list in the content panel 2007-06-25 14:00:35 +00:00
Marc Delisle
7762946d76 unneeded double line in navi when no page selector is displayed 2007-06-24 11:59:16 +00:00
Marc Delisle
5c469e247c decoration for navi db page selector 2007-06-20 12:33:35 +00:00
Marc Delisle
7d750dded7 getItems() becomes getLimitedItems($offset, $count) 2007-06-20 11:52:06 +00:00
Marc Delisle
63b259d955 navigation and MaxDbList (work in progress) 2007-06-18 12:18:51 +00:00
Sebastian Mendel
b4c5dda95d bug #1699772 Visual space bug in table name (in browser) 2007-05-14 12:13:44 +00:00
Michal Čihař
1c32f18ea7 RFE #1435922 [gui] navigation frame shows listing of databases when none selected 2007-04-10 13:34:48 +00:00
Sebastian Mendel
008734f8b0 do NEVER unset $table or $db;
no need to test for isset() on $db and $table;
always test with strlen() for valid $table or $db;
2007-03-30 09:12:05 +00:00
Sebastian Mendel
3626acdb24 improved out buffer function handling;
bug #1690064 headers already sent error if OBGzip = 0
2007-03-29 07:10:15 +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
Marc Delisle
42ac66ad74 get rid of propicon 2007-02-10 15:58:46 +00:00
Marc Delisle
c06c96f317 patch #1611684 part 2, other issues with the caching of phpmyadmin.css.php 2006-12-21 01:22:03 +00:00
Michal Čihař
609eaa7f75 Fix XSS on table comment. 2006-11-17 08:59:36 +00:00
Michal Čihař
fb9a3a598e Check before commit! 2006-11-17 08:49:30 +00:00
Michal Čihař
70ec4567d5 Rename left_header to navigation_header. 2006-10-18 14:54:35 +00:00
Michal Čihař
491187ed77 Rename left.php to navigation.php and modify all calls to that. Only config variables are kept as Left*. 2006-10-16 07:43:48 +00:00