If your session ends, your current query is discarded and your browser is redirected to the login page.
Suppose it has taken you a long while to create that statement and you finally got what you want, the telephone rings - and you can start from the beginning.
phpmyadmin prior 4 just stayed where it was.
Even if it redirects - you could save the last query (COOKIE) or put it in your redirect code to save it.
It is best that this is moved to feature request tracker
Last edit: Aanand 2015-02-21
Do you have a specific question? The first thing is to try to reproduce the bug in your environment.
I have cloned the repository in my system
Last edit: Aanand 2015-02-21
Hi Aanand,
If you go to https://github.com/ and look near the top, there's "Github bootcamp" which walks you through each of four steps; I think the most helpful parts of the process are https://help.github.com/articles/fork-a-repo/ and https://help.github.com/articles/using-pull-requests -- we also have a guide at https://wiki.phpmyadmin.net/pma/Git which contains some more information, but is not likely to be very helpful in this case.
So you'll fork the repository to your own Github account, and check out that repository on your local machine (I believe you can somehow redirect an existing repository so you don't have to check it out completely new, but I'm not sure how to do so). Create a new branch to work in, based off of the master branch since this is a few feature, then when you're done commit and push that branch back to your github account. Log back in to the github website and create a pull request to the phpMyAdmin project.
This sort of discussion is better held on the phpmyadmin-devel mailing list; if you have further questions about the process please follow up there :)
Last edit: Aanand 2015-02-21
Hi,
as Isaac said, use the phpmyadmin-devel mailing list to ask this.
Last edit: Aanand 2015-02-21
Implemented with
https://github.com/phpmyadmin/phpmyadmin/pull/1498
is there any reason why the reporter don't get any updates on the repüorts posted?
I didn't notice there were any changes made on this issue.
I'll check this next week.
Thx.
I just tried your email mokraemer@users.sf.net and it failed with "unknown user" so maybe you did not configure your sf.net account to redirect email.
nope. that's all good, I received your last mail.
I'm relly not sure what is mailed to whom.
From this report I received only two mails:
- the first which says the report is received
- the first reply on 2015-01-30
Not sure if this is a bug or a feature. But maybe you have this problem in some other bugs, where you don't get any reply from the author.
I suggest that you report this to the support team at Sourceforge.net.
Reimplemented with https://github.com/phpmyadmin/phpmyadmin/pull/1523