On Sat, Mar 3, 2012 at 6:53 PM, < phpmyadmin-devel-request@lists.sourceforge.net> wrote:
Send Phpmyadmin-devel mailing list submissions to phpmyadmin-devel@lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel or, via email, send a message with subject or body 'help' to phpmyadmin-devel-request@lists.sourceforge.net
You can reach the person managing the list at phpmyadmin-devel-owner@lists.sourceforge.net
When replying, please edit your Subject line so it is more specific than "Re: Contents of Phpmyadmin-devel digest..."
Today's Topics:
- Re: Gsoc 2012 project idea (Madhura Jayaratne)
- Re: Gsoc 2012 project idea (Marc Delisle)
- Re: GSoC 2012 (Marc Delisle)
- Gsoc 2012 project idea (Thilina Buddika Abeyrathna)
- Re: Gsoc 2012 project idea (Marc Delisle)
- Re: Automated Testing - GSoC Project Idea 2012 (yasitha pandithawatta)
Message: 1 Date: Sat, 3 Mar 2012 17:21:46 +0530 From: Madhura Jayaratne madhura.cj@gmail.com Subject: Re: [Phpmyadmin-devel] Gsoc 2012 project idea To: phpmyadmin-devel@lists.sourceforge.net Message-ID: <CAC5h4aPr7hZS2iyDYqUs3c99V_VDvpRsc2nEH_4EKmEZhdFaag@mail.gmail.com
Content-Type: text/plain; charset="iso-8859-1"
On Sat, Mar 3, 2012 at 5:07 PM, Marc Delisle marc@infomarc.info wrote:
Le 2012-03-03 06:08, Madhura Jayaratne a ?crit :
On Sat, Mar 3, 2012 at 12:18 AM, Thilina Buddika Abeyrathna < thilinaabeyrathna@gmail.com> wrote:
Hi, yes I have red that page. And also I look the junior jobs. It mention
that
bug fixing and I have look at the bug list in sourceforge. There are
lot of
bugs. So if you can, please let me know if there are any bugs which is related to tbl_change.php, tbl_replace.php, libraries/tbl_replace_fields.inc.php. So it will help me to understand and familiar with those php files. Because that project idea mention
those
php file to refactoring.
-- Regards.
Thilina Buddika Abeyrathna, Department of Computer Engineering, Faculty Of Engineering, University of Peradeniya.
Hi Thilina,
Going through the bug tracker, I could not find any open bugs that are related to this area. However I found this feature request [1] which
looks
to be related.
May be you could talk with Marc on whether this one is still relevant
and
worth implementing and if so start working on it.
I believe it's still relevant but I'm not sure how to reproduce this problem.
-- Marc Delisle http://infomarc.info
May be with this.
CREATE TABLE IF NOT EXISTS `testbin` ( `id` int(11) NOT NULL AUTO_INCREMENT, `bin` binary(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
INSERT INTO `testbin` (`id`, `bin`) VALUES (1,
'0b11010101011011110\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0');
-- Thanks and Regards,
Madhura Jayaratne
Le 2012-03-03 08:56, Thilina Buddika Abeyrathna a écrit :
Hi Marc, Those php files are just php files not class file. And they contain HTML tags too. So in refactoring do I need to convert those files to php classes with OOP. and what are the other task in this project?
Hi Thilina, I'm not sure which idea you are talking about, but in general, refactoring does not mean that the code has to be converted to OOP (of course, it can be done this way).
Have a look at http://wiki.phpmyadmin.net/pma/GSoC_2012_Ideas_List because the refactoring idea "data inserting / editing" has been modified. It's now "Refactoring: Insert/edit, Privileges, Operations, Structure" because the refactoring tasks for these scripts should cover 12 weeks.
On Sat, Mar 3, 2012 at 11:00 PM, Marc Delisle marc@infomarc.info wrote:
Le 2012-03-03 08:56, Thilina Buddika Abeyrathna a écrit :
Hi Marc, Those php files are just php files not class file. And they contain HTML tags too. So in refactoring do I need to convert those files to php
classes
with OOP. and what are the other task in this project?
Hi Thilina, I'm not sure which idea you are talking about, but in general, refactoring does not mean that the code has to be converted to OOP (of course, it can be done this way).
Have a look at http://wiki.phpmyadmin.net/pma/GSoC_2012_Ideas_List because the refactoring idea "data inserting / editing" has been modified. It's now "Refactoring: Insert/edit, Privileges, Operations, Structure" because the refactoring tasks for these scripts should cover 12 weeks.
-- Marc Delisle http://infomarc.info
Hi Marc,
Thank you for updating me. I didn't see that new part of the project. Ok then we need to refactor the all these files. So I think it is better to do some code changes and send a patch file for phpmyadmin, with bug fixing or implementing a feature request.