Menu

#1375 Adding query history using browser's localStorage

Needs_decision
duplicate
nobody
Utilities (45)
Normal
2015-02-24
2012-05-11
Anonymous
No

One painful aspect of working on phpmyadmin for our team was to lose our hard formed, 8 line queries during session timeouts. Hence I created a Chrome Extension and a Firefox addon to save the queries in browser's localStorage and make them searcheable. I turned the query textarea itself into an autocomplete. I thought I would integrate this feature into phpmyadmin itself. Check out my extensions on https://chrome.google.com/webstore/detail/ffimgldnoigmlcofmfkfcjechbdkipph?utm_source=chrome-ntp-icon and https://addons.mozilla.org/en-US/firefox/addon/dlq/?src=ss and use them with phpmyadmin. Also check them with phpminiadmin to see the slick UI and accessibility I have added using twitter bootstrap, currently not implemented on phpmyadmin since addon requires DOM manipulation and phpminiadmin and phpmyadmin have different DOM structures.

Please take a decision if phpmyadmin is willing to accept this enhancement. I shall integrate it with the code and send a pull request on github.

Discussion

  • Marc Delisle

    Marc Delisle - 2015-02-15
    • Priority: 5 --> Normal
     
  • Madhura Jayaratne

    @Marc Is this fixed with recent 'save query when session expires' feature?

     
  • Marc Delisle

    Marc Delisle - 2015-02-24

    @Madhura yes.

     
  • Marc Delisle

    Marc Delisle - 2015-02-24
    • status: open --> duplicate