Skip to content
William Desportes edited this page Apr 6, 2019 · 7 revisions

See also the 2015-07 Meeting IRC Log

RFE Human readable/writable URLs

Agenda

--Lem9 19:19, 21 June 2015 (CEST)

Meeting

We will implement the HTML5 history API. Regarding eliminating the token there are concerns about avoiding CSRF. For now, nijel proposes making GET requests read-only, and using the token only for POST requests.

See also FAQ_4.8 and https://sourceforge.net/p/phpmyadmin/feature-requests/1684/

RFE Cross-tabulation / pivot table

Agenda

--Lem9 19:35, 21 June 2015 (CEST)

Meeting

This is outside the scope of phpMyAdmin. While we provide several ways for users to visualize and interact with their data, phpMyAdmin isn't a full featured data analyzer.

RFE Unite Structure and Relation view

Agenda

--Lem9 20:04, 21 June 2015 (CEST)

Meeting

We've decided not to implement this.

At one time, pages were too long which lead to the sub-tab structure that is used in several places (including Structure / Relation view); this would be going back to a single longer page which is not desirable.

RFE Auto-updater (re-discuss)

Agenda

--Lem9 13:05, 24 June 2015 (CEST)

Meeting

We all tend to think this is a good idea, and on reconsideration have re-opened the ticket https://sourceforge.net/p/phpmyadmin/feature-requests/1458/

Terminology: Users vs Accounts

Agenda

--Lem9 14:26, 2 July 2015 (CEST)

Meeting

Accepted -- the tab will now read "User accounts" moving forward, and some of the other terminology will be adjusted as well. There was debate about whether the text "User accounts" was too long for the tab; in the future if this is an issue we can further resist it to "Accounts"

Naming style for Configuration Storage variables

Agenda

Whether to use underscore between words in Configuration Storage variable names; for instance we have $cfg['Servers'][$i]['navigationhiding'] and $cfg['Servers'][$i]['bookmarktable'] but also $cfg['Servers'][$i]['designer_settings'] and $cfg['Servers'][$i]['table_uiprefs']. We should pick one style for future tables; I do not propose changing any existing variables, only standardizing moving forward.

--Ibennetch 17:54, 2 July 2015 (CEST)

Meeting

Underscores are widely approved as the best scheme here.

RFE Ctrl+Enter submit for textarea in Table Insert form

Agenda

  • https://sourceforge.net/p/phpmyadmin/feature-requests/1679/
  • May be useful, but doubts raised whether to change the common behavior of basic html textarea, the PR is already there, so we should decide over merging.
  • PR: https://github.com/phpmyadmin/phpmyadmin/pull/1750 adds Ctrl+Enter submit not only for textarea but for all inputs (ENUM, function dropdowns etc.)
  • Discussion so far: There is some similarity with console/sql query box (where we run SQL queries with ctrl+enter) and grid editing (which by definition has double-click + enter way to edit).

--Zixtor 00:31, 7 July 2015 (CEST)

Meeting

It's accepted that CTRL-Enter makes sense, and we'll look in to whether this can be applied globally or must be done to each form.

Meetings

Clone this wiki locally