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
Relating to bug [1] the libraries/sqlparser.lib.php
PMA_SQPdata_reserved_word list appears to be inconsistent with the list in
[2]. I would like know from the developers whether there is a reason for
this issues or is it an error in the reserved word list.
Regards Supun
[1] #3942 warnings about reserved word for many non reserved words
[2] http://dev.mysql.com/doc/refman/5.5/en/reserved-words.html
Hi Marc,
About the test case, https://github.com/phpmyadmin/phpmyadmin/pull/390
I think I find the reason. Refer to the link http://php.net/manual/en/reserved.variables.cookies.php
$_COOKIE (PHP 4 >= 4.1.0, PHP 5)
$HTTP_COOKIE_VARS [deprecated]
So PHP 4.1.0, Introduced $_COOKIE that deprecated $HTTP_COOKIE_VARS.
my case, there is $_COOKIE['pma_fontsize'] = "10em"; which is not working in your side for Cookie setting.
>Hi Adam,
>I am running phpunit 3.6.10 on Linux, and when I type
>```
>phpunit
>```
>I get this error. Maybe my version of phpunit is too old?
>
>---
>Reply to this email directly or view it on GitHub:
>https://github.com/phpmyadmin/phpmyadmin/pull/390#issuecomment-18075456
>
Thanks,
Adam
Hi all
I've just updated our wiki to include more detailed guide how to deal
with merging po files:
https://wiki.phpmyadmin.net/pma/Git#Merging_translations
Please use that, otherwise po files in master will get corrupted as
seen quite often recently. It is nearly impossible to do proper merge
with them as the branches diverge.
--
Michal ÄŒihaÅ™ | http://cihar.com | http://phpmyadmin.net