Hi all,
At the test suit level, backupGlobals directive is set to false preventing
PHPUnit from backing up and restoring globals for every test. I was
wondering why this is set like that.
--
Thanks and Regards,
Madhura Jayaratne
Hi,
in AuthenticationCookie.class.php we verify whether $_COOKIE is empty,
because at this point we have sent some cookies. The goal is to warn
users about their browser not accepting cookies.
However, it's too early to do this verification, because "Once the
cookies have been set, they can be accessed on the next page load with
the $_COOKIE" (PHP manual).
We are not yet at the next page load. The result is that all browsers,
correctly set to accept cookies, when running phpMyAdmin for the first
time, show the "Cookies must be enabled past this point" message,
alerting users for nothing.
Maybe we could force a page reload after the initial cookies sending,
but I'm not sure it's a good solution.
I suggest to
- remove this verification
- in the "Cannot start session without errors" message (which can be
caused by a browser not accepting cookies), add a hint that not
accepting cookies is a possible cause
Comments?
--
Marc Delisle
http://infomarc.info
We are pleased to announce that phpMyAdmin has accepted 6
students/projects for Google Summer of Code 2013 [0] :
- AJAX error reporting : Mohamed Ashraf
- Automated Testing : Adam Kang
- Automated Testing : Ayush Chaudhary
- Interface improvements : Kasun Chathuranga
- Re-factoring: server view : Bin Zu
- Refactoring: SQL Executor, Column's Structure Manipulation : Supun Nakandala
Details about the projects can be found on our wiki [1].
We wish all students good luck and look forward to their contributions
to the project.
[0] https://www.google-melange.com/gsoc/homepage/google/gsoc2013
[1] http://wiki.phpmyadmin.net/pma/GSoC_2013_Projects
--
Kind regards,
Dieter Adriaenssens
GSoC 2013 org co-admin
Hi,
any objection to remove the text/plain: Sql transformation? It's used to
pretty-print SQL code located inside a column.
Not sure this is much used and we would have to adapt this to use
CodeMirror.
--
Marc Delisle
http://infomarc.info
I wanted to ask how is the gsoc candidate selection was going. I submitted two proposals and I was wondering if there is anything more I can do to skew the selection in my favour.
--
Mohamed Ashraf
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)
Hi,
does someone remember why we have two lists:
$PMA_SQPdata_reserved_word
$PMA_SQPdata_forbidden_word
referring both to the MySQL reserved words list!
Now that I'm updating the first one, I am about to get rid of the second
one, replacing its references to the second one.
--
Marc Delisle
http://infomarc.info