Commit Graph

46 Commits

Author SHA1 Message Date
Marc Delisle
38fea0cc9e in SESSION, userconf renamed to tmp_user_values to avoid confusion with the future db-based user preferences 2009-06-20 16:36:58 +00:00
Marc Delisle
077487b6d0 no need for a separate "Reset filter" message 2009-06-06 11:20:28 +00:00
Marc Delisle
afd0a2ac97 patch #2794819 [navi] Filter for displayed table names 2009-05-24 11:52:32 +00:00
Michal Čihař
77a11d0283 bug #2355925 [display] properly update tooltips in navigation frame 2008-11-28 14:35:17 +00:00
Michal Čihař
9561f56875 Fix some phpdoc errors. 2008-11-24 09:55:30 +00:00
Marc Delisle
c4c683bb64 bug #2113848 [navi] Page number after database switching 2008-09-21 13:02:41 +00:00
Marc Delisle
af1fcb2a33 duplicate code 2008-09-21 12:43:34 +00:00
Marc Delisle
e5d28fd859 bug #2066923 [display] Navi browse icon does not go to page 1 2008-09-01 12:39:56 +00:00
Marc Delisle
544831fda7 patch #2007196, Typos in comments, thanks to knittl - knittl 2008-07-01 19:21:28 +00:00
Marc Delisle
b6ec86da7d remove old hint for number of tables 2008-06-12 20:00:23 +00:00
Marc Delisle
de460bb5f7 patch #1987593 [interface] Table list pagination in navi 2008-06-12 17:23:24 +00:00
Sebastian Mendel
9658a0bca5 fetch table list only once 2008-05-09 13:02:57 +00:00
Sebastian Mendel
fa21fe3ea5 make the database list more magic:
load/fetch only if really required
use SPL ArrayObject to behave like an array
2008-05-09 10:41:16 +00:00
Marc Delisle
c9d023e3de bug #1918531 [compatibility] Navigation is not w3.org valid 2008-03-22 21:41:20 +00:00
Sebastian Mendel
f9b68767e2 get table count only if db is set 2008-01-29 13:43:10 +00:00
Sebastian Mendel
bb5465e95d get table count for database only once 2008-01-22 07:29:58 +00:00
Sebastian Mendel
d4d008cd17 include all queries from navigation in debug statistics (by not closing session file before script ends) 2008-01-21 14:05:09 +00:00
Marc Delisle
618cb07b26 should go to ['userconf'] 2008-01-05 15:12:30 +00:00
Marc Delisle
603e566c0d bug #1864468 [display] Theme does not switch to darkblue_orange 2008-01-05 13:33:05 +00:00
Marc Delisle
358dfaf08c These should go to ['userconf'] 2008-01-01 15:03:50 +00:00
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