[Phpmyadmin-devel] [Phpmyadmin-svn] SF.net SVN: phpmyadmin:[12877] trunk/phpMyAdmin/server_synchronize.php

Tomas Srnka toms at linuxos.sk
Mon Aug 24 21:50:05 CEST 2009


Hello,

I'm sending my changes for synchronization GUI.
Changelog:
*Fixed bug with different port than 3306
*Fixed support for other server than localhost
*Added support for sockets
*Fixed GUI bugs - strings (localization), table, fieldset...
*new PNG transparent icon.16x16

Remains:
*Add support for current PMA server - to be able to choose from 
available databases

I still have to make some changes in backend, so it can work with 
replication.

Tomas


Marc Delisle wrote:
> zahranaeem at users.sourceforge.net a écrit :
>   
>> Revision: 12877
>>           http://phpmyadmin.svn.sourceforge.net/phpmyadmin/?rev=12877&view=rev
>> Author:   zahranaeem
>> Date:     2009-08-24 17:23:14 +0000 (Mon, 24 Aug 2009)
>>
>> Log Message:
>> -----------
>> Removed spaces that were used to align  text boxes in the form. 
>>
>> Modified Paths:
>> --------------
>>     trunk/phpMyAdmin/server_synchronize.php
>>
>> Modified: trunk/phpMyAdmin/server_synchronize.php
>> ===================================================================
>> --- trunk/phpMyAdmin/server_synchronize.php	2009-08-24 17:00:31 UTC (rev 12876)
>> +++ trunk/phpMyAdmin/server_synchronize.php	2009-08-24 17:23:14 UTC (rev 12877)
>> @@ -68,7 +68,7 @@
>>          */
>>          echo '<div class="error">' . "\n" ;  
>>          if(!$src_connection) {
>> -            echo "Could not connect to the source</br>";
>> +            echo "Could not connect to the source<br/>";
>>          }
>>          if(!$trg_connection){
>>              echo "Could not connect to the target"; 
>>     
>
> Hello Zahra,
> These messages are not extracted to message files?
>
>   




-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: synchronization-patch-toms-01.patch
URL: <http://lists.phpmyadmin.net/pipermail/developers/attachments/20090824/b9be6284/attachment.ksh>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: s_sync.png
Type: image/png
Size: 551 bytes
Desc: not available
URL: <http://lists.phpmyadmin.net/pipermail/developers/attachments/20090824/b9be6284/attachment.png>


More information about the Developers mailing list