Michal Čihař
f9ccd69538
Remove no longer needed language file names.
2010-04-09 13:57:36 +02:00
Michal Čihař
08cda2f076
Merge branch 'QA_3_3'
...
Conflicts:
Documentation.html
README
libraries/Config.class.php
translators.html
2010-04-07 09:24:12 +02:00
Lorikeet Lee
8a7b66f3a0
Do not group if there would be one table in group.
2010-04-07 09:19:34 +02:00
Michal Čihař
c80d629268
The link does clearing not reseting.
2010-04-02 13:40:32 +02:00
Michal Čihař
e049a44f59
Move input event binding to separate js file.
2010-04-02 13:33:12 +02:00
Michal Čihař
829a7d8146
Bind clear event in javascript.
2010-04-02 13:30:01 +02:00
Michal Čihař
0098927245
Move inline CSS to themes.
2010-04-02 13:24:53 +02:00
Michal Čihař
111ba5d79f
Adjust CSS to display clear button over the input.
2010-04-02 13:20:44 +02:00
Michal Čihař
4b79515d00
Separate function for clearing input.
2010-04-02 13:16:20 +02:00
Michal Čihař
6f602b6777
Move unhiding code to js file.
2010-04-02 13:16:18 +02:00
Michal Čihař
686f330dc9
Wrap code a bit to make it more readable.
...
No functional changes.
2010-04-02 13:15:52 +02:00
Michal Čihař
b4eac4ea1b
Add missing jQuery include.
2010-04-02 08:40:32 +02:00
Michal Čihař
43afb034ee
Merge branch 'QA_3_3'
2010-03-31 14:43:10 +02:00
Michal Čihař
58c33c410e
Do not make the width 100%.
...
Otherwise it is wider than navigation frame.
2010-03-31 14:42:34 +02:00
Marc Delisle
9785bbc561
remove author names
2010-03-26 17:44:10 -04:00
Marc Delisle
bbc3d3debf
Merge branch 'QA_3_3'
2010-03-11 17:59:19 -05:00
Marc Delisle
4a53eb1916
duplicate comment
2010-03-11 17:58:51 -05:00
Marc Delisle
5083dd64df
remove the border removal for the Filter field; todo: improve the X reset appearance
2010-03-02 13:23:57 +00:00
Marc Delisle
377c5f67a0
remove the border removal for the Filter field; todo: improve the X reset appearance
2010-03-02 13:23:57 +00:00
Marc Delisle
94bb220332
XHTML compliance
2010-02-28 12:06:56 +00:00
Marc Delisle
535ec099f8
XHTML compliance
2010-02-28 12:00:58 +00:00
Marc Delisle
083006709b
XHTML compliance
2010-02-28 12:00:58 +00:00
Marc Delisle
7133eb7287
Improved messages
2010-02-28 11:48:47 +00:00
Michal Čihař
8ed51c814a
rfe #2938579 [interface] Add class to some elements for easier theming.
2010-01-25 12:44:32 +00:00
Marc Delisle
fd4ded1410
table filter box too wide, thanks to dylfin
2010-01-25 12:16:47 +00:00
Marc Delisle
338b134af3
table filter box too wide, thanks to dylfin
2010-01-25 12:16:47 +00:00
Michal Čihař
17c22891cb
Allow to create new table from navigation frame (in light mode).
2010-01-22 15:43:35 +00:00
Michal Čihař
6ef24edd6a
rfe #1186511 [inrerface] Add link to reload navigation frame.
2010-01-21 15:17:12 +00:00
Michal Čihař
94c2f864ae
[core] Remove config data from session as it brings chicken-egg problem.
...
Configuration data stores PmaAbsoluteUri, which should be accessible
before initiating session. Otherwise there is no way to make
PmaAbsoluteUri work. PmaAbsoluteUri is needed at least for reverse
proxy setups, for example http webserver running behind https proxy.
2010-01-21 11:18:18 +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
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