Does anyone use Firefox 4.0? I've got 3.whatever, and prefer not to upgrade yet, but a user reported some trouble with the display under FF4. https://sourceforge.net/projects/phpmyadmin/forums/forum/72909/topic/4482670
Just wondering if anyone can confirm, at the least.
I see nothing wrong in the privileges tab in neither version 3.3.10 or 3.4-rc1-dev under Firefox 4
On Wed, Apr 27, 2011 at 11:32 PM, Isaac Bennetch bennetch@gmail.com wrote:
Does anyone use Firefox 4.0? I've got 3.whatever, and prefer not to upgrade yet, but a user reported some trouble with the display under FF4. https://sourceforge.net/projects/phpmyadmin/forums/forum/72909/topic/4482670
Just wondering if anyone can confirm, at the least.
WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
2011/4/28 Tyron Madlener tyronx@gmail.com:
I see nothing wrong in the privileges tab in neither version 3.3.10 or 3.4-rc1-dev under Firefox 4
On Wed, Apr 27, 2011 at 11:32 PM, Isaac Bennetch bennetch@gmail.com wrote:
Does anyone use Firefox 4.0? I've got 3.whatever, and prefer not to upgrade yet, but a user reported some trouble with the display under FF4. https://sourceforge.net/projects/phpmyadmin/forums/forum/72909/topic/4482670
Just wondering if anyone can confirm, at the least.
Works for me, but a have a different issue - after clicking on "edit privileges" in db privileges tab, the cancel button is misplaced.
Le 2011-04-27 17:32, Isaac Bennetch a écrit :
Does anyone use Firefox 4.0? I've got 3.whatever, and prefer not to upgrade yet, but a user reported some trouble with the display under FF4. https://sourceforge.net/projects/phpmyadmin/forums/forum/72909/topic/4482670
Just wondering if anyone can confirm, at the least.
I am running Firefox 4.0 and have no problem, but it's on Windows Vista and XP, not Mac OS X.
Hi all,
I'm trying to get started with unit tests in PMA as I will be expected to create some for the features on which I will be working during the summer of code. Well, I have little experience with unit testing and, well, I can't get even any of the existing tests to run. And the Wiki page is not much help IMO. For example, when I execute "phpunit AllTestsPHP" from my console, I get the following error:
Fatal error: Cannot redeclare PMA_ifSetOr() (previously declared in /var/www/phpmyadmin-my/libraries/core.lib.php:39) in /var/www/phpmyadmin-my/libraries/core.lib.php on line 46
Any help with this or even a nodge in the right direction much appreciated. Thanks.
Rouslan
On 29-04-11 19:21, Rouslan Placella wrote:
Hi all,
I'm trying to get started with unit tests in PMA as I will be expected to create some for the features on which I will be working during the summer of code. Well, I have little experience with unit testing and, well, I can't get even any of the existing tests to run. And the Wiki page is not much help IMO. For example, when I execute "phpunit AllTestsPHP" from my console, I get the following error:
Fatal error: Cannot redeclare PMA_ifSetOr() (previously declared in /var/www/phpmyadmin-my/libraries/core.lib.php:39) in /var/www/phpmyadmin-my/libraries/core.lib.php on line 46
Any help with this or even a nodge in the right direction much appreciated. Thanks.
The current testcases are in bad shape, and are particularly dependant on some environment settings. It will be part of Zarubin Stas' project to get these in shape and improve the documentation for running the tests yourself. He's already started on his blog: http://zsv.org.ua/2011/pma-dev-env/
PS: Please don't start a new message by replying to a message from this list. In the mail headers a reference is kept to the original thread which screws up the threading in most clients. This also increases the chance that your message get overlooked.