Hi devs, Maybe this did not reach the list, so here it is.
Another way to get his version: http://phpmyadmin.sourceforge.net/phpMyAdmin-loic-dev.tar.gz
Happy testing! Marc
Loïc a écrit :
Hi all!
OK, here we are. Before I leave my PC for some days I've package the new version of phpMyAdmin I was working on. It is based on the lastest version from the CVS at this time.
Please note that I can't find enough time:
- to rewrite all the scripts: 'users_details.php3' is still the 'old' one...
- neither to deeply test them (they seems to work but...)
If you want to create a new phpMyAdmin-devel branch on the CVS for it, that's up to you: I won't hava any computer with me during the next week then do what you want with the script ;)
Since SourceForge seems not to have create a dir. where to play with anonymous ftp for the phpMyAdmin project :( I've put the file at this url: ftp://chapeaux.free.fr/phpMyAdmin-loic-dev.tar.gz (anonymous ftp)
I've also put it at our SF account: phpMyAdmin-loic-dev.tar.gz in the '/home/groups/p/ph/phpmyadmin/htdocs' directory.
Regards, Loïc
In Loïc's branch,
Don't have time to debug this (going away for 2 days), but when inserting records, the function ASCII is applied by default to all fields (in previous versions there was a blank line at the top of the function select box).
Marc
Marc Delisle a écrit :
Hi devs, Maybe this did not reach the list, so here it is.
Another way to get his version: http://phpmyadmin.sourceforge.net/phpMyAdmin-loic-dev.tar.gz
Happy testing! Marc
Loïc a écrit :
Hi all!
OK, here we are. Before I leave my PC for some days I've package the new version of phpMyAdmin I was working on. It is based on the lastest version from the CVS at this time.
So, seems that everybody is leaving the computer for the next days: Loic, Marc, et me too : I'll leave for 2 weeks in Germany tomorrow.
I'll still check my mails from time to time, but probably won't work much if the weather is good :).
Current version seems to work quite well. If I don't see a message against that on the list before tonight, I'll package and announce 2.2.0-rc3 tonight late (22h-23h GMT).
About Loic's package: should we wait 2.2.0-final to be out to work on it, or should we integrate it between rc3 and -final ?
Greetings, Olivier
Patch for this problem:
*** tbl_change.php3.ori Mon Jul 23 16:49:35 2001 --- tbl_change.php3 Mon Jul 23 16:50:01 2001 *************** *** 122,128 **** } else { ?> <td> ! <select name="funcs[<?php echo $field; ?>]"> <?php echo "\n"; if (!$first_timestamp) { --- 122,128 ---- } else { ?> <td> ! <select name="funcs[<?php echo $field; ?>]"> <option> <?php echo "\n"; if (!$first_timestamp) {
Marc Delisle a écrit :
In Loïc's branch,
Don't have time to debug this (going away for 2 days), but when inserting records, the function ASCII is applied by default to all fields (in previous versions there was a blank line at the top of the function select box).
Hi
-----Original Message----- Hi devs, Maybe this did not reach the list, so here it is.
Another way to get his version: http://phpmyadmin.sourceforge.net/phpMyAdmin-loic-dev.tar.gz
Happy testing!
Hi Loic,
nice changes in your phpMyAdmin version, but maybe we should move the table dump on a seperate site, because this feature has many future potential to expanding. If we include all features of "mysqldump" we must add 6 or more new checkboxes ("add locks around insert", "delayed inserts", etc.) and bisides nobody use the dump feature permanently ...
Regrads,
-- Steve