In phpMyAdmin 3.3 most of the export settings were visible in one page
without scrolling, hence requiring only very few clicks to export what
you need. But in 3.4 when I try to export the table structure I first
need to click '(o) custom' then scroll down and search through all the
text where in order to find where I select '(o) structure'. It feels
very unintuitive for me.
What about:
a) We put all the settings in jquery tabs
b) On the first tab will be the most used options: Format, Output type
(File / as Text) and what to dump (2 checkboxes for each data and
structure)
Here's a demo of the tabs: http://jqueryui.com/demos/tabs/
Also, all the pma demos on the server seem to have troubles:
Warning in ./libraries/dbi/mysqli.dbi.lib.php#111
mysqli_real_connect(): (28000/1045): Access denied for user
'root'@'localhost' (using password: NO)
Hi all,
Rouslan, in his comment on tracker item [1] pointed out that with the new
layout in DB Operations page, the page looks weird in both Firefox and
Opera. He is using the screen resolution of 1280 x 1024.
I would like to know whether the new layout looks okay/weird in other
resolutions as well.
I initially checked with 1366 x 768 and the page looks okay with that
resolution.
--
Thanks and Regards,
Madhura Jayaratne
[1]
https://sourceforge.net/tracker/index.php?func=detail&aid=3292121&group_id=…
Hi all,
I am currently trying to implement a feature that allow users to jump to recently used tables. I have partially implemented this feature in my repo [0] under the branch "browsemode" and want to ask for opinions.
1. Users can interact with a table in several ways: browse, structure, SQL, etc. Are all of these actions should be counted as "accessing a table"?
2. If yes, I am thinking of adding code in several places: sql.php, tbl_structure.php, tbl_sql.php, etc. (every possible values for $GLOBALS['cfg']['LeftDefaultTabTable']) in order to remember the accessed table. Is there any better way than this? (since I'm still not very deep with phpMyAdmin code)
3. If no, what actions should be considered as "accessing a table"?
NB: With my branch, you can see up to 5 recently used tables, by clicking table's icon (left of table's name) in the navigation frame. (LeftDefaultTabTables must be configured to the default value, "tbl_structure.php")
[0] http://repo.or.cz/w/phpmyadmin/arisferyanto.git
--
Aris Feryanto
http://arispma.wordpress.com/