On 5/15/14, Atul Pratap Singh atulpratapsingh05@gmail.com wrote:
On 5/10/14, Isaac Bennetch bennetch@gmail.com wrote:
Hello,
I thought some of these points deserve further discussion before opening a feature request or bug report. What do you think of these?
- User suggestion that we add a link to the Export page to "Save this
as default for export preferences". This would probably tie in to the User Preference module somehow since some of these preferences are already set there (or in config.inc.php).
This might be nice if it can be done without making things overly complex.
- User suggestion that we have an SQL formatter. This would be a way to
take a long string of SQL and have it pretty-printed without actually running the query.
There exist other tools to do this (plus we do it if a query is run) and I don't really see a need to incorporate that functionality here.
- The same user told us that he does not like the blue row highlight
when mousing over a row while browsing. "I already know where my mouse is, I don't need the blue highlight to show me," he said. So we should discuss whether this should be continued or removed.
- The same user again stated that he does not care for the underline
style for showing a column with a key (in the Structure tab). The suggestion is to instead put a small key icon in front or behind the name of the column to indicate that it's a key.
- J.M. suggests that we allow a calendar/time picker in the Monitor
window. Once you drag to highlight an area on the chart, a dialog pops up displaying the start and end time plus two checkboxes for picking details about what to display. Those date/time fields do not currently have the date/time picker widget.
Added in https://github.com/phpmyadmin/phpmyadmin/commit/1a3c958f394e1aa214321b3f4a87...