Hello my name is Shobhit pant, I am currently pursuing Btech CSE from allahabad(SHIATS).

I am very good in PHP and i have done a lot of work in php as an intern in various company. But this time i want to join GSOC as i am an open source enthusiast and love to work directly with exceptionally talented people like you guys.

On 6 March 2015 at 01:08, <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:

   1. Re: Error reporting server GSoc 2015 (Marc Delisle)
   2. Re: GSoC 2015 (Marc Delisle)
   3. Issue with closing tags at the end of the file (Rahul Kadyan)
   4. Re: Contribution to Phpmyadmin community (Marc Delisle)
   5. Re: Issue with closing tags at the end of the file (Marc Delisle)
   6. Re: Issue with closing tags at the end of the     file
      (Hugues Peccatte)
   7. Introduction to myself as GSOC aspirant and some details
      about parser rewrite project (Nisarg Jhaveri)


----------------------------------------------------------------------

Message: 1
Date: Wed, 04 Mar 2015 16:06:22 -0500
From: Marc Delisle <marc@infomarc.info>
Subject: Re: [Phpmyadmin-devel] Error reporting server GSoc 2015
To: phpmyadmin-devel@lists.sourceforge.net
Message-ID: <54F773CE.3000409@infomarc.info>
Content-Type: text/plain; charset=UTF-8; format=flowed

Supun Athukorala a ?crit :
> I am interested in the idea of the Error reporting server project idea in
> GSOC 2015 ideas page. I haven't contributed to the PhpMyAdmin yet. But I am
> interested in the this idea and like to get any advice's and
> recommendations.
>
> regards
> Supun Athukorala

Hi,
be familiar with
https://wiki.phpmyadmin.net/pma/GSoC_2015_Applicant_Guide

--
Marc Delisle (phpMyAdmin)



------------------------------

Message: 2
Date: Wed, 04 Mar 2015 16:04:17 -0500
From: Marc Delisle <marc@infomarc.info>
Subject: Re: [Phpmyadmin-devel] GSoC 2015
To: phpmyadmin-devel@lists.sourceforge.net
Message-ID: <54F77351.5020507@infomarc.info>
Content-Type: text/plain; charset=UTF-8; format=flowed

Kartik Gupta a ?crit :
> Hello,
>
> I am a student from IIIT-Delhi, New Delhi, India. I had a look at your
> organisation and there are some things that interest me. I am good at Web
> Development including HTML, CSS and little bit of Javascript (still in
> progress). Also, I know Django little bit. I really want to get started and
> looking forward to work under your organisation. I would be really grateful
> if someone could help me get started.

Hi,
as phpMyAdmin is mostly written in PHP, you'll need a knowledge of this
language.

--
Marc Delisle (phpMyAdmin)



------------------------------

Message: 3
Date: Thu, 05 Mar 2015 07:48:08 +0000
From: Rahul Kadyan <hi@znck.me>
Subject: [Phpmyadmin-devel] Issue with closing tags at the end of the
        file
To: phpmyadmin-devel@lists.sourceforge.net
Message-ID:
        <CACZiu-O+17VNZqgbUVCcZkLMg16j-_iVAckFczNijNHsMkUVXQ@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi everyone,

In all files of phpMyAdmin source code, closing tag (?>) is included at the
end of file. Most frameworks like zend or symfony or laravel suggest to
omit closing tag to prevent accidental output of whites paces. In some
situations  output may send headers which makes the application incapable
to control response headers.

My question is: Is there any specific reason for doing so?
secondly: Can we omit closing tags at the end of file?

--
Regards,
Rahul Kadyan (github.com/znck),
Junior Year, B. Tech.
IIT Guwahati
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 4
Date: Thu, 05 Mar 2015 05:45:19 -0500
From: Marc Delisle <marc@infomarc.info>
Subject: Re: [Phpmyadmin-devel] Contribution to Phpmyadmin community
To: phpmyadmin-devel@lists.sourceforge.net
Message-ID: <54F833BF.90605@infomarc.info>
Content-Type: text/plain; charset=windows-1252

Le 2015-03-04 10:37, Lalith Rallabhandi a ?crit :
> Hi ,
>
>       I am Lalith , 3rd year computer science undergraduate student .
> I am good at Php and Mysql . So I would like to contribute to phpmyadmin
> community .
>
> Also I would like to participate in Google Summer of code for your
> organization .
> I went to the rules of *Phpmyadmin GSOC 2015* and it is mandatory to fix
> atleast one bug (or) implement a new feature .
>
> I am ready to work on . Also I have a couple of ideas . If some one
> would guide me (or) assign me a bug or task for implementing a new
> feature so that I can work on and contribute to community . I am sure
> that I would give my 100 % best for contribution
>

Hi,
at this point, please do like other students are doing: pick an
unassigned bug or feature request ticket, add a comment that you are
working on it. When your code is ready, issue a pull request and your
code will get reviewed.

--
Marc Delisle | phpMyAdmin



------------------------------

Message: 5
Date: Thu, 05 Mar 2015 07:56:13 -0500
From: Marc Delisle <marc@infomarc.info>
Subject: Re: [Phpmyadmin-devel] Issue with closing tags at the end of
        the file
To: phpmyadmin-devel@lists.sourceforge.net
Message-ID: <54F8526D.8080802@infomarc.info>
Content-Type: text/plain; charset=UTF-8; format=flowed

Rahul Kadyan a ?crit :
> Hi everyone,
>
> In all files of phpMyAdmin source code, closing tag (?>) is included at the
> end of file. Most frameworks like zend or symfony or laravel suggest to
> omit closing tag to prevent accidental output of whites paces. In some
> situations  output may send headers which makes the application incapable
> to control response headers.
>
> My question is: Is there any specific reason for doing so?
> secondly: Can we omit closing tags at the end of file?

The most authoritative reference I could find is
http://php.net/manual/en/language.basic-syntax.phptags.php

but we have a mix of files of pure PHP code and not pure PHP code, as
can be seen with

git grep '<?php'

(It would be a good time to improve those "not pure" files).

--
Marc Delisle (phpMyAdmin)



------------------------------

Message: 6
Date: Thu, 5 Mar 2015 19:12:24 +0100
From: Hugues Peccatte <hugues.peccatte@gmail.com>
Subject: Re: [Phpmyadmin-devel] Issue with closing tags at the end of
        the     file
To: phpMyAdmin - devel <phpmyadmin-devel@lists.sourceforge.net>
Message-ID:
        <CAO+1dzQc8MOQ-kybzA93g5yx74UmS92-TocggR_AEWN2zMDCuA@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

2015-03-05 13:56 GMT+01:00 Marc Delisle <marc@infomarc.info>:

> Rahul Kadyan a ?crit :
> > Hi everyone,
> >
> > In all files of phpMyAdmin source code, closing tag (?>) is included at
> the
> > end of file. Most frameworks like zend or symfony or laravel suggest to
> > omit closing tag to prevent accidental output of whites paces. In some
> > situations  output may send headers which makes the application incapable
> > to control response headers.
> >
> > My question is: Is there any specific reason for doing so?
> > secondly: Can we omit closing tags at the end of file?
>
> The most authoritative reference I could find is
> http://php.net/manual/en/language.basic-syntax.phptags.php
>
> but we have a mix of files of pure PHP code and not pure PHP code, as
> can be seen with
>
> git grep '<?php'
>
> (It would be a good time to improve those "not pure" files).
>
> --
> Marc Delisle (phpMyAdmin)
>

Hi,

I agree that we should remove ?> closing files.

Hugues.
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 7
Date: Fri, 6 Mar 2015 01:07:33 +0530
From: Nisarg Jhaveri <nisargjhaveri@gmail.com>
Subject: [Phpmyadmin-devel] Introduction to myself as GSOC aspirant
        and some details about parser rewrite project
To: phpmyadmin-devel@lists.sourceforge.net
Message-ID:
        <CANsE+WcGxAwZWP6svHwcJbNiaD7TTvxQh+SA6K-Lg0vcuCoJ3A@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hello,

I am a student from India. I have been using phpMyAdmin for many years now.
It helped me a lot when I was trying to learn PHP, Databases, etc. Thank
you. :)

I also have been involved with development of phpMyAdmin for some time and
now I intend to participate in GSOC 2015 with phpMyAdmin.

The parser rewrite/replace project interests me, and I would like some more
details and clarifications about it.

I tried searching for some project that already does what we want to do, I
found a project, https://code.google.com/p/php-sql-parser/.

This seems like a fairly good parser, with New BSD Licence, which I think
is compatible with licence of PMA.

Some problems with the project IMO,
1. Probably, not active. (Last commit in September 2014, with last release
in April 2014)
2. Probably does more things than we need (So, maybe bloated for us)
3. Does not provide SQL formatting, which is part of current parser in PMA.
So, we may have to extend the new parser or use something else.

If we think that this parser is a really good parser, we should use it and
find solutions to the problems above.

Solution for 1,3: We can always adopt the project and develop/maintain it
further. (Because we need it :P)
Solution for 2: Use it more and provide more features in PMA ;)

If the team does not like or want to use the external project. I am ready
and excited about writing a new parser/analyzer.

Also, if someone can list some more examples where we need to parse SQL
queries, it would be helpful to understand the project more. I am already
checking the code-base, but there are chances that I might miss the need of
it sometimes.

I would also like some more information about the feature requests listed
on Idea page, but I will ask this on feature tracker.

Any other suggestions?

Regards,
Nisarg Jhaveri
?????? ?????
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/

------------------------------

_______________________________________________
Phpmyadmin-devel mailing list
Phpmyadmin-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel


End of Phpmyadmin-devel Digest, Vol 104, Issue 6
************************************************



--
Thanks and regards,

Shobhit Pant
Mobile: 8958984924